type property
The type of the membership.
Output only. Possible string values are:
- "TYPE_UNSPECIFIED" : Default. Should not be used.
- "USER" : Represents user type.
- "SERVICE_ACCOUNT" : Represents service account type.
- "GROUP" : Represents group type.
- "SHARED_DRIVE" : Represents Shared drive.
- "OTHER" : Represents other type.
Implementation
core.String? type;