CreateAccessKeyResponse
idstringrequired
Access key ID
secret_keystringrequired
Access secret
namestring
Name of the access key
CreateAccessKeyResponse
{
"id": "string",
"secret_key": "string",
"name": "string"
}
Access key ID
Access secret
Name of the access key
{
"id": "string",
"secret_key": "string",
"name": "string"
}