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
lhhyung committed Jan 3, 2025
1 parent 872c6e1 commit f3a3f82
Show file tree
Hide file tree
Showing 2 changed files with 1,257 additions and 1 deletion.
49 changes: 48 additions & 1 deletion dist/json/cloudforet/api/identity/v2/Endpoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,29 @@
"description": ""
}
]
},
{
"name": "EndpointType",
"longName": "EndpointSearchQuery.EndpointType",
"fullName": "spaceone.api.identity.v2.EndpointSearchQuery.EndpointType",
"description": "",
"values": [
{
"name": "NONE",
"number": "0",
"description": ""
},
{
"name": "PUBLIC",
"number": "1",
"description": ""
},
{
"name": "INTERNAL",
"number": "2",
"description": ""
}
]
}
],
"extensions": [],
Expand Down Expand Up @@ -81,6 +104,18 @@
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "internal_endpoint",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "state",
"description": "",
Expand Down Expand Up @@ -111,7 +146,7 @@
"name": "EndpointSearchQuery",
"longName": "EndpointSearchQuery",
"fullName": "spaceone.api.identity.v2.EndpointSearchQuery",
"description": "{\n \"service\": \"inventory\",\n \"query\": {}\n}",
"description": "{\n \"service\": \"inventory\",\n \"endpoint_type\": \"PUBLIC\",\n \"query\": {}\n}",
"hasExtensions": false,
"hasFields": true,
"hasOneofs": false,
Expand Down Expand Up @@ -140,6 +175,18 @@
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "endpoint_type",
"description": "+optional",
"label": "",
"type": "EndpointType",
"longType": "EndpointSearchQuery.EndpointType",
"fullType": "spaceone.api.identity.v2.EndpointSearchQuery.EndpointType",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
},
Expand Down
Loading

0 comments on commit f3a3f82

Please sign in to comment.