Domain Owner

Package : spaceone.api.identity.v1

DomainOwner

DomainOwner Methods:

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

email

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

email

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

email

string

5

mobile

string

6

language

string

7

timezone

string

8

domain_id

string

Last updated