CreateAccessKey
GET /?Action=CreateAccessKey
Description
Creates a new secret access key and the corresponding access key ID for a specified user.
The created key is automatically set to active. If you do not specify a user name, 3DS OUTSCALE determines one based on the access key ID that sent the request.
Body parameter
Required: false
Name: CreateAccessKeyRequest
| Name | Description | Required | Schema | Default | Example |
|---|---|---|---|---|---|
UserName |
The user name of the owner of the key to be created. |
false |
string |
Responses
HTTP Code 200
| HTTP Code | Description | Schema |
|---|---|---|
200 |
CreateAccessKeyResponse |
Response 200
| Name | Description | Required | Schema | Default | Example |
|---|---|---|---|---|---|
AccessKey |
Information about the access key, in an XML file. |
true |
|||
ResponseMetadata |
Information about the response. |
false |