public enum BindingExplanation.Membership extends Enum<BindingExplanation.Membership> implements ProtocolMessageEnum
Whether the binding includes the principal.
Protobuf enum google.cloud.policysimulator.v1.BindingExplanation.Membership
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
MEMBERSHIP_INCLUDED |
The binding includes the principal. The principal can be included directly or indirectly. For example:
|
MEMBERSHIP_INCLUDED_VALUE |
The binding includes the principal. The principal can be included directly or indirectly. For example:
|
MEMBERSHIP_NOT_INCLUDED |
The binding does not include the principal. |
MEMBERSHIP_NOT_INCLUDED_VALUE |
The binding does not include the principal. |
MEMBERSHIP_UNKNOWN_INFO_DENIED |
The user who created the Replay is not allowed to access the binding. |
MEMBERSHIP_UNKNOWN_INFO_DENIED_VALUE |
The user who created the Replay is not allowed to access the binding. |
MEMBERSHIP_UNKNOWN_UNSUPPORTED |
The principal is an unsupported type. Only Google Accounts and service accounts are supported. |
MEMBERSHIP_UNKNOWN_UNSUPPORTED_VALUE |
The principal is an unsupported type. Only Google Accounts and service accounts are supported. |
MEMBERSHIP_UNSPECIFIED |
Default value. This value is unused. |
MEMBERSHIP_UNSPECIFIED_VALUE |
Default value. This value is unused. |
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() |