outscale_api 1.14.0

Outscale API SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# AccessKeySecretKey

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)