Class: Google::Cloud::PolicyTroubleshooter::Iam::V3::ExplainedDenyPolicy
- Inherits:
-
Object
- Object
- Google::Cloud::PolicyTroubleshooter::Iam::V3::ExplainedDenyPolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/policytroubleshooter/iam/v3/troubleshooter.rb
Overview
Details about how a specific IAM deny policy Policy contributed to the access check.
Instance Attribute Summary collapse
-
#deny_access_state ⇒ ::Google::Cloud::PolicyTroubleshooter::Iam::V3::DenyAccessState
Required.
-
#policy ⇒ ::Google::Iam::V2::Policy
The IAM deny policy attached to the resource.
-
#relevance ⇒ ::Google::Cloud::PolicyTroubleshooter::Iam::V3::HeuristicRelevance
The relevance of this policy to the overall access state in the TroubleshootIamPolicyResponse.
-
#rule_explanations ⇒ ::Array<::Google::Cloud::PolicyTroubleshooter::Iam::V3::DenyRuleExplanation>
Details about how each rule in the policy affects the principal's inability to use the permission for the resource.
Instance Attribute Details
#deny_access_state ⇒ ::Google::Cloud::PolicyTroubleshooter::Iam::V3::DenyAccessState
519 520 521 522 |
# File 'proto_docs/google/cloud/policytroubleshooter/iam/v3/troubleshooter.rb', line 519 class ExplainedDenyPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#policy ⇒ ::Google::Iam::V2::Policy
519 520 521 522 |
# File 'proto_docs/google/cloud/policytroubleshooter/iam/v3/troubleshooter.rb', line 519 class ExplainedDenyPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#relevance ⇒ ::Google::Cloud::PolicyTroubleshooter::Iam::V3::HeuristicRelevance
519 520 521 522 |
# File 'proto_docs/google/cloud/policytroubleshooter/iam/v3/troubleshooter.rb', line 519 class ExplainedDenyPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rule_explanations ⇒ ::Array<::Google::Cloud::PolicyTroubleshooter::Iam::V3::DenyRuleExplanation>
519 520 521 522 |
# File 'proto_docs/google/cloud/policytroubleshooter/iam/v3/troubleshooter.rb', line 519 class ExplainedDenyPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |