From 84c3c7ede45613bb23a6871d5853c84c79d396be Mon Sep 17 00:00:00 2001 From: Chris Rosenblatt Date: Fri, 10 Nov 2023 15:54:36 -0800 Subject: [PATCH] e2e encryption --- .../Microsoft.Web/stable/2023-01-01/CommonDefinitions.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2023-01-01/CommonDefinitions.json b/specification/web/resource-manager/Microsoft.Web/stable/2023-01-01/CommonDefinitions.json index 26945c2b1ea3..fbe33b316911 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2023-01-01/CommonDefinitions.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2023-01-01/CommonDefinitions.json @@ -2982,6 +2982,10 @@ "description": "client certificate authentication comma-separated exclusion paths", "type": "string" }, + "endToEndEncryptionEnabled": { + "description": "Whether to use end to end encryption between the FrontEnd and the Worker", + "type": "boolean" + }, "hostNamesDisabled": { "description": "true to disable the public hostnames of the app; otherwise, false.\n If true, the app is only accessible via API management process.", "type": "boolean"