# SwiftAccountExtended
## Properties
**id** | **String** | Unique id of swift account | [optional] [default to null]
**name** | **String** | Name of Swift account | [optional] [default to null]
**path** | **String** | Path to root of Swift account | [optional] [default to null]
**swiftgroup** | **String** | Group with filesystem ownership of this account | [optional] [default to null]
**swiftuser** | **String** | User with filesystem ownership of this account | [optional] [default to null]
**users** | **Vec<String>** | Users who are allowed to access Swift account | [optional] [default to null]
**zone** | **String** | Name of access zone for account | [optional] [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)