Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.13 KB

UpdateAccessKeyRequest.md

File metadata and controls

17 lines (9 loc) · 1.13 KB

UpdateAccessKeyRequest

Properties

Name Type Description Notes
accessKeyId String The ID of the access key.
dryRun Boolean If true, checks whether you have the required permissions to perform the action. [optional]
expirationDate OffsetDateTime The date and time, or the date, at which you want the access key to expire, in ISO 8601 format (for example, `2020-06-14T00:00:00.000Z` or `2020-06-14`). If not specified, the access key is set to not expire. [optional]
state String The new state for the access key (`ACTIVE` | `INACTIVE`). When set to `ACTIVE`, the access key is enabled and can be used to send requests. When set to `INACTIVE`, the access key is disabled.
userName String The name of the EIM user that the access key you want to modify is associated with. If you do not specify a user name, this action modifies the access key of the user who sends the request (which can be the root account). [optional]