scaleway_api_rs 0.1.8

Generated library to interact with Scaleway API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# CreateApiKeyRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**application_id** | Option<**String**> | ID of application principal | [optional]
**user_id** | Option<**String**> | ID of user principal | [optional]
**expires_at** | Option<**String**> | Expiration date of the API key (RFC 3339 format) | [optional]
**default_project_id** | Option<**String**> | The default project ID to use with object storage | [optional]
**description** | Option<**String**> | The description of the API key (max length is 200 chars) | [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)