Method get
Статья создана
Returns the specified ServiceAccount resource.
To get the list of available ServiceAccount resources, make a list request.
HTTP request
GET https://iam.api.cloud.yandex.net/iam/v1/serviceAccounts/{serviceAccountId}
Path parameters
Parameter | Description |
---|---|
serviceAccountId | Required. ID of the ServiceAccount resource to return. To get the service account ID, use a list request. The maximum string length in characters is 50. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"folderId": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"labels": "object"
}
A ServiceAccount resource. For more information, see Service accounts.
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 |