Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateDecryptionRuleDetails

Request for creating Decryption Rule used in the firewall policy rules. A Decryption Rule is used to define which traffic should be decrypted by the firewall, and how it should do so.

Properties

action

Action:

NO_DECRYPT - Matching traffic is not decrypted. * DECRYPT - Matching traffic is decrypted with the specified {@code secret} according to the specified {@code decryptionProfile}.

condition

Optional decryptionProfile

decryptionProfile: undefined | string

The name of the decryption profile to use.

name

name: string

Name for the decryption rule, must be unique within the policy.

Optional position

position: model.RulePosition

Optional secret

secret: undefined | string

The name of a mapped secret. Its {@code type} must match that of the specified decryption profile.

Functions

getDeserializedJsonObj

getJsonObj