AccessDefaultAction
Description
An object containing the default action for an Access 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 | |||
|---|---|---|---|---|---|---|
| action | False | string |
A mandatory AcRuleAction object that defines the default action. Possible values are:
PERMIT TRUST DENY |
|||
| eventLogAction | False | string | A mandatory EventLogAction object that defines the logging options for the policy. | |||
| intrusionPolicy | False | object |
An optional
IntrusionPolicy
object. Specify an
IntrusionPolicy
object if you would like the traffic passing through AccessPolicy be inspected by the IP object..
Allowed types are: [ IntrusionPolicy ] |
|||
| 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 ] |
|||
| hitCount | False | object | Number of hits for the default action | |||
| type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. | |||