Module: Google::Cloud::PolicyTroubleshooter::Iam::V3::TroubleshootIamPolicyResponse::OverallAccessState

Defined in:
proto_docs/google/cloud/policytroubleshooter/iam/v3/troubleshooter.rb

Overview

Whether the principal has the permission on the resource.

Constant Summary collapse

OVERALL_ACCESS_STATE_UNSPECIFIED =

Not specified.

0
CAN_ACCESS =

The principal has the permission.

1
CANNOT_ACCESS =

The principal doesn't have the permission.

2
UNKNOWN_INFO =

The principal might have the permission, but the sender can't access all of the information needed to fully evaluate the principal's access.

3
UNKNOWN_CONDITIONAL =

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.

4