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

40 lines
962 B
JSON

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