CustomerUserAccess
Represents the permission of a single user onto a single customer.
Columns
| Name | Type | Behavior | Description |
| CustomerId | Long | ATTRIBUTE | Output only. The ID of the customer. |
| CustomerUserAccessAccessCreationDateTime | Datetime | ATTRIBUTE | Output only. The customer user access creation time. |
| CustomerUserAccessAccessRole | String | ATTRIBUTE | Access role of the user.
The allowed values are ADMIN, EMAIL_ONLY, READ_ONLY, STANDARD, UNKNOWN. |
| CustomerUserAccessEmailAddress | String | ATTRIBUTE | Output only. Email address of the user. |
| CustomerUserAccessInviterUserEmailAddress | String | ATTRIBUTE | Output only. The email address of the inviter user. |
| CustomerUserAccessResourceName | String | ATTRIBUTE | Immutable. Name of the resource. |
| CustomerUserAccessUserId | Long | ATTRIBUTE | Output only. User id of the user with the customer access. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer more granular control over the data returned from the data source.
| Name | Type | Description |
| ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |