Skip to main content

Edit a decryption rule

PUT 

/sse/config/v1/decryption-rules/:id

Modify a decryption rule.

Request

Path Parameters

    id stringrequired

    The resource's unique identifier.

Body

The decryption rule you want to edit

    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

Ok

Loading...