Api Key

Package : spaceone.api.identity.v1

APIKey

APIKey Methods:

create

POST /identity/v1/api-keys

Type

Message

Request

Response

enable

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

Type

Message

Request

Response

disable

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

Type

Message

Request

Response

delete

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

Type

Message

Request

Response

get

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

Type

Message

Request

Response

list

GET /identity/v1/api-keys

POST /identity/v1/api-keys/search

Type

Message

Request

Response

stat

POST /identity/v1/api-keys/stat

Type

Message

Request

Response

Message

APIKeyInfo

No

Field

Type

Description

1

api_key_id

string

2

api_key

string

3

state

  • NONE_STATE

  • ENABLED

  • DISABLED

4

user_id

string

5

domain_id

string

6

last_accessed_at

string

7

created_at

string

APIKeyQuery

No

Field

Type

Required

Description

1

query

2

api_key_id

string

3

state

  • NONE_STATE

  • ENABLED

  • DISABLED

4

user_id

string

5

domain_id

string

APIKeyRequest

No

Field

Type

Required

Description

1

api_key_id

string

2

domain_id

string

APIKeyStatQuery

No

Field

Type

Required

Description

1

query

2

domain_id

string

APIKeysInfo

No

Field

Type

Description

1

results

2

total_count

CreateAPIKeyRequest

No

Field

Type

Required

Description

1

user_id

string

2

domain_id

string

GetAPIKeyRequest

No

Field

Type

Required

Description

1

api_key_id

string

2

domain_id

string

3

only

list of string

Last updated