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 9858
9858
}
9859
9859
},
9860
9860
"/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
+ },
9861
9907
"put": {
9862
9908
"tags": [
9863
9909
"WebApps"
You can’t perform that action at this time.
0 commit comments