accessRole property

String? accessRole
getter/setter pair

The proposed role of user on the created client customer.

Accessible only to customers on the allow-list. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "ADMIN" : Owns its account and can control the addition of other users.
  • "STANDARD" : Can modify , but can't affect other users.
  • "READ_ONLY" : Can view and account changes, but cannot make edits.
  • "EMAIL_ONLY" : Role for "email only" access. Represents an email recipient rather than a true User entity.

Implementation

core.String? accessRole;