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 Nov 23, 2023
1 parent e6637e6 commit 53d048f
Show file tree
Hide file tree
Showing 9 changed files with 460 additions and 206 deletions.
496 changes: 326 additions & 170 deletions dist/go/spaceone/api/identity/v2/role_binding.pb.go

Large diffs are not rendered by default.

94 changes: 92 additions & 2 deletions dist/json/cloudforet/api/identity/v2/Role_binding.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,47 @@
}
]
},
{
"name": "RoleType",
"longName": "RoleBindingInfo.RoleType",
"fullName": "spaceone.api.identity.v2.RoleBindingInfo.RoleType",
"description": "",
"values": [
{
"name": "ROLE_TYPE_NONE",
"number": "0",
"description": ""
},
{
"name": "SYSTEM_ADMIN",
"number": "1",
"description": ""
},
{
"name": "DOMAIN_ADMIN",
"number": "2",
"description": ""
},
{
"name": "WORKPLACE_OWNER",
"number": "3",
"description": ""
},
{
"name": "WORKPLACE_MEMBER",
"number": "4",
"description": ""
}
]
},
{
"name": "Scope",
"longName": "RoleBindingInfo.Scope",
"fullName": "spaceone.api.identity.v2.RoleBindingInfo.Scope",
"description": "",
"values": [
{
"name": "NONE",
"name": "SCOPE_NONE",
"number": "0",
"description": ""
},
Expand All @@ -55,14 +88,47 @@
}
]
},
{
"name": "RoleType",
"longName": "RoleBindingSearchQuery.RoleType",
"fullName": "spaceone.api.identity.v2.RoleBindingSearchQuery.RoleType",
"description": "",
"values": [
{
"name": "ROLE_TYPE_NONE",
"number": "0",
"description": ""
},
{
"name": "SYSTEM_ADMIN",
"number": "1",
"description": ""
},
{
"name": "DOMAIN_ADMIN",
"number": "2",
"description": ""
},
{
"name": "WORKPLACE_OWNER",
"number": "3",
"description": ""
},
{
"name": "WORKPLACE_MEMBER",
"number": "4",
"description": ""
}
]
},
{
"name": "Scope",
"longName": "RoleBindingSearchQuery.Scope",
"fullName": "spaceone.api.identity.v2.RoleBindingSearchQuery.Scope",
"description": "",
"values": [
{
"name": "NONE",
"name": "SCOPE_NONE",
"number": "0",
"description": ""
},
Expand Down Expand Up @@ -187,6 +253,18 @@
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "role_type",
"description": "",
"label": "",
"type": "RoleType",
"longType": "RoleBindingInfo.RoleType",
"fullType": "spaceone.api.identity.v2.RoleBindingInfo.RoleType",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "domain_id",
"description": "",
Expand Down Expand Up @@ -343,6 +421,18 @@
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "role_type",
"description": "+optional",
"label": "",
"type": "RoleType",
"longType": "RoleBindingSearchQuery.RoleType",
"fullType": "spaceone.api.identity.v2.RoleBindingSearchQuery.RoleType",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "domain_id",
"description": "+optional",
Expand Down
10 changes: 5 additions & 5 deletions dist/openapi/cloudforet/api/identity/v2/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -802,11 +802,11 @@
"operationId" : "",
"description": "### Description \n",
"requestBody": {
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |query||Query||\n |role_binding_id||string||\n |scope|DOMAIN, WORKSPACE |string||\n |domain_id||string||\n |workspace_id||string||\n |role_id||string||\n |user_id||string||\n<br>",
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |query||Query||\n |role_binding_id||string||\n |scope|DOMAIN, WORKSPACE |string||\n |role_type|SYSTEM_ADMIN, DOMAIN_ADMIN, WORKPLACE_OWNER, WORKPLACE_MEMBER |string||\n |domain_id||string||\n |workspace_id||string||\n |role_id||string||\n |user_id||string||\n<br>",
"content": {
"application/json": {
"schema": {
"properties": {"query" : {"$ref": "#/components/schemas/Query","title": "QUERY" },"role_binding_id" : {"type": "string","title": "ROLE_BINDING_ID" },"scope" : {"type": "string","title": "SCOPE" },"domain_id" : {"type": "string","title": "DOMAIN_ID" },"workspace_id" : {"type": "string","title": "WORKSPACE_ID" },"role_id" : {"type": "string","title": "ROLE_ID" },"user_id" : {"type": "string","title": "USER_ID" } }
"properties": {"query" : {"$ref": "#/components/schemas/Query","title": "QUERY" },"role_binding_id" : {"type": "string","title": "ROLE_BINDING_ID" },"scope" : {"type": "string","title": "SCOPE" },"role_type" : {"type": "string","title": "ROLE_TYPE" },"domain_id" : {"type": "string","title": "DOMAIN_ID" },"workspace_id" : {"type": "string","title": "WORKSPACE_ID" },"role_id" : {"type": "string","title": "ROLE_ID" },"user_id" : {"type": "string","title": "USER_ID" } }
},
"examples":{"Schema":{}
}
Expand Down Expand Up @@ -3149,9 +3149,9 @@
"title": "CreateRoleBindingRequest"
}
, "RoleBindingInfo": {
"properties" : {"role_binding_id" : {"type": "string","title": "ROLE_BINDING_ID"},"scope" : {"type": "string","title": "SCOPE"},"domain_id" : {"type": "string","title": "DOMAIN_ID"},"workspace_id" : {"type": "string","title": "WORKSPACE_ID"},"role_id" : {"type": "string","title": "ROLE_ID"},"user_id" : {"type": "string","title": "USER_ID"},"created_at" : {"type": "string","title": "CREATED_AT"}},
"properties" : {"role_binding_id" : {"type": "string","title": "ROLE_BINDING_ID"},"scope" : {"type": "string","title": "SCOPE"},"role_type" : {"type": "string","title": "ROLE_TYPE"},"domain_id" : {"type": "string","title": "DOMAIN_ID"},"workspace_id" : {"type": "string","title": "WORKSPACE_ID"},"role_id" : {"type": "string","title": "ROLE_ID"},"user_id" : {"type": "string","title": "USER_ID"},"created_at" : {"type": "string","title": "CREATED_AT"}},
"type": "object",
"required": ["role_binding_id","scope","domain_id","workspace_id","role_id","user_id","created_at"],
"required": ["role_binding_id","scope","role_type","domain_id","workspace_id","role_id","user_id","created_at"],
"title": "RoleBindingInfo"
}
, "RoleBindingRequest": {
Expand All @@ -3161,7 +3161,7 @@
"title": "RoleBindingRequest"
}
, "RoleBindingSearchQuery": {
"properties" : {"query" : {"$ref": "#/components/schemas/Query","title": "QUERY"},"role_binding_id" : {"type": "string","title": "ROLE_BINDING_ID"},"scope" : {"type": "string","title": "SCOPE"},"domain_id" : {"type": "string","title": "DOMAIN_ID"},"workspace_id" : {"type": "string","title": "WORKSPACE_ID"},"role_id" : {"type": "string","title": "ROLE_ID"},"user_id" : {"type": "string","title": "USER_ID"}},
"properties" : {"query" : {"$ref": "#/components/schemas/Query","title": "QUERY"},"role_binding_id" : {"type": "string","title": "ROLE_BINDING_ID"},"scope" : {"type": "string","title": "SCOPE"},"role_type" : {"type": "string","title": "ROLE_TYPE"},"domain_id" : {"type": "string","title": "DOMAIN_ID"},"workspace_id" : {"type": "string","title": "WORKSPACE_ID"},"role_id" : {"type": "string","title": "ROLE_ID"},"user_id" : {"type": "string","title": "USER_ID"}},
"type": "object",
"required": [],
"title": "RoleBindingSearchQuery"
Expand Down
32 changes: 18 additions & 14 deletions dist/python/build/lib/spaceone/api/identity/v2/role_binding_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.17.tar.gz
Binary file not shown.
Binary file added dist/python/dist/spaceone-api-2.0.18.tar.gz
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 53d048f

Please sign in to comment.