@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
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* ## Example Usage
|
|
5
|
+
*
|
|
6
|
+
* ```typescript
|
|
7
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
8
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
9
|
+
*
|
|
10
|
+
* const exampleWorkflows = cloudflare.getWorkflows({
|
|
11
|
+
* accountId: "account_id",
|
|
12
|
+
* search: "x",
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare function getWorkflows(args: GetWorkflowsArgs, opts?: pulumi.InvokeOptions): Promise<GetWorkflowsResult>;
|
|
17
|
+
/**
|
|
18
|
+
* A collection of arguments for invoking getWorkflows.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetWorkflowsArgs {
|
|
21
|
+
accountId: string;
|
|
22
|
+
/**
|
|
23
|
+
* Max items to fetch, default: 1000
|
|
24
|
+
*/
|
|
25
|
+
maxItems?: number;
|
|
26
|
+
/**
|
|
27
|
+
* Allows filtering workflows` name.
|
|
28
|
+
*/
|
|
29
|
+
search?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* A collection of values returned by getWorkflows.
|
|
33
|
+
*/
|
|
34
|
+
export interface GetWorkflowsResult {
|
|
35
|
+
readonly accountId: string;
|
|
36
|
+
/**
|
|
37
|
+
* The provider-assigned unique ID for this managed resource.
|
|
38
|
+
*/
|
|
39
|
+
readonly id: string;
|
|
40
|
+
/**
|
|
41
|
+
* Max items to fetch, default: 1000
|
|
42
|
+
*/
|
|
43
|
+
readonly maxItems?: number;
|
|
44
|
+
/**
|
|
45
|
+
* The items returned by the data source
|
|
46
|
+
*/
|
|
47
|
+
readonly results: outputs.GetWorkflowsResult[];
|
|
48
|
+
/**
|
|
49
|
+
* Allows filtering workflows` name.
|
|
50
|
+
*/
|
|
51
|
+
readonly search?: string;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* ## Example Usage
|
|
55
|
+
*
|
|
56
|
+
* ```typescript
|
|
57
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
58
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
59
|
+
*
|
|
60
|
+
* const exampleWorkflows = cloudflare.getWorkflows({
|
|
61
|
+
* accountId: "account_id",
|
|
62
|
+
* search: "x",
|
|
63
|
+
* });
|
|
64
|
+
* ```
|
|
65
|
+
*/
|
|
66
|
+
export declare function getWorkflowsOutput(args: GetWorkflowsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetWorkflowsResult>;
|
|
67
|
+
/**
|
|
68
|
+
* A collection of arguments for invoking getWorkflows.
|
|
69
|
+
*/
|
|
70
|
+
export interface GetWorkflowsOutputArgs {
|
|
71
|
+
accountId: pulumi.Input<string>;
|
|
72
|
+
/**
|
|
73
|
+
* Max items to fetch, default: 1000
|
|
74
|
+
*/
|
|
75
|
+
maxItems?: pulumi.Input<number>;
|
|
76
|
+
/**
|
|
77
|
+
* Allows filtering workflows` name.
|
|
78
|
+
*/
|
|
79
|
+
search?: pulumi.Input<string>;
|
|
80
|
+
}
|
package/getWorkflows.js
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
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.getWorkflowsOutput = exports.getWorkflows = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
14
|
+
*
|
|
15
|
+
* const exampleWorkflows = cloudflare.getWorkflows({
|
|
16
|
+
* accountId: "account_id",
|
|
17
|
+
* search: "x",
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
function getWorkflows(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invoke("cloudflare:index/getWorkflows:getWorkflows", {
|
|
24
|
+
"accountId": args.accountId,
|
|
25
|
+
"maxItems": args.maxItems,
|
|
26
|
+
"search": args.search,
|
|
27
|
+
}, opts);
|
|
28
|
+
}
|
|
29
|
+
exports.getWorkflows = getWorkflows;
|
|
30
|
+
/**
|
|
31
|
+
* ## Example Usage
|
|
32
|
+
*
|
|
33
|
+
* ```typescript
|
|
34
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
35
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
36
|
+
*
|
|
37
|
+
* const exampleWorkflows = cloudflare.getWorkflows({
|
|
38
|
+
* accountId: "account_id",
|
|
39
|
+
* search: "x",
|
|
40
|
+
* });
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
function getWorkflowsOutput(args, opts) {
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("cloudflare:index/getWorkflows:getWorkflows", {
|
|
46
|
+
"accountId": args.accountId,
|
|
47
|
+
"maxItems": args.maxItems,
|
|
48
|
+
"search": args.search,
|
|
49
|
+
}, opts);
|
|
50
|
+
}
|
|
51
|
+
exports.getWorkflowsOutput = getWorkflowsOutput;
|
|
52
|
+
//# sourceMappingURL=getWorkflows.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getWorkflows.js","sourceRoot":"","sources":["../getWorkflows.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oCAOC;AAuCD;;;;;;;;;;;;GAYG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gDAOC"}
|
|
@@ -79,7 +79,6 @@ export interface GetZeroTrustAccessApplicationResult {
|
|
|
79
79
|
*/
|
|
80
80
|
readonly bgColor: string;
|
|
81
81
|
readonly corsHeaders: outputs.GetZeroTrustAccessApplicationCorsHeaders;
|
|
82
|
-
readonly createdAt: string;
|
|
83
82
|
/**
|
|
84
83
|
* The custom error message shown to a user when they are denied access to the application.
|
|
85
84
|
*/
|
|
@@ -197,7 +196,6 @@ export interface GetZeroTrustAccessApplicationResult {
|
|
|
197
196
|
* Available values: "self*hosted", "saas", "ssh", "vnc", "app*launcher", "warp", "biso", "bookmark", "dashSso", "infrastructure", "rdp".
|
|
198
197
|
*/
|
|
199
198
|
readonly type: string;
|
|
200
|
-
readonly updatedAt: string;
|
|
201
199
|
/**
|
|
202
200
|
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
203
201
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZeroTrustAccessApplication.js","sourceRoot":"","sources":["../getZeroTrustAccessApplication.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,6BAA6B,CAAC,IAAwC,EAAE,IAA2B;IAC/G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8EAA8E,EAAE;QACzG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sEASC;
|
|
1
|
+
{"version":3,"file":"getZeroTrustAccessApplication.js","sourceRoot":"","sources":["../getZeroTrustAccessApplication.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,6BAA6B,CAAC,IAAwC,EAAE,IAA2B;IAC/G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8EAA8E,EAAE;QACzG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sEASC;AA4LD;;;;;;;;;;;;;GAaG;AACH,SAAgB,mCAAmC,CAAC,IAA8C,EAAE,IAAiC;IACjI,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8EAA8E,EAAE;QAC/G,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,kFASC"}
|
|
@@ -34,11 +34,6 @@ export interface GetZeroTrustAccessCustomPageResult {
|
|
|
34
34
|
* Identifier.
|
|
35
35
|
*/
|
|
36
36
|
readonly accountId: string;
|
|
37
|
-
/**
|
|
38
|
-
* Number of apps the custom page is assigned to.
|
|
39
|
-
*/
|
|
40
|
-
readonly appCount: number;
|
|
41
|
-
readonly createdAt: string;
|
|
42
37
|
/**
|
|
43
38
|
* Custom page HTML.
|
|
44
39
|
*/
|
|
@@ -64,7 +59,6 @@ export interface GetZeroTrustAccessCustomPageResult {
|
|
|
64
59
|
* UUID.
|
|
65
60
|
*/
|
|
66
61
|
readonly uid: string;
|
|
67
|
-
readonly updatedAt: string;
|
|
68
62
|
}
|
|
69
63
|
/**
|
|
70
64
|
* ## Example Usage
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZeroTrustAccessCustomPage.js","sourceRoot":"","sources":["../getZeroTrustAccessCustomPage.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4EAA4E,EAAE;QACvG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oEAMC;
|
|
1
|
+
{"version":3,"file":"getZeroTrustAccessCustomPage.js","sourceRoot":"","sources":["../getZeroTrustAccessCustomPage.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4EAA4E,EAAE;QACvG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oEAMC;AAkDD;;;;;;;;;;;;GAYG;AACH,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAAiC;IAC9H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4EAA4E,EAAE;QAC7G,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gFAMC"}
|
|
@@ -42,7 +42,6 @@ export interface GetZeroTrustAccessGroupResult {
|
|
|
42
42
|
* The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
|
|
43
43
|
*/
|
|
44
44
|
readonly accountId?: string;
|
|
45
|
-
readonly createdAt: string;
|
|
46
45
|
/**
|
|
47
46
|
* Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.
|
|
48
47
|
*/
|
|
@@ -72,7 +71,6 @@ export interface GetZeroTrustAccessGroupResult {
|
|
|
72
71
|
* Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
|
|
73
72
|
*/
|
|
74
73
|
readonly requires: outputs.GetZeroTrustAccessGroupRequire[];
|
|
75
|
-
readonly updatedAt: string;
|
|
76
74
|
/**
|
|
77
75
|
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
78
76
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZeroTrustAccessGroup.js","sourceRoot":"","sources":["../getZeroTrustAccessGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0DASC;
|
|
1
|
+
{"version":3,"file":"getZeroTrustAccessGroup.js","sourceRoot":"","sources":["../getZeroTrustAccessGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0DASC;AA+DD;;;;;;;;;;;;;GAaG;AACH,SAAgB,6BAA6B,CAAC,IAAwC,EAAE,IAAiC;IACrH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kEAAkE,EAAE;QACnG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sEASC"}
|
|
@@ -47,7 +47,6 @@ export interface GetZeroTrustAccessMtlsCertificateResult {
|
|
|
47
47
|
* UUID.
|
|
48
48
|
*/
|
|
49
49
|
readonly certificateId?: string;
|
|
50
|
-
readonly createdAt: string;
|
|
51
50
|
readonly expiresOn: string;
|
|
52
51
|
/**
|
|
53
52
|
* The MD5 fingerprint of the certificate.
|
|
@@ -61,7 +60,6 @@ export interface GetZeroTrustAccessMtlsCertificateResult {
|
|
|
61
60
|
* The name of the certificate.
|
|
62
61
|
*/
|
|
63
62
|
readonly name: string;
|
|
64
|
-
readonly updatedAt: string;
|
|
65
63
|
/**
|
|
66
64
|
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
67
65
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZeroTrustAccessMtlsCertificate.js","sourceRoot":"","sources":["../getZeroTrustAccessMtlsCertificate.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,iCAAiC,CAAC,IAA4C,EAAE,IAA2B;IACvH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sFAAsF,EAAE;QACjH,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8EAQC;
|
|
1
|
+
{"version":3,"file":"getZeroTrustAccessMtlsCertificate.js","sourceRoot":"","sources":["../getZeroTrustAccessMtlsCertificate.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,iCAAiC,CAAC,IAA4C,EAAE,IAA2B;IACvH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sFAAsF,EAAE;QACjH,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8EAQC;AAsDD;;;;;;;;;;;;;GAaG;AACH,SAAgB,uCAAuC,CAAC,IAAkD,EAAE,IAAiC;IACzI,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sFAAsF,EAAE;QACvH,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0FAQC"}
|
|
@@ -46,7 +46,6 @@ export interface GetZeroTrustAccessServiceTokenResult {
|
|
|
46
46
|
* The Client ID for the service token. Access will check for this value in the `CF-Access-Client-ID` request header.
|
|
47
47
|
*/
|
|
48
48
|
readonly clientId: string;
|
|
49
|
-
readonly createdAt: string;
|
|
50
49
|
/**
|
|
51
50
|
* The duration for how long the service token will be valid. Must be in the format `300ms` or `2h45m`. Valid time units are: ns, us (or µs), ms, s, m, h. The default is 1 year in hours (8760h).
|
|
52
51
|
*/
|
|
@@ -57,7 +56,6 @@ export interface GetZeroTrustAccessServiceTokenResult {
|
|
|
57
56
|
* UUID.
|
|
58
57
|
*/
|
|
59
58
|
readonly id: string;
|
|
60
|
-
readonly lastSeenAt: string;
|
|
61
59
|
/**
|
|
62
60
|
* The name of the service token.
|
|
63
61
|
*/
|
|
@@ -66,7 +64,6 @@ export interface GetZeroTrustAccessServiceTokenResult {
|
|
|
66
64
|
* UUID.
|
|
67
65
|
*/
|
|
68
66
|
readonly serviceTokenId?: string;
|
|
69
|
-
readonly updatedAt: string;
|
|
70
67
|
/**
|
|
71
68
|
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
72
69
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZeroTrustAccessServiceToken.js","sourceRoot":"","sources":["../getZeroTrustAccessServiceToken.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,8BAA8B,CAAC,IAAyC,EAAE,IAA2B;IACjH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gFAAgF,EAAE;QAC3G,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,wEASC;
|
|
1
|
+
{"version":3,"file":"getZeroTrustAccessServiceToken.js","sourceRoot":"","sources":["../getZeroTrustAccessServiceToken.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,8BAA8B,CAAC,IAAyC,EAAE,IAA2B;IACjH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gFAAgF,EAAE;QAC3G,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,wEASC;AAwDD;;;;;;;;;;;;;GAaG;AACH,SAAgB,oCAAoC,CAAC,IAA+C,EAAE,IAAiC;IACnI,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gFAAgF,EAAE;QACjH,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,oFASC"}
|
|
@@ -34,11 +34,6 @@ export interface GetZeroTrustAccessTagResult {
|
|
|
34
34
|
* Identifier.
|
|
35
35
|
*/
|
|
36
36
|
readonly accountId: string;
|
|
37
|
-
/**
|
|
38
|
-
* The number of applications that have this tag
|
|
39
|
-
*/
|
|
40
|
-
readonly appCount: number;
|
|
41
|
-
readonly createdAt: string;
|
|
42
37
|
/**
|
|
43
38
|
* The name of the tag
|
|
44
39
|
*/
|
|
@@ -51,7 +46,6 @@ export interface GetZeroTrustAccessTagResult {
|
|
|
51
46
|
* The name of the tag
|
|
52
47
|
*/
|
|
53
48
|
readonly tagName?: string;
|
|
54
|
-
readonly updatedAt: string;
|
|
55
49
|
}
|
|
56
50
|
/**
|
|
57
51
|
* ## Example Usage
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZeroTrustAccessTag.js","sourceRoot":"","sources":["../getZeroTrustAccessTag.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC;
|
|
1
|
+
{"version":3,"file":"getZeroTrustAccessTag.js","sourceRoot":"","sources":["../getZeroTrustAccessTag.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC;AAqCD;;;;;;;;;;;;GAYG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAAiC;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE;QAC/F,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kEAMC"}
|
|
@@ -27,28 +27,28 @@ export interface GetZeroTrustDnsLocationArgs {
|
|
|
27
27
|
export interface GetZeroTrustDnsLocationResult {
|
|
28
28
|
readonly accountId: string;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* Indicate whether this location is the default location.
|
|
31
31
|
*/
|
|
32
32
|
readonly clientDefault: boolean;
|
|
33
33
|
readonly createdAt: string;
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* Indicate the identifier of the pair of IPv4 addresses assigned to this location.
|
|
36
36
|
*/
|
|
37
37
|
readonly dnsDestinationIpsId: string;
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* 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.
|
|
40
40
|
*/
|
|
41
41
|
readonly dnsDestinationIpv6BlockId: string;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* Specify the DNS over HTTPS domain that receives DNS requests. Gateway automatically generates this value.
|
|
44
44
|
*/
|
|
45
45
|
readonly dohSubdomain: string;
|
|
46
46
|
/**
|
|
47
|
-
*
|
|
47
|
+
* Indicate whether the location must resolve EDNS queries.
|
|
48
48
|
*/
|
|
49
49
|
readonly ecsSupport: boolean;
|
|
50
50
|
/**
|
|
51
|
-
*
|
|
51
|
+
* Configure the destination endpoints for this location.
|
|
52
52
|
*/
|
|
53
53
|
readonly endpoints: outputs.GetZeroTrustDnsLocationEndpoints;
|
|
54
54
|
/**
|
|
@@ -56,24 +56,24 @@ export interface GetZeroTrustDnsLocationResult {
|
|
|
56
56
|
*/
|
|
57
57
|
readonly id: string;
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
* 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.
|
|
60
60
|
*/
|
|
61
61
|
readonly ip: string;
|
|
62
62
|
/**
|
|
63
|
-
*
|
|
63
|
+
* Show the primary destination IPv4 address from the pair identified dns*destination*ips_id. This field read-only.
|
|
64
64
|
*/
|
|
65
65
|
readonly ipv4Destination: string;
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* Show the backup destination IPv4 address from the pair identified dns*destination*ips_id. This field read-only.
|
|
68
68
|
*/
|
|
69
69
|
readonly ipv4DestinationBackup: string;
|
|
70
70
|
readonly locationId?: string;
|
|
71
71
|
/**
|
|
72
|
-
*
|
|
72
|
+
* Specify the location name.
|
|
73
73
|
*/
|
|
74
74
|
readonly name: string;
|
|
75
75
|
/**
|
|
76
|
-
*
|
|
76
|
+
* 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.
|
|
77
77
|
*/
|
|
78
78
|
readonly networks: outputs.GetZeroTrustDnsLocationNetwork[];
|
|
79
79
|
readonly updatedAt: string;
|
|
@@ -18,7 +18,7 @@ export declare function getZeroTrustGatewayAppTypesList(args: GetZeroTrustGatewa
|
|
|
18
18
|
*/
|
|
19
19
|
export interface GetZeroTrustGatewayAppTypesListArgs {
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* Provide the identifier string.
|
|
22
22
|
*/
|
|
23
23
|
accountId: string;
|
|
24
24
|
/**
|
|
@@ -31,7 +31,7 @@ export interface GetZeroTrustGatewayAppTypesListArgs {
|
|
|
31
31
|
*/
|
|
32
32
|
export interface GetZeroTrustGatewayAppTypesListResult {
|
|
33
33
|
/**
|
|
34
|
-
*
|
|
34
|
+
* Provide the identifier string.
|
|
35
35
|
*/
|
|
36
36
|
readonly accountId: string;
|
|
37
37
|
/**
|
|
@@ -65,7 +65,7 @@ export declare function getZeroTrustGatewayAppTypesListOutput(args: GetZeroTrust
|
|
|
65
65
|
*/
|
|
66
66
|
export interface GetZeroTrustGatewayAppTypesListOutputArgs {
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
68
|
+
* Provide the identifier string.
|
|
69
69
|
*/
|
|
70
70
|
accountId: pulumi.Input<string>;
|
|
71
71
|
/**
|
|
@@ -18,7 +18,7 @@ export declare function getZeroTrustGatewayCategoriesList(args: GetZeroTrustGate
|
|
|
18
18
|
*/
|
|
19
19
|
export interface GetZeroTrustGatewayCategoriesListArgs {
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* Provide the identifier string.
|
|
22
22
|
*/
|
|
23
23
|
accountId: string;
|
|
24
24
|
/**
|
|
@@ -31,7 +31,7 @@ export interface GetZeroTrustGatewayCategoriesListArgs {
|
|
|
31
31
|
*/
|
|
32
32
|
export interface GetZeroTrustGatewayCategoriesListResult {
|
|
33
33
|
/**
|
|
34
|
-
*
|
|
34
|
+
* Provide the identifier string.
|
|
35
35
|
*/
|
|
36
36
|
readonly accountId: string;
|
|
37
37
|
/**
|
|
@@ -65,7 +65,7 @@ export declare function getZeroTrustGatewayCategoriesListOutput(args: GetZeroTru
|
|
|
65
65
|
*/
|
|
66
66
|
export interface GetZeroTrustGatewayCategoriesListOutputArgs {
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
68
|
+
* Provide the identifier string.
|
|
69
69
|
*/
|
|
70
70
|
accountId: pulumi.Input<string>;
|
|
71
71
|
/**
|
|
@@ -19,7 +19,7 @@ export declare function getZeroTrustGatewayCertificate(args: GetZeroTrustGateway
|
|
|
19
19
|
export interface GetZeroTrustGatewayCertificateArgs {
|
|
20
20
|
accountId: string;
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* Identify the certificate with a UUID.
|
|
23
23
|
*/
|
|
24
24
|
certificateId?: string;
|
|
25
25
|
}
|
|
@@ -29,42 +29,42 @@ export interface GetZeroTrustGatewayCertificateArgs {
|
|
|
29
29
|
export interface GetZeroTrustGatewayCertificateResult {
|
|
30
30
|
readonly accountId: string;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* 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.
|
|
33
33
|
* Available values: "pending*deployment", "available", "pending*deletion", "inactive".
|
|
34
34
|
*/
|
|
35
35
|
readonly bindingStatus: string;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* Provide the CA certificate (read-only).
|
|
38
38
|
*/
|
|
39
39
|
readonly certificate: string;
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
41
|
+
* Identify the certificate with a UUID.
|
|
42
42
|
*/
|
|
43
43
|
readonly certificateId?: string;
|
|
44
44
|
readonly createdAt: string;
|
|
45
45
|
readonly expiresOn: string;
|
|
46
46
|
/**
|
|
47
|
-
*
|
|
47
|
+
* Provide the SHA256 fingerprint of the certificate (read-only).
|
|
48
48
|
*/
|
|
49
49
|
readonly fingerprint: string;
|
|
50
50
|
/**
|
|
51
|
-
*
|
|
51
|
+
* Identify the certificate with a UUID.
|
|
52
52
|
*/
|
|
53
53
|
readonly id: string;
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
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).
|
|
56
56
|
*/
|
|
57
57
|
readonly inUse: boolean;
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
* Indicate the organization that issued the certificate (read-only).
|
|
60
60
|
*/
|
|
61
61
|
readonly issuerOrg: string;
|
|
62
62
|
/**
|
|
63
|
-
*
|
|
63
|
+
* Provide the entire issuer field of the certificate (read-only).
|
|
64
64
|
*/
|
|
65
65
|
readonly issuerRaw: string;
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* Indicate the read-only certificate type, BYO-PKI (custom) or Gateway-managed.
|
|
68
68
|
* Available values: "custom", "gatewayManaged".
|
|
69
69
|
*/
|
|
70
70
|
readonly type: string;
|
|
@@ -91,7 +91,7 @@ export declare function getZeroTrustGatewayCertificateOutput(args: GetZeroTrustG
|
|
|
91
91
|
export interface GetZeroTrustGatewayCertificateOutputArgs {
|
|
92
92
|
accountId: pulumi.Input<string>;
|
|
93
93
|
/**
|
|
94
|
-
*
|
|
94
|
+
* Identify the certificate with a UUID.
|
|
95
95
|
*/
|
|
96
96
|
certificateId?: pulumi.Input<string>;
|
|
97
97
|
}
|
|
@@ -29,11 +29,11 @@ export interface GetZeroTrustGatewayLoggingResult {
|
|
|
29
29
|
*/
|
|
30
30
|
readonly id: string;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* 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).
|
|
33
33
|
*/
|
|
34
34
|
readonly redactPii: boolean;
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* Configure logging settings for each rule type.
|
|
37
37
|
*/
|
|
38
38
|
readonly settingsByRuleType: outputs.GetZeroTrustGatewayLoggingSettingsByRuleType;
|
|
39
39
|
}
|
|
@@ -20,7 +20,7 @@ export declare function getZeroTrustGatewayPolicy(args: GetZeroTrustGatewayPolic
|
|
|
20
20
|
export interface GetZeroTrustGatewayPolicyArgs {
|
|
21
21
|
accountId: string;
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* Identify the API resource with a UUID.
|
|
24
24
|
*/
|
|
25
25
|
ruleId?: string;
|
|
26
26
|
}
|
|
@@ -30,46 +30,72 @@ export interface GetZeroTrustGatewayPolicyArgs {
|
|
|
30
30
|
export interface GetZeroTrustGatewayPolicyResult {
|
|
31
31
|
readonly accountId: string;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* Specify the action to perform when the associated traffic, identity, and device posture expressions either absent or evaluate to `true`.
|
|
34
34
|
* Available values: "on", "off", "allow", "block", "scan", "noscan", "safesearch", "ytrestricted", "isolate", "noisolate", "override", "l4Override", "egress", "resolve", "quarantine", "redirect".
|
|
35
35
|
*/
|
|
36
36
|
readonly action: string;
|
|
37
37
|
readonly createdAt: string;
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* Indicate the date of deletion, if any.
|
|
40
40
|
*/
|
|
41
41
|
readonly deletedAt: string;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* Specify the rule description.
|
|
44
44
|
*/
|
|
45
45
|
readonly description: string;
|
|
46
46
|
readonly devicePosture: string;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* Specify whether the rule is enabled.
|
|
49
49
|
*/
|
|
50
50
|
readonly enabled: boolean;
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
53
|
-
* precedence over the policy's `schedule` configuration, if any.
|
|
52
|
+
* Defines the expiration time stamp and default duration of a DNS policy. Takes precedence over the policy's `schedule` configuration, if any. This does not apply to HTTP or network policies. Settable only for `dns` rules.
|
|
54
53
|
*/
|
|
55
54
|
readonly expiration: outputs.GetZeroTrustGatewayPolicyExpiration;
|
|
55
|
+
/**
|
|
56
|
+
* Specify the protocol or layer to evaluate the traffic, identity, and device posture expressions.
|
|
57
|
+
*/
|
|
56
58
|
readonly filters: string[];
|
|
59
|
+
/**
|
|
60
|
+
* Identify the API resource with a UUID.
|
|
61
|
+
*/
|
|
57
62
|
readonly id: string;
|
|
58
63
|
readonly identity: string;
|
|
64
|
+
/**
|
|
65
|
+
* Specify the rule name.
|
|
66
|
+
*/
|
|
59
67
|
readonly name: string;
|
|
60
|
-
readonly notSharable: boolean;
|
|
61
68
|
readonly precedence: number;
|
|
69
|
+
/**
|
|
70
|
+
* Indicate that this rule is shared via the Orgs API and read only.
|
|
71
|
+
*/
|
|
62
72
|
readonly readOnly: boolean;
|
|
63
73
|
/**
|
|
64
|
-
*
|
|
74
|
+
* Identify the API resource with a UUID.
|
|
65
75
|
*/
|
|
66
76
|
readonly ruleId?: string;
|
|
67
77
|
readonly ruleSettings: outputs.GetZeroTrustGatewayPolicyRuleSettings;
|
|
78
|
+
/**
|
|
79
|
+
* Defines the schedule for activating DNS policies. Settable only for `dns` and `dnsResolver` rules.
|
|
80
|
+
*/
|
|
68
81
|
readonly schedule: outputs.GetZeroTrustGatewayPolicySchedule;
|
|
82
|
+
/**
|
|
83
|
+
* Indicate that this rule is sharable via the Orgs API.
|
|
84
|
+
*/
|
|
85
|
+
readonly sharable: boolean;
|
|
86
|
+
/**
|
|
87
|
+
* Provide the account tag of the account that created the rule.
|
|
88
|
+
*/
|
|
69
89
|
readonly sourceAccount: string;
|
|
70
90
|
readonly traffic: string;
|
|
71
91
|
readonly updatedAt: string;
|
|
92
|
+
/**
|
|
93
|
+
* Indicate the version number of the rule(read-only).
|
|
94
|
+
*/
|
|
72
95
|
readonly version: number;
|
|
96
|
+
/**
|
|
97
|
+
* Indicate a warning for a misconfigured rule, if any.
|
|
98
|
+
*/
|
|
73
99
|
readonly warningStatus: string;
|
|
74
100
|
}
|
|
75
101
|
/**
|
|
@@ -92,7 +118,7 @@ export declare function getZeroTrustGatewayPolicyOutput(args: GetZeroTrustGatewa
|
|
|
92
118
|
export interface GetZeroTrustGatewayPolicyOutputArgs {
|
|
93
119
|
accountId: pulumi.Input<string>;
|
|
94
120
|
/**
|
|
95
|
-
*
|
|
121
|
+
* Identify the API resource with a UUID.
|
|
96
122
|
*/
|
|
97
123
|
ruleId?: pulumi.Input<string>;
|
|
98
124
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZeroTrustGatewayPolicy.js","sourceRoot":"","sources":["../getZeroTrustGatewayPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sEAAsE,EAAE;QACjG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8DAMC;
|
|
1
|
+
{"version":3,"file":"getZeroTrustGatewayPolicy.js","sourceRoot":"","sources":["../getZeroTrustGatewayPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sEAAsE,EAAE;QACjG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8DAMC;AAuFD;;;;;;;;;;;;GAYG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAAiC;IACxH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sEAAsE,EAAE;QACvG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0EAMC"}
|
|
@@ -31,16 +31,16 @@ export interface GetZeroTrustGatewayProxyEndpointResult {
|
|
|
31
31
|
*/
|
|
32
32
|
readonly id: string;
|
|
33
33
|
/**
|
|
34
|
-
*
|
|
34
|
+
* Specify the list of CIDRs to restrict ingress connections.
|
|
35
35
|
*/
|
|
36
36
|
readonly ips: string[];
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
* Specify the name of the proxy endpoint.
|
|
39
39
|
*/
|
|
40
40
|
readonly name: string;
|
|
41
41
|
readonly proxyEndpointId: string;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* Specify the subdomain to use as the destination in the proxy client.
|
|
44
44
|
*/
|
|
45
45
|
readonly subdomain: string;
|
|
46
46
|
readonly updatedAt: string;
|
|
@@ -29,6 +29,9 @@ export interface GetZeroTrustGatewaySettingsResult {
|
|
|
29
29
|
* The provider-assigned unique ID for this managed resource.
|
|
30
30
|
*/
|
|
31
31
|
readonly id: string;
|
|
32
|
+
/**
|
|
33
|
+
* Specify account settings.
|
|
34
|
+
*/
|
|
32
35
|
readonly settings: outputs.GetZeroTrustGatewaySettingsSettings;
|
|
33
36
|
readonly updatedAt: string;
|
|
34
37
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZeroTrustGatewaySettings.js","sourceRoot":"","sources":["../getZeroTrustGatewaySettings.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0EAA0E,EAAE;QACrG,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kEAKC;
|
|
1
|
+
{"version":3,"file":"getZeroTrustGatewaySettings.js","sourceRoot":"","sources":["../getZeroTrustGatewaySettings.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0EAA0E,EAAE;QACrG,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kEAKC;AAyBD;;;;;;;;;;;GAWG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAAiC;IAC5H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0EAA0E,EAAE;QAC3G,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8EAKC"}
|