Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
Send feedback
CustomerUserAccess
Stay organized with collections
Save and categorize content based on your preferences.
Represents the permission of a single user onto a single customer.
JSON representation
{
"resourceName" : string ,
"userId" : string ,
"accessRole" : enum (AccessRole
) ,
"emailAddress" : string ,
"accessCreationDateTime" : string ,
"inviterUserEmailAddress" : string
}
Fields
resourceName
string
Immutable. Name of the resource. Resource names have the form: customers/{customerId}/customerUserAccesses/{userId}
userId
string (int64 format)
Output only. User id of the user with the customer access. Read only field
accessRole
enum (AccessRole
)
Access role of the user.
emailAddress
string
Output only. Email address of the user. Read only field
accessCreationDateTime
string
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"
inviterUserEmailAddress
string
Output only. The email address of the inviter user. Read only field
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-10-25 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?