Domain
Package : spaceone.api.identity.v1
Domain
Domain Methods:
.spaceone.api.core.v1.AuthenticationRequest
.spaceone.api.core.v1.AuthenticationResponse
create
POST /identity/v1/domains
Request
Response
update
PUT /identity/v1/domain/{domain_id}
Request
Response
change_auth_plugin
PUT /identity/v1/domain/{domain_id}/change_auth_plugin
Request
Response
update_plugin
PUT /identity/v1/domain/{domain_id}/plugin
Request
Response
verify_plugin
POST /identity/v1/domain/{domain_id}/plugin/verify
Request
Response
delete
DELETE /identity/v1/domain/{domain_id}
Request
Response
enable
PUT /identity/v1/domain/{domain_id}
Request
Response
disable
PUT /identity/v1/domain/{domain_id}
Request
Response
get
GET /identity/v1/domain/{domain_id}
Request
Response
list
GET /identity/v1/domains
POST /identity/v1/domains/search
Request
Response
stat
POST /identity/v1/domains/stat
Request
Response
get_public_key
Request
[AuthenticationRequest]
Response
.spaceone.api.core.v1.AuthenticationResponse
Message
ChangeAuthRequest
domain_id
string
✔
plugin_info
✘
release_auth_plugin
bool
✘
CreateDomainRequest
name
string
✔
plugin_info
✘
config
✘
tags
✘
DomainInfo
domain_id
string
name
string
state
NONE
ENABLED
DISABLED
plugin_info
config
tags
created_at
string
deleted_at
string
DomainQuery
query
✘
domain_id
string
✘
name
string
✘
state
NONE
ENABLED
DISABLED
✘
DomainRequest
domain_id
string
✔
DomainStatQuery
query
✔
DomainsInfo
results
total_count
GetDomainRequest
domain_id
string
✔
only
list of string
✘
PluginInfo
plugin_id
string
version
string
secret_id
string
options
secret_data
schema
string
metadata
upgrade_mode
NONE
MANUAL
AUTO
UpdateDomainRequest
domain_id
string
✔
plugin_info
✘
config
✘
tags
✘
UpdatePluginRequest
domain_id
string
✔
version
string
✘
options
✘
upgrade_mode
NONE
MANUAL
AUTO
✘
Last updated
Was this helpful?