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:[email protected] * group:[email protected] The member in the replayed access tuple is user:[email protected]. This user is a member of the group group:[email protected]. For the first member in the binding, the key is user:[email protected], and the membership field in the value is set to MEMBERSHIP_NOT_INCLUDED. For the second member in the binding, the key is group:[email protected], and the membership field in the value is set to MEMBERSHIP_INCLUDED.

Implementation

core.Map<core.String,
        GoogleCloudPolicysimulatorV1beta1BindingExplanationAnnotatedMembership>?
    memberships;