# AccessKeySecretKey
## Properties
**access_key_id** | Option<**String**> | The ID of the access key. | [optional]
**creation_date** | Option<**String**> | The date and time (UTC) at which the access key was created. | [optional]
**expiration_date** | Option<**String**> | The date and time (UTC) at which the access key expires. | [optional]
**last_modification_date** | Option<**String**> | The date and time (UTC) at which the access key was last modified. | [optional]
**secret_key** | Option<**String**> | The secret key that enables you to send requests. | [optional]
**state** | Option<**String**> | The state of the access key (`ACTIVE` if the key is valid for API calls, or `INACTIVE` if not). | [optional]
**tag** | Option<**String**> | A tag added to the access key. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)