mirror of
https://github.com/openziti/ziti.git
synced 2026-09-24 11:26:27 +00:00
32 lines
593 B
JSON
32 lines
593 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"
|
|
}
|
|
}
|
|
}
|