action property

String? action
getter/setter pair

Required Possible string values are:

  • "NO_ACTION" : Default no action.
  • "ALLOW" : Matching 'Entries' grant access.
  • "ALLOW_WITH_LOG" : Matching 'Entries' grant access and the caller promises to log the request per the returned log_configs.
  • "DENY" : Matching 'Entries' deny access.
  • "DENY_WITH_LOG" : Matching 'Entries' deny access and the caller promises to log the request per the returned log_configs.
  • "LOG" : Matching 'Entries' tell IAM.Check callers to generate logs.

Implementation

core.String? action;