Skip to main content

Get a decryption rule

GET 

/decryption-rules/:id

Get an existing decryption rule.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    id stringrequired

    The UUID of the decryption rule

    name stringrequired

    The name of the decryption rule

    action stringrequired

    Possible values: [decrypt, no-decrypt]

    The action to be taken

    description string

    The description of the decryption rule

    category string[]required

    The destination URL category

    destination string[]required

    The destination addresses

    destination_hip string[]

    The Host Integrity Profile of the destination host

    profile string

    The decryption profile associated with the decryption rule

    service string[]required

    The destination services and/or service groups

    source string[]required

    The source addresses

    source_hip string[]
    source_user string[]required

    List of source users and/or groups. Reserved words include any, pre-login, known-user, and unknown.

    tag string[]

    The tags associated with the decryption rule

    from string[]required

    The source security zone

    to string[]required

    The destination security zone

    disabled boolean

    Is the rule disabled?

    negate_source boolean

    Negate the source addresses?

    negate_destination boolean

    Negate the destination addresses?

    log_setting string

    The log settings of the decryption rule

    log_fail boolean

    Log failed decryption events?

    log_success boolean

    Log successful decryption events?

    type object

    The type of decryption

    oneOf
    ssl_forward_proxy object
Loading...