Policy Troubleshooter v1 API - Enum BindingExplanation.Types.Membership (2.4.0)

public enum BindingExplanation.Types.Membership

Reference documentation and code samples for the Policy Troubleshooter v1 API enum BindingExplanation.Types.Membership.

Whether the binding includes the principal.

Namespace

Google.Cloud.PolicyTroubleshooter.V1

Assembly

Google.Cloud.PolicyTroubleshooter.V1.dll

Fields

Name Description
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.
NotIncluded

The binding does not include the principal.

UnknownInfoDenied

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

UnknownUnsupported

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

Unspecified

Default value. This value is unused.