CustomerUserAccessInvitation
Represent an invitation to a new user on this customer account.
Columns
| Name | Type | Behavior | Description |
| CustomerId | Long | ATTRIBUTE | Output only. The ID of the customer. |
| CustomerUserAccessInvitationAccessRole | String | ATTRIBUTE | Immutable. Access role of the user.
The allowed values are ADMIN, EMAIL_ONLY, READ_ONLY, STANDARD, UNKNOWN. |
| CustomerUserAccessInvitationCreationDateTime | Datetime | ATTRIBUTE | Output only. Time invitation was created. |
| CustomerUserAccessInvitationEmailAddress | String | ATTRIBUTE | Immutable. Email address the invitation was sent to. |
| CustomerUserAccessInvitationInvitationId | Long | ATTRIBUTE | Output only. The ID of the invitation. |
| CustomerUserAccessInvitationInvitationStatus | String | ATTRIBUTE | Output only. Invitation status of the user.
The allowed values are DECLINED, EXPIRED, PENDING, UNKNOWN. |
| CustomerUserAccessInvitationResourceName | String | ATTRIBUTE | Immutable. Name of the resource. |
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. |