File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
specification/web/resource-manager/Microsoft.Web/stable/2021-03-01 Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 98589858 }
98599859 },
98609860 "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/authsettingsV2": {
9861+ "get": {
9862+ "tags": [
9863+ "WebApps"
9864+ ],
9865+ "summary": "Gets site's Authentication / Authorization settings for apps via the V2 format",
9866+ "operationId": "WebApps_GetAuthSettingsV2WithoutSecretsSlot",
9867+ "parameters": [
9868+ {
9869+ "$ref": "#/parameters/resourceGroupNameParameter"
9870+ },
9871+ {
9872+ "name": "name",
9873+ "in": "path",
9874+ "description": "Name of the app.",
9875+ "required": true,
9876+ "type": "string"
9877+ },
9878+ {
9879+ "name": "slot",
9880+ "in": "path",
9881+ "description": "Name of the deployment slot. If a slot is not specified, the API will get the settings for the production slot.",
9882+ "required": true,
9883+ "type": "string"
9884+ },
9885+ {
9886+ "$ref": "#/parameters/subscriptionIdParameter"
9887+ },
9888+ {
9889+ "$ref": "#/parameters/apiVersionParameter"
9890+ }
9891+ ],
9892+ "responses": {
9893+ "200": {
9894+ "description": "OK",
9895+ "schema": {
9896+ "$ref": "#/definitions/SiteAuthSettingsV2"
9897+ }
9898+ },
9899+ "default": {
9900+ "description": "App Service error response.",
9901+ "schema": {
9902+ "$ref": "./CommonDefinitions.json#/definitions/DefaultErrorResponse"
9903+ }
9904+ }
9905+ }
9906+ },
98619907 "put": {
98629908 "tags": [
98639909 "WebApps"
You can’t perform that action at this time.
0 commit comments