Skip to main content

Get a decryption rule by ID

Get a decryption rule by ID.

Path Parameters
  • id string required

    The resource's unique identifier.

Responses

Get the decryption rule by id.


Schema
  • Array [
  • action string required

    Possible values: [decrypt, no-decrypt]

  • category string[] required
  • description string
  • destination string[] required
  • destination_hip string[]
  • disabled boolean
  • from string[] required
  • id string

    uuid of the resource

  • log_fail boolean
  • log_setting string
  • log_success boolean
  • name string required
  • 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
  • ]
  • Loading...