Domain Owner

Package : spaceone.api.identity.v1

DomainOwner

DomainOwner Methods:

create

POST /identity/v1/domain/{domain_id}/owner

Type
Message

update

PUT /identity/v1/domain/{domain_id}/owner

Type
Message

delete

DELETE /identity/v1/domain/{domain_id}/owner

Type
Message

get

GET /identity/v1/domain/{domain_id}/owner

Type
Message

Message

CreateDomainOwner

Field
Type
Required
Description

owner_id

string

password

string

name

string

email

string

language

string

timezone

string

domain_id

string

DomainOwnerInfo

Field
Type
Description

owner_id

string

name

string

email

string

language

string

timezone

string

last_accessed_at

string

created_at

string

domain_id

string

DomainOwnerRequest

Field
Type
Required
Description

domain_id

string

owner_id

string

GetDomainOwnerRequest

Field
Type
Required
Description

domain_id

string

owner_id

string

only

list of string

UpdateDomainOwner

Field
Type
Required
Description

owner_id

string

password

string

name

string

email

string

language

string

timezone

string

domain_id

string

Last updated