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.
使用できる値は次のとおりです。ADMIN, EMAIL_ONLY, READ_ONLY, STANDARD, UNKNOWN |
| CustomerUserAccessInvitationCreationDateTime | Datetime | ATTRIBUTE | Output only. Time invitation was created. This field is read-only. The format is 'YYYY-MM-DD HH:MM:SS'. Examples: '2018-03-05 09:15:00' or '2018-02-01 14:34:30' |
| CustomerUserAccessInvitationEmailAddress | String | ATTRIBUTE | Immutable. Email address the invitation was sent to. This can differ from the email address of the account that accepts the invite. |
| CustomerUserAccessInvitationInvitationId | Long | ATTRIBUTE | Output only. The ID of the invitation. This field is read-only. |
| CustomerUserAccessInvitationInvitationStatus | String | ATTRIBUTE | Output only. Invitation status of the user.
使用できる値は次のとおりです。DECLINED, EXPIRED, PENDING, UNKNOWN |
| CustomerUserAccessInvitationResourceName | String | ATTRIBUTE | Immutable. Name of the resource. Resource names have the form: customers/{customer_id}/customerUserAccessInvitations/{invitation_id} |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似列フィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |