@truenas/api-client
GitHub
Preparing search index...
v25_10_0
SwiftCredentialsModel
Interface SwiftCredentialsModel
interface
SwiftCredentialsModel
{
application_credential_id
?:
string
;
application_credential_name
?:
string
;
application_credential_secret
?:
string
;
auth
:
string
;
auth_token
?:
string
;
auth_version
:
0
|
3
|
2
|
1
|
null
;
domain
?:
string
;
endpoint_type
:
"public"
|
"internal"
|
"admin"
|
null
;
key
:
string
;
region
?:
string
;
storage_url
?:
string
;
tenant
?:
string
;
tenant_domain
?:
string
;
tenant_id
?:
string
;
type
:
"OPENSTACK_SWIFT"
;
user
:
string
;
user_id
?:
string
;
}
Index
Properties
application_
credential_
id?
application_
credential_
name?
application_
credential_
secret?
auth
auth_
token?
auth_
version
domain?
endpoint_
type
key
region?
storage_
url?
tenant?
tenant_
domain?
tenant_
id?
type
user
user_
id?
Properties
Optional
application_
credential_
id
application_credential_id
?:
string
Optional
application_
credential_
name
application_credential_name
?:
string
Optional
application_
credential_
secret
application_credential_secret
?:
string
auth
auth
:
string
Optional
auth_
token
auth_token
?:
string
auth_
version
auth_version
:
0
|
3
|
2
|
1
|
null
Optional
domain
domain
?:
string
endpoint_
type
endpoint_type
:
"public"
|
"internal"
|
"admin"
|
null
key
key
:
string
Optional
region
region
?:
string
Optional
storage_
url
storage_url
?:
string
Optional
tenant
tenant
?:
string
Optional
tenant_
domain
tenant_domain
?:
string
Optional
tenant_
id
tenant_id
?:
string
type
type
:
"OPENSTACK_SWIFT"
user
user
:
string
Optional
user_
id
user_id
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
application_
credential_
id
application_
credential_
name
application_
credential_
secret
auth
auth_
token
auth_
version
domain
endpoint_
type
key
region
storage_
url
tenant
tenant_
domain
tenant_
id
type
user
user_
id
GitHub
@truenas/api-client
Loading...