# StorageConfig


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** |  | [default to undefined]
**access_key** | **string** |  | [optional] [default to undefined]
**secret** | **string** |  | [optional] [default to undefined]
**bucket** | **string** |  | [optional] [default to undefined]
**region** | **string** |  | [optional] [default to undefined]
**path** | **string** |  | [optional] [default to undefined]
**auth_method** | **string** |  | [optional] [default to undefined]
**username** | **string** |  | [optional] [default to undefined]
**password** | **string** |  | [optional] [default to undefined]
**host** | **string** |  | [optional] [default to undefined]
**port** | **number** |  | [optional] [default to undefined]
**private_key** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { StorageConfig } from '@connectedxm/admin-sdk';

const instance: StorageConfig = {
    type,
    access_key,
    secret,
    bucket,
    region,
    path,
    auth_method,
    username,
    password,
    host,
    port,
    private_key,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
