public enum BindingExplanation.Types.MembershipReference documentation and code samples for the Policy Simulator v1 API enum BindingExplanation.Types.Membership.
Whether the binding includes the principal.
Namespace
Google.Cloud.PolicySimulator.V1Assembly
Google.Cloud.PolicySimulator.V1.dll
Fields |
|
|---|---|
| Name | Description |
Included |
The binding includes the principal. The principal can be included directly or indirectly. For example:
|
NotIncluded |
The binding does not include the principal. |
UnknownInfoDenied |
The user who created the [Replay][google.cloud.policysimulator.v1.Replay] 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. |