ServiceAccount
Статья создана
A set of methods for managing ServiceAccount resources.
JSON Representation
{
"id": "string",
"folderId": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"labels": "object"
}
Field | Description |
---|---|
id | string ID of the service account. |
folderId | string ID of the folder that the service account belongs to. |
createdAt | string (date-time) Creation timestamp. String in RFC3339 text format. |
name | string Name of the service account. The name is unique within the cloud. 3-63 characters long. |
description | string Description of the service account. 0-256 characters long. |
labels | object Resource labels as |
Methods
Method | Description |
---|---|
create | Creates a service account in the specified folder. |
delete | Deletes the specified service account. |
get | Returns the specified ServiceAccount resource. |
list | Retrieves the list of ServiceAccount resources in the specified folder. |
listAccessBindings | Lists access bindings for the specified service account. |
listOperations | Lists operations for the specified service account. |
setAccessBindings | Sets access bindings for the service account. |
update | Updates the specified service account. |
updateAccessBindings | Updates access bindings for the specified service account. |