We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48009f1 commit cbcd647Copy full SHA for cbcd647
services/scf/v1/scf.json
@@ -1040,6 +1040,22 @@
1040
"title": "Space Role to assign",
1041
"type": "string"
1042
},
1043
+ "SpaceWithIsolationSegment": {
1044
+ "allOf": [
1045
+ {
1046
+ "$ref": "#/components/schemas/Space"
1047
+ },
1048
1049
+ "properties": {
1050
+ "isolationSegmentId": {
1051
+ "$ref": "#/components/schemas/IsolationSegmentId"
1052
+ }
1053
1054
+ "type": "object"
1055
1056
+ ],
1057
+ "description": "A Space resource that includes its assigned Isolation Segment details."
1058
1059
"SpacesList": {
1060
"properties": {
1061
"pagination": {
0 commit comments