Api Key
Package : spaceone.api.identity.v1
APIKey
APIKey Methods:
create
POST /identity/v1/api-keys
Request
Response
enable
PUT /identity/v1/api-key/{api_key_id}/enable
Request
Response
disable
PUT /identity/v1/api-key/{api_key_id}/disable
Request
Response
delete
DELETE /identity/v1/api-key/{api_key_id}
Request
Response
get
GET /identity/v1/api-key/{api_key_id}
Request
Response
list
GET /identity/v1/api-keys
POST /identity/v1/api-keys/search
Request
Response
stat
POST /identity/v1/api-keys/stat
Request
Response
Message
APIKeyInfo
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
api_key_id
string
✘
state
NONE_STATE
ENABLED
DISABLED
✘
user_id
string
✘
domain_id
string
✔
APIKeyRequest
api_key_id
string
✔
domain_id
string
✔
APIKeyStatQuery
domain_id
string
✔
APIKeysInfo
CreateAPIKeyRequest
user_id
string
✔
domain_id
string
✔
GetAPIKeyRequest
api_key_id
string
✔
domain_id
string
✔
only
list of string
✘
Last updated