Class: Google::Cloud::PolicyTroubleshooter::V1::ExplainedPolicy
- Inherits:
-
Object
- Object
- Google::Cloud::PolicyTroubleshooter::V1::ExplainedPolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/policytroubleshooter/v1/explanations.rb
Overview
Details about how a specific IAM Policy contributed to the access check.
Instance Attribute Summary collapse
-
#access ⇒ ::Google::Cloud::PolicyTroubleshooter::V1::AccessState
Indicates whether this policy provides the specified permission to the specified member for the specified resource.
-
#binding_explanations ⇒ ::Array<::Google::Cloud::PolicyTroubleshooter::V1::BindingExplanation>
Details about how each binding in the policy affects the member's ability, or inability, to use the permission for the resource.
-
#full_resource_name ⇒ ::String
The full resource name that identifies the resource.
-
#policy ⇒ ::Google::Iam::V1::Policy
The IAM policy attached to the resource.
-
#relevance ⇒ ::Google::Cloud::PolicyTroubleshooter::V1::HeuristicRelevance
The relevance of this policy to the overall determination in the [TroubleshootIamPolicyResponse][IamChecker.TroubleshootIamPolicyResponse].
Instance Attribute Details
#access ⇒ ::Google::Cloud::PolicyTroubleshooter::V1::AccessState
97 98 99 100 |
# File 'proto_docs/google/cloud/policytroubleshooter/v1/explanations.rb', line 97 class ExplainedPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#binding_explanations ⇒ ::Array<::Google::Cloud::PolicyTroubleshooter::V1::BindingExplanation>
97 98 99 100 |
# File 'proto_docs/google/cloud/policytroubleshooter/v1/explanations.rb', line 97 class ExplainedPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#full_resource_name ⇒ ::String
97 98 99 100 |
# File 'proto_docs/google/cloud/policytroubleshooter/v1/explanations.rb', line 97 class ExplainedPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#policy ⇒ ::Google::Iam::V1::Policy
97 98 99 100 |
# File 'proto_docs/google/cloud/policytroubleshooter/v1/explanations.rb', line 97 class ExplainedPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#relevance ⇒ ::Google::Cloud::PolicyTroubleshooter::V1::HeuristicRelevance
97 98 99 100 |
# File 'proto_docs/google/cloud/policytroubleshooter/v1/explanations.rb', line 97 class ExplainedPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |