@pulumi/cloudflare 6.10.0-alpha.1759386985 → 6.10.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/accessCustomPage.d.ts +12 -0
- package/accessCustomPage.js +12 -0
- package/accessCustomPage.js.map +1 -1
- package/accessServiceToken.d.ts +26 -0
- package/accessServiceToken.js +6 -0
- package/accessServiceToken.js.map +1 -1
- package/addressMap.d.ts +1 -1
- package/botManagement.d.ts +17 -1
- package/botManagement.js +4 -1
- package/botManagement.js.map +1 -1
- package/byoIpPrefix.d.ts +16 -0
- package/byoIpPrefix.js.map +1 -1
- package/dnsFirewall.d.ts +69 -9
- package/dnsFirewall.js.map +1 -1
- package/emailRoutingDns.d.ts +2 -2
- package/emailRoutingDns.js +0 -3
- package/emailRoutingDns.js.map +1 -1
- package/emailSecurityBlockSender.d.ts +3 -3
- package/emailSecurityBlockSender.js +3 -3
- package/emailSecurityTrustedDomains.d.ts +4 -4
- package/emailSecurityTrustedDomains.js +4 -4
- package/getBotManagement.d.ts +5 -0
- package/getBotManagement.js.map +1 -1
- package/getByoIpPrefix.d.ts +8 -0
- package/getByoIpPrefix.js.map +1 -1
- package/getDnsFirewall.d.ts +4 -19
- package/getDnsFirewall.js.map +1 -1
- package/getLoadBalancerPool.d.ts +4 -0
- package/getLoadBalancerPool.js.map +1 -1
- package/getPageShieldConnectionsList.d.ts +3 -3
- package/getPageShieldCookiesList.d.ts +3 -3
- package/getPageShieldScriptsList.d.ts +3 -3
- package/getWorker.d.ts +6 -6
- package/getWorker.js +2 -2
- package/getWorkerVersion.d.ts +19 -46
- package/getWorkerVersion.js +4 -4
- package/getWorkerVersion.js.map +1 -1
- package/getWorkerVersions.d.ts +5 -5
- package/getWorkerVersions.js +2 -2
- package/getWorkflow.d.ts +66 -0
- package/getWorkflow.js +52 -0
- package/getWorkflow.js.map +1 -0
- package/getWorkflows.d.ts +80 -0
- package/getWorkflows.js +52 -0
- package/getWorkflows.js.map +1 -0
- package/getZeroTrustAccessApplication.d.ts +0 -2
- package/getZeroTrustAccessApplication.js.map +1 -1
- package/getZeroTrustAccessCustomPage.d.ts +0 -6
- package/getZeroTrustAccessCustomPage.js.map +1 -1
- package/getZeroTrustAccessGroup.d.ts +0 -2
- package/getZeroTrustAccessGroup.js.map +1 -1
- package/getZeroTrustAccessMtlsCertificate.d.ts +0 -2
- package/getZeroTrustAccessMtlsCertificate.js.map +1 -1
- package/getZeroTrustAccessServiceToken.d.ts +0 -3
- package/getZeroTrustAccessServiceToken.js.map +1 -1
- package/getZeroTrustAccessTag.d.ts +0 -6
- package/getZeroTrustAccessTag.js.map +1 -1
- package/getZeroTrustDnsLocation.d.ts +11 -11
- package/getZeroTrustGatewayAppTypesList.d.ts +3 -3
- package/getZeroTrustGatewayCategoriesList.d.ts +3 -3
- package/getZeroTrustGatewayCertificate.d.ts +11 -11
- package/getZeroTrustGatewayLogging.d.ts +2 -2
- package/getZeroTrustGatewayPolicy.d.ts +36 -10
- package/getZeroTrustGatewayPolicy.js.map +1 -1
- package/getZeroTrustGatewayProxyEndpoint.d.ts +3 -3
- package/getZeroTrustGatewaySettings.d.ts +3 -0
- package/getZeroTrustGatewaySettings.js.map +1 -1
- package/getZeroTrustList.d.ts +9 -9
- package/getZeroTrustLists.d.ts +3 -3
- package/getZeroTrustNetworkHostnameRoute.d.ts +101 -0
- package/getZeroTrustNetworkHostnameRoute.js +52 -0
- package/getZeroTrustNetworkHostnameRoute.js.map +1 -0
- package/getZeroTrustNetworkHostnameRoutes.d.ts +153 -0
- package/getZeroTrustNetworkHostnameRoutes.js +70 -0
- package/getZeroTrustNetworkHostnameRoutes.js.map +1 -0
- package/getZeroTrustOrganization.d.ts +0 -2
- package/getZeroTrustOrganization.js.map +1 -1
- package/index.d.ts +18 -0
- package/index.js +29 -7
- package/index.js.map +1 -1
- package/listItem.d.ts +4 -0
- package/listItem.js +4 -0
- package/listItem.js.map +1 -1
- package/loadBalancerPool.d.ts +12 -0
- package/loadBalancerPool.js +2 -0
- package/loadBalancerPool.js.map +1 -1
- package/package.json +2 -2
- package/r2customDomain.d.ts +2 -2
- package/r2customDomain.js +2 -2
- package/teamsAccount.d.ts +3 -3
- package/teamsList.d.ts +14 -14
- package/teamsLocation.d.ts +28 -28
- package/teamsProxyEndpoint.d.ts +8 -8
- package/teamsRule.d.ts +39 -51
- package/teamsRule.js +2 -2
- package/teamsRule.js.map +1 -1
- package/types/input.d.ts +522 -359
- package/types/output.d.ts +975 -740
- package/workerScript.d.ts +12 -12
- package/workerVersion.d.ts +18 -3
- package/workerVersion.js.map +1 -1
- package/workersScript.d.ts +12 -12
- package/workersScriptSubdomain.d.ts +2 -2
- package/workersScriptSubdomain.js +1 -1
- package/workflow.d.ts +87 -0
- package/workflow.js +104 -0
- package/workflow.js.map +1 -0
- package/zeroTrustAccessCustomPage.d.ts +12 -0
- package/zeroTrustAccessCustomPage.js +12 -0
- package/zeroTrustAccessCustomPage.js.map +1 -1
- package/zeroTrustAccessServiceToken.d.ts +26 -0
- package/zeroTrustAccessServiceToken.js +6 -0
- package/zeroTrustAccessServiceToken.js.map +1 -1
- package/zeroTrustDexTest.d.ts +2 -27
- package/zeroTrustDexTest.js +1 -25
- package/zeroTrustDexTest.js.map +1 -1
- package/zeroTrustDnsLocation.d.ts +28 -28
- package/zeroTrustGatewayCertificate.d.ts +26 -14
- package/zeroTrustGatewayCertificate.js +2 -0
- package/zeroTrustGatewayCertificate.js.map +1 -1
- package/zeroTrustGatewayLogging.d.ts +6 -6
- package/zeroTrustGatewayPolicy.d.ts +39 -51
- package/zeroTrustGatewayPolicy.js +2 -2
- package/zeroTrustGatewayPolicy.js.map +1 -1
- package/zeroTrustGatewayProxyEndpoint.d.ts +8 -8
- package/zeroTrustGatewaySettings.d.ts +3 -3
- package/zeroTrustList.d.ts +14 -14
- package/zeroTrustNetworkHostnameRoute.d.ts +129 -0
- package/zeroTrustNetworkHostnameRoute.js +85 -0
- package/zeroTrustNetworkHostnameRoute.js.map +1 -0
|
@@ -15,7 +15,9 @@ const utilities = require("./utilities");
|
|
|
15
15
|
* const exampleZeroTrustAccessServiceToken = new cloudflare.ZeroTrustAccessServiceToken("example_zero_trust_access_service_token", {
|
|
16
16
|
* name: "CI/CD token",
|
|
17
17
|
* zoneId: "zone_id",
|
|
18
|
+
* clientSecretVersion: 0,
|
|
18
19
|
* duration: "60m",
|
|
20
|
+
* previousClientSecretExpiresAt: "2014-01-01T05:20:00.12345Z",
|
|
19
21
|
* });
|
|
20
22
|
* ```
|
|
21
23
|
*
|
|
@@ -56,9 +58,11 @@ class ZeroTrustAccessServiceToken extends pulumi.CustomResource {
|
|
|
56
58
|
resourceInputs["accountId"] = state?.accountId;
|
|
57
59
|
resourceInputs["clientId"] = state?.clientId;
|
|
58
60
|
resourceInputs["clientSecret"] = state?.clientSecret;
|
|
61
|
+
resourceInputs["clientSecretVersion"] = state?.clientSecretVersion;
|
|
59
62
|
resourceInputs["duration"] = state?.duration;
|
|
60
63
|
resourceInputs["expiresAt"] = state?.expiresAt;
|
|
61
64
|
resourceInputs["name"] = state?.name;
|
|
65
|
+
resourceInputs["previousClientSecretExpiresAt"] = state?.previousClientSecretExpiresAt;
|
|
62
66
|
resourceInputs["zoneId"] = state?.zoneId;
|
|
63
67
|
}
|
|
64
68
|
else {
|
|
@@ -67,8 +71,10 @@ class ZeroTrustAccessServiceToken extends pulumi.CustomResource {
|
|
|
67
71
|
throw new Error("Missing required property 'name'");
|
|
68
72
|
}
|
|
69
73
|
resourceInputs["accountId"] = args?.accountId;
|
|
74
|
+
resourceInputs["clientSecretVersion"] = args?.clientSecretVersion;
|
|
70
75
|
resourceInputs["duration"] = args?.duration;
|
|
71
76
|
resourceInputs["name"] = args?.name;
|
|
77
|
+
resourceInputs["previousClientSecretExpiresAt"] = args?.previousClientSecretExpiresAt;
|
|
72
78
|
resourceInputs["zoneId"] = args?.zoneId;
|
|
73
79
|
resourceInputs["clientId"] = undefined /*out*/;
|
|
74
80
|
resourceInputs["clientSecret"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zeroTrustAccessServiceToken.js","sourceRoot":"","sources":["../zeroTrustAccessServiceToken.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"zeroTrustAccessServiceToken.js","sourceRoot":"","sources":["../zeroTrustAccessServiceToken.ts"],"names":[],"mappings":"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"}
|
package/zeroTrustDexTest.d.ts
CHANGED
|
@@ -4,30 +4,6 @@ import * as outputs from "./types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
*
|
|
7
|
-
* ```typescript
|
|
8
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
-
* import * as cloudflare from "@pulumi/cloudflare";
|
|
10
|
-
*
|
|
11
|
-
* const exampleZeroTrustDexTest = new cloudflare.ZeroTrustDexTest("example_zero_trust_dex_test", {
|
|
12
|
-
* accountId: "01a7362d577a6c3019a474fd6f485823",
|
|
13
|
-
* data: {
|
|
14
|
-
* host: "https://dash.cloudflare.com",
|
|
15
|
-
* kind: "http",
|
|
16
|
-
* method: "GET",
|
|
17
|
-
* },
|
|
18
|
-
* enabled: true,
|
|
19
|
-
* interval: "30m",
|
|
20
|
-
* name: "HTTP dash health check",
|
|
21
|
-
* description: "Checks the dash endpoint every 30 minutes",
|
|
22
|
-
* targetPolicies: [{
|
|
23
|
-
* id: "id",
|
|
24
|
-
* "default": true,
|
|
25
|
-
* name: "name",
|
|
26
|
-
* }],
|
|
27
|
-
* targeted: true,
|
|
28
|
-
* });
|
|
29
|
-
* ```
|
|
30
|
-
*
|
|
31
7
|
* ## Import
|
|
32
8
|
*
|
|
33
9
|
* ```sh
|
|
@@ -74,8 +50,8 @@ export declare class ZeroTrustDexTest extends pulumi.CustomResource {
|
|
|
74
50
|
/**
|
|
75
51
|
* DEX rules targeted by this test
|
|
76
52
|
*/
|
|
77
|
-
readonly targetPolicies: pulumi.Output<outputs.ZeroTrustDexTestTargetPolicy[]
|
|
78
|
-
readonly targeted: pulumi.Output<boolean
|
|
53
|
+
readonly targetPolicies: pulumi.Output<outputs.ZeroTrustDexTestTargetPolicy[]>;
|
|
54
|
+
readonly targeted: pulumi.Output<boolean>;
|
|
79
55
|
/**
|
|
80
56
|
* The unique identifier for the test.
|
|
81
57
|
*/
|
|
@@ -153,5 +129,4 @@ export interface ZeroTrustDexTestArgs {
|
|
|
153
129
|
* DEX rules targeted by this test
|
|
154
130
|
*/
|
|
155
131
|
targetPolicies?: pulumi.Input<pulumi.Input<inputs.ZeroTrustDexTestTargetPolicy>[]>;
|
|
156
|
-
targeted?: pulumi.Input<boolean>;
|
|
157
132
|
}
|
package/zeroTrustDexTest.js
CHANGED
|
@@ -8,30 +8,6 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* ## Example Usage
|
|
10
10
|
*
|
|
11
|
-
* ```typescript
|
|
12
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
-
* import * as cloudflare from "@pulumi/cloudflare";
|
|
14
|
-
*
|
|
15
|
-
* const exampleZeroTrustDexTest = new cloudflare.ZeroTrustDexTest("example_zero_trust_dex_test", {
|
|
16
|
-
* accountId: "01a7362d577a6c3019a474fd6f485823",
|
|
17
|
-
* data: {
|
|
18
|
-
* host: "https://dash.cloudflare.com",
|
|
19
|
-
* kind: "http",
|
|
20
|
-
* method: "GET",
|
|
21
|
-
* },
|
|
22
|
-
* enabled: true,
|
|
23
|
-
* interval: "30m",
|
|
24
|
-
* name: "HTTP dash health check",
|
|
25
|
-
* description: "Checks the dash endpoint every 30 minutes",
|
|
26
|
-
* targetPolicies: [{
|
|
27
|
-
* id: "id",
|
|
28
|
-
* "default": true,
|
|
29
|
-
* name: "name",
|
|
30
|
-
* }],
|
|
31
|
-
* targeted: true,
|
|
32
|
-
* });
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
11
|
* ## Import
|
|
36
12
|
*
|
|
37
13
|
* ```sh
|
|
@@ -100,7 +76,7 @@ class ZeroTrustDexTest extends pulumi.CustomResource {
|
|
|
100
76
|
resourceInputs["interval"] = args?.interval;
|
|
101
77
|
resourceInputs["name"] = args?.name;
|
|
102
78
|
resourceInputs["targetPolicies"] = args?.targetPolicies;
|
|
103
|
-
resourceInputs["targeted"] =
|
|
79
|
+
resourceInputs["targeted"] = undefined /*out*/;
|
|
104
80
|
resourceInputs["testId"] = undefined /*out*/;
|
|
105
81
|
}
|
|
106
82
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
package/zeroTrustDexTest.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zeroTrustDexTest.js","sourceRoot":"","sources":["../zeroTrustDexTest.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"zeroTrustDexTest.js","sourceRoot":"","sources":["../zeroTrustDexTest.ts"],"names":[],"mappings":"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"}
|
|
@@ -68,48 +68,48 @@ export declare class ZeroTrustDnsLocation extends pulumi.CustomResource {
|
|
|
68
68
|
static isInstance(obj: any): obj is ZeroTrustDnsLocation;
|
|
69
69
|
readonly accountId: pulumi.Output<string>;
|
|
70
70
|
/**
|
|
71
|
-
*
|
|
71
|
+
* Indicate whether this location is the default location.
|
|
72
72
|
*/
|
|
73
73
|
readonly clientDefault: pulumi.Output<boolean>;
|
|
74
74
|
readonly createdAt: pulumi.Output<string>;
|
|
75
75
|
/**
|
|
76
|
-
*
|
|
76
|
+
* Specify the identifier of the pair of IPv4 addresses assigned to this location. When creating a location, if this field is absent or set to null, the pair of shared IPv4 addresses (0e4a32c6-6fb8-4858-9296-98f51631e8e6) is auto-assigned. When updating a location, if this field is absent or set to null, the pre-assigned pair remains unchanged.
|
|
77
77
|
*/
|
|
78
78
|
readonly dnsDestinationIpsId: pulumi.Output<string>;
|
|
79
79
|
/**
|
|
80
|
-
*
|
|
80
|
+
* Specify the UUID of the IPv6 block brought to the gateway so that this location's IPv6 address is allocated from the Bring Your Own IPv6 (BYOIPv6) block rather than the standard Cloudflare IPv6 block.
|
|
81
81
|
*/
|
|
82
82
|
readonly dnsDestinationIpv6BlockId: pulumi.Output<string>;
|
|
83
83
|
/**
|
|
84
|
-
*
|
|
84
|
+
* Specify the DNS over HTTPS domain that receives DNS requests. Gateway automatically generates this value.
|
|
85
85
|
*/
|
|
86
86
|
readonly dohSubdomain: pulumi.Output<string>;
|
|
87
87
|
/**
|
|
88
|
-
*
|
|
88
|
+
* Indicate whether the location must resolve EDNS queries.
|
|
89
89
|
*/
|
|
90
90
|
readonly ecsSupport: pulumi.Output<boolean>;
|
|
91
91
|
/**
|
|
92
|
-
*
|
|
92
|
+
* Configure the destination endpoints for this location.
|
|
93
93
|
*/
|
|
94
94
|
readonly endpoints: pulumi.Output<outputs.ZeroTrustDnsLocationEndpoints | undefined>;
|
|
95
95
|
/**
|
|
96
|
-
*
|
|
96
|
+
* Defines the automatically generated IPv6 destination IP assigned to this location. Gateway counts all DNS requests sent to this IP as requests under this location.
|
|
97
97
|
*/
|
|
98
98
|
readonly ip: pulumi.Output<string>;
|
|
99
99
|
/**
|
|
100
|
-
*
|
|
100
|
+
* Show the primary destination IPv4 address from the pair identified dns*destination*ips_id. This field read-only.
|
|
101
101
|
*/
|
|
102
102
|
readonly ipv4Destination: pulumi.Output<string>;
|
|
103
103
|
/**
|
|
104
|
-
*
|
|
104
|
+
* Show the backup destination IPv4 address from the pair identified dns*destination*ips_id. This field read-only.
|
|
105
105
|
*/
|
|
106
106
|
readonly ipv4DestinationBackup: pulumi.Output<string>;
|
|
107
107
|
/**
|
|
108
|
-
*
|
|
108
|
+
* Specify the location name.
|
|
109
109
|
*/
|
|
110
110
|
readonly name: pulumi.Output<string>;
|
|
111
111
|
/**
|
|
112
|
-
*
|
|
112
|
+
* Specify the list of network ranges from which requests at this location originate. The list takes effect only if it is non-empty and the IPv4 endpoint is enabled for this location.
|
|
113
113
|
*/
|
|
114
114
|
readonly networks: pulumi.Output<outputs.ZeroTrustDnsLocationNetwork[]>;
|
|
115
115
|
readonly updatedAt: pulumi.Output<string>;
|
|
@@ -128,48 +128,48 @@ export declare class ZeroTrustDnsLocation extends pulumi.CustomResource {
|
|
|
128
128
|
export interface ZeroTrustDnsLocationState {
|
|
129
129
|
accountId?: pulumi.Input<string>;
|
|
130
130
|
/**
|
|
131
|
-
*
|
|
131
|
+
* Indicate whether this location is the default location.
|
|
132
132
|
*/
|
|
133
133
|
clientDefault?: pulumi.Input<boolean>;
|
|
134
134
|
createdAt?: pulumi.Input<string>;
|
|
135
135
|
/**
|
|
136
|
-
*
|
|
136
|
+
* Specify the identifier of the pair of IPv4 addresses assigned to this location. When creating a location, if this field is absent or set to null, the pair of shared IPv4 addresses (0e4a32c6-6fb8-4858-9296-98f51631e8e6) is auto-assigned. When updating a location, if this field is absent or set to null, the pre-assigned pair remains unchanged.
|
|
137
137
|
*/
|
|
138
138
|
dnsDestinationIpsId?: pulumi.Input<string>;
|
|
139
139
|
/**
|
|
140
|
-
*
|
|
140
|
+
* Specify the UUID of the IPv6 block brought to the gateway so that this location's IPv6 address is allocated from the Bring Your Own IPv6 (BYOIPv6) block rather than the standard Cloudflare IPv6 block.
|
|
141
141
|
*/
|
|
142
142
|
dnsDestinationIpv6BlockId?: pulumi.Input<string>;
|
|
143
143
|
/**
|
|
144
|
-
*
|
|
144
|
+
* Specify the DNS over HTTPS domain that receives DNS requests. Gateway automatically generates this value.
|
|
145
145
|
*/
|
|
146
146
|
dohSubdomain?: pulumi.Input<string>;
|
|
147
147
|
/**
|
|
148
|
-
*
|
|
148
|
+
* Indicate whether the location must resolve EDNS queries.
|
|
149
149
|
*/
|
|
150
150
|
ecsSupport?: pulumi.Input<boolean>;
|
|
151
151
|
/**
|
|
152
|
-
*
|
|
152
|
+
* Configure the destination endpoints for this location.
|
|
153
153
|
*/
|
|
154
154
|
endpoints?: pulumi.Input<inputs.ZeroTrustDnsLocationEndpoints>;
|
|
155
155
|
/**
|
|
156
|
-
*
|
|
156
|
+
* Defines the automatically generated IPv6 destination IP assigned to this location. Gateway counts all DNS requests sent to this IP as requests under this location.
|
|
157
157
|
*/
|
|
158
158
|
ip?: pulumi.Input<string>;
|
|
159
159
|
/**
|
|
160
|
-
*
|
|
160
|
+
* Show the primary destination IPv4 address from the pair identified dns*destination*ips_id. This field read-only.
|
|
161
161
|
*/
|
|
162
162
|
ipv4Destination?: pulumi.Input<string>;
|
|
163
163
|
/**
|
|
164
|
-
*
|
|
164
|
+
* Show the backup destination IPv4 address from the pair identified dns*destination*ips_id. This field read-only.
|
|
165
165
|
*/
|
|
166
166
|
ipv4DestinationBackup?: pulumi.Input<string>;
|
|
167
167
|
/**
|
|
168
|
-
*
|
|
168
|
+
* Specify the location name.
|
|
169
169
|
*/
|
|
170
170
|
name?: pulumi.Input<string>;
|
|
171
171
|
/**
|
|
172
|
-
*
|
|
172
|
+
* Specify the list of network ranges from which requests at this location originate. The list takes effect only if it is non-empty and the IPv4 endpoint is enabled for this location.
|
|
173
173
|
*/
|
|
174
174
|
networks?: pulumi.Input<pulumi.Input<inputs.ZeroTrustDnsLocationNetwork>[]>;
|
|
175
175
|
updatedAt?: pulumi.Input<string>;
|
|
@@ -180,27 +180,27 @@ export interface ZeroTrustDnsLocationState {
|
|
|
180
180
|
export interface ZeroTrustDnsLocationArgs {
|
|
181
181
|
accountId: pulumi.Input<string>;
|
|
182
182
|
/**
|
|
183
|
-
*
|
|
183
|
+
* Indicate whether this location is the default location.
|
|
184
184
|
*/
|
|
185
185
|
clientDefault?: pulumi.Input<boolean>;
|
|
186
186
|
/**
|
|
187
|
-
*
|
|
187
|
+
* Specify the identifier of the pair of IPv4 addresses assigned to this location. When creating a location, if this field is absent or set to null, the pair of shared IPv4 addresses (0e4a32c6-6fb8-4858-9296-98f51631e8e6) is auto-assigned. When updating a location, if this field is absent or set to null, the pre-assigned pair remains unchanged.
|
|
188
188
|
*/
|
|
189
189
|
dnsDestinationIpsId?: pulumi.Input<string>;
|
|
190
190
|
/**
|
|
191
|
-
*
|
|
191
|
+
* Indicate whether the location must resolve EDNS queries.
|
|
192
192
|
*/
|
|
193
193
|
ecsSupport?: pulumi.Input<boolean>;
|
|
194
194
|
/**
|
|
195
|
-
*
|
|
195
|
+
* Configure the destination endpoints for this location.
|
|
196
196
|
*/
|
|
197
197
|
endpoints?: pulumi.Input<inputs.ZeroTrustDnsLocationEndpoints>;
|
|
198
198
|
/**
|
|
199
|
-
*
|
|
199
|
+
* Specify the location name.
|
|
200
200
|
*/
|
|
201
201
|
name: pulumi.Input<string>;
|
|
202
202
|
/**
|
|
203
|
-
*
|
|
203
|
+
* Specify the list of network ranges from which requests at this location originate. The list takes effect only if it is non-empty and the IPv4 endpoint is enabled for this location.
|
|
204
204
|
*/
|
|
205
205
|
networks?: pulumi.Input<pulumi.Input<inputs.ZeroTrustDnsLocationNetwork>[]>;
|
|
206
206
|
}
|
|
@@ -35,40 +35,44 @@ export declare class ZeroTrustGatewayCertificate extends pulumi.CustomResource {
|
|
|
35
35
|
*/
|
|
36
36
|
static isInstance(obj: any): obj is ZeroTrustGatewayCertificate;
|
|
37
37
|
readonly accountId: pulumi.Output<string>;
|
|
38
|
+
readonly activate: pulumi.Output<boolean | undefined>;
|
|
38
39
|
/**
|
|
39
|
-
*
|
|
40
|
+
* Indicate the read-only deployment status of the certificate on Cloudflare's edge. Gateway TLS interception can use certificates in the 'available' (previously called 'active') state.
|
|
40
41
|
* Available values: "pending*deployment", "available", "pending*deletion", "inactive".
|
|
41
42
|
*/
|
|
42
43
|
readonly bindingStatus: pulumi.Output<string>;
|
|
43
44
|
/**
|
|
44
|
-
*
|
|
45
|
+
* Provide the CA certificate (read-only).
|
|
45
46
|
*/
|
|
46
47
|
readonly certificate: pulumi.Output<string>;
|
|
47
48
|
readonly createdAt: pulumi.Output<string>;
|
|
48
49
|
readonly expiresOn: pulumi.Output<string>;
|
|
49
50
|
/**
|
|
50
|
-
*
|
|
51
|
+
* Provide the SHA256 fingerprint of the certificate (read-only).
|
|
51
52
|
*/
|
|
52
53
|
readonly fingerprint: pulumi.Output<string>;
|
|
53
54
|
/**
|
|
54
|
-
*
|
|
55
|
+
* Indicate whether Gateway TLS interception uses this certificate (read-only). You cannot set this value directly. To configure interception, use the Gateway configuration setting named `certificate` (read-only).
|
|
55
56
|
*/
|
|
56
57
|
readonly inUse: pulumi.Output<boolean>;
|
|
57
58
|
/**
|
|
58
|
-
*
|
|
59
|
+
* Indicate the organization that issued the certificate (read-only).
|
|
59
60
|
*/
|
|
60
61
|
readonly issuerOrg: pulumi.Output<string>;
|
|
61
62
|
/**
|
|
62
|
-
*
|
|
63
|
+
* Provide the entire issuer field of the certificate (read-only).
|
|
63
64
|
*/
|
|
64
65
|
readonly issuerRaw: pulumi.Output<string>;
|
|
65
66
|
/**
|
|
66
|
-
*
|
|
67
|
+
* Indicate the read-only certificate type, BYO-PKI (custom) or Gateway-managed.
|
|
67
68
|
* Available values: "custom", "gatewayManaged".
|
|
68
69
|
*/
|
|
69
70
|
readonly type: pulumi.Output<string>;
|
|
70
71
|
readonly updatedAt: pulumi.Output<string>;
|
|
71
72
|
readonly uploadedOn: pulumi.Output<string>;
|
|
73
|
+
/**
|
|
74
|
+
* Sets the certificate validity period in days (range: 1-10,950 days / ~30 years). Defaults to 1,825 days (5 years). **Important**: This field is only settable during the certificate creation. Certificates becomes immutable after creation - use the `/activate` and `/deactivate` endpoints to manage certificate lifecycle.
|
|
75
|
+
*/
|
|
72
76
|
readonly validityPeriodDays: pulumi.Output<number | undefined>;
|
|
73
77
|
/**
|
|
74
78
|
* Create a ZeroTrustGatewayCertificate resource with the given unique name, arguments, and options.
|
|
@@ -84,40 +88,44 @@ export declare class ZeroTrustGatewayCertificate extends pulumi.CustomResource {
|
|
|
84
88
|
*/
|
|
85
89
|
export interface ZeroTrustGatewayCertificateState {
|
|
86
90
|
accountId?: pulumi.Input<string>;
|
|
91
|
+
activate?: pulumi.Input<boolean>;
|
|
87
92
|
/**
|
|
88
|
-
*
|
|
93
|
+
* Indicate the read-only deployment status of the certificate on Cloudflare's edge. Gateway TLS interception can use certificates in the 'available' (previously called 'active') state.
|
|
89
94
|
* Available values: "pending*deployment", "available", "pending*deletion", "inactive".
|
|
90
95
|
*/
|
|
91
96
|
bindingStatus?: pulumi.Input<string>;
|
|
92
97
|
/**
|
|
93
|
-
*
|
|
98
|
+
* Provide the CA certificate (read-only).
|
|
94
99
|
*/
|
|
95
100
|
certificate?: pulumi.Input<string>;
|
|
96
101
|
createdAt?: pulumi.Input<string>;
|
|
97
102
|
expiresOn?: pulumi.Input<string>;
|
|
98
103
|
/**
|
|
99
|
-
*
|
|
104
|
+
* Provide the SHA256 fingerprint of the certificate (read-only).
|
|
100
105
|
*/
|
|
101
106
|
fingerprint?: pulumi.Input<string>;
|
|
102
107
|
/**
|
|
103
|
-
*
|
|
108
|
+
* Indicate whether Gateway TLS interception uses this certificate (read-only). You cannot set this value directly. To configure interception, use the Gateway configuration setting named `certificate` (read-only).
|
|
104
109
|
*/
|
|
105
110
|
inUse?: pulumi.Input<boolean>;
|
|
106
111
|
/**
|
|
107
|
-
*
|
|
112
|
+
* Indicate the organization that issued the certificate (read-only).
|
|
108
113
|
*/
|
|
109
114
|
issuerOrg?: pulumi.Input<string>;
|
|
110
115
|
/**
|
|
111
|
-
*
|
|
116
|
+
* Provide the entire issuer field of the certificate (read-only).
|
|
112
117
|
*/
|
|
113
118
|
issuerRaw?: pulumi.Input<string>;
|
|
114
119
|
/**
|
|
115
|
-
*
|
|
120
|
+
* Indicate the read-only certificate type, BYO-PKI (custom) or Gateway-managed.
|
|
116
121
|
* Available values: "custom", "gatewayManaged".
|
|
117
122
|
*/
|
|
118
123
|
type?: pulumi.Input<string>;
|
|
119
124
|
updatedAt?: pulumi.Input<string>;
|
|
120
125
|
uploadedOn?: pulumi.Input<string>;
|
|
126
|
+
/**
|
|
127
|
+
* Sets the certificate validity period in days (range: 1-10,950 days / ~30 years). Defaults to 1,825 days (5 years). **Important**: This field is only settable during the certificate creation. Certificates becomes immutable after creation - use the `/activate` and `/deactivate` endpoints to manage certificate lifecycle.
|
|
128
|
+
*/
|
|
121
129
|
validityPeriodDays?: pulumi.Input<number>;
|
|
122
130
|
}
|
|
123
131
|
/**
|
|
@@ -125,5 +133,9 @@ export interface ZeroTrustGatewayCertificateState {
|
|
|
125
133
|
*/
|
|
126
134
|
export interface ZeroTrustGatewayCertificateArgs {
|
|
127
135
|
accountId: pulumi.Input<string>;
|
|
136
|
+
activate?: pulumi.Input<boolean>;
|
|
137
|
+
/**
|
|
138
|
+
* Sets the certificate validity period in days (range: 1-10,950 days / ~30 years). Defaults to 1,825 days (5 years). **Important**: This field is only settable during the certificate creation. Certificates becomes immutable after creation - use the `/activate` and `/deactivate` endpoints to manage certificate lifecycle.
|
|
139
|
+
*/
|
|
128
140
|
validityPeriodDays?: pulumi.Input<number>;
|
|
129
141
|
}
|
|
@@ -53,6 +53,7 @@ class ZeroTrustGatewayCertificate extends pulumi.CustomResource {
|
|
|
53
53
|
if (opts.id) {
|
|
54
54
|
const state = argsOrState;
|
|
55
55
|
resourceInputs["accountId"] = state?.accountId;
|
|
56
|
+
resourceInputs["activate"] = state?.activate;
|
|
56
57
|
resourceInputs["bindingStatus"] = state?.bindingStatus;
|
|
57
58
|
resourceInputs["certificate"] = state?.certificate;
|
|
58
59
|
resourceInputs["createdAt"] = state?.createdAt;
|
|
@@ -72,6 +73,7 @@ class ZeroTrustGatewayCertificate extends pulumi.CustomResource {
|
|
|
72
73
|
throw new Error("Missing required property 'accountId'");
|
|
73
74
|
}
|
|
74
75
|
resourceInputs["accountId"] = args?.accountId;
|
|
76
|
+
resourceInputs["activate"] = args?.activate;
|
|
75
77
|
resourceInputs["validityPeriodDays"] = args?.validityPeriodDays;
|
|
76
78
|
resourceInputs["bindingStatus"] = undefined /*out*/;
|
|
77
79
|
resourceInputs["certificate"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zeroTrustGatewayCertificate.js","sourceRoot":"","sources":["../zeroTrustGatewayCertificate.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,2BAA4B,SAAQ,MAAM,CAAC,cAAc;IAClE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwC,EAAE,IAAmC;QACtI,OAAO,IAAI,2BAA2B,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAClF,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,2BAA2B,CAAC,YAAY,CAAC;IAC5E,CAAC;
|
|
1
|
+
{"version":3,"file":"zeroTrustGatewayCertificate.js","sourceRoot":"","sources":["../zeroTrustGatewayCertificate.ts"],"names":[],"mappings":"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"}
|
|
@@ -46,11 +46,11 @@ export declare class ZeroTrustGatewayLogging extends pulumi.CustomResource {
|
|
|
46
46
|
static isInstance(obj: any): obj is ZeroTrustGatewayLogging;
|
|
47
47
|
readonly accountId: pulumi.Output<string>;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* Indicate whether to redact personally identifiable information from activity logging (PII fields include source IP, user email, user ID, device ID, URL, referrer, and user agent).
|
|
50
50
|
*/
|
|
51
51
|
readonly redactPii: pulumi.Output<boolean>;
|
|
52
52
|
/**
|
|
53
|
-
*
|
|
53
|
+
* Configure logging settings for each rule type.
|
|
54
54
|
*/
|
|
55
55
|
readonly settingsByRuleType: pulumi.Output<outputs.ZeroTrustGatewayLoggingSettingsByRuleType>;
|
|
56
56
|
/**
|
|
@@ -68,11 +68,11 @@ export declare class ZeroTrustGatewayLogging extends pulumi.CustomResource {
|
|
|
68
68
|
export interface ZeroTrustGatewayLoggingState {
|
|
69
69
|
accountId?: pulumi.Input<string>;
|
|
70
70
|
/**
|
|
71
|
-
*
|
|
71
|
+
* Indicate whether to redact personally identifiable information from activity logging (PII fields include source IP, user email, user ID, device ID, URL, referrer, and user agent).
|
|
72
72
|
*/
|
|
73
73
|
redactPii?: pulumi.Input<boolean>;
|
|
74
74
|
/**
|
|
75
|
-
*
|
|
75
|
+
* Configure logging settings for each rule type.
|
|
76
76
|
*/
|
|
77
77
|
settingsByRuleType?: pulumi.Input<inputs.ZeroTrustGatewayLoggingSettingsByRuleType>;
|
|
78
78
|
}
|
|
@@ -82,11 +82,11 @@ export interface ZeroTrustGatewayLoggingState {
|
|
|
82
82
|
export interface ZeroTrustGatewayLoggingArgs {
|
|
83
83
|
accountId: pulumi.Input<string>;
|
|
84
84
|
/**
|
|
85
|
-
*
|
|
85
|
+
* Indicate whether to redact personally identifiable information from activity logging (PII fields include source IP, user email, user ID, device ID, URL, referrer, and user agent).
|
|
86
86
|
*/
|
|
87
87
|
redactPii?: pulumi.Input<boolean>;
|
|
88
88
|
/**
|
|
89
|
-
*
|
|
89
|
+
* Configure logging settings for each rule type.
|
|
90
90
|
*/
|
|
91
91
|
settingsByRuleType?: pulumi.Input<inputs.ZeroTrustGatewayLoggingSettingsByRuleType>;
|
|
92
92
|
}
|