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
CreateDomainRequest
DomainInfo
domain_id
string
name
string
state
NONE
ENABLED
DISABLED
created_at
string
deleted_at
string
DomainQuery
DomainRequest
domain_id
string
✔
DomainStatQuery
DomainsInfo
GetDomainRequest
domain_id
string
✔
only
list of string
✘
PluginInfo
plugin_id
string
version
string
secret_id
string
schema
string
upgrade_mode
NONE
MANUAL
AUTO
UpdateDomainRequest
UpdatePluginRequest
Last updated