Service Account

Package : spaceone.api.identity.v1

ServiceAccount

ServiceAccount Methods:

create

POST /identity/v1/service-accounts

update

PUT /identity/v1/service-account/{service_account_id}

delete

DELETE /identity/v1/service-account/{service_account_id}

get

GET /identity/v1/service-account/{service_account_id}

list

GET /identity/v1/service-accounts

POST /identity/v1/service-accounts/search

Type

Message

Request

Response

stat

POST /identity/v1/service-accounts/stat

Message

CreateServiceAccountRequest

No

Field

Type

Required

Description

1

name

string

2

data

3

provider

string

4

project_id

string

5

tags

6

domain_id

string

GetServiceAccountRequest

No

Field

Type

Required

Description

1

service_account_id

string

2

domain_id

string

3

only

list of string

ServiceAccountInfo

No

Field

Type

Description

1

service_account_id

string

2

name

string

3

data

4

provider

string

5

project_info

6

domain_id

string

7

tags

8

created_at

ServiceAccountQuery

No

Field

Type

Required

Description

1

query

2

service_account_id

string

3

name

string

4

provider

string

5

project_id

string

6

domain_id

string

ServiceAccountRequest

No

Field

Type

Required

Description

1

service_account_id

string

2

domain_id

string

ServiceAccountStatQuery

No

Field

Type

Required

Description

1

query

2

domain_id

string

ServiceAccountsInfo

No

Field

Type

Description

1

results

2

total_count

UpdateServiceAccountRequest

No

Field

Type

Required

Description

1

service_account_id

string

2

name

string

3

data

4

project_id

string

5

tags

6

domain_id

string

7

release_project

bool

Last updated