Skip to main content

Create a decryption rule

POST 

/sse/config/v1/decryption-rules

Create a decryption rule.

Request

Query Parameters

    position stringrequired

    Possible values: [pre, post]

    Default value: pre

    The position of a security rule

    folder stringrequired

    Possible values: Value must match regular expression ^[0-9a-zA-Z._-\s]{1,}$, [Shared, Mobile Users, Remote Networks, Service Connections, Mobile Users Container, Mobile Users Explicit Proxy]

    The folder on which you want to perform this operation.

Body

The decryption rule you want to create

    action stringrequired

    Possible values: [decrypt, no-decrypt]

    category string[]required
    description string
    destination string[]required
    destination_hip string[]
    disabled boolean
    from string[]required
    log_fail boolean
    log_setting string
    log_success boolean
    name stringrequired
    negate_destination boolean
    negate_source boolean
    profile string
    service string[]required
    source string[]required
    source_hip string[]
    source_user string[]required
    tag string[]
    to string[]required
    type object
    oneOf
    ssl_forward_proxy object

Responses

Created

Loading...