exoscale-rs 3.0.0

Infrastructure automation API, allowing programmatic access to all Exoscale products and services. The [OpenAPI Specification](http://spec.openapis.org/oas/v3.0.3.html) source of this documentation can be obtained here: * [JSON format](https://openapi-v2.exoscale.com/source.json) * [YAML format](https://openapi-v2.exoscale.com/source.yaml)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# AccessKey

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> | IAM Access Key name | [optional]
**key** | Option<**String**> | IAM Access Key | [optional]
**secret** | Option<**String**> | IAM Access Key Secret | [optional][readonly]
**r#type** | Option<**String**> | IAM Access Key type | [optional][readonly]
**version** | Option<**String**> | IAM Access Key version | [optional]
**tags** | Option<**Vec<String>**> | IAM Access Key tags | [optional]
**operations** | Option<**Vec<String>**> | IAM Access Key operations | [optional]
**resources** | Option<[**Vec<models::AccessKeyResource>**]access-key-resource.md> | IAM Access Key Resources | [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)