Skip to content

Commit

Permalink
Update file(s) "dist/json/." from "cloudforet-io/api"
Browse files Browse the repository at this point in the history
  • Loading branch information
yjinjo committed Aug 29, 2024
1 parent 5621de0 commit ed52a0c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 158 deletions.
161 changes: 3 additions & 158 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": "State",
"longName": "BasicRoleInfo.State",
"fullName": "spaceone.api.identity.v2.BasicRoleInfo.State",
"description": "",
"values": [
{
"name": "NONE",
"number": "0",
"description": ""
},
{
"name": "ENABLED",
"number": "1",
"description": ""
},
{
"name": "DISABLED",
"number": "2",
"description": ""
}
]
},
{
"name": "State",
"longName": "RoleInfo.State",
Expand Down Expand Up @@ -109,138 +86,6 @@
],
"extensions": [],
"messages": [
{
"name": "BasicRoleInfo",
"longName": "BasicRoleInfo",
"fullName": "spaceone.api.identity.v2.BasicRoleInfo",
"description": "",
"hasExtensions": false,
"hasFields": true,
"hasOneofs": false,
"extensions": [],
"fields": [
{
"name": "role_id",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "name",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "state",
"description": "",
"label": "",
"type": "State",
"longType": "BasicRoleInfo.State",
"fullType": "spaceone.api.identity.v2.BasicRoleInfo.State",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "role_type",
"description": "",
"label": "",
"type": "RoleType",
"longType": "RoleType",
"fullType": "spaceone.api.identity.v2.RoleType",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "domain_id",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "created_at",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "updated_at",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
},
{
"name": "BasicRolesInfo",
"longName": "BasicRolesInfo",
"fullName": "spaceone.api.identity.v2.BasicRolesInfo",
"description": "",
"hasExtensions": false,
"hasFields": true,
"hasOneofs": false,
"extensions": [],
"fields": [
{
"name": "results",
"description": "",
"label": "repeated",
"type": "BasicRoleInfo",
"longType": "BasicRoleInfo",
"fullType": "spaceone.api.identity.v2.BasicRoleInfo",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "total_count",
"description": "",
"label": "",
"type": "int32",
"longType": "int32",
"fullType": "int32",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
},
{
"name": "CreateRoleRequest",
"longName": "CreateRoleRequest",
Expand Down Expand Up @@ -861,9 +706,9 @@
"requestLongType": "RoleSearchQuery",
"requestFullType": "spaceone.api.identity.v2.RoleSearchQuery",
"requestStreaming": false,
"responseType": "BasicRolesInfo",
"responseLongType": "BasicRolesInfo",
"responseFullType": "spaceone.api.identity.v2.BasicRolesInfo",
"responseType": "RolesInfo",
"responseLongType": "RolesInfo",
"responseFullType": "spaceone.api.identity.v2.RolesInfo",
"responseStreaming": false,
"options": {
"google.api.http": {
Expand Down
12 changes: 12 additions & 0 deletions dist/json/cloudforet/api/identity/v2/Workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,18 @@
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "user_count",
"description": "",
"label": "",
"type": "int32",
"longType": "int32",
"fullType": "int32",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "cost_info",
"description": "",
Expand Down

0 comments on commit ed52a0c

Please sign in to comment.