Enum Explanations.BindingExplanation.Membership (1.40.0)

public enum Explanations.BindingExplanation.Membership extends Enum<Explanations.BindingExplanation.Membership> implements ProtocolMessageEnum

Whether the binding includes the principal.

Protobuf enum google.cloud.policytroubleshooter.v1.BindingExplanation.Membership

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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 sender of the request is not allowed to access the binding.

MEMBERSHIP_UNKNOWN_INFO_DENIED = 3;

MEMBERSHIP_UNKNOWN_INFO_DENIED_VALUE

The sender of the request 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

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()