Logo

View the Project on GitHub elements-storage/elements-sdk-python

CloudAccount

Credentials and configuration for a cloud storage provider account, used by cloud volumes and workspaces.

Properties

Name Type Description Notes
id int    
name str    
provider str    
access_id str, none_type Provider-specific access key / account ID. Leave empty to use IAM role-based auth (AWS).  
secret str, none_type Provider-specific secret key credential  
tenant str, none_type Azure tenant ID (Azure only).  
subscription str, none_type Azure subscription ID (Azure only).  
endpoint str, none_type Custom service endpoint URL (for S3-compatible providers).  
enabled bool    
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  

[Back to Model list] [Back to API list] [Back to README]