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

stat

POST /identity/v1/service-accounts/stat

Message

CreateServiceAccountRequest

Field
Type
Required
Description

name

string

provider

string

project_id

string

domain_id

string

GetServiceAccountRequest

Field
Type
Required
Description

service_account_id

string

domain_id

string

only

list of string

ServiceAccountInfo

Field
Type
Description

service_account_id

string

name

string

provider

string

project_info

domain_id

string

created_at

string

ServiceAccountQuery

Field
Type
Required
Description

service_account_id

string

name

string

provider

string

project_id

string

domain_id

string

ServiceAccountRequest

Field
Type
Required
Description

service_account_id

string

domain_id

string

ServiceAccountStatQuery

Field
Type
Required
Description

domain_id

string

ServiceAccountsInfo

Field
Type
Description

UpdateServiceAccountRequest

Field
Type
Required
Description

service_account_id

string

name

string

project_id

string

domain_id

string

release_project

bool

Last updated