@pulumi/azure-native 2.90.0 → 2.91.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/web/v20210301/index.d.ts +34 -0
- package/types/enums/web/v20210301/index.js +20 -2
- package/types/enums/web/v20220301/index.d.ts +34 -0
- package/types/enums/web/v20220301/index.js +20 -2
- package/types/enums/web/v20220901/index.d.ts +34 -0
- package/types/enums/web/v20220901/index.js +20 -2
- package/types/enums/web/v20230101/index.d.ts +34 -0
- package/types/enums/web/v20230101/index.js +20 -2
- package/types/enums/web/v20231201/index.d.ts +34 -0
- package/types/enums/web/v20231201/index.js +20 -2
- package/types/enums/web/v20240401/index.d.ts +34 -0
- package/types/enums/web/v20240401/index.js +20 -2
- package/types/input.d.ts +4204 -238
- package/types/input.js +1 -1
- package/types/output.d.ts +4372 -406
- package/types/output.js +1 -1
- package/web/getWebAppAuthSettingsV2WithoutSecrets.d.ts +79 -0
- package/web/getWebAppAuthSettingsV2WithoutSecrets.js +38 -0
- package/web/getWebAppAuthSettingsV2WithoutSecretsSlot.d.ts +87 -0
- package/web/getWebAppAuthSettingsV2WithoutSecretsSlot.js +40 -0
- package/web/index.d.ts +12 -0
- package/web/index.js +21 -7
- package/web/v20201001/webAppAuthSettingsV2.js +2 -2
- package/web/v20201001/webAppAuthSettingsV2Slot.js +2 -2
- package/web/v20210201/webAppAuthSettingsV2.js +2 -2
- package/web/v20210201/webAppAuthSettingsV2Slot.js +2 -2
- package/web/v20210301/getWebAppAuthSettingsV2WithoutSecrets.d.ts +71 -0
- package/web/v20210301/getWebAppAuthSettingsV2WithoutSecrets.js +30 -0
- package/web/v20210301/getWebAppAuthSettingsV2WithoutSecretsSlot.d.ts +79 -0
- package/web/v20210301/getWebAppAuthSettingsV2WithoutSecretsSlot.js +32 -0
- package/web/v20210301/index.d.ts +12 -0
- package/web/v20210301/index.js +16 -2
- package/web/v20210301/webAppAuthSettingsV2WithoutSecrets.d.ts +99 -0
- package/web/v20210301/webAppAuthSettingsV2WithoutSecrets.js +79 -0
- package/web/v20210301/webAppAuthSettingsV2WithoutSecretsSlot.d.ts +103 -0
- package/web/v20210301/webAppAuthSettingsV2WithoutSecretsSlot.js +83 -0
- package/web/v20220301/getWebAppAuthSettingsV2WithoutSecrets.d.ts +71 -0
- package/web/v20220301/getWebAppAuthSettingsV2WithoutSecrets.js +30 -0
- package/web/v20220301/getWebAppAuthSettingsV2WithoutSecretsSlot.d.ts +79 -0
- package/web/v20220301/getWebAppAuthSettingsV2WithoutSecretsSlot.js +32 -0
- package/web/v20220301/index.d.ts +12 -0
- package/web/v20220301/index.js +16 -2
- package/web/v20220301/webAppAuthSettingsV2WithoutSecrets.d.ts +99 -0
- package/web/v20220301/webAppAuthSettingsV2WithoutSecrets.js +79 -0
- package/web/v20220301/webAppAuthSettingsV2WithoutSecretsSlot.d.ts +103 -0
- package/web/v20220301/webAppAuthSettingsV2WithoutSecretsSlot.js +83 -0
- package/web/v20220901/getWebAppAuthSettingsV2WithoutSecrets.d.ts +71 -0
- package/web/v20220901/getWebAppAuthSettingsV2WithoutSecrets.js +30 -0
- package/web/v20220901/getWebAppAuthSettingsV2WithoutSecretsSlot.d.ts +79 -0
- package/web/v20220901/getWebAppAuthSettingsV2WithoutSecretsSlot.js +32 -0
- package/web/v20220901/index.d.ts +12 -0
- package/web/v20220901/index.js +21 -6
- package/web/v20220901/webAppAuthSettingsV2WithoutSecrets.d.ts +99 -0
- package/web/v20220901/webAppAuthSettingsV2WithoutSecrets.js +79 -0
- package/web/v20220901/webAppAuthSettingsV2WithoutSecretsSlot.d.ts +103 -0
- package/web/v20220901/webAppAuthSettingsV2WithoutSecretsSlot.js +83 -0
- package/web/v20230101/getWebAppAuthSettingsV2WithoutSecrets.d.ts +71 -0
- package/web/v20230101/getWebAppAuthSettingsV2WithoutSecrets.js +30 -0
- package/web/v20230101/getWebAppAuthSettingsV2WithoutSecretsSlot.d.ts +79 -0
- package/web/v20230101/getWebAppAuthSettingsV2WithoutSecretsSlot.js +32 -0
- package/web/v20230101/index.d.ts +12 -0
- package/web/v20230101/index.js +21 -7
- package/web/v20230101/webAppAuthSettingsV2WithoutSecrets.d.ts +99 -0
- package/web/v20230101/webAppAuthSettingsV2WithoutSecrets.js +79 -0
- package/web/v20230101/webAppAuthSettingsV2WithoutSecretsSlot.d.ts +103 -0
- package/web/v20230101/webAppAuthSettingsV2WithoutSecretsSlot.js +83 -0
- package/web/v20231201/getWebAppAuthSettingsV2WithoutSecrets.d.ts +71 -0
- package/web/v20231201/getWebAppAuthSettingsV2WithoutSecrets.js +30 -0
- package/web/v20231201/getWebAppAuthSettingsV2WithoutSecretsSlot.d.ts +79 -0
- package/web/v20231201/getWebAppAuthSettingsV2WithoutSecretsSlot.js +32 -0
- package/web/v20231201/index.d.ts +12 -0
- package/web/v20231201/index.js +21 -7
- package/web/v20231201/webAppAuthSettingsV2WithoutSecrets.d.ts +99 -0
- package/web/v20231201/webAppAuthSettingsV2WithoutSecrets.js +79 -0
- package/web/v20231201/webAppAuthSettingsV2WithoutSecretsSlot.d.ts +103 -0
- package/web/v20231201/webAppAuthSettingsV2WithoutSecretsSlot.js +83 -0
- package/web/v20240401/getWebAppAuthSettingsV2WithoutSecrets.d.ts +71 -0
- package/web/v20240401/getWebAppAuthSettingsV2WithoutSecrets.js +30 -0
- package/web/v20240401/getWebAppAuthSettingsV2WithoutSecretsSlot.d.ts +79 -0
- package/web/v20240401/getWebAppAuthSettingsV2WithoutSecretsSlot.js +32 -0
- package/web/v20240401/index.d.ts +12 -0
- package/web/v20240401/index.js +21 -7
- package/web/v20240401/webAppAuthSettingsV2WithoutSecrets.d.ts +99 -0
- package/web/v20240401/webAppAuthSettingsV2WithoutSecrets.js +79 -0
- package/web/v20240401/webAppAuthSettingsV2WithoutSecretsSlot.d.ts +103 -0
- package/web/v20240401/webAppAuthSettingsV2WithoutSecretsSlot.js +83 -0
- package/web/webAppAuthSettingsV2.js +2 -2
- package/web/webAppAuthSettingsV2Slot.js +2 -2
- package/web/webAppAuthSettingsV2WithoutSecrets.d.ts +103 -0
- package/web/webAppAuthSettingsV2WithoutSecrets.js +83 -0
- package/web/webAppAuthSettingsV2WithoutSecretsSlot.d.ts +107 -0
- package/web/webAppAuthSettingsV2WithoutSecretsSlot.js +87 -0
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.WebAppAuthSettingsV2WithoutSecretsSlot = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Configuration settings for the Azure App Service Authentication / Authorization V2 feature.
|
|
10
|
+
*/
|
|
11
|
+
class WebAppAuthSettingsV2WithoutSecretsSlot extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing WebAppAuthSettingsV2WithoutSecretsSlot resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name, id, opts) {
|
|
21
|
+
return new WebAppAuthSettingsV2WithoutSecretsSlot(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of WebAppAuthSettingsV2WithoutSecretsSlot. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj) {
|
|
28
|
+
if (obj === undefined || obj === null) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return obj['__pulumiType'] === WebAppAuthSettingsV2WithoutSecretsSlot.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a WebAppAuthSettingsV2WithoutSecretsSlot resource with the given unique name, arguments, and options.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resource.
|
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
+
*/
|
|
40
|
+
constructor(name, args, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (!opts.id) {
|
|
44
|
+
if ((!args || args.name === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'name'");
|
|
46
|
+
}
|
|
47
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
49
|
+
}
|
|
50
|
+
if ((!args || args.slot === undefined) && !opts.urn) {
|
|
51
|
+
throw new Error("Missing required property 'slot'");
|
|
52
|
+
}
|
|
53
|
+
resourceInputs["globalValidation"] = args ? args.globalValidation : undefined;
|
|
54
|
+
resourceInputs["httpSettings"] = args ? args.httpSettings : undefined;
|
|
55
|
+
resourceInputs["identityProviders"] = args ? args.identityProviders : undefined;
|
|
56
|
+
resourceInputs["kind"] = args ? args.kind : undefined;
|
|
57
|
+
resourceInputs["login"] = args ? args.login : undefined;
|
|
58
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
59
|
+
resourceInputs["platform"] = args ? args.platform : undefined;
|
|
60
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
61
|
+
resourceInputs["slot"] = args ? args.slot : undefined;
|
|
62
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
63
|
+
}
|
|
64
|
+
else {
|
|
65
|
+
resourceInputs["globalValidation"] = undefined /*out*/;
|
|
66
|
+
resourceInputs["httpSettings"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["identityProviders"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["kind"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["login"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
71
|
+
resourceInputs["platform"] = undefined /*out*/;
|
|
72
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
73
|
+
}
|
|
74
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
75
|
+
const aliasOpts = { aliases: [{ type: "azure-native:web/v20200601:WebAppAuthSettingsV2WithoutSecretsSlot" }, { type: "azure-native:web/v20200901:WebAppAuthSettingsV2WithoutSecretsSlot" }, { type: "azure-native:web/v20201001:WebAppAuthSettingsV2WithoutSecretsSlot" }, { type: "azure-native:web/v20201201:WebAppAuthSettingsV2WithoutSecretsSlot" }, { type: "azure-native:web/v20210101:WebAppAuthSettingsV2WithoutSecretsSlot" }, { type: "azure-native:web/v20210115:WebAppAuthSettingsV2WithoutSecretsSlot" }, { type: "azure-native:web/v20210201:WebAppAuthSettingsV2WithoutSecretsSlot" }, { type: "azure-native:web/v20210301:WebAppAuthSettingsV2WithoutSecretsSlot" }, { type: "azure-native:web/v20220301:WebAppAuthSettingsV2WithoutSecretsSlot" }, { type: "azure-native:web/v20220901:WebAppAuthSettingsV2WithoutSecretsSlot" }, { type: "azure-native:web/v20230101:WebAppAuthSettingsV2WithoutSecretsSlot" }, { type: "azure-native:web/v20240401:WebAppAuthSettingsV2WithoutSecretsSlot" }, { type: "azure-native:web:WebAppAuthSettingsV2WithoutSecretsSlot" }] };
|
|
76
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
77
|
+
super(WebAppAuthSettingsV2WithoutSecretsSlot.__pulumiType, name, resourceInputs, opts);
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
exports.WebAppAuthSettingsV2WithoutSecretsSlot = WebAppAuthSettingsV2WithoutSecretsSlot;
|
|
81
|
+
/** @internal */
|
|
82
|
+
WebAppAuthSettingsV2WithoutSecretsSlot.__pulumiType = 'azure-native:web/v20231201:WebAppAuthSettingsV2WithoutSecretsSlot';
|
|
83
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2ViQXBwQXV0aFNldHRpbmdzVjJXaXRob3V0U2VjcmV0c1Nsb3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi93ZWIvdjIwMjMxMjAxL3dlYkFwcEF1dGhTZXR0aW5nc1YyV2l0aG91dFNlY3JldHNTbG90LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILE1BQWEsc0NBQXVDLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFDN0U7Ozs7Ozs7T0FPRztJQUNJLE1BQU0sQ0FBQyxHQUFHLENBQUMsSUFBWSxFQUFFLEVBQTJCLEVBQUUsSUFBbUM7UUFDNUYsT0FBTyxJQUFJLHNDQUFzQyxDQUFDLElBQUksRUFBRSxTQUFnQixrQ0FBTyxJQUFJLEtBQUUsRUFBRSxFQUFFLEVBQUUsSUFBRyxDQUFDO0lBQ25HLENBQUM7SUFLRDs7O09BR0c7SUFDSSxNQUFNLENBQUMsVUFBVSxDQUFDLEdBQVE7UUFDN0IsSUFBSSxHQUFHLEtBQUssU0FBUyxJQUFJLEdBQUcsS0FBSyxJQUFJLEVBQUU7WUFDbkMsT0FBTyxLQUFLLENBQUM7U0FDaEI7UUFDRCxPQUFPLEdBQUcsQ0FBQyxjQUFjLENBQUMsS0FBSyxzQ0FBc0MsQ0FBQyxZQUFZLENBQUM7SUFDdkYsQ0FBQztJQW1DRDs7Ozs7O09BTUc7SUFDSCxZQUFZLElBQVksRUFBRSxJQUFnRCxFQUFFLElBQW1DO1FBQzNHLElBQUksY0FBYyxHQUFrQixFQUFFLENBQUM7UUFDdkMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDVixJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLElBQUksS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQ2pELE1BQU0sSUFB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
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Description for Gets site's Authentication / Authorization settings for apps via the V2 format
|
|
5
|
+
*/
|
|
6
|
+
export declare function getWebAppAuthSettingsV2WithoutSecrets(args: GetWebAppAuthSettingsV2WithoutSecretsArgs, opts?: pulumi.InvokeOptions): Promise<GetWebAppAuthSettingsV2WithoutSecretsResult>;
|
|
7
|
+
export interface GetWebAppAuthSettingsV2WithoutSecretsArgs {
|
|
8
|
+
/**
|
|
9
|
+
* Name of the app.
|
|
10
|
+
*/
|
|
11
|
+
name: string;
|
|
12
|
+
/**
|
|
13
|
+
* Name of the resource group to which the resource belongs.
|
|
14
|
+
*/
|
|
15
|
+
resourceGroupName: string;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Configuration settings for the Azure App Service Authentication / Authorization V2 feature.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetWebAppAuthSettingsV2WithoutSecretsResult {
|
|
21
|
+
/**
|
|
22
|
+
* The configuration settings that determines the validation flow of users using App Service Authentication/Authorization.
|
|
23
|
+
*/
|
|
24
|
+
readonly globalValidation?: outputs.web.v20240401.GlobalValidationResponse;
|
|
25
|
+
/**
|
|
26
|
+
* The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.
|
|
27
|
+
*/
|
|
28
|
+
readonly httpSettings?: outputs.web.v20240401.HttpSettingsResponse;
|
|
29
|
+
/**
|
|
30
|
+
* Resource Id.
|
|
31
|
+
*/
|
|
32
|
+
readonly id: string;
|
|
33
|
+
/**
|
|
34
|
+
* The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.
|
|
35
|
+
*/
|
|
36
|
+
readonly identityProviders?: outputs.web.v20240401.IdentityProvidersResponse;
|
|
37
|
+
/**
|
|
38
|
+
* Kind of resource.
|
|
39
|
+
*/
|
|
40
|
+
readonly kind?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The configuration settings of the login flow of users using App Service Authentication/Authorization.
|
|
43
|
+
*/
|
|
44
|
+
readonly login?: outputs.web.v20240401.LoginResponse;
|
|
45
|
+
/**
|
|
46
|
+
* Resource Name.
|
|
47
|
+
*/
|
|
48
|
+
readonly name: string;
|
|
49
|
+
/**
|
|
50
|
+
* The configuration settings of the platform of App Service Authentication/Authorization.
|
|
51
|
+
*/
|
|
52
|
+
readonly platform?: outputs.web.v20240401.AuthPlatformResponse;
|
|
53
|
+
/**
|
|
54
|
+
* Resource type.
|
|
55
|
+
*/
|
|
56
|
+
readonly type: string;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Description for Gets site's Authentication / Authorization settings for apps via the V2 format
|
|
60
|
+
*/
|
|
61
|
+
export declare function getWebAppAuthSettingsV2WithoutSecretsOutput(args: GetWebAppAuthSettingsV2WithoutSecretsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetWebAppAuthSettingsV2WithoutSecretsResult>;
|
|
62
|
+
export interface GetWebAppAuthSettingsV2WithoutSecretsOutputArgs {
|
|
63
|
+
/**
|
|
64
|
+
* Name of the app.
|
|
65
|
+
*/
|
|
66
|
+
name: pulumi.Input<string>;
|
|
67
|
+
/**
|
|
68
|
+
* Name of the resource group to which the resource belongs.
|
|
69
|
+
*/
|
|
70
|
+
resourceGroupName: pulumi.Input<string>;
|
|
71
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getWebAppAuthSettingsV2WithoutSecretsOutput = exports.getWebAppAuthSettingsV2WithoutSecrets = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Description for Gets site's Authentication / Authorization settings for apps via the V2 format
|
|
10
|
+
*/
|
|
11
|
+
function getWebAppAuthSettingsV2WithoutSecrets(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:web/v20240401:getWebAppAuthSettingsV2WithoutSecrets", {
|
|
14
|
+
"name": args.name,
|
|
15
|
+
"resourceGroupName": args.resourceGroupName,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getWebAppAuthSettingsV2WithoutSecrets = getWebAppAuthSettingsV2WithoutSecrets;
|
|
19
|
+
/**
|
|
20
|
+
* Description for Gets site's Authentication / Authorization settings for apps via the V2 format
|
|
21
|
+
*/
|
|
22
|
+
function getWebAppAuthSettingsV2WithoutSecretsOutput(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invokeOutput("azure-native:web/v20240401:getWebAppAuthSettingsV2WithoutSecrets", {
|
|
25
|
+
"name": args.name,
|
|
26
|
+
"resourceGroupName": args.resourceGroupName,
|
|
27
|
+
}, opts);
|
|
28
|
+
}
|
|
29
|
+
exports.getWebAppAuthSettingsV2WithoutSecretsOutput = getWebAppAuthSettingsV2WithoutSecretsOutput;
|
|
30
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0V2ViQXBwQXV0aFNldHRpbmdzVjJXaXRob3V0U2VjcmV0cy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3dlYi92MjAyNDA0MDEvZ2V0V2ViQXBwQXV0aFNldHRpbmdzVjJXaXRob3V0U2VjcmV0cy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixxQ0FBcUMsQ0FBQyxJQUErQyxFQUFFLElBQTJCO0lBQzlILElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLGtFQUFrRSxFQUFFO1FBQzdGLE1BQU0sRUFBRSxJQUFJLENBQUMsSUFBSTtRQUNqQixtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBTkQsc0ZBTUM7QUFzREQ7O0dBRUc7QUFDSCxTQUFnQiwyQ0FBMkMsQ0FBQyxJQUFxRCxFQUFFLElBQWlDO0lBQ2hKLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsWUFBWSxDQUFDLGtFQUFrRSxFQUFFO1FBQ25HLE1BQU0sRUFBRSxJQUFJLENBQUMsSUFBSTtRQUNqQixtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBTkQsa0dBTUMifQ==
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Configuration settings for the Azure App Service Authentication / Authorization V2 feature.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getWebAppAuthSettingsV2WithoutSecretsSlot(args: GetWebAppAuthSettingsV2WithoutSecretsSlotArgs, opts?: pulumi.InvokeOptions): Promise<GetWebAppAuthSettingsV2WithoutSecretsSlotResult>;
|
|
7
|
+
export interface GetWebAppAuthSettingsV2WithoutSecretsSlotArgs {
|
|
8
|
+
/**
|
|
9
|
+
* Name of the app.
|
|
10
|
+
*/
|
|
11
|
+
name: string;
|
|
12
|
+
/**
|
|
13
|
+
* Name of the resource group to which the resource belongs.
|
|
14
|
+
*/
|
|
15
|
+
resourceGroupName: string;
|
|
16
|
+
/**
|
|
17
|
+
* Name of the deployment slot. If a slot is not specified, the API will get the settings for the production slot.
|
|
18
|
+
*/
|
|
19
|
+
slot: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Configuration settings for the Azure App Service Authentication / Authorization V2 feature.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetWebAppAuthSettingsV2WithoutSecretsSlotResult {
|
|
25
|
+
/**
|
|
26
|
+
* The configuration settings that determines the validation flow of users using App Service Authentication/Authorization.
|
|
27
|
+
*/
|
|
28
|
+
readonly globalValidation?: outputs.web.v20240401.GlobalValidationResponse;
|
|
29
|
+
/**
|
|
30
|
+
* The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.
|
|
31
|
+
*/
|
|
32
|
+
readonly httpSettings?: outputs.web.v20240401.HttpSettingsResponse;
|
|
33
|
+
/**
|
|
34
|
+
* Resource Id.
|
|
35
|
+
*/
|
|
36
|
+
readonly id: string;
|
|
37
|
+
/**
|
|
38
|
+
* The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.
|
|
39
|
+
*/
|
|
40
|
+
readonly identityProviders?: outputs.web.v20240401.IdentityProvidersResponse;
|
|
41
|
+
/**
|
|
42
|
+
* Kind of resource.
|
|
43
|
+
*/
|
|
44
|
+
readonly kind?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The configuration settings of the login flow of users using App Service Authentication/Authorization.
|
|
47
|
+
*/
|
|
48
|
+
readonly login?: outputs.web.v20240401.LoginResponse;
|
|
49
|
+
/**
|
|
50
|
+
* Resource Name.
|
|
51
|
+
*/
|
|
52
|
+
readonly name: string;
|
|
53
|
+
/**
|
|
54
|
+
* The configuration settings of the platform of App Service Authentication/Authorization.
|
|
55
|
+
*/
|
|
56
|
+
readonly platform?: outputs.web.v20240401.AuthPlatformResponse;
|
|
57
|
+
/**
|
|
58
|
+
* Resource type.
|
|
59
|
+
*/
|
|
60
|
+
readonly type: string;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Configuration settings for the Azure App Service Authentication / Authorization V2 feature.
|
|
64
|
+
*/
|
|
65
|
+
export declare function getWebAppAuthSettingsV2WithoutSecretsSlotOutput(args: GetWebAppAuthSettingsV2WithoutSecretsSlotOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetWebAppAuthSettingsV2WithoutSecretsSlotResult>;
|
|
66
|
+
export interface GetWebAppAuthSettingsV2WithoutSecretsSlotOutputArgs {
|
|
67
|
+
/**
|
|
68
|
+
* Name of the app.
|
|
69
|
+
*/
|
|
70
|
+
name: pulumi.Input<string>;
|
|
71
|
+
/**
|
|
72
|
+
* Name of the resource group to which the resource belongs.
|
|
73
|
+
*/
|
|
74
|
+
resourceGroupName: pulumi.Input<string>;
|
|
75
|
+
/**
|
|
76
|
+
* Name of the deployment slot. If a slot is not specified, the API will get the settings for the production slot.
|
|
77
|
+
*/
|
|
78
|
+
slot: pulumi.Input<string>;
|
|
79
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getWebAppAuthSettingsV2WithoutSecretsSlotOutput = exports.getWebAppAuthSettingsV2WithoutSecretsSlot = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Configuration settings for the Azure App Service Authentication / Authorization V2 feature.
|
|
10
|
+
*/
|
|
11
|
+
function getWebAppAuthSettingsV2WithoutSecretsSlot(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:web/v20240401:getWebAppAuthSettingsV2WithoutSecretsSlot", {
|
|
14
|
+
"name": args.name,
|
|
15
|
+
"resourceGroupName": args.resourceGroupName,
|
|
16
|
+
"slot": args.slot,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getWebAppAuthSettingsV2WithoutSecretsSlot = getWebAppAuthSettingsV2WithoutSecretsSlot;
|
|
20
|
+
/**
|
|
21
|
+
* Configuration settings for the Azure App Service Authentication / Authorization V2 feature.
|
|
22
|
+
*/
|
|
23
|
+
function getWebAppAuthSettingsV2WithoutSecretsSlotOutput(args, opts) {
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invokeOutput("azure-native:web/v20240401:getWebAppAuthSettingsV2WithoutSecretsSlot", {
|
|
26
|
+
"name": args.name,
|
|
27
|
+
"resourceGroupName": args.resourceGroupName,
|
|
28
|
+
"slot": args.slot,
|
|
29
|
+
}, opts);
|
|
30
|
+
}
|
|
31
|
+
exports.getWebAppAuthSettingsV2WithoutSecretsSlotOutput = getWebAppAuthSettingsV2WithoutSecretsSlotOutput;
|
|
32
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0V2ViQXBwQXV0aFNldHRpbmdzVjJXaXRob3V0U2VjcmV0c1Nsb3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi93ZWIvdjIwMjQwNDAxL2dldFdlYkFwcEF1dGhTZXR0aW5nc1YyV2l0aG91dFNlY3JldHNTbG90LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLHlDQUF5QyxDQUFDLElBQW1ELEVBQUUsSUFBMkI7SUFDdEksSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsc0VBQXNFLEVBQUU7UUFDakcsTUFBTSxFQUFFLElBQUksQ0FBQyxJQUFJO1FBQ2pCLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7UUFDM0MsTUFBTSxFQUFFLElBQUksQ0FBQyxJQUFJO0tBQ3BCLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUEQsOEZBT0M7QUEwREQ7O0dBRUc7QUFDSCxTQUFnQiwrQ0FBK0MsQ0FBQyxJQUF5RCxFQUFFLElBQWlDO0lBQ3hKLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsWUFBWSxDQUFDLHNFQUFzRSxFQUFFO1FBQ3ZHLE1BQU0sRUFBRSxJQUFJLENBQUMsSUFBSTtRQUNqQixtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO1FBQzNDLE1BQU0sRUFBRSxJQUFJLENBQUMsSUFBSTtLQUNwQixFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVBELDBHQU9DIn0=
|
package/web/v20240401/index.d.ts
CHANGED
|
@@ -64,6 +64,12 @@ export declare const getStaticSiteUserProvidedFunctionAppForStaticSiteBuildOutpu
|
|
|
64
64
|
export { GetWebAppArgs, GetWebAppResult, GetWebAppOutputArgs } from "./getWebApp";
|
|
65
65
|
export declare const getWebApp: typeof import("./getWebApp").getWebApp;
|
|
66
66
|
export declare const getWebAppOutput: typeof import("./getWebApp").getWebAppOutput;
|
|
67
|
+
export { GetWebAppAuthSettingsV2WithoutSecretsArgs, GetWebAppAuthSettingsV2WithoutSecretsResult, GetWebAppAuthSettingsV2WithoutSecretsOutputArgs } from "./getWebAppAuthSettingsV2WithoutSecrets";
|
|
68
|
+
export declare const getWebAppAuthSettingsV2WithoutSecrets: typeof import("./getWebAppAuthSettingsV2WithoutSecrets").getWebAppAuthSettingsV2WithoutSecrets;
|
|
69
|
+
export declare const getWebAppAuthSettingsV2WithoutSecretsOutput: typeof import("./getWebAppAuthSettingsV2WithoutSecrets").getWebAppAuthSettingsV2WithoutSecretsOutput;
|
|
70
|
+
export { GetWebAppAuthSettingsV2WithoutSecretsSlotArgs, GetWebAppAuthSettingsV2WithoutSecretsSlotResult, GetWebAppAuthSettingsV2WithoutSecretsSlotOutputArgs } from "./getWebAppAuthSettingsV2WithoutSecretsSlot";
|
|
71
|
+
export declare const getWebAppAuthSettingsV2WithoutSecretsSlot: typeof import("./getWebAppAuthSettingsV2WithoutSecretsSlot").getWebAppAuthSettingsV2WithoutSecretsSlot;
|
|
72
|
+
export declare const getWebAppAuthSettingsV2WithoutSecretsSlotOutput: typeof import("./getWebAppAuthSettingsV2WithoutSecretsSlot").getWebAppAuthSettingsV2WithoutSecretsSlotOutput;
|
|
67
73
|
export { GetWebAppDeploymentArgs, GetWebAppDeploymentResult, GetWebAppDeploymentOutputArgs } from "./getWebAppDeployment";
|
|
68
74
|
export declare const getWebAppDeployment: typeof import("./getWebAppDeployment").getWebAppDeployment;
|
|
69
75
|
export declare const getWebAppDeploymentOutput: typeof import("./getWebAppDeployment").getWebAppDeploymentOutput;
|
|
@@ -343,6 +349,12 @@ export declare const WebAppAuthSettings: typeof import("./webAppAuthSettings").W
|
|
|
343
349
|
export { WebAppAuthSettingsSlotArgs } from "./webAppAuthSettingsSlot";
|
|
344
350
|
export type WebAppAuthSettingsSlot = import("./webAppAuthSettingsSlot").WebAppAuthSettingsSlot;
|
|
345
351
|
export declare const WebAppAuthSettingsSlot: typeof import("./webAppAuthSettingsSlot").WebAppAuthSettingsSlot;
|
|
352
|
+
export { WebAppAuthSettingsV2WithoutSecretsArgs } from "./webAppAuthSettingsV2WithoutSecrets";
|
|
353
|
+
export type WebAppAuthSettingsV2WithoutSecrets = import("./webAppAuthSettingsV2WithoutSecrets").WebAppAuthSettingsV2WithoutSecrets;
|
|
354
|
+
export declare const WebAppAuthSettingsV2WithoutSecrets: typeof import("./webAppAuthSettingsV2WithoutSecrets").WebAppAuthSettingsV2WithoutSecrets;
|
|
355
|
+
export { WebAppAuthSettingsV2WithoutSecretsSlotArgs } from "./webAppAuthSettingsV2WithoutSecretsSlot";
|
|
356
|
+
export type WebAppAuthSettingsV2WithoutSecretsSlot = import("./webAppAuthSettingsV2WithoutSecretsSlot").WebAppAuthSettingsV2WithoutSecretsSlot;
|
|
357
|
+
export declare const WebAppAuthSettingsV2WithoutSecretsSlot: typeof import("./webAppAuthSettingsV2WithoutSecretsSlot").WebAppAuthSettingsV2WithoutSecretsSlot;
|
|
346
358
|
export { WebAppAzureStorageAccountsArgs } from "./webAppAzureStorageAccounts";
|
|
347
359
|
export type WebAppAzureStorageAccounts = import("./webAppAzureStorageAccounts").WebAppAzureStorageAccounts;
|
|
348
360
|
export declare const WebAppAzureStorageAccounts: typeof import("./webAppAzureStorageAccounts").WebAppAzureStorageAccounts;
|