Class: Google::Cloud::PolicyTroubleshooter::Iam::V3::AllowBindingExplanation::AnnotatedAllowMembership
- Inherits:
-
Object
- Object
- Google::Cloud::PolicyTroubleshooter::Iam::V3::AllowBindingExplanation::AnnotatedAllowMembership
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/policytroubleshooter/iam/v3/troubleshooter.rb
Overview
Details about whether the role binding includes the principal.
Instance Attribute Summary collapse
-
#membership ⇒ ::Google::Cloud::PolicyTroubleshooter::Iam::V3::MembershipMatchingState
Indicates whether the role binding includes the principal.
-
#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 role binding includes the principal.
398 399 400 401 |
# File 'proto_docs/google/cloud/policytroubleshooter/iam/v3/troubleshooter.rb', line 398 class AnnotatedAllowMembership 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.
398 399 400 401 |
# File 'proto_docs/google/cloud/policytroubleshooter/iam/v3/troubleshooter.rb', line 398 class AnnotatedAllowMembership include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |