Class: Google::Cloud::PolicyTroubleshooter::V1::BindingExplanation::AnnotatedMembership
- Inherits:
-
Object
- Object
- Google::Cloud::PolicyTroubleshooter::V1::BindingExplanation::AnnotatedMembership
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/policytroubleshooter/v1/explanations.rb
Overview
Details about whether the binding includes the principal.
Instance Attribute Summary collapse
-
#membership ⇒ ::Google::Cloud::PolicyTroubleshooter::V1::BindingExplanation::Membership
Indicates whether the binding includes the principal.
-
#relevance ⇒ ::Google::Cloud::PolicyTroubleshooter::V1::HeuristicRelevance
The relevance of the principal's status to the overall determination for the binding.
Instance Attribute Details
#membership ⇒ ::Google::Cloud::PolicyTroubleshooter::V1::BindingExplanation::Membership
Returns Indicates whether the binding includes the principal.
175 176 177 178 |
# File 'proto_docs/google/cloud/policytroubleshooter/v1/explanations.rb', line 175 class AnnotatedMembership include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#relevance ⇒ ::Google::Cloud::PolicyTroubleshooter::V1::HeuristicRelevance
Returns The relevance of the principal's status to the overall determination for the binding.
175 176 177 178 |
# File 'proto_docs/google/cloud/policytroubleshooter/v1/explanations.rb', line 175 class AnnotatedMembership include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |