memberships property
Indicates whether each member in the binding includes the member specified in the request, either directly or indirectly.
Each key identifies a member in the binding, and each value indicates
whether the member in the binding includes the member in the request. For
example, suppose that a binding includes the following members: *
user:alice@example.com
* group:product-eng@example.com
The member in
the replayed access tuple is user:bob@example.com
. This user is a member
of the group group:product-eng@example.com
. For the first member in the
binding, the key is user:alice@example.com
, and the membership
field
in the value is set to MEMBERSHIP_NOT_INCLUDED
. For the second member in
the binding, the key is group:product-eng@example.com
, and the
membership
field in the value is set to MEMBERSHIP_INCLUDED
.
Implementation
core.Map<core.String,
GoogleCloudPolicysimulatorV1beta1BindingExplanationAnnotatedMembership>?
memberships;