SSLPolicyDefaultAction

Description

An object that defines the default action for the SSL decryption policy. The default action is applied to any connections that do not match the SSLRule objects included in the policy. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)

Model Properties

Property Required Type Description
policyAction True string A mandatory enum value that defines the action to take for matching connections. Possible values are:
DO_NOT_DECRYPT - Do not decrypt the traffic. Encrypted connections are subsequently evaluated by the access control policy, which determines the ultimate allow or block decision.
BLOCK - Drop the connection immediately. The connection is not passed on to the access control policy.
Field level constraints: cannot be null. (Note: Additional constraints might exist)
eventLogAction True string A mandatory EventLogActionSSL object that defines the logging options for the default action.
Field level constraints: cannot be null. (Note: Additional constraints might exist)
syslogServer False object An optional SyslogServer object. Specify a syslog server if you want a copy of events to be sent to an external syslog server.
Allowed types are: [SyslogServer]
type True string A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name.