Identity and Access Management API, REST: ServiceAccount.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
Field |
Description |
serviceAccountId |
string Required field. ID of the ServiceAccount resource to return. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"folderId": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"labels": "string",
"lastAuthenticatedAt": "string"
}
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 To work with values in this field, use the APIs described in the |
name |
string Name of the service account. |
description |
string Description of the service account. 0-256 characters long. |
labels |
string Resource labels as |
lastAuthenticatedAt |
string (date-time) Timestamp for the last authentication of this service account. String in RFC3339 To work with values in this field, use the APIs described in the |