Name | Type | Description | Notes |
---|---|---|---|
type | String | Type of the storage. Must be given explicitly and must match the actual type of subject storage - this redundancy is needed due to limitations of OpenAPI polymorphism. | |
credentialsType | String | Determines the types of credentials provided in the credentials field. | [optional] [default to 'none'] |
credentials | String | The credentials to authenticate with the XRootD server. For `pwd` credentials type, this field should contain simply user and password, e.g. `admin:password`. For `none` this field is ignored. | [optional] |
xrootd
(value:"xrootd"
)
-
none
(value:"none"
) -
pwd
(value:"pwd"
)