Enum BindingExplanation.Types.Membership (2.0.0)

public enum Membership

Whether the binding includes the member.

Namespace

Google.Cloud.PolicyTroubleshooter.V1

Assembly

Google.Cloud.PolicyTroubleshooter.V1.dll

Fields

NameDescription
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.
NotIncluded

The binding does not include the member.

UnknownInfoDenied

The sender of the request is not allowed to access the binding.

UnknownUnsupported

The member is an unsupported type. Only Google Accounts and service accounts are supported.

Unspecified

Reserved for future use.