Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cloudforet-io/api
Browse files Browse the repository at this point in the history
  • Loading branch information
yjinjo committed Apr 11, 2024
2 parents c7b70af + a725b88 commit f50ee94
Show file tree
Hide file tree
Showing 9 changed files with 173 additions and 197 deletions.
288 changes: 138 additions & 150 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 @@ -196,18 +196,6 @@
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "tags",
"description": "",
"label": "",
"type": "Struct",
"longType": "google.protobuf.Struct",
"fullType": "google.protobuf.Struct",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "role_type",
"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"},"tags" : {"type": "object","title": "TAGS"},"role_type" : {"type": "string","title": "ROLE_TYPE"},"resource_group" : {"type": "string","title": "RESOURCE_GROUP"},"domain_id" : {"type": "string","title": "DOMAIN_ID"},"workspace_id" : {"type": "string","title": "WORKSPACE_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"},"name" : {"type": "string","title": "NAME"},"state" : {"type": "string","title": "STATE"},"is_managed" : {"type": "boolean","title": "IS_MANAGED"},"role_type" : {"type": "string","title": "ROLE_TYPE"},"resource_group" : {"type": "string","title": "RESOURCE_GROUP"},"domain_id" : {"type": "string","title": "DOMAIN_ID"},"workspace_id" : {"type": "string","title": "WORKSPACE_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","tags","role_type","resource_group","domain_id","workspace_id","service_account_id","app_id","role_id","client_id","created_at","expired_at","last_accessed_at"],
"required": ["agent_id","options","client_secret","name","state","is_managed","role_type","resource_group","domain_id","workspace_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.154.tar.gz
Binary file not shown.
Binary file added dist/python/dist/spaceone-api-2.0.155.tar.gz
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit f50ee94

Please sign in to comment.