Policy Simulator v1 API - Enum AccessState (1.2.0)

public enum AccessState

Reference documentation and code samples for the Policy Simulator v1 API enum AccessState.

Whether a principal has a permission for a resource.

Namespace

Google.Cloud.PolicySimulator.V1

Assembly

Google.Cloud.PolicySimulator.V1.dll

Fields

Name Description
Granted

The principal has the permission.

NotGranted

The principal does not have the permission.

UnknownConditional

The principal has the permission only if a condition expression evaluates to true.

UnknownInfoDenied

The user who created the [Replay][google.cloud.policysimulator.v1.Replay] does not have access to all of the policies that Policy Simulator needs to evaluate.

Unspecified

Default value. This value is unused.