@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
package/getZeroTrustList.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ export interface GetZeroTrustListArgs {
|
|
|
22
22
|
accountId: string;
|
|
23
23
|
filter?: inputs.GetZeroTrustListFilter;
|
|
24
24
|
/**
|
|
25
|
-
* API
|
|
25
|
+
* Identify the API resource with a UUID.
|
|
26
26
|
*/
|
|
27
27
|
listId?: string;
|
|
28
28
|
}
|
|
@@ -33,32 +33,32 @@ export interface GetZeroTrustListResult {
|
|
|
33
33
|
readonly accountId: string;
|
|
34
34
|
readonly createdAt: string;
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* Provide the list description.
|
|
37
37
|
*/
|
|
38
38
|
readonly description: string;
|
|
39
39
|
readonly filter?: outputs.GetZeroTrustListFilter;
|
|
40
40
|
/**
|
|
41
|
-
* API
|
|
41
|
+
* Identify the API resource with a UUID.
|
|
42
42
|
*/
|
|
43
43
|
readonly id: string;
|
|
44
44
|
/**
|
|
45
|
-
*
|
|
45
|
+
* Provide the list items.
|
|
46
46
|
*/
|
|
47
47
|
readonly items: outputs.GetZeroTrustListItem[];
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* Indicate the number of items in the list.
|
|
50
50
|
*/
|
|
51
51
|
readonly listCount: number;
|
|
52
52
|
/**
|
|
53
|
-
* API
|
|
53
|
+
* Identify the API resource with a UUID.
|
|
54
54
|
*/
|
|
55
55
|
readonly listId?: string;
|
|
56
56
|
/**
|
|
57
|
-
*
|
|
57
|
+
* Specify the list name.
|
|
58
58
|
*/
|
|
59
59
|
readonly name: string;
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* Specify the list type.
|
|
62
62
|
* Available values: "SERIAL", "URL", "DOMAIN", "EMAIL", "IP".
|
|
63
63
|
*/
|
|
64
64
|
readonly type: string;
|
|
@@ -85,7 +85,7 @@ export interface GetZeroTrustListOutputArgs {
|
|
|
85
85
|
accountId: pulumi.Input<string>;
|
|
86
86
|
filter?: pulumi.Input<inputs.GetZeroTrustListFilterArgs>;
|
|
87
87
|
/**
|
|
88
|
-
* API
|
|
88
|
+
* Identify the API resource with a UUID.
|
|
89
89
|
*/
|
|
90
90
|
listId?: pulumi.Input<string>;
|
|
91
91
|
}
|
package/getZeroTrustLists.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ export interface GetZeroTrustListsArgs {
|
|
|
24
24
|
*/
|
|
25
25
|
maxItems?: number;
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* Specify the list type.
|
|
28
28
|
* Available values: "SERIAL", "URL", "DOMAIN", "EMAIL", "IP".
|
|
29
29
|
*/
|
|
30
30
|
type?: string;
|
|
@@ -47,7 +47,7 @@ export interface GetZeroTrustListsResult {
|
|
|
47
47
|
*/
|
|
48
48
|
readonly results: outputs.GetZeroTrustListsResult[];
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
50
|
+
* Specify the list type.
|
|
51
51
|
* Available values: "SERIAL", "URL", "DOMAIN", "EMAIL", "IP".
|
|
52
52
|
*/
|
|
53
53
|
readonly type?: string;
|
|
@@ -76,7 +76,7 @@ export interface GetZeroTrustListsOutputArgs {
|
|
|
76
76
|
*/
|
|
77
77
|
maxItems?: pulumi.Input<number>;
|
|
78
78
|
/**
|
|
79
|
-
*
|
|
79
|
+
* Specify the list type.
|
|
80
80
|
* Available values: "SERIAL", "URL", "DOMAIN", "EMAIL", "IP".
|
|
81
81
|
*/
|
|
82
82
|
type?: pulumi.Input<string>;
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
10
|
+
*
|
|
11
|
+
* const exampleZeroTrustNetworkHostnameRoute = cloudflare.getZeroTrustNetworkHostnameRoute({
|
|
12
|
+
* accountId: "699d98642c564d2e855e9661899b7252",
|
|
13
|
+
* hostnameRouteId: "f70ff985-a4ef-4643-bbbc-4a0ed4fc8415",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getZeroTrustNetworkHostnameRoute(args: GetZeroTrustNetworkHostnameRouteArgs, opts?: pulumi.InvokeOptions): Promise<GetZeroTrustNetworkHostnameRouteResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getZeroTrustNetworkHostnameRoute.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetZeroTrustNetworkHostnameRouteArgs {
|
|
22
|
+
/**
|
|
23
|
+
* Cloudflare account ID
|
|
24
|
+
*/
|
|
25
|
+
accountId: string;
|
|
26
|
+
filter?: inputs.GetZeroTrustNetworkHostnameRouteFilter;
|
|
27
|
+
/**
|
|
28
|
+
* The hostname route ID.
|
|
29
|
+
*/
|
|
30
|
+
hostnameRouteId?: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* A collection of values returned by getZeroTrustNetworkHostnameRoute.
|
|
34
|
+
*/
|
|
35
|
+
export interface GetZeroTrustNetworkHostnameRouteResult {
|
|
36
|
+
/**
|
|
37
|
+
* Cloudflare account ID
|
|
38
|
+
*/
|
|
39
|
+
readonly accountId: string;
|
|
40
|
+
/**
|
|
41
|
+
* An optional description of the hostname route.
|
|
42
|
+
*/
|
|
43
|
+
readonly comment: string;
|
|
44
|
+
/**
|
|
45
|
+
* Timestamp of when the resource was created.
|
|
46
|
+
*/
|
|
47
|
+
readonly createdAt: string;
|
|
48
|
+
/**
|
|
49
|
+
* Timestamp of when the resource was deleted. If `null`, the resource has not been deleted.
|
|
50
|
+
*/
|
|
51
|
+
readonly deletedAt: string;
|
|
52
|
+
readonly filter?: outputs.GetZeroTrustNetworkHostnameRouteFilter;
|
|
53
|
+
/**
|
|
54
|
+
* The hostname of the route.
|
|
55
|
+
*/
|
|
56
|
+
readonly hostname: string;
|
|
57
|
+
/**
|
|
58
|
+
* The hostname route ID.
|
|
59
|
+
*/
|
|
60
|
+
readonly hostnameRouteId?: string;
|
|
61
|
+
/**
|
|
62
|
+
* The hostname route ID.
|
|
63
|
+
*/
|
|
64
|
+
readonly id: string;
|
|
65
|
+
/**
|
|
66
|
+
* UUID of the tunnel.
|
|
67
|
+
*/
|
|
68
|
+
readonly tunnelId: string;
|
|
69
|
+
/**
|
|
70
|
+
* A user-friendly name for a tunnel.
|
|
71
|
+
*/
|
|
72
|
+
readonly tunnelName: string;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* ## Example Usage
|
|
76
|
+
*
|
|
77
|
+
* ```typescript
|
|
78
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
79
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
80
|
+
*
|
|
81
|
+
* const exampleZeroTrustNetworkHostnameRoute = cloudflare.getZeroTrustNetworkHostnameRoute({
|
|
82
|
+
* accountId: "699d98642c564d2e855e9661899b7252",
|
|
83
|
+
* hostnameRouteId: "f70ff985-a4ef-4643-bbbc-4a0ed4fc8415",
|
|
84
|
+
* });
|
|
85
|
+
* ```
|
|
86
|
+
*/
|
|
87
|
+
export declare function getZeroTrustNetworkHostnameRouteOutput(args: GetZeroTrustNetworkHostnameRouteOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetZeroTrustNetworkHostnameRouteResult>;
|
|
88
|
+
/**
|
|
89
|
+
* A collection of arguments for invoking getZeroTrustNetworkHostnameRoute.
|
|
90
|
+
*/
|
|
91
|
+
export interface GetZeroTrustNetworkHostnameRouteOutputArgs {
|
|
92
|
+
/**
|
|
93
|
+
* Cloudflare account ID
|
|
94
|
+
*/
|
|
95
|
+
accountId: pulumi.Input<string>;
|
|
96
|
+
filter?: pulumi.Input<inputs.GetZeroTrustNetworkHostnameRouteFilterArgs>;
|
|
97
|
+
/**
|
|
98
|
+
* The hostname route ID.
|
|
99
|
+
*/
|
|
100
|
+
hostnameRouteId?: pulumi.Input<string>;
|
|
101
|
+
}
|
|
@@ -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.getZeroTrustNetworkHostnameRouteOutput = exports.getZeroTrustNetworkHostnameRoute = 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 exampleZeroTrustNetworkHostnameRoute = cloudflare.getZeroTrustNetworkHostnameRoute({
|
|
16
|
+
* accountId: "699d98642c564d2e855e9661899b7252",
|
|
17
|
+
* hostnameRouteId: "f70ff985-a4ef-4643-bbbc-4a0ed4fc8415",
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
function getZeroTrustNetworkHostnameRoute(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invoke("cloudflare:index/getZeroTrustNetworkHostnameRoute:getZeroTrustNetworkHostnameRoute", {
|
|
24
|
+
"accountId": args.accountId,
|
|
25
|
+
"filter": args.filter,
|
|
26
|
+
"hostnameRouteId": args.hostnameRouteId,
|
|
27
|
+
}, opts);
|
|
28
|
+
}
|
|
29
|
+
exports.getZeroTrustNetworkHostnameRoute = getZeroTrustNetworkHostnameRoute;
|
|
30
|
+
/**
|
|
31
|
+
* ## Example Usage
|
|
32
|
+
*
|
|
33
|
+
* ```typescript
|
|
34
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
35
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
36
|
+
*
|
|
37
|
+
* const exampleZeroTrustNetworkHostnameRoute = cloudflare.getZeroTrustNetworkHostnameRoute({
|
|
38
|
+
* accountId: "699d98642c564d2e855e9661899b7252",
|
|
39
|
+
* hostnameRouteId: "f70ff985-a4ef-4643-bbbc-4a0ed4fc8415",
|
|
40
|
+
* });
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
function getZeroTrustNetworkHostnameRouteOutput(args, opts) {
|
|
44
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
45
|
+
return pulumi.runtime.invokeOutput("cloudflare:index/getZeroTrustNetworkHostnameRoute:getZeroTrustNetworkHostnameRoute", {
|
|
46
|
+
"accountId": args.accountId,
|
|
47
|
+
"filter": args.filter,
|
|
48
|
+
"hostnameRouteId": args.hostnameRouteId,
|
|
49
|
+
}, opts);
|
|
50
|
+
}
|
|
51
|
+
exports.getZeroTrustNetworkHostnameRouteOutput = getZeroTrustNetworkHostnameRouteOutput;
|
|
52
|
+
//# sourceMappingURL=getZeroTrustNetworkHostnameRoute.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getZeroTrustNetworkHostnameRoute.js","sourceRoot":"","sources":["../getZeroTrustNetworkHostnameRoute.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oFAAoF,EAAE;QAC/G,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4EAOC;AA2DD;;;;;;;;;;;;GAYG;AACH,SAAgB,sCAAsC,CAAC,IAAgD,EAAE,IAAiC;IACtI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oFAAoF,EAAE;QACrH,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wFAOC"}
|
|
@@ -0,0 +1,153 @@
|
|
|
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 exampleZeroTrustNetworkHostnameRoutes = cloudflare.getZeroTrustNetworkHostnameRoutes({
|
|
11
|
+
* accountId: "699d98642c564d2e855e9661899b7252",
|
|
12
|
+
* id: "f70ff985-a4ef-4643-bbbc-4a0ed4fc8415",
|
|
13
|
+
* comment: "example%20comment",
|
|
14
|
+
* existedAt: "2019-10-12T07%3A20%3A50.52Z",
|
|
15
|
+
* hostname: "office-1.local",
|
|
16
|
+
* tunnelId: "f70ff985-a4ef-4643-bbbc-4a0ed4fc8415",
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
export declare function getZeroTrustNetworkHostnameRoutes(args: GetZeroTrustNetworkHostnameRoutesArgs, opts?: pulumi.InvokeOptions): Promise<GetZeroTrustNetworkHostnameRoutesResult>;
|
|
21
|
+
/**
|
|
22
|
+
* A collection of arguments for invoking getZeroTrustNetworkHostnameRoutes.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetZeroTrustNetworkHostnameRoutesArgs {
|
|
25
|
+
/**
|
|
26
|
+
* Cloudflare account ID
|
|
27
|
+
*/
|
|
28
|
+
accountId: string;
|
|
29
|
+
/**
|
|
30
|
+
* If set, only list hostname routes with the given comment.
|
|
31
|
+
*/
|
|
32
|
+
comment?: string;
|
|
33
|
+
/**
|
|
34
|
+
* If provided, include only resources that were created (and not deleted) before this time. URL encoded.
|
|
35
|
+
*/
|
|
36
|
+
existedAt?: string;
|
|
37
|
+
/**
|
|
38
|
+
* If set, only list hostname routes that contain a substring of the given value, the filter is case-insensitive.
|
|
39
|
+
*/
|
|
40
|
+
hostname?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The hostname route ID.
|
|
43
|
+
*/
|
|
44
|
+
id?: string;
|
|
45
|
+
/**
|
|
46
|
+
* If `true`, only return deleted hostname routes. If `false`, exclude deleted hostname routes.
|
|
47
|
+
*/
|
|
48
|
+
isDeleted?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* Max items to fetch, default: 1000
|
|
51
|
+
*/
|
|
52
|
+
maxItems?: number;
|
|
53
|
+
/**
|
|
54
|
+
* If set, only list hostname routes that point to a specific tunnel.
|
|
55
|
+
*/
|
|
56
|
+
tunnelId?: string;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* A collection of values returned by getZeroTrustNetworkHostnameRoutes.
|
|
60
|
+
*/
|
|
61
|
+
export interface GetZeroTrustNetworkHostnameRoutesResult {
|
|
62
|
+
/**
|
|
63
|
+
* Cloudflare account ID
|
|
64
|
+
*/
|
|
65
|
+
readonly accountId: string;
|
|
66
|
+
/**
|
|
67
|
+
* If set, only list hostname routes with the given comment.
|
|
68
|
+
*/
|
|
69
|
+
readonly comment?: string;
|
|
70
|
+
/**
|
|
71
|
+
* If provided, include only resources that were created (and not deleted) before this time. URL encoded.
|
|
72
|
+
*/
|
|
73
|
+
readonly existedAt?: string;
|
|
74
|
+
/**
|
|
75
|
+
* If set, only list hostname routes that contain a substring of the given value, the filter is case-insensitive.
|
|
76
|
+
*/
|
|
77
|
+
readonly hostname?: string;
|
|
78
|
+
/**
|
|
79
|
+
* The hostname route ID.
|
|
80
|
+
*/
|
|
81
|
+
readonly id?: string;
|
|
82
|
+
/**
|
|
83
|
+
* If `true`, only return deleted hostname routes. If `false`, exclude deleted hostname routes.
|
|
84
|
+
*/
|
|
85
|
+
readonly isDeleted: boolean;
|
|
86
|
+
/**
|
|
87
|
+
* Max items to fetch, default: 1000
|
|
88
|
+
*/
|
|
89
|
+
readonly maxItems?: number;
|
|
90
|
+
/**
|
|
91
|
+
* The items returned by the data source
|
|
92
|
+
*/
|
|
93
|
+
readonly results: outputs.GetZeroTrustNetworkHostnameRoutesResult[];
|
|
94
|
+
/**
|
|
95
|
+
* If set, only list hostname routes that point to a specific tunnel.
|
|
96
|
+
*/
|
|
97
|
+
readonly tunnelId?: string;
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* ## Example Usage
|
|
101
|
+
*
|
|
102
|
+
* ```typescript
|
|
103
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
104
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
105
|
+
*
|
|
106
|
+
* const exampleZeroTrustNetworkHostnameRoutes = cloudflare.getZeroTrustNetworkHostnameRoutes({
|
|
107
|
+
* accountId: "699d98642c564d2e855e9661899b7252",
|
|
108
|
+
* id: "f70ff985-a4ef-4643-bbbc-4a0ed4fc8415",
|
|
109
|
+
* comment: "example%20comment",
|
|
110
|
+
* existedAt: "2019-10-12T07%3A20%3A50.52Z",
|
|
111
|
+
* hostname: "office-1.local",
|
|
112
|
+
* tunnelId: "f70ff985-a4ef-4643-bbbc-4a0ed4fc8415",
|
|
113
|
+
* });
|
|
114
|
+
* ```
|
|
115
|
+
*/
|
|
116
|
+
export declare function getZeroTrustNetworkHostnameRoutesOutput(args: GetZeroTrustNetworkHostnameRoutesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetZeroTrustNetworkHostnameRoutesResult>;
|
|
117
|
+
/**
|
|
118
|
+
* A collection of arguments for invoking getZeroTrustNetworkHostnameRoutes.
|
|
119
|
+
*/
|
|
120
|
+
export interface GetZeroTrustNetworkHostnameRoutesOutputArgs {
|
|
121
|
+
/**
|
|
122
|
+
* Cloudflare account ID
|
|
123
|
+
*/
|
|
124
|
+
accountId: pulumi.Input<string>;
|
|
125
|
+
/**
|
|
126
|
+
* If set, only list hostname routes with the given comment.
|
|
127
|
+
*/
|
|
128
|
+
comment?: pulumi.Input<string>;
|
|
129
|
+
/**
|
|
130
|
+
* If provided, include only resources that were created (and not deleted) before this time. URL encoded.
|
|
131
|
+
*/
|
|
132
|
+
existedAt?: pulumi.Input<string>;
|
|
133
|
+
/**
|
|
134
|
+
* If set, only list hostname routes that contain a substring of the given value, the filter is case-insensitive.
|
|
135
|
+
*/
|
|
136
|
+
hostname?: pulumi.Input<string>;
|
|
137
|
+
/**
|
|
138
|
+
* The hostname route ID.
|
|
139
|
+
*/
|
|
140
|
+
id?: pulumi.Input<string>;
|
|
141
|
+
/**
|
|
142
|
+
* If `true`, only return deleted hostname routes. If `false`, exclude deleted hostname routes.
|
|
143
|
+
*/
|
|
144
|
+
isDeleted?: pulumi.Input<boolean>;
|
|
145
|
+
/**
|
|
146
|
+
* Max items to fetch, default: 1000
|
|
147
|
+
*/
|
|
148
|
+
maxItems?: pulumi.Input<number>;
|
|
149
|
+
/**
|
|
150
|
+
* If set, only list hostname routes that point to a specific tunnel.
|
|
151
|
+
*/
|
|
152
|
+
tunnelId?: pulumi.Input<string>;
|
|
153
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
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.getZeroTrustNetworkHostnameRoutesOutput = exports.getZeroTrustNetworkHostnameRoutes = 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 exampleZeroTrustNetworkHostnameRoutes = cloudflare.getZeroTrustNetworkHostnameRoutes({
|
|
16
|
+
* accountId: "699d98642c564d2e855e9661899b7252",
|
|
17
|
+
* id: "f70ff985-a4ef-4643-bbbc-4a0ed4fc8415",
|
|
18
|
+
* comment: "example%20comment",
|
|
19
|
+
* existedAt: "2019-10-12T07%3A20%3A50.52Z",
|
|
20
|
+
* hostname: "office-1.local",
|
|
21
|
+
* tunnelId: "f70ff985-a4ef-4643-bbbc-4a0ed4fc8415",
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
function getZeroTrustNetworkHostnameRoutes(args, opts) {
|
|
26
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
27
|
+
return pulumi.runtime.invoke("cloudflare:index/getZeroTrustNetworkHostnameRoutes:getZeroTrustNetworkHostnameRoutes", {
|
|
28
|
+
"accountId": args.accountId,
|
|
29
|
+
"comment": args.comment,
|
|
30
|
+
"existedAt": args.existedAt,
|
|
31
|
+
"hostname": args.hostname,
|
|
32
|
+
"id": args.id,
|
|
33
|
+
"isDeleted": args.isDeleted,
|
|
34
|
+
"maxItems": args.maxItems,
|
|
35
|
+
"tunnelId": args.tunnelId,
|
|
36
|
+
}, opts);
|
|
37
|
+
}
|
|
38
|
+
exports.getZeroTrustNetworkHostnameRoutes = getZeroTrustNetworkHostnameRoutes;
|
|
39
|
+
/**
|
|
40
|
+
* ## Example Usage
|
|
41
|
+
*
|
|
42
|
+
* ```typescript
|
|
43
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
44
|
+
* import * as cloudflare from "@pulumi/cloudflare";
|
|
45
|
+
*
|
|
46
|
+
* const exampleZeroTrustNetworkHostnameRoutes = cloudflare.getZeroTrustNetworkHostnameRoutes({
|
|
47
|
+
* accountId: "699d98642c564d2e855e9661899b7252",
|
|
48
|
+
* id: "f70ff985-a4ef-4643-bbbc-4a0ed4fc8415",
|
|
49
|
+
* comment: "example%20comment",
|
|
50
|
+
* existedAt: "2019-10-12T07%3A20%3A50.52Z",
|
|
51
|
+
* hostname: "office-1.local",
|
|
52
|
+
* tunnelId: "f70ff985-a4ef-4643-bbbc-4a0ed4fc8415",
|
|
53
|
+
* });
|
|
54
|
+
* ```
|
|
55
|
+
*/
|
|
56
|
+
function getZeroTrustNetworkHostnameRoutesOutput(args, opts) {
|
|
57
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
58
|
+
return pulumi.runtime.invokeOutput("cloudflare:index/getZeroTrustNetworkHostnameRoutes:getZeroTrustNetworkHostnameRoutes", {
|
|
59
|
+
"accountId": args.accountId,
|
|
60
|
+
"comment": args.comment,
|
|
61
|
+
"existedAt": args.existedAt,
|
|
62
|
+
"hostname": args.hostname,
|
|
63
|
+
"id": args.id,
|
|
64
|
+
"isDeleted": args.isDeleted,
|
|
65
|
+
"maxItems": args.maxItems,
|
|
66
|
+
"tunnelId": args.tunnelId,
|
|
67
|
+
}, opts);
|
|
68
|
+
}
|
|
69
|
+
exports.getZeroTrustNetworkHostnameRoutesOutput = getZeroTrustNetworkHostnameRoutesOutput;
|
|
70
|
+
//# sourceMappingURL=getZeroTrustNetworkHostnameRoutes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getZeroTrustNetworkHostnameRoutes.js","sourceRoot":"","sources":["../getZeroTrustNetworkHostnameRoutes.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAA2B;IACtH,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,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,8EAYC;AAiFD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,uCAAuC,CAAC,IAAiD,EAAE,IAAiC;IACxI,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,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,0FAYC"}
|
|
@@ -47,7 +47,6 @@ export interface GetZeroTrustOrganizationResult {
|
|
|
47
47
|
* When set to `true`, users skip the identity provider selection step during login.
|
|
48
48
|
*/
|
|
49
49
|
readonly autoRedirectToIdentity: boolean;
|
|
50
|
-
readonly createdAt: string;
|
|
51
50
|
readonly customPages: outputs.GetZeroTrustOrganizationCustomPages;
|
|
52
51
|
/**
|
|
53
52
|
* The provider-assigned unique ID for this managed resource.
|
|
@@ -67,7 +66,6 @@ export interface GetZeroTrustOrganizationResult {
|
|
|
67
66
|
* A description of the reason why the UI read only field is being toggled.
|
|
68
67
|
*/
|
|
69
68
|
readonly uiReadOnlyToggleReason: string;
|
|
70
|
-
readonly updatedAt: string;
|
|
71
69
|
/**
|
|
72
70
|
* The amount of time a user seat is inactive before it expires. When the user seat exceeds the set time of inactivity, the user is removed as an active seat and no longer counts against your Teams seat count. Minimum value for this setting is 1 month (730h). Must be in the format `300ms` or `2h45m`. Valid time units are: `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`.
|
|
73
71
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZeroTrustOrganization.js","sourceRoot":"","sources":["../getZeroTrustOrganization.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,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,oEAAoE,EAAE;QAC/F,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4DAOC;
|
|
1
|
+
{"version":3,"file":"getZeroTrustOrganization.js","sourceRoot":"","sources":["../getZeroTrustOrganization.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,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,oEAAoE,EAAE;QAC/F,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4DAOC;AAoED;;;;;;;;;;;;GAYG;AACH,SAAgB,8BAA8B,CAAC,IAAyC,EAAE,IAAiC;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,YAAY,CAAC,oEAAoE,EAAE;QACrG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wEAOC"}
|
package/index.d.ts
CHANGED
|
@@ -928,6 +928,12 @@ export declare const getWorkersScriptSubdomainOutput: typeof import("./getWorker
|
|
|
928
928
|
export { GetWorkersScriptsArgs, GetWorkersScriptsResult, GetWorkersScriptsOutputArgs } from "./getWorkersScripts";
|
|
929
929
|
export declare const getWorkersScripts: typeof import("./getWorkersScripts").getWorkersScripts;
|
|
930
930
|
export declare const getWorkersScriptsOutput: typeof import("./getWorkersScripts").getWorkersScriptsOutput;
|
|
931
|
+
export { GetWorkflowArgs, GetWorkflowResult, GetWorkflowOutputArgs } from "./getWorkflow";
|
|
932
|
+
export declare const getWorkflow: typeof import("./getWorkflow").getWorkflow;
|
|
933
|
+
export declare const getWorkflowOutput: typeof import("./getWorkflow").getWorkflowOutput;
|
|
934
|
+
export { GetWorkflowsArgs, GetWorkflowsResult, GetWorkflowsOutputArgs } from "./getWorkflows";
|
|
935
|
+
export declare const getWorkflows: typeof import("./getWorkflows").getWorkflows;
|
|
936
|
+
export declare const getWorkflowsOutput: typeof import("./getWorkflows").getWorkflowsOutput;
|
|
931
937
|
export { GetZeroTrustAccessApplicationArgs, GetZeroTrustAccessApplicationResult, GetZeroTrustAccessApplicationOutputArgs } from "./getZeroTrustAccessApplication";
|
|
932
938
|
export declare const getZeroTrustAccessApplication: typeof import("./getZeroTrustAccessApplication").getZeroTrustAccessApplication;
|
|
933
939
|
export declare const getZeroTrustAccessApplicationOutput: typeof import("./getZeroTrustAccessApplication").getZeroTrustAccessApplicationOutput;
|
|
@@ -1114,6 +1120,12 @@ export declare const getZeroTrustListOutput: typeof import("./getZeroTrustList")
|
|
|
1114
1120
|
export { GetZeroTrustListsArgs, GetZeroTrustListsResult, GetZeroTrustListsOutputArgs } from "./getZeroTrustLists";
|
|
1115
1121
|
export declare const getZeroTrustLists: typeof import("./getZeroTrustLists").getZeroTrustLists;
|
|
1116
1122
|
export declare const getZeroTrustListsOutput: typeof import("./getZeroTrustLists").getZeroTrustListsOutput;
|
|
1123
|
+
export { GetZeroTrustNetworkHostnameRouteArgs, GetZeroTrustNetworkHostnameRouteResult, GetZeroTrustNetworkHostnameRouteOutputArgs } from "./getZeroTrustNetworkHostnameRoute";
|
|
1124
|
+
export declare const getZeroTrustNetworkHostnameRoute: typeof import("./getZeroTrustNetworkHostnameRoute").getZeroTrustNetworkHostnameRoute;
|
|
1125
|
+
export declare const getZeroTrustNetworkHostnameRouteOutput: typeof import("./getZeroTrustNetworkHostnameRoute").getZeroTrustNetworkHostnameRouteOutput;
|
|
1126
|
+
export { GetZeroTrustNetworkHostnameRoutesArgs, GetZeroTrustNetworkHostnameRoutesResult, GetZeroTrustNetworkHostnameRoutesOutputArgs } from "./getZeroTrustNetworkHostnameRoutes";
|
|
1127
|
+
export declare const getZeroTrustNetworkHostnameRoutes: typeof import("./getZeroTrustNetworkHostnameRoutes").getZeroTrustNetworkHostnameRoutes;
|
|
1128
|
+
export declare const getZeroTrustNetworkHostnameRoutesOutput: typeof import("./getZeroTrustNetworkHostnameRoutes").getZeroTrustNetworkHostnameRoutesOutput;
|
|
1117
1129
|
export { GetZeroTrustOrganizationArgs, GetZeroTrustOrganizationResult, GetZeroTrustOrganizationOutputArgs } from "./getZeroTrustOrganization";
|
|
1118
1130
|
export declare const getZeroTrustOrganization: typeof import("./getZeroTrustOrganization").getZeroTrustOrganization;
|
|
1119
1131
|
export declare const getZeroTrustOrganizationOutput: typeof import("./getZeroTrustOrganization").getZeroTrustOrganizationOutput;
|
|
@@ -1514,6 +1526,9 @@ export declare const WorkersScript: typeof import("./workersScript").WorkersScri
|
|
|
1514
1526
|
export { WorkersScriptSubdomainArgs, WorkersScriptSubdomainState } from "./workersScriptSubdomain";
|
|
1515
1527
|
export type WorkersScriptSubdomain = import("./workersScriptSubdomain").WorkersScriptSubdomain;
|
|
1516
1528
|
export declare const WorkersScriptSubdomain: typeof import("./workersScriptSubdomain").WorkersScriptSubdomain;
|
|
1529
|
+
export { WorkflowArgs, WorkflowState } from "./workflow";
|
|
1530
|
+
export type Workflow = import("./workflow").Workflow;
|
|
1531
|
+
export declare const Workflow: typeof import("./workflow").Workflow;
|
|
1517
1532
|
export { ZeroTrustAccessApplicationArgs, ZeroTrustAccessApplicationState } from "./zeroTrustAccessApplication";
|
|
1518
1533
|
export type ZeroTrustAccessApplication = import("./zeroTrustAccessApplication").ZeroTrustAccessApplication;
|
|
1519
1534
|
export declare const ZeroTrustAccessApplication: typeof import("./zeroTrustAccessApplication").ZeroTrustAccessApplication;
|
|
@@ -1625,6 +1640,9 @@ export declare const ZeroTrustList: typeof import("./zeroTrustList").ZeroTrustLi
|
|
|
1625
1640
|
export { ZeroTrustLocalFallbackDomainArgs, ZeroTrustLocalFallbackDomainState } from "./zeroTrustLocalFallbackDomain";
|
|
1626
1641
|
export type ZeroTrustLocalFallbackDomain = import("./zeroTrustLocalFallbackDomain").ZeroTrustLocalFallbackDomain;
|
|
1627
1642
|
export declare const ZeroTrustLocalFallbackDomain: typeof import("./zeroTrustLocalFallbackDomain").ZeroTrustLocalFallbackDomain;
|
|
1643
|
+
export { ZeroTrustNetworkHostnameRouteArgs, ZeroTrustNetworkHostnameRouteState } from "./zeroTrustNetworkHostnameRoute";
|
|
1644
|
+
export type ZeroTrustNetworkHostnameRoute = import("./zeroTrustNetworkHostnameRoute").ZeroTrustNetworkHostnameRoute;
|
|
1645
|
+
export declare const ZeroTrustNetworkHostnameRoute: typeof import("./zeroTrustNetworkHostnameRoute").ZeroTrustNetworkHostnameRoute;
|
|
1628
1646
|
export { ZeroTrustOrganizationArgs, ZeroTrustOrganizationState } from "./zeroTrustOrganization";
|
|
1629
1647
|
export type ZeroTrustOrganization = import("./zeroTrustOrganization").ZeroTrustOrganization;
|
|
1630
1648
|
export declare const ZeroTrustOrganization: typeof import("./zeroTrustOrganization").ZeroTrustOrganization;
|