Send feedback
Enum BindingExplanation.Membership (0.13.0)
bookmark_border bookmark
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.13.0 keyboard_arrow_down
public enum BindingExplanation . Membership extends Enum<BindingExplanation . Membership > implements ProtocolMessageEnum
Whether the binding includes the principal.
Protobuf enum google.cloud.policysimulator.v1.BindingExplanation.Membership
Inherited Members
Static Fields
Name Description MEMBERSHIP_INCLUDED
The binding includes the principal. The principal can be included
directly or indirectly. For example:
A principal is included directly if that principal is listed in the
binding.
A principal is included indirectly if that principal is in a Google
group or Google Workspace domain that is listed in the binding.
MEMBERSHIP_INCLUDED = 1;
MEMBERSHIP_INCLUDED_VALUE
The binding includes the principal. The principal can be included
directly or indirectly. For example:
A principal is included directly if that principal is listed in the
binding.
A principal is included indirectly if that principal is in a Google
group or Google Workspace domain that is listed in the binding.
MEMBERSHIP_INCLUDED = 1;
MEMBERSHIP_NOT_INCLUDED
The binding does not include the principal.
MEMBERSHIP_NOT_INCLUDED = 2;
MEMBERSHIP_NOT_INCLUDED_VALUE
The binding does not include the principal.
MEMBERSHIP_NOT_INCLUDED = 2;
MEMBERSHIP_UNKNOWN_INFO_DENIED
The user who created the
Replay is not
allowed to access the binding.
MEMBERSHIP_UNKNOWN_INFO_DENIED = 3;
MEMBERSHIP_UNKNOWN_INFO_DENIED_VALUE
The user who created the
Replay is not
allowed to access the binding.
MEMBERSHIP_UNKNOWN_INFO_DENIED = 3;
MEMBERSHIP_UNKNOWN_UNSUPPORTED
The principal is an unsupported type. Only Google Accounts and service
accounts are supported.
MEMBERSHIP_UNKNOWN_UNSUPPORTED = 4;
MEMBERSHIP_UNKNOWN_UNSUPPORTED_VALUE
The principal is an unsupported type. Only Google Accounts and service
accounts are supported.
MEMBERSHIP_UNKNOWN_UNSUPPORTED = 4;
MEMBERSHIP_UNSPECIFIED
Default value. This value is unused.
MEMBERSHIP_UNSPECIFIED = 0;
MEMBERSHIP_UNSPECIFIED_VALUE
Default value. This value is unused.
MEMBERSHIP_UNSPECIFIED = 0;
UNRECOGNIZED
Static Methods
Name Description forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)
Deprecated. Use #forNumber(int) instead.
valueOf(String name)
values()
Methods
Name Description getDescriptorForType()
getNumber()
getValueDescriptor()
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-05 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[],[]]