Module: Google::Cloud::PolicyTroubleshooter::V1::BindingExplanation::Membership
- Defined in:
- proto_docs/google/cloud/policytroubleshooter/v1/explanations.rb
Overview
Whether the binding includes the member.
Constant Summary collapse
- MEMBERSHIP_UNSPECIFIED =
Reserved for future use.
0- MEMBERSHIP_INCLUDED =
The binding includes the member. The member can be included directly or indirectly. For example:
- A member is included directly if that member is listed in the binding.
- A member is included indirectly if that member is in a Google group or G Suite domain that is listed in the binding.
1- MEMBERSHIP_NOT_INCLUDED =
The binding does not include the member.
2- MEMBERSHIP_UNKNOWN_INFO_DENIED =
The sender of the request is not allowed to access the binding.
3- MEMBERSHIP_UNKNOWN_UNSUPPORTED =
The member is an unsupported type. Only Google Accounts and service accounts are supported.
4