|
|
@ -8427,11 +8427,19 @@
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"type": "string"
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"AuthenticationRequiredType": {
|
|
|
|
|
|
|
|
"enum": [
|
|
|
|
|
|
|
|
"enabled",
|
|
|
|
|
|
|
|
"disabledForLocalAddresses"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"type": "string"
|
|
|
|
|
|
|
|
},
|
|
|
|
"AuthenticationType": {
|
|
|
|
"AuthenticationType": {
|
|
|
|
"enum": [
|
|
|
|
"enum": [
|
|
|
|
"none",
|
|
|
|
"none",
|
|
|
|
"basic",
|
|
|
|
"basic",
|
|
|
|
"forms"
|
|
|
|
"forms",
|
|
|
|
|
|
|
|
"external"
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"type": "string"
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -10595,6 +10603,9 @@
|
|
|
|
"authenticationMethod": {
|
|
|
|
"authenticationMethod": {
|
|
|
|
"$ref": "#/components/schemas/AuthenticationType"
|
|
|
|
"$ref": "#/components/schemas/AuthenticationType"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"authenticationRequired": {
|
|
|
|
|
|
|
|
"$ref": "#/components/schemas/AuthenticationRequiredType"
|
|
|
|
|
|
|
|
},
|
|
|
|
"analyticsEnabled": {
|
|
|
|
"analyticsEnabled": {
|
|
|
|
"type": "boolean"
|
|
|
|
"type": "boolean"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -10606,6 +10617,10 @@
|
|
|
|
"type": "string",
|
|
|
|
"type": "string",
|
|
|
|
"nullable": true
|
|
|
|
"nullable": true
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"passwordConfirmation": {
|
|
|
|
|
|
|
|
"type": "string",
|
|
|
|
|
|
|
|
"nullable": true
|
|
|
|
|
|
|
|
},
|
|
|
|
"logLevel": {
|
|
|
|
"logLevel": {
|
|
|
|
"type": "string",
|
|
|
|
"type": "string",
|
|
|
|
"nullable": true
|
|
|
|
"nullable": true
|
|
|
|