Resource: RoleAssignment
Defines the permissions a user has for a specific Account
.
JSON representation |
---|
{
"name": string,
"email": string,
"fullName": string,
"createTime": string,
"role": enum ( |
Fields | |
---|---|
name |
Immutable. The resource name of the role assignment. Format: |
email |
Required. Immutable. The |
fullName |
Output only. The full name of the user being provided the role. Example: Grace Hopper. |
createTime |
Output only. Time when this role assignment was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
role |
Required. The role provided over an account. |
Methods |
|
---|---|
|
Creates a new role assignment. |
|
Deletes a role assignment. |
|
Returns the requested role assignment. |
|
Lists the role assignments from an account, ordered by name . |
|
Updates an existing role assignment. |