accessState property
Whether the member in the access tuple has permission to access the resource in the access tuple under the given policies. Possible string values are:
- "ACCESS_STATE_UNSPECIFIED" : Default value. This value is unused.
- "GRANTED" : The principal has the permission.
- "NOT_GRANTED" : The principal does not have the permission.
- "UNKNOWN_CONDITIONAL" : The principal has the permission only if a
condition expression evaluates to
true
. - "UNKNOWN_INFO_DENIED" : The user who created the Replay does not have access to all of the policies that Policy Simulator needs to evaluate.
Implementation
core.String? accessState;