Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 867 Bytes

File metadata and controls

19 lines (11 loc) · 867 Bytes

AccessKeySecretKey

Information about the access key.

Properties

Name Type Description Notes
accessKeyId String The ID of the access key. [optional]
creationDate OffsetDateTime The date and time (UTC) of creation of the access key. [optional]
expirationDate OffsetDateTime The date and time (UTC) at which the access key expires. [optional]
lastModificationDate OffsetDateTime The date and time (UTC) of the last modification of the access key. [optional]
secretKey String The access key that enables you to send requests. [optional]
state String The state of the access key (`ACTIVE` if the key is valid for API calls, or `INACTIVE` if not). [optional]