View the Project on GitHub elements-storage/elements-sdk-python
Credentials and configuration for a cloud storage provider account, used by cloud volumes and workspaces.
| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | [optional] | |
| provider | str | [optional] | |
| access_id | str, none_type | Provider-specific access key / account ID. Leave empty to use IAM role-based auth (AWS). | [optional] |
| secret | str, none_type | Provider-specific secret key credential | [optional] |
| tenant | str, none_type | Azure tenant ID (Azure only). | [optional] |
| subscription | str, none_type | Azure subscription ID (Azure only). | [optional] |
| endpoint | str, none_type | Custom service endpoint URL (for S3-compatible providers). | [optional] |
| enabled | bool | [optional] | |
| mount_credentials_management | str, none_type | Decides how the ELEMENTS Client will obtain credentials to mount cloud workspaces from this account. For `share` the server will expose service account credentials to clients (insecure). With `token` server will issue short lived tokens for mounting | [optional] |