Files
ziti/controller/embedded/api-schema/entities/authenticator.patch.json
T

34 lines
786 B
JSON

{
"$id": "http://ziti-edge.netfoundry.io/schemas/authenticator.patch.json",
"anyOf": [
{
"type": "object",
"additionalProperties": true,
"properties": {
"certPem": {
"type": "string"
},
"tags": {
"default": {},
"$ref": "definitions.all.json#/definitions/tags-null"
}
}
},
{
"type": "object",
"additionalProperties": true,
"properties": {
"username": {
"$ref": "definitions.all.json#/definitions/username"
},
"password": {
"$ref": "definitions.all.json#/definitions/password"
},
"tags": {
"default": {},
"$ref": "definitions.all.json#/definitions/tags-null"
}
}
}
]
}