# CloudAccountCreateParams
## Properties
**account_id** | **String** | (S3 only) The user id of the S3 account | [optional] [default to null]
**account_username** | **String** | The username required to authenticate against the cloud service | [default to null]
**birth_cluster_id** | **String** | The guid of the cluster where this account was created | [optional] [default to null]
**enabled** | **bool** | Whether this account is explicitly enabled or disabled by a user | [optional] [default to null]
**key** | **String** | A valid authentication key for connecting to the cloud | [default to null]
**name** | **String** | A unique name for this account | [default to null]
**proxy** | **String** | The id or name of a proxy to be used by this account | [optional] [default to null]
**skip_ssl_validation** | **bool** | Indicates whether to skip SSL certificate validation when connecting to the cloud | [optional] [default to null]
**storage_region** | **String** | (S3 only) An appropriate region for the S3 account. For example, faster access times may be gained by referencing a nearby region | [optional] [default to null]
**telemetry_bucket** | **String** | (S3 only) The name of the bucket into which generated metrics reports are placed by the cloud service provider | [optional] [default to null]
**_type** | **String** | The type of cloud protocol required. E.g., \"isilon\" for EMC Isilon, \"ecs\" for EMC ECS Appliance, \"virtustream\" for Virtustream Storage Cloud, \"azure\" for Microsoft Azure and \"s3\" for Amazon S3 | [default to null]
**uri** | **String** | A valid URI pointing to the location of the cloud storage | [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)