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. Read only field The format is 'YYYY-MM-DD HH:MM:SS'. Examples: '2018-03-05 09:15:00' or '2018-02-01 14:34:30' |
CustomerUserAccessAccessRole | String | ATTRIBUTE | Access role of the user.
使用できる値は次のとおりです。ADMIN, EMAIL_ONLY, READ_ONLY, STANDARD, UNKNOWN, UNSPECIFIED |
CustomerUserAccessEmailAddress | String | ATTRIBUTE | Output only. Email address of the user. Read only field |
CustomerUserAccessInviterUserEmailAddress | String | ATTRIBUTE | Output only. The email address of the inviter user. Read only field |
CustomerUserAccessResourceName | String | ATTRIBUTE | Immutable. Name of the resource. Resource names have the form: customers/{customer_id}/customerUserAccesses/{user_id} |
CustomerUserAccessUserId | Long | ATTRIBUTE | Output only. User id of the user with the customer access. Read only field |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似列フィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |