Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 836 Bytes

SwiftCredentials.md

File metadata and controls

22 lines (13 loc) · 836 Bytes

Onepanel.SwiftCredentials

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.
username String The Keystone authentication username.
password String The Keystone authentication password.
projectName String The Keystone project name.
userDomainName String The Keystone user domain name. [optional] [default to 'Default']
projectDomainName String The Keystone project domain name. [optional] [default to 'Default']

Enum: TypeEnum

  • swift (value: "swift")