Domain Owner
Package : spaceone.api.identity.v1
DomainOwner
DomainOwner Methods:
NO
Method
Request Type
Response Type
Description
1
2
3
4
create
POST /identity/v1/domain/{domain_id}/owner
Type
Message
Request
Response
update
PUT /identity/v1/domain/{domain_id}/owner
Type
Message
Request
Response
delete
DELETE /identity/v1/domain/{domain_id}/owner
Type
Message
Request
Response
get
GET /identity/v1/domain/{domain_id}/owner
Type
Message
Request
Response
Message
CreateDomainOwner
No
Field
Type
Required
Description
1
owner_id
string
❌
2
password
string
✅
3
name
string
❌
4
string
❌
5
mobile
string
❌
6
language
string
❌
7
timezone
string
❌
8
domain_id
string
✅
DomainOwnerInfo
No
Field
Type
Description
1
owner_id
string
2
name
string
3
string
4
mobile
string
5
language
string
6
timezone
string
7
last_accessed_at
8
created_at
9
domain_id
string
DomainOwnerRequest
No
Field
Type
Required
Description
1
domain_id
string
✅
2
owner_id
string
✅
GetDomainOwnerRequest
No
Field
Type
Required
Description
1
domain_id
string
✅
2
owner_id
string
✅
3
only
list of string
❌
UpdateDomainOwner
No
Field
Type
Required
Description
1
owner_id
string
✅
2
password
string
❌
3
name
string
❌
4
string
❌
5
mobile
string
❌
6
language
string
❌
7
timezone
string
❌
8
domain_id
string
✅
Last updated