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 bac6a08 commit bad14fa
Show file tree
Hide file tree
Showing 9 changed files with 215 additions and 305 deletions.
344 changes: 151 additions & 193 deletions dist/go/spaceone/api/identity/v2/role_binding.pb.go

Large diffs are not rendered by default.

60 changes: 6 additions & 54 deletions dist/json/cloudforet/api/identity/v2/Role_binding.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,18 +115,6 @@
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "is_managed_role",
"description": "",
"label": "",
"type": "bool",
"longType": "bool",
"fullType": "bool",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "scope",
"description": "",
Expand Down Expand Up @@ -187,18 +175,6 @@
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "is_managed_role",
"description": "",
"label": "",
"type": "bool",
"longType": "bool",
"fullType": "bool",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "scope",
"description": "",
Expand Down Expand Up @@ -259,18 +235,6 @@
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "repository_id",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "created_at",
"description": "",
Expand Down Expand Up @@ -426,18 +390,6 @@
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "repository_id",
"description": "+optional",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
},
Expand Down Expand Up @@ -548,20 +500,20 @@
"defaultValue": ""
},
{
"name": "is_managed_role",
"name": "domain_id",
"description": "",
"label": "",
"type": "bool",
"longType": "bool",
"fullType": "bool",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "domain_id",
"description": "",
"name": "workspace_id",
"description": "+optional",
"label": "",
"type": "string",
"longType": "string",
Expand Down
26 changes: 13 additions & 13 deletions dist/openapi/cloudforet/api/identity/v2/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -692,11 +692,11 @@
"operationId" : "",
"description": "### Description \n",
"requestBody": {
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |user_id||string|True|\n |role_id||string|True|\n |is_managed_role||boolean|True|\n |scope|DOMAIN, WORKSPACE |string|True|\n |domain_id||string|True|\n |workspace_id||string||\n<br>",
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |user_id||string|True|\n |role_id||string|True|\n |scope|DOMAIN, WORKSPACE |string|True|\n |domain_id||string|True|\n |workspace_id||string||\n<br>",
"content": {
"application/json": {
"schema": {
"properties": {"user_id" : {"type": "string","title": "USER_ID" },"role_id" : {"type": "string","title": "ROLE_ID" },"is_managed_role" : {"type": "boolean","title": "IS_MANAGED_ROLE" },"scope" : {"type": "string","title": "SCOPE" },"domain_id" : {"type": "string","title": "DOMAIN_ID" },"workspace_id" : {"type": "string","title": "WORKSPACE_ID" } }
"properties": {"user_id" : {"type": "string","title": "USER_ID" },"role_id" : {"type": "string","title": "ROLE_ID" },"scope" : {"type": "string","title": "SCOPE" },"domain_id" : {"type": "string","title": "DOMAIN_ID" },"workspace_id" : {"type": "string","title": "WORKSPACE_ID" } }
},
"examples":{"Schema":{}
}
Expand All @@ -721,11 +721,11 @@
"operationId" : "",
"description": "### Description \n",
"requestBody": {
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |role_binding_id||string|True|\n |role_id||string|True|\n |is_managed_role||boolean|True|\n |domain_id||string|True|\n<br>",
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |role_binding_id||string|True|\n |role_id||string|True|\n |domain_id||string|True|\n |workspace_id||string||\n<br>",
"content": {
"application/json": {
"schema": {
"properties": {"role_binding_id" : {"type": "string","title": "ROLE_BINDING_ID" },"role_id" : {"type": "string","title": "ROLE_ID" },"is_managed_role" : {"type": "boolean","title": "IS_MANAGED_ROLE" },"domain_id" : {"type": "string","title": "DOMAIN_ID" } }
"properties": {"role_binding_id" : {"type": "string","title": "ROLE_BINDING_ID" },"role_id" : {"type": "string","title": "ROLE_ID" },"domain_id" : {"type": "string","title": "DOMAIN_ID" },"workspace_id" : {"type": "string","title": "WORKSPACE_ID" } }
},
"examples":{"Schema":{}
}
Expand Down 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 |repository_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 |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" },"repository_id" : {"type": "string","title": "REPOSITORY_ID" } }
"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" } }
},
"examples":{"Schema":{}
}
Expand Down Expand Up @@ -3143,15 +3143,15 @@
"title": "WorkspacesInfo"
}
, "CreateRoleBindingRequest": {
"properties" : {"user_id" : {"type": "string","title": "USER_ID"},"role_id" : {"type": "string","title": "ROLE_ID"},"is_managed_role" : {"type": "boolean","title": "IS_MANAGED_ROLE"},"scope" : {"type": "string","title": "SCOPE"},"domain_id" : {"type": "string","title": "DOMAIN_ID"},"workspace_id" : {"type": "string","title": "WORKSPACE_ID"}},
"properties" : {"user_id" : {"type": "string","title": "USER_ID"},"role_id" : {"type": "string","title": "ROLE_ID"},"scope" : {"type": "string","title": "SCOPE"},"domain_id" : {"type": "string","title": "DOMAIN_ID"},"workspace_id" : {"type": "string","title": "WORKSPACE_ID"}},
"type": "object",
"required": ["user_id","role_id","is_managed_role","scope","domain_id"],
"required": ["user_id","role_id","scope","domain_id"],
"title": "CreateRoleBindingRequest"
}
, "RoleBindingInfo": {
"properties" : {"role_binding_id" : {"type": "string","title": "ROLE_BINDING_ID"},"is_managed_role" : {"type": "boolean","title": "IS_MANAGED_ROLE"},"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"},"repository_id" : {"type": "string","title": "REPOSITORY_ID"},"created_at" : {"type": "string","title": "CREATED_AT"}},
"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"}},
"type": "object",
"required": ["role_binding_id","is_managed_role","scope","domain_id","workspace_id","role_id","user_id","repository_id","created_at"],
"required": ["role_binding_id","scope","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"},"repository_id" : {"type": "string","title": "REPOSITORY_ID"}},
"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"}},
"type": "object",
"required": [],
"title": "RoleBindingSearchQuery"
Expand All @@ -3180,9 +3180,9 @@
"title": "RoleBindingsInfo"
}
, "UpdateRoleBindingRequest": {
"properties" : {"role_binding_id" : {"type": "string","title": "ROLE_BINDING_ID"},"role_id" : {"type": "string","title": "ROLE_ID"},"is_managed_role" : {"type": "boolean","title": "IS_MANAGED_ROLE"},"domain_id" : {"type": "string","title": "DOMAIN_ID"}},
"properties" : {"role_binding_id" : {"type": "string","title": "ROLE_BINDING_ID"},"role_id" : {"type": "string","title": "ROLE_ID"},"domain_id" : {"type": "string","title": "DOMAIN_ID"},"workspace_id" : {"type": "string","title": "WORKSPACE_ID"}},
"type": "object",
"required": ["role_binding_id","role_id","is_managed_role","domain_id"],
"required": ["role_binding_id","role_id","domain_id"],
"title": "UpdateRoleBindingRequest"
}
, "CreateUserGroupRequest": {
Expand Down
Loading

0 comments on commit bad14fa

Please sign in to comment.