Files
ziti/controller/embedded/api-schema/entities/ca.patch.json
T
Andrew Martinez c8e2729f05 GH-18 removes ziti-edge/edge folder and moves all contents up 1 row
- Updates .gitignore files
- Fixes imports
2019-12-18 10:02:25 -05:00

32 lines
624 B
JSON

{
"$id": "http://ziti-edge.netfoundry.io/schemas/cas.patch.json",
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"$ref": "definitions.all.json#/definitions/name-null"
},
"isAutoCaEnrollmentEnabled": {
"type": [
"boolean",
"null"
]
},
"isOttCaEnrollmentEnabled": {
"type": [
"boolean",
"null"
]
},
"isAuthEnabled": {
"type": [
"boolean",
"null"
]
},
"tags": {
"$ref": "definitions.all.json#/definitions/tags-null"
}
}
}