Show / Hide Table of Contents

Enum DecryptionActionType

Action:

  • NO_DECRYPT - Matching traffic is not decrypted.
  • DECRYPT - Matching traffic is decrypted with the specified secret according to the specified decryptionProfile.
Namespace: Oci.NetworkfirewallService.Models
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
public enum DecryptionActionType

Fields

Name Description
Decrypt
NoDecrypt
UnknownEnumValue
In this article
Back to top