memberships property

Indicates whether each principal in the binding includes the principal specified in the request, either directly or indirectly.

Each key identifies a principal in the binding, and each value indicates whether the principal in the binding includes the principal in the request. For example, suppose that a binding includes the following principals: * user:[email protected] * group:[email protected] You want to troubleshoot access for user:[email protected]. This user is a principal of the group group:[email protected]. For the first principal 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 principal 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,
        GoogleCloudPolicytroubleshooterV1BindingExplanationAnnotatedMembership>?
    memberships;