Class: Google::Cloud::PolicyTroubleshooter::Iam::V3::DenyRuleExplanation::AnnotatedPermissionMatching
- Inherits:
-
Object
- Object
- Google::Cloud::PolicyTroubleshooter::Iam::V3::DenyRuleExplanation::AnnotatedPermissionMatching
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/policytroubleshooter/iam/v3/troubleshooter.rb
Overview
Details about whether the permission in the request is denied by the deny rule.
Instance Attribute Summary collapse
-
#permission_matching_state ⇒ ::Google::Cloud::PolicyTroubleshooter::Iam::V3::PermissionPatternMatchingState
Indicates whether the permission in the request is denied by the deny rule.
-
#relevance ⇒ ::Google::Cloud::PolicyTroubleshooter::Iam::V3::HeuristicRelevance
The relevance of the permission status to the overall determination for the rule.
Instance Attribute Details
#permission_matching_state ⇒ ::Google::Cloud::PolicyTroubleshooter::Iam::V3::PermissionPatternMatchingState
Returns Indicates whether the permission in the request is denied by the deny rule.
614 615 616 617 |
# File 'proto_docs/google/cloud/policytroubleshooter/iam/v3/troubleshooter.rb', line 614 class AnnotatedPermissionMatching include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#relevance ⇒ ::Google::Cloud::PolicyTroubleshooter::Iam::V3::HeuristicRelevance
Returns The relevance of the permission status to the overall determination for the rule.
614 615 616 617 |
# File 'proto_docs/google/cloud/policytroubleshooter/iam/v3/troubleshooter.rb', line 614 class AnnotatedPermissionMatching include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |