Skip to content

Commit

Permalink
[CI] api has been built
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-cloudforet committed Apr 12, 2024
1 parent 222bc5d commit 4286c3a
Show file tree
Hide file tree
Showing 9 changed files with 160 additions and 181 deletions.
259 changes: 125 additions & 134 deletions dist/go/spaceone/api/identity/v2/agent.pb.go

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions dist/json/cloudforet/api/identity/v2/Agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,18 +160,6 @@
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "name",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "state",
"description": "",
Expand Down
4 changes: 2 additions & 2 deletions dist/openapi/cloudforet/api/identity/v2/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4180,9 +4180,9 @@
"title": "VersionInfo"
}
, "AgentInfo": {
"properties" : {"agent_id" : {"type": "string","title": "AGENT_ID"},"options" : {"type": "object","title": "OPTIONS"},"client_secret" : {"type": "string","title": "CLIENT_SECRET"},"name" : {"type": "string","title": "NAME"},"state" : {"type": "string","title": "STATE"},"is_managed" : {"type": "boolean","title": "IS_MANAGED"},"role_type" : {"type": "string","title": "ROLE_TYPE"},"domain_id" : {"type": "string","title": "DOMAIN_ID"},"workspace_id" : {"type": "string","title": "WORKSPACE_ID"},"project_id" : {"type": "string","title": "PROJECT_ID"},"service_account_id" : {"type": "string","title": "SERVICE_ACCOUNT_ID"},"app_id" : {"type": "string","title": "APP_ID"},"role_id" : {"type": "string","title": "ROLE_ID"},"client_id" : {"type": "string","title": "CLIENT_ID"},"created_at" : {"type": "string","title": "CREATED_AT"},"expired_at" : {"type": "string","title": "EXPIRED_AT"},"last_accessed_at" : {"type": "string","title": "LAST_ACCESSED_AT"}},
"properties" : {"agent_id" : {"type": "string","title": "AGENT_ID"},"options" : {"type": "object","title": "OPTIONS"},"client_secret" : {"type": "string","title": "CLIENT_SECRET"},"state" : {"type": "string","title": "STATE"},"is_managed" : {"type": "boolean","title": "IS_MANAGED"},"role_type" : {"type": "string","title": "ROLE_TYPE"},"domain_id" : {"type": "string","title": "DOMAIN_ID"},"workspace_id" : {"type": "string","title": "WORKSPACE_ID"},"project_id" : {"type": "string","title": "PROJECT_ID"},"service_account_id" : {"type": "string","title": "SERVICE_ACCOUNT_ID"},"app_id" : {"type": "string","title": "APP_ID"},"role_id" : {"type": "string","title": "ROLE_ID"},"client_id" : {"type": "string","title": "CLIENT_ID"},"created_at" : {"type": "string","title": "CREATED_AT"},"expired_at" : {"type": "string","title": "EXPIRED_AT"},"last_accessed_at" : {"type": "string","title": "LAST_ACCESSED_AT"}},
"type": "object",
"required": ["agent_id","options","client_secret","name","state","is_managed","role_type","domain_id","workspace_id","project_id","service_account_id","app_id","role_id","client_id","created_at","expired_at","last_accessed_at"],
"required": ["agent_id","options","client_secret","state","is_managed","role_type","domain_id","workspace_id","project_id","service_account_id","app_id","role_id","client_id","created_at","expired_at","last_accessed_at"],
"title": "AgentInfo"
}
, "AgentRequest": {
Expand Down
32 changes: 16 additions & 16 deletions dist/python/build/lib/spaceone/api/identity/v2/agent_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed dist/python/dist/spaceone-api-2.0.157.tar.gz
Binary file not shown.
Binary file added dist/python/dist/spaceone-api-2.0.158.tar.gz
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 4286c3a

Please sign in to comment.