actions property
The actions that the caller should take regarding user access.
There should be at most one terminal action. A terminal action is any
action that forces a response, such as AllowAction
, BlockAction
or
SubstituteAction
. Zero or more non-terminal actions such as SetHeader
might be specified. A single policy can contain up to 16 actions.
Optional.
Implementation
core.List<GoogleCloudRecaptchaenterpriseV1FirewallAction>? actions;