public enum TroubleshootIamPolicyResponse.Types.OverallAccessState
Reference documentation and code samples for the Policy Troubleshooter v3 API enum TroubleshootIamPolicyResponse.Types.OverallAccessState.
Whether the principal has the permission on the resource.
Namespace
Google.Cloud.PolicyTroubleshooter.Iam.V3Assembly
Google.Cloud.PolicyTroubleshooter.Iam.V3.dll
Fields |
|
---|---|
Name | Description |
CanAccess |
The principal has the permission. |
CannotAccess |
The principal doesn't have the permission. |
UnknownConditional |
The principal might have the permission, but Policy Troubleshooter can't fully evaluate the principal's access because the sender didn't provide the required context to evaluate the condition. |
UnknownInfo |
The principal might have the permission, but the sender can't access all of the information needed to fully evaluate the principal's access. |
Unspecified |
Not specified. |