@ -4548,11 +4548,19 @@
],
"type": "string"
},
"AuthenticationRequiredType": {
"enum": [
"enabled",
"disabledForLocalAddresses"
"AuthenticationType": {
"none",
"basic",
"forms"
"forms",
"external"
@ -5145,6 +5153,9 @@
"authenticationMethod": {
"$ref": "#/components/schemas/AuthenticationType"
"authenticationRequired": {
"$ref": "#/components/schemas/AuthenticationRequiredType"
"analyticsEnabled": {
"type": "boolean"