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 Dec 14, 2023
1 parent 2152e55 commit 5c32057
Show file tree
Hide file tree
Showing 9 changed files with 257 additions and 469 deletions.
541 changes: 201 additions & 340 deletions dist/go/spaceone/api/identity/v2/role.pb.go

Large diffs are not rendered by default.

77 changes: 9 additions & 68 deletions dist/json/cloudforet/api/identity/v2/Role.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,6 @@
"hasMessages": true,
"hasServices": true,
"enums": [
{
"name": "Permission",
"longName": "PageAccess.Permission",
"fullName": "spaceone.api.identity.v2.PageAccess.Permission",
"description": "",
"values": [
{
"name": "NONE",
"number": "0",
"description": ""
},
{
"name": "VIEW",
"number": "1",
"description": ""
},
{
"name": "MANAGE",
"number": "2",
"description": ""
}
]
},
{
"name": "RoleType",
"longName": "RoleType",
Expand Down Expand Up @@ -123,9 +100,9 @@
"name": "page_access",
"description": "+optional",
"label": "repeated",
"type": "PageAccess",
"longType": "PageAccess",
"fullType": "spaceone.api.identity.v2.PageAccess",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
Expand All @@ -145,42 +122,6 @@
}
]
},
{
"name": "PageAccess",
"longName": "PageAccess",
"fullName": "spaceone.api.identity.v2.PageAccess",
"description": "",
"hasExtensions": false,
"hasFields": true,
"hasOneofs": false,
"extensions": [],
"fields": [
{
"name": "page",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "permission",
"description": "",
"label": "",
"type": "Permission",
"longType": "PageAccess.Permission",
"fullType": "spaceone.api.identity.v2.PageAccess.Permission",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
},
{
"name": "RoleInfo",
"longName": "RoleInfo",
Expand Down Expand Up @@ -243,9 +184,9 @@
"name": "page_access",
"description": "",
"label": "repeated",
"type": "PageAccess",
"longType": "PageAccess",
"fullType": "spaceone.api.identity.v2.PageAccess",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
Expand Down Expand Up @@ -507,9 +448,9 @@
"name": "page_access",
"description": "+optional",
"label": "repeated",
"type": "PageAccess",
"longType": "PageAccess",
"fullType": "spaceone.api.identity.v2.PageAccess",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
Expand Down
22 changes: 8 additions & 14 deletions dist/openapi/cloudforet/api/identity/v2/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@
"content": {
"application/json": {
"schema": {
"properties": {"name" : {"type": "string","title": "NAME" },"role_type" : {"type": "string","title": "ROLE_TYPE" },"permissions" : {"items": {}, "type": "array","title": "PERMISSIONS" },"page_access" : {"items": {"$ref": "#/components/schemas/PageAccess"}, "type": "array","title": "PAGE_ACCESS" },"tags" : {"type": "object","title": "TAGS" } }
"properties": {"name" : {"type": "string","title": "NAME" },"role_type" : {"type": "string","title": "ROLE_TYPE" },"permissions" : {"items": {}, "type": "array","title": "PERMISSIONS" },"page_access" : {"items": {}, "type": "array","title": "PAGE_ACCESS" },"tags" : {"type": "object","title": "TAGS" } }
},
"examples":{"Schema":{}
}
Expand Down Expand Up @@ -830,7 +830,7 @@
"content": {
"application/json": {
"schema": {
"properties": {"role_id" : {"type": "string","title": "ROLE_ID" },"name" : {"type": "string","title": "NAME" },"permissions" : {"items": {}, "type": "array","title": "PERMISSIONS" },"page_access" : {"items": {"$ref": "#/components/schemas/PageAccess"}, "type": "array","title": "PAGE_ACCESS" },"tags" : {"type": "object","title": "TAGS" } }
"properties": {"role_id" : {"type": "string","title": "ROLE_ID" },"name" : {"type": "string","title": "NAME" },"permissions" : {"items": {}, "type": "array","title": "PERMISSIONS" },"page_access" : {"items": {}, "type": "array","title": "PAGE_ACCESS" },"tags" : {"type": "object","title": "TAGS" } }
},
"examples":{"Schema":{}
}
Expand Down Expand Up @@ -4067,22 +4067,16 @@
}
, "CreateRoleRequest": {
"properties" : {"name" : {"type": "string","title": "NAME"},"role_type" : {"type": "string","title": "ROLE_TYPE"},"permissions" : {"items": {"type": "string"},
"type": "array","title": "PERMISSIONS"},"page_access" : {"items": {"$ref": "#/components/schemas/PageAccess"},
"type": "array","$ref": "#/components/schemas/PageAccess","title": "PAGE_ACCESS"},"tags" : {"type": "object","title": "TAGS"}},
"type": "array","title": "PERMISSIONS"},"page_access" : {"items": {"type": "string"},
"type": "array","title": "PAGE_ACCESS"},"tags" : {"type": "object","title": "TAGS"}},
"type": "object",
"required": ["name","role_type"],
"title": "CreateRoleRequest"
}
, "PageAccess": {
"properties" : {"page" : {"type": "string","title": "PAGE"},"permission" : {"type": "string","title": "PERMISSION"}},
"type": "object",
"required": ["page","permission"],
"title": "PageAccess"
}
, "RoleInfo": {
"properties" : {"role_id" : {"type": "string","title": "ROLE_ID"},"name" : {"type": "string","title": "NAME"},"role_type" : {"type": "string","title": "ROLE_TYPE"},"permissions" : {"items": {"type": "string"},
"type": "array","title": "PERMISSIONS"},"page_access" : {"items": {"$ref": "#/components/schemas/PageAccess"},
"type": "array","$ref": "#/components/schemas/PageAccess","title": "PAGE_ACCESS"},"tags" : {"type": "object","title": "TAGS"},"is_managed" : {"type": "boolean","title": "IS_MANAGED"},"domain_id" : {"type": "string","title": "DOMAIN_ID"},"created_at" : {"type": "string","title": "CREATED_AT"},"updated_at" : {"type": "string","title": "UPDATED_AT"}},
"type": "array","title": "PERMISSIONS"},"page_access" : {"items": {"type": "string"},
"type": "array","title": "PAGE_ACCESS"},"tags" : {"type": "object","title": "TAGS"},"is_managed" : {"type": "boolean","title": "IS_MANAGED"},"domain_id" : {"type": "string","title": "DOMAIN_ID"},"created_at" : {"type": "string","title": "CREATED_AT"},"updated_at" : {"type": "string","title": "UPDATED_AT"}},
"type": "object",
"required": ["role_id","name","role_type","permissions","page_access","tags","is_managed","domain_id","created_at","updated_at"],
"title": "RoleInfo"
Expand Down Expand Up @@ -4114,8 +4108,8 @@
}
, "UpdateRoleRequest": {
"properties" : {"role_id" : {"type": "string","title": "ROLE_ID"},"name" : {"type": "string","title": "NAME"},"permissions" : {"items": {"type": "string"},
"type": "array","title": "PERMISSIONS"},"page_access" : {"items": {"$ref": "#/components/schemas/PageAccess"},
"type": "array","$ref": "#/components/schemas/PageAccess","title": "PAGE_ACCESS"},"tags" : {"type": "object","title": "TAGS"}},
"type": "array","title": "PERMISSIONS"},"page_access" : {"items": {"type": "string"},
"type": "array","title": "PAGE_ACCESS"},"tags" : {"type": "object","title": "TAGS"}},
"type": "object",
"required": ["role_id"],
"title": "UpdateRoleRequest"
Expand Down
42 changes: 19 additions & 23 deletions dist/python/build/lib/spaceone/api/identity/v2/role_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.41.tar.gz
Binary file not shown.
Binary file added dist/python/dist/spaceone-api-2.0.42.tar.gz
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 5c32057

Please sign in to comment.