role property
Specifies the AccountRole of this account.
Output only. Possible string values are:
- "ACCOUNT_ROLE_UNSPECIFIED" : Not specified.
- "PRIMARY_OWNER" : The user is the primary owner this account.
- "OWNER" : The user owner of the account.
- "MANAGER" : The user can manage this account.
- "SITE_MANAGER" : The user can manage a limited set of features for the account.
Implementation
core.String? role;