Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 956 Bytes

XRootDCredentials.md

File metadata and controls

30 lines (14 loc) · 956 Bytes

Onepanel.XRootDCredentials

Properties

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]

Enum: TypeEnum

  • xrootd (value: "xrootd")

Enum: CredentialsTypeEnum

  • none (value: "none")

  • pwd (value: "pwd")