Access Key, REST: AccessKey.Get
Returns the specified access key.
To get the list of available access keys, make a List request.
HTTP request
GET https://iam.api.cloud.yandex.net/iam/aws-compatibility/v1/accessKeys/{accessKeyId}
Path parameters
|
Field |
Description |
|
accessKeyId |
string Required field. ID of the AccessKey resource to return. The maximum string length in characters is 50. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"serviceAccountId": "string",
"createdAt": "string",
"description": "string",
"keyId": "string",
"lastUsedAt": "string"
}
An access key.
For more information, see AWS-compatible access keys.
|
Field |
Description |
|
id |
string ID of the AccessKey resource. |
|
serviceAccountId |
string ID of the service account that the access key belongs to. |
|
createdAt |
string (date-time) Creation timestamp. String in RFC3339 To work with values in this field, use the APIs described in the |
|
description |
string Description of the access key. 0-256 characters long. |
|
keyId |
string ID of the access key. |
|
lastUsedAt |
string (date-time) Timestamp for the last authentication using this Access key. String in RFC3339 To work with values in this field, use the APIs described in the |