SpaceONE APIs
Latest Version
Latest Version
  • README
  • Board
    • V1
      • Board
      • Post
  • Config
    • V1
      • Domain Config
      • User Config
  • Core
    • V1
      • Handler
      • Query
      • Server Info
  • Cost Analysis
    • Plugin
      • Cost
      • Data Source
      • Job
    • V1
      • Budget
      • Budget Usage
      • Cost
      • Cost Query Set
      • Custom Widget
      • Data Source
      • Data Source Rule
      • Exchange Rate
      • Job
      • Job Task
      • Public Dashboard
      • Schedule
      • User Dashboard
  • Identity
    • Plugin
      • Auth
    • V1
      • Api Key
      • Authorization
      • Domain
      • Domain Owner
      • Endpoint
      • Policy
      • Project
      • Project Group
      • Provider
      • Role
      • Role Binding
      • Service Account
      • Token
      • User
  • Inventory
    • Plugin
      • Collector
    • V1
      • Change History
      • Cloud Service
      • Cloud Service Type
      • Collector
      • Job
      • Job Task
      • Note
      • Region
      • Resource Group
      • Server
  • Monitoring
    • Plugin
      • Data Source
      • Event
      • Log
      • Metric
      • Webhook
    • V1
      • Alert
      • Data Source
      • Escalation Policy
      • Event
      • Event Rule
      • Log
      • Maintenance Window
      • Metric
      • Note
      • Project Alert Config
      • Webhook
  • Notification
    • Plugin
      • Notification
      • Protocol
    • V1
      • Notification
      • Notification Usage
      • Project Channel
      • Protocol
      • Quota
      • User Channel
  • Plugin
    • V1
      • Plugin
      • Supervisor
  • Repository
    • V1
      • Plugin
      • Policy
      • Repository
      • Schema
  • Sample
    • V1
      • Helloworld
  • Secret
    • V1
      • Secret
      • Secret Group
  • Statistics
    • Plugin
      • Storage
    • V1
      • History
      • Resource
      • Schedule
      • Storage
Powered by GitBook
On this page
  • APIKey
  • create
  • enable
  • disable
  • delete
  • get
  • list
  • stat
  • Message
  • APIKeyInfo
  • APIKeyQuery
  • APIKeyRequest
  • APIKeyStatQuery
  • APIKeysInfo
  • CreateAPIKeyRequest
  • GetAPIKeyRequest

Was this helpful?

  1. Identity
  2. V1

Api Key

Package : spaceone.api.identity.v1

APIKey

APIKey Methods:

Method
Request
Response

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

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

query

✘

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

query

✔

domain_id

string

✔

APIKeysInfo

Field
Type
Description

results

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

✘

PreviousV1NextAuthorization

Last updated 3 years ago

Was this helpful?

google.protobuf.Empty
google.protobuf.Struct
google.protobuf.Empty
google.protobuf.Struct
spaceone.api.core.v1.Query
spaceone.api.core.v1.StatisticsQuery
int32
create
CreateAPIKeyRequest
APIKeyInfo
enable
APIKeyRequest
APIKeyInfo
disable
APIKeyRequest
APIKeyInfo
delete
APIKeyRequest
get
GetAPIKeyRequest
APIKeyInfo
list
APIKeyQuery
APIKeysInfo
stat
APIKeyStatQuery
CreateAPIKeyRequest
APIKeyInfo
APIKeyRequest
APIKeyInfo
APIKeyRequest
APIKeyInfo
APIKeyRequest
GetAPIKeyRequest
APIKeyInfo
APIKeyQuery
APIKeysInfo
APIKeyStatQuery
list of APIKeyInfo