type property
Contains the type of account.
Accounts of type PERSONAL and ORGANIZATION cannot be created using this API.
Required. Possible string values are:
- "ACCOUNT_TYPE_UNSPECIFIED" : Not specified.
- "PERSONAL" : An end-user account.
- "LOCATION_GROUP" : A group of Locations. For more information, see the help center article
- "USER_GROUP" : A User Group for segregating organization staff in groups. For more information, see the help center article
- "ORGANIZATION" : An organization representing a company. For more information, see the help center article
Implementation
core.String? type;