Show / Hide Table of Contents

Enum InspectionType

Type of the secrets mapped based on the policy.

  • SSL_INBOUND_INSPECTION: For Inbound inspection of SSL traffic.
  • SSL_FORWARD_PROXY: For forward proxy certificates for SSL inspection.
Namespace: Oci.NetworkfirewallService.Models
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
public enum InspectionType

Fields

Name Description
SslForwardProxy
SslInboundInspection
UnknownEnumValue
In this article
Back to top