@pulumi/cloudflare 5.27.0-alpha.1714540929 → 5.27.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/accessApplication.d.ts +12 -0
- package/accessApplication.js +2 -0
- package/accessApplication.js.map +1 -1
- package/dlpProfile.d.ts +80 -0
- package/dlpProfile.js +70 -0
- package/dlpProfile.js.map +1 -1
- package/getAccountRoles.d.ts +34 -0
- package/getAccountRoles.js +34 -0
- package/getAccountRoles.js.map +1 -1
- package/package.json +1 -1
- package/teamsAccount.d.ts +13 -1
- package/teamsAccount.js +2 -0
- package/teamsAccount.js.map +1 -1
- package/teamsLocation.d.ts +13 -0
- package/teamsLocation.js +3 -0
- package/teamsLocation.js.map +1 -1
- package/types/input.d.ts +15 -0
- package/types/output.d.ts +15 -0
package/accessApplication.d.ts
CHANGED
|
@@ -118,6 +118,10 @@ export declare class AccessApplication extends pulumi.CustomResource {
|
|
|
118
118
|
* Friendly name of the Access Application.
|
|
119
119
|
*/
|
|
120
120
|
readonly name: pulumi.Output<string>;
|
|
121
|
+
/**
|
|
122
|
+
* Allows options preflight requests to bypass Access authentication and go directly to the origin. Cannot turn on if corsHeaders is set. Defaults to `false`.
|
|
123
|
+
*/
|
|
124
|
+
readonly optionsPreflightBypass: pulumi.Output<boolean | undefined>;
|
|
121
125
|
/**
|
|
122
126
|
* SaaS configuration for the Access Application.
|
|
123
127
|
*/
|
|
@@ -251,6 +255,10 @@ export interface AccessApplicationState {
|
|
|
251
255
|
* Friendly name of the Access Application.
|
|
252
256
|
*/
|
|
253
257
|
name?: pulumi.Input<string>;
|
|
258
|
+
/**
|
|
259
|
+
* Allows options preflight requests to bypass Access authentication and go directly to the origin. Cannot turn on if corsHeaders is set. Defaults to `false`.
|
|
260
|
+
*/
|
|
261
|
+
optionsPreflightBypass?: pulumi.Input<boolean>;
|
|
254
262
|
/**
|
|
255
263
|
* SaaS configuration for the Access Application.
|
|
256
264
|
*/
|
|
@@ -372,6 +380,10 @@ export interface AccessApplicationArgs {
|
|
|
372
380
|
* Friendly name of the Access Application.
|
|
373
381
|
*/
|
|
374
382
|
name?: pulumi.Input<string>;
|
|
383
|
+
/**
|
|
384
|
+
* Allows options preflight requests to bypass Access authentication and go directly to the origin. Cannot turn on if corsHeaders is set. Defaults to `false`.
|
|
385
|
+
*/
|
|
386
|
+
optionsPreflightBypass?: pulumi.Input<boolean>;
|
|
375
387
|
/**
|
|
376
388
|
* SaaS configuration for the Access Application.
|
|
377
389
|
*/
|
package/accessApplication.js
CHANGED
|
@@ -71,6 +71,7 @@ class AccessApplication extends pulumi.CustomResource {
|
|
|
71
71
|
resourceInputs["landingPageDesign"] = state ? state.landingPageDesign : undefined;
|
|
72
72
|
resourceInputs["logoUrl"] = state ? state.logoUrl : undefined;
|
|
73
73
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
74
|
+
resourceInputs["optionsPreflightBypass"] = state ? state.optionsPreflightBypass : undefined;
|
|
74
75
|
resourceInputs["saasApp"] = state ? state.saasApp : undefined;
|
|
75
76
|
resourceInputs["sameSiteCookieAttribute"] = state ? state.sameSiteCookieAttribute : undefined;
|
|
76
77
|
resourceInputs["selfHostedDomains"] = state ? state.selfHostedDomains : undefined;
|
|
@@ -103,6 +104,7 @@ class AccessApplication extends pulumi.CustomResource {
|
|
|
103
104
|
resourceInputs["landingPageDesign"] = args ? args.landingPageDesign : undefined;
|
|
104
105
|
resourceInputs["logoUrl"] = args ? args.logoUrl : undefined;
|
|
105
106
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
107
|
+
resourceInputs["optionsPreflightBypass"] = args ? args.optionsPreflightBypass : undefined;
|
|
106
108
|
resourceInputs["saasApp"] = args ? args.saasApp : undefined;
|
|
107
109
|
resourceInputs["sameSiteCookieAttribute"] = args ? args.sameSiteCookieAttribute : undefined;
|
|
108
110
|
resourceInputs["selfHostedDomains"] = args ? args.selfHostedDomains : undefined;
|
package/accessApplication.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accessApplication.js","sourceRoot":"","sources":["../accessApplication.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACxE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;
|
|
1
|
+
{"version":3,"file":"accessApplication.js","sourceRoot":"","sources":["../accessApplication.ts"],"names":[],"mappings":"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"}
|
package/dlpProfile.d.ts
CHANGED
|
@@ -6,6 +6,74 @@ import * as outputs from "./types/output";
|
|
|
6
6
|
* are a set of entries that can be matched in HTTP bodies or files.
|
|
7
7
|
* They are referenced in Zero Trust Gateway rules.
|
|
8
8
|
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
14
|
+
*
|
|
15
|
+
* // Predefined profile must be imported, cannot be created
|
|
16
|
+
* const creds = new cloudflare.DlpProfile("creds", {
|
|
17
|
+
* accountId: "f037e56e89293a057740de681ac9abbe",
|
|
18
|
+
* name: "Credentials and Secrets",
|
|
19
|
+
* type: "predefined",
|
|
20
|
+
* allowedMatchCount: 3,
|
|
21
|
+
* entries: [
|
|
22
|
+
* {
|
|
23
|
+
* enabled: true,
|
|
24
|
+
* name: "Amazon AWS Access Key ID",
|
|
25
|
+
* id: "d8fcfc9c-773c-405e-8426-21ecbb67ba93",
|
|
26
|
+
* },
|
|
27
|
+
* {
|
|
28
|
+
* enabled: false,
|
|
29
|
+
* id: "2c0e33e1-71da-40c8-aad3-32e674ad3d96",
|
|
30
|
+
* name: "Amazon AWS Secret Access Key",
|
|
31
|
+
* },
|
|
32
|
+
* {
|
|
33
|
+
* enabled: true,
|
|
34
|
+
* id: "4e92c006-3802-4dff-bbe1-8e1513b1c92a",
|
|
35
|
+
* name: "Microsoft Azure Client Secret",
|
|
36
|
+
* },
|
|
37
|
+
* {
|
|
38
|
+
* enabled: false,
|
|
39
|
+
* id: "5c713294-2375-4904-abcf-e4a15be4d592",
|
|
40
|
+
* name: "SSH Private Key",
|
|
41
|
+
* },
|
|
42
|
+
* {
|
|
43
|
+
* enabled: true,
|
|
44
|
+
* id: "6c6579e4-d832-42d5-905c-8e53340930f2",
|
|
45
|
+
* name: "Google GCP API Key",
|
|
46
|
+
* },
|
|
47
|
+
* ],
|
|
48
|
+
* });
|
|
49
|
+
* // Custom profile
|
|
50
|
+
* const exampleCustom = new cloudflare.DlpProfile("example_custom", {
|
|
51
|
+
* accountId: "f037e56e89293a057740de681ac9abbe",
|
|
52
|
+
* name: "Example Custom Profile",
|
|
53
|
+
* description: "A profile with example entries",
|
|
54
|
+
* type: "custom",
|
|
55
|
+
* allowedMatchCount: 0,
|
|
56
|
+
* entries: [
|
|
57
|
+
* {
|
|
58
|
+
* name: "Matches visa credit cards",
|
|
59
|
+
* enabled: true,
|
|
60
|
+
* pattern: {
|
|
61
|
+
* regex: "4\\d{3}([-\\. ])?\\d{4}([-\\. ])?\\d{4}([-\\. ])?\\d{4}",
|
|
62
|
+
* validation: "luhn",
|
|
63
|
+
* },
|
|
64
|
+
* },
|
|
65
|
+
* {
|
|
66
|
+
* name: "Matches diners club card",
|
|
67
|
+
* enabled: true,
|
|
68
|
+
* pattern: {
|
|
69
|
+
* regex: "(?:0[0-5]|[68][0-9])[0-9]{11}",
|
|
70
|
+
* validation: "luhn",
|
|
71
|
+
* },
|
|
72
|
+
* },
|
|
73
|
+
* ],
|
|
74
|
+
* });
|
|
75
|
+
* ```
|
|
76
|
+
*
|
|
9
77
|
* ## Import
|
|
10
78
|
*
|
|
11
79
|
* ```sh
|
|
@@ -52,6 +120,10 @@ export declare class DlpProfile extends pulumi.CustomResource {
|
|
|
52
120
|
* Name of the profile. **Modifying this attribute will force creation of a new resource.**
|
|
53
121
|
*/
|
|
54
122
|
readonly name: pulumi.Output<string>;
|
|
123
|
+
/**
|
|
124
|
+
* If true, scan images via OCR to determine if any text present matches filters.
|
|
125
|
+
*/
|
|
126
|
+
readonly ocrEnabled: pulumi.Output<boolean | undefined>;
|
|
55
127
|
/**
|
|
56
128
|
* The type of the profile. Available values: `custom`, `predefined`. **Modifying this attribute will force creation of a new resource.**
|
|
57
129
|
*/
|
|
@@ -93,6 +165,10 @@ export interface DlpProfileState {
|
|
|
93
165
|
* Name of the profile. **Modifying this attribute will force creation of a new resource.**
|
|
94
166
|
*/
|
|
95
167
|
name?: pulumi.Input<string>;
|
|
168
|
+
/**
|
|
169
|
+
* If true, scan images via OCR to determine if any text present matches filters.
|
|
170
|
+
*/
|
|
171
|
+
ocrEnabled?: pulumi.Input<boolean>;
|
|
96
172
|
/**
|
|
97
173
|
* The type of the profile. Available values: `custom`, `predefined`. **Modifying this attribute will force creation of a new resource.**
|
|
98
174
|
*/
|
|
@@ -126,6 +202,10 @@ export interface DlpProfileArgs {
|
|
|
126
202
|
* Name of the profile. **Modifying this attribute will force creation of a new resource.**
|
|
127
203
|
*/
|
|
128
204
|
name: pulumi.Input<string>;
|
|
205
|
+
/**
|
|
206
|
+
* If true, scan images via OCR to determine if any text present matches filters.
|
|
207
|
+
*/
|
|
208
|
+
ocrEnabled?: pulumi.Input<boolean>;
|
|
129
209
|
/**
|
|
130
210
|
* The type of the profile. Available values: `custom`, `predefined`. **Modifying this attribute will force creation of a new resource.**
|
|
131
211
|
*/
|
package/dlpProfile.js
CHANGED
|
@@ -10,6 +10,74 @@ const utilities = require("./utilities");
|
|
|
10
10
|
* are a set of entries that can be matched in HTTP bodies or files.
|
|
11
11
|
* They are referenced in Zero Trust Gateway rules.
|
|
12
12
|
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
18
|
+
*
|
|
19
|
+
* // Predefined profile must be imported, cannot be created
|
|
20
|
+
* const creds = new cloudflare.DlpProfile("creds", {
|
|
21
|
+
* accountId: "f037e56e89293a057740de681ac9abbe",
|
|
22
|
+
* name: "Credentials and Secrets",
|
|
23
|
+
* type: "predefined",
|
|
24
|
+
* allowedMatchCount: 3,
|
|
25
|
+
* entries: [
|
|
26
|
+
* {
|
|
27
|
+
* enabled: true,
|
|
28
|
+
* name: "Amazon AWS Access Key ID",
|
|
29
|
+
* id: "d8fcfc9c-773c-405e-8426-21ecbb67ba93",
|
|
30
|
+
* },
|
|
31
|
+
* {
|
|
32
|
+
* enabled: false,
|
|
33
|
+
* id: "2c0e33e1-71da-40c8-aad3-32e674ad3d96",
|
|
34
|
+
* name: "Amazon AWS Secret Access Key",
|
|
35
|
+
* },
|
|
36
|
+
* {
|
|
37
|
+
* enabled: true,
|
|
38
|
+
* id: "4e92c006-3802-4dff-bbe1-8e1513b1c92a",
|
|
39
|
+
* name: "Microsoft Azure Client Secret",
|
|
40
|
+
* },
|
|
41
|
+
* {
|
|
42
|
+
* enabled: false,
|
|
43
|
+
* id: "5c713294-2375-4904-abcf-e4a15be4d592",
|
|
44
|
+
* name: "SSH Private Key",
|
|
45
|
+
* },
|
|
46
|
+
* {
|
|
47
|
+
* enabled: true,
|
|
48
|
+
* id: "6c6579e4-d832-42d5-905c-8e53340930f2",
|
|
49
|
+
* name: "Google GCP API Key",
|
|
50
|
+
* },
|
|
51
|
+
* ],
|
|
52
|
+
* });
|
|
53
|
+
* // Custom profile
|
|
54
|
+
* const exampleCustom = new cloudflare.DlpProfile("example_custom", {
|
|
55
|
+
* accountId: "f037e56e89293a057740de681ac9abbe",
|
|
56
|
+
* name: "Example Custom Profile",
|
|
57
|
+
* description: "A profile with example entries",
|
|
58
|
+
* type: "custom",
|
|
59
|
+
* allowedMatchCount: 0,
|
|
60
|
+
* entries: [
|
|
61
|
+
* {
|
|
62
|
+
* name: "Matches visa credit cards",
|
|
63
|
+
* enabled: true,
|
|
64
|
+
* pattern: {
|
|
65
|
+
* regex: "4\\d{3}([-\\. ])?\\d{4}([-\\. ])?\\d{4}([-\\. ])?\\d{4}",
|
|
66
|
+
* validation: "luhn",
|
|
67
|
+
* },
|
|
68
|
+
* },
|
|
69
|
+
* {
|
|
70
|
+
* name: "Matches diners club card",
|
|
71
|
+
* enabled: true,
|
|
72
|
+
* pattern: {
|
|
73
|
+
* regex: "(?:0[0-5]|[68][0-9])[0-9]{11}",
|
|
74
|
+
* validation: "luhn",
|
|
75
|
+
* },
|
|
76
|
+
* },
|
|
77
|
+
* ],
|
|
78
|
+
* });
|
|
79
|
+
* ```
|
|
80
|
+
*
|
|
13
81
|
* ## Import
|
|
14
82
|
*
|
|
15
83
|
* ```sh
|
|
@@ -50,6 +118,7 @@ class DlpProfile extends pulumi.CustomResource {
|
|
|
50
118
|
resourceInputs["description"] = state ? state.description : undefined;
|
|
51
119
|
resourceInputs["entries"] = state ? state.entries : undefined;
|
|
52
120
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
121
|
+
resourceInputs["ocrEnabled"] = state ? state.ocrEnabled : undefined;
|
|
53
122
|
resourceInputs["type"] = state ? state.type : undefined;
|
|
54
123
|
}
|
|
55
124
|
else {
|
|
@@ -75,6 +144,7 @@ class DlpProfile extends pulumi.CustomResource {
|
|
|
75
144
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
76
145
|
resourceInputs["entries"] = args ? args.entries : undefined;
|
|
77
146
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
147
|
+
resourceInputs["ocrEnabled"] = args ? args.ocrEnabled : undefined;
|
|
78
148
|
resourceInputs["type"] = args ? args.type : undefined;
|
|
79
149
|
}
|
|
80
150
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
package/dlpProfile.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dlpProfile.js","sourceRoot":"","sources":["../dlpProfile.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"dlpProfile.js","sourceRoot":"","sources":["../dlpProfile.ts"],"names":[],"mappings":"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"}
|
package/getAccountRoles.d.ts
CHANGED
|
@@ -2,6 +2,23 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
4
|
* Use this data source to lookup [Account Roles](https://api.cloudflare.com/#account-roles-properties).
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
11
|
+
*
|
|
12
|
+
* const accountRoles = cloudflare.getAccountRoles({
|
|
13
|
+
* accountId: "f037e56e89293a057740de681ac9abbe",
|
|
14
|
+
* });
|
|
15
|
+
* const rolesByName = accountRoles.then(accountRoles => .reduce((__obj, role) => ({ ...__obj, [role.name]: role })));
|
|
16
|
+
* const member = new cloudflare.AccountMember("member", {
|
|
17
|
+
* accountId: "f037e56e89293a057740de681ac9abbe",
|
|
18
|
+
* emailAddress: "user@example.com",
|
|
19
|
+
* roleIds: [rolesByName.Administrator?.id],
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
5
22
|
*/
|
|
6
23
|
export declare function getAccountRoles(args: GetAccountRolesArgs, opts?: pulumi.InvokeOptions): Promise<GetAccountRolesResult>;
|
|
7
24
|
/**
|
|
@@ -32,6 +49,23 @@ export interface GetAccountRolesResult {
|
|
|
32
49
|
}
|
|
33
50
|
/**
|
|
34
51
|
* Use this data source to lookup [Account Roles](https://api.cloudflare.com/#account-roles-properties).
|
|
52
|
+
*
|
|
53
|
+
* ## Example Usage
|
|
54
|
+
*
|
|
55
|
+
* ```typescript
|
|
56
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
57
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
58
|
+
*
|
|
59
|
+
* const accountRoles = cloudflare.getAccountRoles({
|
|
60
|
+
* accountId: "f037e56e89293a057740de681ac9abbe",
|
|
61
|
+
* });
|
|
62
|
+
* const rolesByName = accountRoles.then(accountRoles => .reduce((__obj, role) => ({ ...__obj, [role.name]: role })));
|
|
63
|
+
* const member = new cloudflare.AccountMember("member", {
|
|
64
|
+
* accountId: "f037e56e89293a057740de681ac9abbe",
|
|
65
|
+
* emailAddress: "user@example.com",
|
|
66
|
+
* roleIds: [rolesByName.Administrator?.id],
|
|
67
|
+
* });
|
|
68
|
+
* ```
|
|
35
69
|
*/
|
|
36
70
|
export declare function getAccountRolesOutput(args: GetAccountRolesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAccountRolesResult>;
|
|
37
71
|
/**
|
package/getAccountRoles.js
CHANGED
|
@@ -7,6 +7,23 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* Use this data source to lookup [Account Roles](https://api.cloudflare.com/#account-roles-properties).
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
16
|
+
*
|
|
17
|
+
* const accountRoles = cloudflare.getAccountRoles({
|
|
18
|
+
* accountId: "f037e56e89293a057740de681ac9abbe",
|
|
19
|
+
* });
|
|
20
|
+
* const rolesByName = accountRoles.then(accountRoles => .reduce((__obj, role) => ({ ...__obj, [role.name]: role })));
|
|
21
|
+
* const member = new cloudflare.AccountMember("member", {
|
|
22
|
+
* accountId: "f037e56e89293a057740de681ac9abbe",
|
|
23
|
+
* emailAddress: "user@example.com",
|
|
24
|
+
* roleIds: [rolesByName.Administrator?.id],
|
|
25
|
+
* });
|
|
26
|
+
* ```
|
|
10
27
|
*/
|
|
11
28
|
function getAccountRoles(args, opts) {
|
|
12
29
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -17,6 +34,23 @@ function getAccountRoles(args, opts) {
|
|
|
17
34
|
exports.getAccountRoles = getAccountRoles;
|
|
18
35
|
/**
|
|
19
36
|
* Use this data source to lookup [Account Roles](https://api.cloudflare.com/#account-roles-properties).
|
|
37
|
+
*
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
43
|
+
*
|
|
44
|
+
* const accountRoles = cloudflare.getAccountRoles({
|
|
45
|
+
* accountId: "f037e56e89293a057740de681ac9abbe",
|
|
46
|
+
* });
|
|
47
|
+
* const rolesByName = accountRoles.then(accountRoles => .reduce((__obj, role) => ({ ...__obj, [role.name]: role })));
|
|
48
|
+
* const member = new cloudflare.AccountMember("member", {
|
|
49
|
+
* accountId: "f037e56e89293a057740de681ac9abbe",
|
|
50
|
+
* emailAddress: "user@example.com",
|
|
51
|
+
* roleIds: [rolesByName.Administrator?.id],
|
|
52
|
+
* });
|
|
53
|
+
* ```
|
|
20
54
|
*/
|
|
21
55
|
function getAccountRolesOutput(args, opts) {
|
|
22
56
|
return pulumi.output(args).apply((a) => getAccountRoles(a, opts));
|
package/getAccountRoles.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAccountRoles.js","sourceRoot":"","sources":["../getAccountRoles.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAccountRoles.js","sourceRoot":"","sources":["../getAccountRoles.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAElF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC;AA6BD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
|
package/package.json
CHANGED
package/teamsAccount.d.ts
CHANGED
|
@@ -108,10 +108,14 @@ export declare class TeamsAccount extends pulumi.CustomResource {
|
|
|
108
108
|
* Configuration for body scanning.
|
|
109
109
|
*/
|
|
110
110
|
readonly bodyScanning: pulumi.Output<outputs.TeamsAccountBodyScanning | undefined>;
|
|
111
|
+
/**
|
|
112
|
+
* Configuration for custom certificates / BYO-PKI.
|
|
113
|
+
*/
|
|
114
|
+
readonly customCertificate: pulumi.Output<outputs.TeamsAccountCustomCertificate | undefined>;
|
|
111
115
|
/**
|
|
112
116
|
* Configuration for extended e-mail matching.
|
|
113
117
|
*/
|
|
114
|
-
readonly extendedEmailMatching: pulumi.Output<outputs.TeamsAccountExtendedEmailMatching
|
|
118
|
+
readonly extendedEmailMatching: pulumi.Output<outputs.TeamsAccountExtendedEmailMatching>;
|
|
115
119
|
/**
|
|
116
120
|
* Configure compliance with Federal Information Processing Standards.
|
|
117
121
|
*/
|
|
@@ -178,6 +182,10 @@ export interface TeamsAccountState {
|
|
|
178
182
|
* Configuration for body scanning.
|
|
179
183
|
*/
|
|
180
184
|
bodyScanning?: pulumi.Input<inputs.TeamsAccountBodyScanning>;
|
|
185
|
+
/**
|
|
186
|
+
* Configuration for custom certificates / BYO-PKI.
|
|
187
|
+
*/
|
|
188
|
+
customCertificate?: pulumi.Input<inputs.TeamsAccountCustomCertificate>;
|
|
181
189
|
/**
|
|
182
190
|
* Configuration for extended e-mail matching.
|
|
183
191
|
*/
|
|
@@ -240,6 +248,10 @@ export interface TeamsAccountArgs {
|
|
|
240
248
|
* Configuration for body scanning.
|
|
241
249
|
*/
|
|
242
250
|
bodyScanning?: pulumi.Input<inputs.TeamsAccountBodyScanning>;
|
|
251
|
+
/**
|
|
252
|
+
* Configuration for custom certificates / BYO-PKI.
|
|
253
|
+
*/
|
|
254
|
+
customCertificate?: pulumi.Input<inputs.TeamsAccountCustomCertificate>;
|
|
243
255
|
/**
|
|
244
256
|
* Configuration for extended e-mail matching.
|
|
245
257
|
*/
|
package/teamsAccount.js
CHANGED
|
@@ -109,6 +109,7 @@ class TeamsAccount extends pulumi.CustomResource {
|
|
|
109
109
|
resourceInputs["antivirus"] = state ? state.antivirus : undefined;
|
|
110
110
|
resourceInputs["blockPage"] = state ? state.blockPage : undefined;
|
|
111
111
|
resourceInputs["bodyScanning"] = state ? state.bodyScanning : undefined;
|
|
112
|
+
resourceInputs["customCertificate"] = state ? state.customCertificate : undefined;
|
|
112
113
|
resourceInputs["extendedEmailMatching"] = state ? state.extendedEmailMatching : undefined;
|
|
113
114
|
resourceInputs["fips"] = state ? state.fips : undefined;
|
|
114
115
|
resourceInputs["logging"] = state ? state.logging : undefined;
|
|
@@ -130,6 +131,7 @@ class TeamsAccount extends pulumi.CustomResource {
|
|
|
130
131
|
resourceInputs["antivirus"] = args ? args.antivirus : undefined;
|
|
131
132
|
resourceInputs["blockPage"] = args ? args.blockPage : undefined;
|
|
132
133
|
resourceInputs["bodyScanning"] = args ? args.bodyScanning : undefined;
|
|
134
|
+
resourceInputs["customCertificate"] = args ? args.customCertificate : undefined;
|
|
133
135
|
resourceInputs["extendedEmailMatching"] = args ? args.extendedEmailMatching : undefined;
|
|
134
136
|
resourceInputs["fips"] = args ? args.fips : undefined;
|
|
135
137
|
resourceInputs["logging"] = args ? args.logging : undefined;
|
package/teamsAccount.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"teamsAccount.js","sourceRoot":"","sources":["../teamsAccount.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsEG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IACnD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyB,EAAE,IAAmC;QACvH,OAAO,IAAI,YAAY,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACnE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;
|
|
1
|
+
{"version":3,"file":"teamsAccount.js","sourceRoot":"","sources":["../teamsAccount.ts"],"names":[],"mappings":"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"}
|
package/teamsLocation.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ import * as outputs from "./types/output";
|
|
|
15
15
|
* accountId: "f037e56e89293a057740de681ac9abbe",
|
|
16
16
|
* name: "office",
|
|
17
17
|
* clientDefault: true,
|
|
18
|
+
* ecsSupport: false,
|
|
18
19
|
* networks: [
|
|
19
20
|
* {
|
|
20
21
|
* network: "203.0.113.1/32",
|
|
@@ -64,6 +65,10 @@ export declare class TeamsLocation extends pulumi.CustomResource {
|
|
|
64
65
|
* The FQDN that DoH clients should be pointed at.
|
|
65
66
|
*/
|
|
66
67
|
readonly dohSubdomain: pulumi.Output<string>;
|
|
68
|
+
/**
|
|
69
|
+
* Indicator that this location needs to resolve EDNS queries.
|
|
70
|
+
*/
|
|
71
|
+
readonly ecsSupport: pulumi.Output<boolean | undefined>;
|
|
67
72
|
/**
|
|
68
73
|
* Client IP address.
|
|
69
74
|
*/
|
|
@@ -110,6 +115,10 @@ export interface TeamsLocationState {
|
|
|
110
115
|
* The FQDN that DoH clients should be pointed at.
|
|
111
116
|
*/
|
|
112
117
|
dohSubdomain?: pulumi.Input<string>;
|
|
118
|
+
/**
|
|
119
|
+
* Indicator that this location needs to resolve EDNS queries.
|
|
120
|
+
*/
|
|
121
|
+
ecsSupport?: pulumi.Input<boolean>;
|
|
113
122
|
/**
|
|
114
123
|
* Client IP address.
|
|
115
124
|
*/
|
|
@@ -140,6 +149,10 @@ export interface TeamsLocationArgs {
|
|
|
140
149
|
* Indicator that this is the default location.
|
|
141
150
|
*/
|
|
142
151
|
clientDefault?: pulumi.Input<boolean>;
|
|
152
|
+
/**
|
|
153
|
+
* Indicator that this location needs to resolve EDNS queries.
|
|
154
|
+
*/
|
|
155
|
+
ecsSupport?: pulumi.Input<boolean>;
|
|
143
156
|
/**
|
|
144
157
|
* Name of the teams location.
|
|
145
158
|
*/
|
package/teamsLocation.js
CHANGED
|
@@ -19,6 +19,7 @@ const utilities = require("./utilities");
|
|
|
19
19
|
* accountId: "f037e56e89293a057740de681ac9abbe",
|
|
20
20
|
* name: "office",
|
|
21
21
|
* clientDefault: true,
|
|
22
|
+
* ecsSupport: false,
|
|
22
23
|
* networks: [
|
|
23
24
|
* {
|
|
24
25
|
* network: "203.0.113.1/32",
|
|
@@ -68,6 +69,7 @@ class TeamsLocation extends pulumi.CustomResource {
|
|
|
68
69
|
resourceInputs["anonymizedLogsEnabled"] = state ? state.anonymizedLogsEnabled : undefined;
|
|
69
70
|
resourceInputs["clientDefault"] = state ? state.clientDefault : undefined;
|
|
70
71
|
resourceInputs["dohSubdomain"] = state ? state.dohSubdomain : undefined;
|
|
72
|
+
resourceInputs["ecsSupport"] = state ? state.ecsSupport : undefined;
|
|
71
73
|
resourceInputs["ip"] = state ? state.ip : undefined;
|
|
72
74
|
resourceInputs["ipv4Destination"] = state ? state.ipv4Destination : undefined;
|
|
73
75
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
@@ -84,6 +86,7 @@ class TeamsLocation extends pulumi.CustomResource {
|
|
|
84
86
|
}
|
|
85
87
|
resourceInputs["accountId"] = args ? args.accountId : undefined;
|
|
86
88
|
resourceInputs["clientDefault"] = args ? args.clientDefault : undefined;
|
|
89
|
+
resourceInputs["ecsSupport"] = args ? args.ecsSupport : undefined;
|
|
87
90
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
88
91
|
resourceInputs["networks"] = args ? args.networks : undefined;
|
|
89
92
|
resourceInputs["anonymizedLogsEnabled"] = undefined /*out*/;
|
package/teamsLocation.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"teamsLocation.js","sourceRoot":"","sources":["../teamsLocation.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"teamsLocation.js","sourceRoot":"","sources":["../teamsLocation.ts"],"names":[],"mappings":"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"}
|
package/types/input.d.ts
CHANGED
|
@@ -2173,6 +2173,10 @@ export interface NotificationPolicyFilters {
|
|
|
2173
2173
|
* Target host to alert on for dos.
|
|
2174
2174
|
*/
|
|
2175
2175
|
targetHostnames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2176
|
+
/**
|
|
2177
|
+
* Target ip to alert on for dos in CIDR notation.
|
|
2178
|
+
*/
|
|
2179
|
+
targetIps?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2176
2180
|
/**
|
|
2177
2181
|
* Target domain to alert on.
|
|
2178
2182
|
*/
|
|
@@ -3652,6 +3656,17 @@ export interface TeamsAccountBodyScanning {
|
|
|
3652
3656
|
*/
|
|
3653
3657
|
inspectionMode: pulumi.Input<string>;
|
|
3654
3658
|
}
|
|
3659
|
+
export interface TeamsAccountCustomCertificate {
|
|
3660
|
+
/**
|
|
3661
|
+
* Whether TLS encryption should use a custom certificate.
|
|
3662
|
+
*/
|
|
3663
|
+
enabled: pulumi.Input<boolean>;
|
|
3664
|
+
/**
|
|
3665
|
+
* ID of custom certificate.
|
|
3666
|
+
*/
|
|
3667
|
+
id?: pulumi.Input<string>;
|
|
3668
|
+
updatedAt?: pulumi.Input<string>;
|
|
3669
|
+
}
|
|
3655
3670
|
export interface TeamsAccountExtendedEmailMatching {
|
|
3656
3671
|
/**
|
|
3657
3672
|
* Whether e-mails should be matched on all variants of user emails (with + or . modifiers) in Firewall policies.
|
package/types/output.d.ts
CHANGED
|
@@ -2884,6 +2884,10 @@ export interface NotificationPolicyFilters {
|
|
|
2884
2884
|
* Target host to alert on for dos.
|
|
2885
2885
|
*/
|
|
2886
2886
|
targetHostnames?: string[];
|
|
2887
|
+
/**
|
|
2888
|
+
* Target ip to alert on for dos in CIDR notation.
|
|
2889
|
+
*/
|
|
2890
|
+
targetIps?: string[];
|
|
2887
2891
|
/**
|
|
2888
2892
|
* Target domain to alert on.
|
|
2889
2893
|
*/
|
|
@@ -4363,6 +4367,17 @@ export interface TeamsAccountBodyScanning {
|
|
|
4363
4367
|
*/
|
|
4364
4368
|
inspectionMode: string;
|
|
4365
4369
|
}
|
|
4370
|
+
export interface TeamsAccountCustomCertificate {
|
|
4371
|
+
/**
|
|
4372
|
+
* Whether TLS encryption should use a custom certificate.
|
|
4373
|
+
*/
|
|
4374
|
+
enabled: boolean;
|
|
4375
|
+
/**
|
|
4376
|
+
* ID of custom certificate.
|
|
4377
|
+
*/
|
|
4378
|
+
id: string;
|
|
4379
|
+
updatedAt: string;
|
|
4380
|
+
}
|
|
4366
4381
|
export interface TeamsAccountExtendedEmailMatching {
|
|
4367
4382
|
/**
|
|
4368
4383
|
* Whether e-mails should be matched on all variants of user emails (with + or . modifiers) in Firewall policies.
|