Api Key

Package : spaceone.api.identity.v1

APIKey

APIKey Methods:

create

POST /identity/v1/api-keys

Type
Message

enable

PUT /identity/v1/api-key/{api_key_id}/enable

Type
Message

disable

PUT /identity/v1/api-key/{api_key_id}/disable

Type
Message

delete

DELETE /identity/v1/api-key/{api_key_id}

Type
Message

get

GET /identity/v1/api-key/{api_key_id}

Type
Message

list

GET /identity/v1/api-keys

POST /identity/v1/api-keys/search

Type
Message

Response

stat

POST /identity/v1/api-keys/stat

Type
Message

Message

APIKeyInfo

Field
Type
Description

api_key_id

string

api_key

string

state

  • NONE_STATE

  • ENABLED

  • DISABLED

user_id

string

domain_id

string

last_accessed_at

string

created_at

string

APIKeyQuery

Field
Type
Required
Description

api_key_id

string

state

  • NONE_STATE

  • ENABLED

  • DISABLED

user_id

string

domain_id

string

APIKeyRequest

Field
Type
Required
Description

api_key_id

string

domain_id

string

APIKeyStatQuery

Field
Type
Required
Description

domain_id

string

APIKeysInfo

Field
Type
Description

total_count

CreateAPIKeyRequest

Field
Type
Required
Description

user_id

string

domain_id

string

GetAPIKeyRequest

Field
Type
Required
Description

api_key_id

string

domain_id

string

only

list of string

Last updated