IAM Access Key
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | IAM Access Key name | [optional] |
| key | String | IAM Access Key | [optional] |
| secret | String | IAM Access Key Secret | [optional] [readonly] |
| type | TypeEnum | IAM Access Key type | [optional] [readonly] |
| version | VersionEnum | IAM Access Key version | [optional] |
| tags | List<String> | IAM Access Key tags | [optional] |
| operations | List<String> | IAM Access Key operations | [optional] |
| resources | List<AccessKeyResource> | IAM Access Key Resources | [optional] |
| Name | Value |
|---|---|
| RESTRICTED | "restricted" |
| UNRESTRICTED | "unrestricted" |
| Name | Value |
|---|---|
| V2 | "v2" |
| V1 | "v1" |