membership property

String? membership
getter/setter pair

Indicates whether the binding includes the member. Possible string values are:

  • "MEMBERSHIP_UNSPECIFIED" : The membership is not specified.
  • "MEMBERSHIP_INCLUDED" : The binding includes the member. The member can be included directly or indirectly. For example: * A member is included directly if that member is listed in the binding. * A member is included indirectly if that member is in a Google group or Google Workspace domain that is listed in the binding.
  • "MEMBERSHIP_NOT_INCLUDED" : The binding does not include the member.
  • "MEMBERSHIP_UNKNOWN_INFO_DENIED" : The user who created the Replay is not allowed to access the binding.
  • "MEMBERSHIP_UNKNOWN_UNSUPPORTED" : The member is an unsupported type. Only Google Accounts and service accounts are supported.

Implementation

core.String? membership;