App
Package : spaceone.api.identity.v2
App
App Methods:
create
POST /identity/v2/app/create
update
POST /identity/v2/app/update
generate_client_secret
POST /identity/v2/app/generate-client-secret
enable
POST /identity/v2/app/enable
disable
POST /identity/v2/app/disable
delete
POST /identity/v2/app/delete
get
POST /identity/v2/app/get
check
list
POST /identity/v2/app/list
stat
POST /identity/v2/app/stat
Message
AppCheckRequest
client_id (string)
Requireddomain_id (string)
Required
AppInfo
app_id (string)
Requiredclient_secret (string)
Requiredname (string)
Requiredstate (State)
Requiredis_managed (bool)
Requiredtags (Struct)
Requiredrole_type (RoleType)
Requiredresource_group (ResourceGroup)
Requireddomain_id (string)
Requiredworkspace_id (string)
Requiredrole_id (string)
Requiredclient_id (string)
Requiredproject_group_id (string)
Requiredproject_id (string)
Requiredcreated_at (string)
Requiredexpired_at (string)
Requiredlast_accessed_at (string)
Required
AppRequest
app_id (string)
Required
AppSearchQuery
query (Query)
app_id (string)
name (string)
state (State)
role_type (RoleType)
workspace_id (string)
role_id (string)
client_id (string)
AppStatQuery
query (StatisticsQuery)
Required
AppsInfo
results (AppInfo)
RepeatedRequiredtotal_count (int32)
Required
CheckAppInfo
permissions (string)
RepeatedRequiredprojects (string)
RepeatedRequired
CreateAppRequest
name (string)
Requiredrole_id (string)
Requiredresource_group (ResourceGroup)
Requiredproject_group_id (string)
Requiredproject_id (string)
Requiredtags (Struct)
expired_at (string)
workspace_id (string)
GenerateAPIKeyAppRequest
app_id (string)
Requiredexpired_at (string)
UpdateAppRequest
app_id (string)
Requiredname (string)
tags (Struct)
Last updated