Class: Google::Cloud::PolicyTroubleshooter::Iam::V3::DenyRuleExplanation::AnnotatedDenyPrincipalMatching
- Inherits:
-
Object
- Object
- Google::Cloud::PolicyTroubleshooter::Iam::V3::DenyRuleExplanation::AnnotatedDenyPrincipalMatching
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/policytroubleshooter/iam/v3/troubleshooter.rb
Overview
Details about whether the principal in the request is listed as a denied principal in the deny rule, either directly or through membership in a principal set.
Instance Attribute Summary collapse
-
#membership ⇒ ::Google::Cloud::PolicyTroubleshooter::Iam::V3::MembershipMatchingState
Indicates whether the principal is listed as a denied principal in the deny rule, either directly or through membership in a principal set.
-
#relevance ⇒ ::Google::Cloud::PolicyTroubleshooter::Iam::V3::HeuristicRelevance
The relevance of the principal's status to the overall determination for the role binding.
Instance Attribute Details
#membership ⇒ ::Google::Cloud::PolicyTroubleshooter::Iam::V3::MembershipMatchingState
Returns Indicates whether the principal is listed as a denied principal in the deny rule, either directly or through membership in a principal set.
630 631 632 633 |
# File 'proto_docs/google/cloud/policytroubleshooter/iam/v3/troubleshooter.rb', line 630 class AnnotatedDenyPrincipalMatching include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#relevance ⇒ ::Google::Cloud::PolicyTroubleshooter::Iam::V3::HeuristicRelevance
Returns The relevance of the principal's status to the overall determination for the role binding.
630 631 632 633 |
# File 'proto_docs/google/cloud/policytroubleshooter/iam/v3/troubleshooter.rb', line 630 class AnnotatedDenyPrincipalMatching include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |