This command enables or disables an S3 access key pair. An access key pair consists of a secret key and an access key. The access key pair is enabled/disabled by specifying the access key in the pair.
Usage
user modify-key --id ID | --uid UID | --sid SID --access-key ACCESS-KEY [--enable]|[--disable]
Required Parameters
|
Specifies a local user by its ID or another user by its UID or SID. |
|
Specifies an S3 access key to disable or enable the access key pair. |
Options
Example
This example disables an access key pair.
vcli: admin> user modify-key --id 4 --access-key NHZ9GBLYS21TST3BGQXO --disable Are you sure you want to disable this access key [NHZ9GBLYS21TST3BGQXO]? [y/N] y
Comments
0 comments
Article is closed for comments.