Agent
Package : spaceone.api.identity.v2
Agent
Agent Methods:
Method | Request | Response |
---|---|---|
create
POST /identity/v2/agent/create
enable
POST /identity/v2/agent/enable
disable
POST /identity/v2/agent/disable
regenerate
POST /identity/v2/agent/regenerate
delete
POST /identity/v2/agent/delete
get
POST /identity/v2/agent/get
list
POST /identity/v2/agent/list
Message
AgentInfo
agent_id (string)
Required
options (Struct)
Required
client_secret (string)
Required
state (State)
Required
is_managed (bool)
Required
role_type (RoleType)
Required
domain_id (string)
Required
workspace_id (string)
Required
project_id (string)
Required
service_account_id (string)
Required
app_id (string)
Required
role_id (string)
Required
client_id (string)
Required
created_at (string)
Required
expired_at (string)
Required
last_accessed_at (string)
Required
AgentRequest
service_account_id (string)
Required
AgentSearchQuery
query (Query)
agent_id (string)
service_account_id (string)
state (State)
AgentsInfo
results (AgentInfo)
Repeated
Required
total_count (int32)
Required
CreateAgentRequest
service_account_id (string)
Required
options (Struct)
Required
Last updated