actionType property
Allow or deny type. Possible string values are:
- "ACTION_TYPE_UNSPECIFIED" : This is only used for distinguishing unset values and should never be used. Results in an error.
- "ALLOW" : Allowed action type.
- "DENY" : Deny action type.
Implementation
core.String? actionType;