@pulumi/juniper-mist 0.0.1
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/LICENSE +177 -0
- package/README.md +50 -0
- package/config/index.d.ts +1 -0
- package/config/index.js +21 -0
- package/config/index.js.map +1 -0
- package/config/vars.d.ts +27 -0
- package/config/vars.js +43 -0
- package/config/vars.js.map +1 -0
- package/device/ap.d.ts +381 -0
- package/device/ap.js +145 -0
- package/device/ap.js.map +1 -0
- package/device/base.d.ts +221 -0
- package/device/base.js +113 -0
- package/device/base.js.map +1 -0
- package/device/gateway.d.ts +432 -0
- package/device/gateway.js +163 -0
- package/device/gateway.js.map +1 -0
- package/device/gatewayCluster.d.ts +70 -0
- package/device/gatewayCluster.js +85 -0
- package/device/gatewayCluster.js.map +1 -0
- package/device/getApStats.d.ts +100 -0
- package/device/getApStats.js +53 -0
- package/device/getApStats.js.map +1 -0
- package/device/getGatewayStats.d.ts +100 -0
- package/device/getGatewayStats.js +53 -0
- package/device/getGatewayStats.js.map +1 -0
- package/device/getSwitchStats.d.ts +124 -0
- package/device/getSwitchStats.js +55 -0
- package/device/getSwitchStats.js.map +1 -0
- package/device/index.d.ts +24 -0
- package/device/index.js +51 -0
- package/device/index.js.map +1 -0
- package/device/switch.d.ts +518 -0
- package/device/switch.js +158 -0
- package/device/switch.js.map +1 -0
- package/getConstAppCategories.d.ts +38 -0
- package/getConstAppCategories.js +41 -0
- package/getConstAppCategories.js.map +1 -0
- package/getConstAppSubCategories.d.ts +38 -0
- package/getConstAppSubCategories.js +41 -0
- package/getConstAppSubCategories.js.map +1 -0
- package/getConstApplications.d.ts +38 -0
- package/getConstApplications.js +41 -0
- package/getConstApplications.js.map +1 -0
- package/getConstCountries.d.ts +38 -0
- package/getConstCountries.js +41 -0
- package/getConstCountries.js.map +1 -0
- package/getConstTrafficTypes.d.ts +38 -0
- package/getConstTrafficTypes.js +41 -0
- package/getConstTrafficTypes.js.map +1 -0
- package/getSites.d.ts +55 -0
- package/getSites.js +47 -0
- package/getSites.js.map +1 -0
- package/index.d.ts +27 -0
- package/index.js +48 -0
- package/index.js.map +1 -0
- package/org/base.d.ts +88 -0
- package/org/base.js +75 -0
- package/org/base.js.map +1 -0
- package/org/deviceprofileAp.d.ts +264 -0
- package/org/deviceprofileAp.js +112 -0
- package/org/deviceprofileAp.js.map +1 -0
- package/org/deviceprofileAssign.d.ts +64 -0
- package/org/deviceprofileAssign.js +81 -0
- package/org/deviceprofileAssign.js.map +1 -0
- package/org/deviceprofileGateway.d.ts +325 -0
- package/org/deviceprofileGateway.js +109 -0
- package/org/deviceprofileGateway.js.map +1 -0
- package/org/gatewaytemplate.d.ts +323 -0
- package/org/gatewaytemplate.js +105 -0
- package/org/gatewaytemplate.js.map +1 -0
- package/org/getDeviceprofilesAp.d.ts +55 -0
- package/org/getDeviceprofilesAp.js +47 -0
- package/org/getDeviceprofilesAp.js.map +1 -0
- package/org/getDeviceprofilesGateway.d.ts +55 -0
- package/org/getDeviceprofilesGateway.js +47 -0
- package/org/getDeviceprofilesGateway.js.map +1 -0
- package/org/getGatewaytemplates.d.ts +55 -0
- package/org/getGatewaytemplates.js +47 -0
- package/org/getGatewaytemplates.js.map +1 -0
- package/org/getIdpprofiles.d.ts +55 -0
- package/org/getIdpprofiles.js +47 -0
- package/org/getIdpprofiles.js.map +1 -0
- package/org/getInventory.d.ts +139 -0
- package/org/getInventory.js +54 -0
- package/org/getInventory.js.map +1 -0
- package/org/getNacrules.d.ts +55 -0
- package/org/getNacrules.js +47 -0
- package/org/getNacrules.js.map +1 -0
- package/org/getNactags.d.ts +55 -0
- package/org/getNactags.js +47 -0
- package/org/getNactags.js.map +1 -0
- package/org/getNetworks.d.ts +55 -0
- package/org/getNetworks.js +47 -0
- package/org/getNetworks.js.map +1 -0
- package/org/getNetworktemplates.d.ts +55 -0
- package/org/getNetworktemplates.js +47 -0
- package/org/getNetworktemplates.js.map +1 -0
- package/org/getRftemplates.d.ts +55 -0
- package/org/getRftemplates.js +47 -0
- package/org/getRftemplates.js.map +1 -0
- package/org/getServicepolicies.d.ts +55 -0
- package/org/getServicepolicies.js +47 -0
- package/org/getServicepolicies.js.map +1 -0
- package/org/getServices.d.ts +55 -0
- package/org/getServices.js +47 -0
- package/org/getServices.js.map +1 -0
- package/org/getSitegroups.d.ts +55 -0
- package/org/getSitegroups.js +47 -0
- package/org/getSitegroups.js.map +1 -0
- package/org/getVpns.d.ts +33 -0
- package/org/getVpns.js +25 -0
- package/org/getVpns.js.map +1 -0
- package/org/getWlantemplates.d.ts +55 -0
- package/org/getWlantemplates.js +47 -0
- package/org/getWlantemplates.js.map +1 -0
- package/org/getWxtags.d.ts +55 -0
- package/org/getWxtags.js +47 -0
- package/org/getWxtags.js.map +1 -0
- package/org/idpprofile.d.ts +62 -0
- package/org/idpprofile.js +64 -0
- package/org/idpprofile.js.map +1 -0
- package/org/index.d.ts +111 -0
- package/org/index.js +171 -0
- package/org/index.js.map +1 -0
- package/org/inventory.d.ts +47 -0
- package/org/inventory.js +57 -0
- package/org/inventory.js.map +1 -0
- package/org/nacrule.d.ts +101 -0
- package/org/nacrule.js +75 -0
- package/org/nacrule.js.map +1 -0
- package/org/nactag.d.ts +225 -0
- package/org/nactag.js +99 -0
- package/org/nactag.js.map +1 -0
- package/org/network.d.ts +154 -0
- package/org/network.js +98 -0
- package/org/network.js.map +1 -0
- package/org/networktemplate.d.ts +260 -0
- package/org/networktemplate.js +97 -0
- package/org/networktemplate.js.map +1 -0
- package/org/rftemplate.d.ts +167 -0
- package/org/rftemplate.js +79 -0
- package/org/rftemplate.js.map +1 -0
- package/org/service.d.ts +212 -0
- package/org/service.js +93 -0
- package/org/service.js.map +1 -0
- package/org/servicepolicy.d.ts +110 -0
- package/org/servicepolicy.js +73 -0
- package/org/servicepolicy.js.map +1 -0
- package/org/setting.d.ts +253 -0
- package/org/setting.js +125 -0
- package/org/setting.js.map +1 -0
- package/org/sitegroup.d.ts +57 -0
- package/org/sitegroup.js +69 -0
- package/org/sitegroup.js.map +1 -0
- package/org/vpn.d.ts +56 -0
- package/org/vpn.js +62 -0
- package/org/vpn.js.map +1 -0
- package/org/wlan.d.ts +1114 -0
- package/org/wlan.js +268 -0
- package/org/wlan.js.map +1 -0
- package/org/wlantemplate.d.ts +95 -0
- package/org/wlantemplate.js +65 -0
- package/org/wlantemplate.js.map +1 -0
- package/org/wxrule.d.ts +149 -0
- package/org/wxrule.js +102 -0
- package/org/wxrule.js.map +1 -0
- package/org/wxtag.d.ts +177 -0
- package/org/wxtag.js +90 -0
- package/org/wxtag.js.map +1 -0
- package/package.json +31 -0
- package/provider.d.ts +76 -0
- package/provider.js +52 -0
- package/provider.js.map +1 -0
- package/site/index.d.ts +15 -0
- package/site/index.js +42 -0
- package/site/index.js.map +1 -0
- package/site/networktemplate.d.ts +260 -0
- package/site/networktemplate.js +94 -0
- package/site/networktemplate.js.map +1 -0
- package/site/setting.d.ts +430 -0
- package/site/setting.js +135 -0
- package/site/setting.js.map +1 -0
- package/site/wlan.d.ts +1112 -0
- package/site/wlan.js +264 -0
- package/site/wlan.js.map +1 -0
- package/site/wxrule.d.ts +150 -0
- package/site/wxrule.js +100 -0
- package/site/wxrule.js.map +1 -0
- package/site/wxtag.d.ts +179 -0
- package/site/wxtag.js +92 -0
- package/site/wxtag.js.map +1 -0
- package/types/index.d.ts +3 -0
- package/types/index.js +11 -0
- package/types/index.js.map +1 -0
- package/types/input.d.ts +9877 -0
- package/types/input.js +5 -0
- package/types/input.js.map +1 -0
- package/types/output.d.ts +11698 -0
- package/types/output.js +5 -0
- package/types/output.js.map +1 -0
- package/utilities.d.ts +8 -0
- package/utilities.js +101 -0
- package/utilities.js.map +1 -0
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides the list of Gateway Templates.A Gateway template can be used to define generic gateway configuration at the org level andbe applied to one or multiple Sites. It works like a blueprint of the network of the site.
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as junipermist from "@pulumi/junipermist";
|
|
11
|
+
*
|
|
12
|
+
* const templates = junipermist.org.getGatewaytemplates({
|
|
13
|
+
* orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getGatewaytemplates(args: GetGatewaytemplatesArgs, opts?: pulumi.InvokeOptions): Promise<GetGatewaytemplatesResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getGatewaytemplates.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetGatewaytemplatesArgs {
|
|
22
|
+
orgId: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* A collection of values returned by getGatewaytemplates.
|
|
26
|
+
*/
|
|
27
|
+
export interface GetGatewaytemplatesResult {
|
|
28
|
+
/**
|
|
29
|
+
* The provider-assigned unique ID for this managed resource.
|
|
30
|
+
*/
|
|
31
|
+
readonly id: string;
|
|
32
|
+
readonly orgGatewaytemplates: outputs.org.GetGatewaytemplatesOrgGatewaytemplate[];
|
|
33
|
+
readonly orgId: string;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* This data source provides the list of Gateway Templates.A Gateway template can be used to define generic gateway configuration at the org level andbe applied to one or multiple Sites. It works like a blueprint of the network of the site.
|
|
37
|
+
*
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as junipermist from "@pulumi/junipermist";
|
|
43
|
+
*
|
|
44
|
+
* const templates = junipermist.org.getGatewaytemplates({
|
|
45
|
+
* orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
|
|
46
|
+
* });
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
export declare function getGatewaytemplatesOutput(args: GetGatewaytemplatesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetGatewaytemplatesResult>;
|
|
50
|
+
/**
|
|
51
|
+
* A collection of arguments for invoking getGatewaytemplates.
|
|
52
|
+
*/
|
|
53
|
+
export interface GetGatewaytemplatesOutputArgs {
|
|
54
|
+
orgId: pulumi.Input<string>;
|
|
55
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.getGatewaytemplatesOutput = exports.getGatewaytemplates = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Gateway Templates.A Gateway template can be used to define generic gateway configuration at the org level andbe applied to one or multiple Sites. It works like a blueprint of the network of the site.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as junipermist from "@pulumi/junipermist";
|
|
16
|
+
*
|
|
17
|
+
* const templates = junipermist.org.getGatewaytemplates({
|
|
18
|
+
* orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getGatewaytemplates(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("junipermist:org/getGatewaytemplates:getGatewaytemplates", {
|
|
25
|
+
"orgId": args.orgId,
|
|
26
|
+
}, opts);
|
|
27
|
+
}
|
|
28
|
+
exports.getGatewaytemplates = getGatewaytemplates;
|
|
29
|
+
/**
|
|
30
|
+
* This data source provides the list of Gateway Templates.A Gateway template can be used to define generic gateway configuration at the org level andbe applied to one or multiple Sites. It works like a blueprint of the network of the site.
|
|
31
|
+
*
|
|
32
|
+
* ## Example Usage
|
|
33
|
+
*
|
|
34
|
+
* ```typescript
|
|
35
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
36
|
+
* import * as junipermist from "@pulumi/junipermist";
|
|
37
|
+
*
|
|
38
|
+
* const templates = junipermist.org.getGatewaytemplates({
|
|
39
|
+
* orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
|
|
40
|
+
* });
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
function getGatewaytemplatesOutput(args, opts) {
|
|
44
|
+
return pulumi.output(args).apply((a) => getGatewaytemplates(a, opts));
|
|
45
|
+
}
|
|
46
|
+
exports.getGatewaytemplatesOutput = getGatewaytemplatesOutput;
|
|
47
|
+
//# sourceMappingURL=getGatewaytemplates.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getGatewaytemplates.js","sourceRoot":"","sources":["../../org/getGatewaytemplates.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAE1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC;AAoBD;;;;;;;;;;;;;GAaG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9E,CAAC;AAFD,8DAEC"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides the list of WAN Assurance IDP Profiles.An IDP Profile is a configuration setting that defines the behavior and actions of an intrusion detection and prevention (IDP) system.It specifies how the idp system should detect and respond to potential security threats or attacks on a network.The profile includes rules and policies that determine which types of traffic or attacks should be monitored,what actions should be taken when a threat is detected, and any exceptions or exclusions for specific destinations or attack types.
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as junipermist from "@pulumi/junipermist";
|
|
11
|
+
*
|
|
12
|
+
* const idpprofiles = junipermist.org.getIdpprofiles({
|
|
13
|
+
* orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getIdpprofiles(args: GetIdpprofilesArgs, opts?: pulumi.InvokeOptions): Promise<GetIdpprofilesResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getIdpprofiles.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetIdpprofilesArgs {
|
|
22
|
+
orgId: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* A collection of values returned by getIdpprofiles.
|
|
26
|
+
*/
|
|
27
|
+
export interface GetIdpprofilesResult {
|
|
28
|
+
/**
|
|
29
|
+
* The provider-assigned unique ID for this managed resource.
|
|
30
|
+
*/
|
|
31
|
+
readonly id: string;
|
|
32
|
+
readonly orgId: string;
|
|
33
|
+
readonly orgIdpprofiles: outputs.org.GetIdpprofilesOrgIdpprofile[];
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* This data source provides the list of WAN Assurance IDP Profiles.An IDP Profile is a configuration setting that defines the behavior and actions of an intrusion detection and prevention (IDP) system.It specifies how the idp system should detect and respond to potential security threats or attacks on a network.The profile includes rules and policies that determine which types of traffic or attacks should be monitored,what actions should be taken when a threat is detected, and any exceptions or exclusions for specific destinations or attack types.
|
|
37
|
+
*
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as junipermist from "@pulumi/junipermist";
|
|
43
|
+
*
|
|
44
|
+
* const idpprofiles = junipermist.org.getIdpprofiles({
|
|
45
|
+
* orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
|
|
46
|
+
* });
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
export declare function getIdpprofilesOutput(args: GetIdpprofilesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetIdpprofilesResult>;
|
|
50
|
+
/**
|
|
51
|
+
* A collection of arguments for invoking getIdpprofiles.
|
|
52
|
+
*/
|
|
53
|
+
export interface GetIdpprofilesOutputArgs {
|
|
54
|
+
orgId: pulumi.Input<string>;
|
|
55
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.getIdpprofilesOutput = exports.getIdpprofiles = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of WAN Assurance IDP Profiles.An IDP Profile is a configuration setting that defines the behavior and actions of an intrusion detection and prevention (IDP) system.It specifies how the idp system should detect and respond to potential security threats or attacks on a network.The profile includes rules and policies that determine which types of traffic or attacks should be monitored,what actions should be taken when a threat is detected, and any exceptions or exclusions for specific destinations or attack types.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as junipermist from "@pulumi/junipermist";
|
|
16
|
+
*
|
|
17
|
+
* const idpprofiles = junipermist.org.getIdpprofiles({
|
|
18
|
+
* orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getIdpprofiles(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("junipermist:org/getIdpprofiles:getIdpprofiles", {
|
|
25
|
+
"orgId": args.orgId,
|
|
26
|
+
}, opts);
|
|
27
|
+
}
|
|
28
|
+
exports.getIdpprofiles = getIdpprofiles;
|
|
29
|
+
/**
|
|
30
|
+
* This data source provides the list of WAN Assurance IDP Profiles.An IDP Profile is a configuration setting that defines the behavior and actions of an intrusion detection and prevention (IDP) system.It specifies how the idp system should detect and respond to potential security threats or attacks on a network.The profile includes rules and policies that determine which types of traffic or attacks should be monitored,what actions should be taken when a threat is detected, and any exceptions or exclusions for specific destinations or attack types.
|
|
31
|
+
*
|
|
32
|
+
* ## Example Usage
|
|
33
|
+
*
|
|
34
|
+
* ```typescript
|
|
35
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
36
|
+
* import * as junipermist from "@pulumi/junipermist";
|
|
37
|
+
*
|
|
38
|
+
* const idpprofiles = junipermist.org.getIdpprofiles({
|
|
39
|
+
* orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
|
|
40
|
+
* });
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
function getIdpprofilesOutput(args, opts) {
|
|
44
|
+
return pulumi.output(args).apply((a) => getIdpprofiles(a, opts));
|
|
45
|
+
}
|
|
46
|
+
exports.getIdpprofilesOutput = getIdpprofilesOutput;
|
|
47
|
+
//# sourceMappingURL=getIdpprofiles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getIdpprofiles.js","sourceRoot":"","sources":["../../org/getIdpprofiles.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAEhF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE;QAC1E,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC;AAoBD;;;;;;;;;;;;;GAaG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides the list of Devices in the Org inventory.
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as junipermist from "@pulumi/junipermist";
|
|
11
|
+
*
|
|
12
|
+
* const inventory = junipermist.org.getInventory({
|
|
13
|
+
* orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getInventory(args: GetInventoryArgs, opts?: pulumi.InvokeOptions): Promise<GetInventoryResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getInventory.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetInventoryArgs {
|
|
22
|
+
/**
|
|
23
|
+
* MAC address
|
|
24
|
+
*/
|
|
25
|
+
mac?: string;
|
|
26
|
+
/**
|
|
27
|
+
* device model
|
|
28
|
+
*/
|
|
29
|
+
model?: string;
|
|
30
|
+
orgId: string;
|
|
31
|
+
/**
|
|
32
|
+
* device serial
|
|
33
|
+
*/
|
|
34
|
+
serial?: string;
|
|
35
|
+
/**
|
|
36
|
+
* site id if assigned, null if not assigned
|
|
37
|
+
*/
|
|
38
|
+
siteId?: string;
|
|
39
|
+
/**
|
|
40
|
+
* to display Unassigned devices
|
|
41
|
+
*/
|
|
42
|
+
unassigned?: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* To display Virtual Chassis members
|
|
45
|
+
*/
|
|
46
|
+
vc?: boolean;
|
|
47
|
+
/**
|
|
48
|
+
* Virtual Chassis MAC Address
|
|
49
|
+
*/
|
|
50
|
+
vcMac?: string;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* A collection of values returned by getInventory.
|
|
54
|
+
*/
|
|
55
|
+
export interface GetInventoryResult {
|
|
56
|
+
/**
|
|
57
|
+
* The provider-assigned unique ID for this managed resource.
|
|
58
|
+
*/
|
|
59
|
+
readonly id: string;
|
|
60
|
+
/**
|
|
61
|
+
* MAC address
|
|
62
|
+
*/
|
|
63
|
+
readonly mac?: string;
|
|
64
|
+
/**
|
|
65
|
+
* device model
|
|
66
|
+
*/
|
|
67
|
+
readonly model?: string;
|
|
68
|
+
readonly orgId: string;
|
|
69
|
+
readonly orgInventories: outputs.org.GetInventoryOrgInventory[];
|
|
70
|
+
/**
|
|
71
|
+
* device serial
|
|
72
|
+
*/
|
|
73
|
+
readonly serial?: string;
|
|
74
|
+
/**
|
|
75
|
+
* site id if assigned, null if not assigned
|
|
76
|
+
*/
|
|
77
|
+
readonly siteId?: string;
|
|
78
|
+
/**
|
|
79
|
+
* to display Unassigned devices
|
|
80
|
+
*/
|
|
81
|
+
readonly unassigned?: boolean;
|
|
82
|
+
/**
|
|
83
|
+
* To display Virtual Chassis members
|
|
84
|
+
*/
|
|
85
|
+
readonly vc?: boolean;
|
|
86
|
+
/**
|
|
87
|
+
* Virtual Chassis MAC Address
|
|
88
|
+
*/
|
|
89
|
+
readonly vcMac?: string;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* This data source provides the list of Devices in the Org inventory.
|
|
93
|
+
*
|
|
94
|
+
* ## Example Usage
|
|
95
|
+
*
|
|
96
|
+
* ```typescript
|
|
97
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
98
|
+
* import * as junipermist from "@pulumi/junipermist";
|
|
99
|
+
*
|
|
100
|
+
* const inventory = junipermist.org.getInventory({
|
|
101
|
+
* orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
|
|
102
|
+
* });
|
|
103
|
+
* ```
|
|
104
|
+
*/
|
|
105
|
+
export declare function getInventoryOutput(args: GetInventoryOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetInventoryResult>;
|
|
106
|
+
/**
|
|
107
|
+
* A collection of arguments for invoking getInventory.
|
|
108
|
+
*/
|
|
109
|
+
export interface GetInventoryOutputArgs {
|
|
110
|
+
/**
|
|
111
|
+
* MAC address
|
|
112
|
+
*/
|
|
113
|
+
mac?: pulumi.Input<string>;
|
|
114
|
+
/**
|
|
115
|
+
* device model
|
|
116
|
+
*/
|
|
117
|
+
model?: pulumi.Input<string>;
|
|
118
|
+
orgId: pulumi.Input<string>;
|
|
119
|
+
/**
|
|
120
|
+
* device serial
|
|
121
|
+
*/
|
|
122
|
+
serial?: pulumi.Input<string>;
|
|
123
|
+
/**
|
|
124
|
+
* site id if assigned, null if not assigned
|
|
125
|
+
*/
|
|
126
|
+
siteId?: pulumi.Input<string>;
|
|
127
|
+
/**
|
|
128
|
+
* to display Unassigned devices
|
|
129
|
+
*/
|
|
130
|
+
unassigned?: pulumi.Input<boolean>;
|
|
131
|
+
/**
|
|
132
|
+
* To display Virtual Chassis members
|
|
133
|
+
*/
|
|
134
|
+
vc?: pulumi.Input<boolean>;
|
|
135
|
+
/**
|
|
136
|
+
* Virtual Chassis MAC Address
|
|
137
|
+
*/
|
|
138
|
+
vcMac?: pulumi.Input<string>;
|
|
139
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.getInventoryOutput = exports.getInventory = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of Devices in the Org inventory.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as junipermist from "@pulumi/junipermist";
|
|
16
|
+
*
|
|
17
|
+
* const inventory = junipermist.org.getInventory({
|
|
18
|
+
* orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getInventory(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("junipermist:org/getInventory:getInventory", {
|
|
25
|
+
"mac": args.mac,
|
|
26
|
+
"model": args.model,
|
|
27
|
+
"orgId": args.orgId,
|
|
28
|
+
"serial": args.serial,
|
|
29
|
+
"siteId": args.siteId,
|
|
30
|
+
"unassigned": args.unassigned,
|
|
31
|
+
"vc": args.vc,
|
|
32
|
+
"vcMac": args.vcMac,
|
|
33
|
+
}, opts);
|
|
34
|
+
}
|
|
35
|
+
exports.getInventory = getInventory;
|
|
36
|
+
/**
|
|
37
|
+
* This data source provides the list of Devices in the Org inventory.
|
|
38
|
+
*
|
|
39
|
+
* ## Example Usage
|
|
40
|
+
*
|
|
41
|
+
* ```typescript
|
|
42
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
43
|
+
* import * as junipermist from "@pulumi/junipermist";
|
|
44
|
+
*
|
|
45
|
+
* const inventory = junipermist.org.getInventory({
|
|
46
|
+
* orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
|
|
47
|
+
* });
|
|
48
|
+
* ```
|
|
49
|
+
*/
|
|
50
|
+
function getInventoryOutput(args, opts) {
|
|
51
|
+
return pulumi.output(args).apply((a) => getInventory(a, opts));
|
|
52
|
+
}
|
|
53
|
+
exports.getInventoryOutput = getInventoryOutput;
|
|
54
|
+
//# sourceMappingURL=getInventory.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getInventory.js","sourceRoot":"","sources":["../../org/getInventory.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAE5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,oCAaC;AA4ED;;;;;;;;;;;;;GAaG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,gDAEC"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides the list of NAC Rules (Auth Policies).A NAC Rule defines a list of critera (NAC Tag) the network client must match to execute the Rule, an action (Allow/Deny)and a list of RADIUS Attributes (NAC Tags) to return
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as junipermist from "@pulumi/junipermist";
|
|
11
|
+
*
|
|
12
|
+
* const nacrules = junipermist.org.getNacrules({
|
|
13
|
+
* orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getNacrules(args: GetNacrulesArgs, opts?: pulumi.InvokeOptions): Promise<GetNacrulesResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getNacrules.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetNacrulesArgs {
|
|
22
|
+
orgId: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* A collection of values returned by getNacrules.
|
|
26
|
+
*/
|
|
27
|
+
export interface GetNacrulesResult {
|
|
28
|
+
/**
|
|
29
|
+
* The provider-assigned unique ID for this managed resource.
|
|
30
|
+
*/
|
|
31
|
+
readonly id: string;
|
|
32
|
+
readonly orgId: string;
|
|
33
|
+
readonly orgNacrules: outputs.org.GetNacrulesOrgNacrule[];
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* This data source provides the list of NAC Rules (Auth Policies).A NAC Rule defines a list of critera (NAC Tag) the network client must match to execute the Rule, an action (Allow/Deny)and a list of RADIUS Attributes (NAC Tags) to return
|
|
37
|
+
*
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as junipermist from "@pulumi/junipermist";
|
|
43
|
+
*
|
|
44
|
+
* const nacrules = junipermist.org.getNacrules({
|
|
45
|
+
* orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
|
|
46
|
+
* });
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
export declare function getNacrulesOutput(args: GetNacrulesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetNacrulesResult>;
|
|
50
|
+
/**
|
|
51
|
+
* A collection of arguments for invoking getNacrules.
|
|
52
|
+
*/
|
|
53
|
+
export interface GetNacrulesOutputArgs {
|
|
54
|
+
orgId: pulumi.Input<string>;
|
|
55
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.getNacrulesOutput = exports.getNacrules = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of NAC Rules (Auth Policies).A NAC Rule defines a list of critera (NAC Tag) the network client must match to execute the Rule, an action (Allow/Deny)and a list of RADIUS Attributes (NAC Tags) to return
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as junipermist from "@pulumi/junipermist";
|
|
16
|
+
*
|
|
17
|
+
* const nacrules = junipermist.org.getNacrules({
|
|
18
|
+
* orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getNacrules(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("junipermist:org/getNacrules:getNacrules", {
|
|
25
|
+
"orgId": args.orgId,
|
|
26
|
+
}, opts);
|
|
27
|
+
}
|
|
28
|
+
exports.getNacrules = getNacrules;
|
|
29
|
+
/**
|
|
30
|
+
* This data source provides the list of NAC Rules (Auth Policies).A NAC Rule defines a list of critera (NAC Tag) the network client must match to execute the Rule, an action (Allow/Deny)and a list of RADIUS Attributes (NAC Tags) to return
|
|
31
|
+
*
|
|
32
|
+
* ## Example Usage
|
|
33
|
+
*
|
|
34
|
+
* ```typescript
|
|
35
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
36
|
+
* import * as junipermist from "@pulumi/junipermist";
|
|
37
|
+
*
|
|
38
|
+
* const nacrules = junipermist.org.getNacrules({
|
|
39
|
+
* orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
|
|
40
|
+
* });
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
function getNacrulesOutput(args, opts) {
|
|
44
|
+
return pulumi.output(args).apply((a) => getNacrules(a, opts));
|
|
45
|
+
}
|
|
46
|
+
exports.getNacrulesOutput = getNacrulesOutput;
|
|
47
|
+
//# sourceMappingURL=getNacrules.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getNacrules.js","sourceRoot":"","sources":["../../org/getNacrules.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAE1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kCAMC;AAoBD;;;;;;;;;;;;;GAaG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides the list of NAC Tags (Auth Policy Labels).The NAC Tags can be used in the NAC Rules to define the matching criterias or the returned RADIUS Attributes
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as junipermist from "@pulumi/junipermist";
|
|
11
|
+
*
|
|
12
|
+
* const nactags = junipermist.org.getNactags({
|
|
13
|
+
* orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getNactags(args: GetNactagsArgs, opts?: pulumi.InvokeOptions): Promise<GetNactagsResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getNactags.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetNactagsArgs {
|
|
22
|
+
orgId: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* A collection of values returned by getNactags.
|
|
26
|
+
*/
|
|
27
|
+
export interface GetNactagsResult {
|
|
28
|
+
/**
|
|
29
|
+
* The provider-assigned unique ID for this managed resource.
|
|
30
|
+
*/
|
|
31
|
+
readonly id: string;
|
|
32
|
+
readonly orgId: string;
|
|
33
|
+
readonly orgNactags: outputs.org.GetNactagsOrgNactag[];
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* This data source provides the list of NAC Tags (Auth Policy Labels).The NAC Tags can be used in the NAC Rules to define the matching criterias or the returned RADIUS Attributes
|
|
37
|
+
*
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as junipermist from "@pulumi/junipermist";
|
|
43
|
+
*
|
|
44
|
+
* const nactags = junipermist.org.getNactags({
|
|
45
|
+
* orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
|
|
46
|
+
* });
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
export declare function getNactagsOutput(args: GetNactagsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetNactagsResult>;
|
|
50
|
+
/**
|
|
51
|
+
* A collection of arguments for invoking getNactags.
|
|
52
|
+
*/
|
|
53
|
+
export interface GetNactagsOutputArgs {
|
|
54
|
+
orgId: pulumi.Input<string>;
|
|
55
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.getNactagsOutput = exports.getNactags = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides the list of NAC Tags (Auth Policy Labels).The NAC Tags can be used in the NAC Rules to define the matching criterias or the returned RADIUS Attributes
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as junipermist from "@pulumi/junipermist";
|
|
16
|
+
*
|
|
17
|
+
* const nactags = junipermist.org.getNactags({
|
|
18
|
+
* orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getNactags(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("junipermist:org/getNactags:getNactags", {
|
|
25
|
+
"orgId": args.orgId,
|
|
26
|
+
}, opts);
|
|
27
|
+
}
|
|
28
|
+
exports.getNactags = getNactags;
|
|
29
|
+
/**
|
|
30
|
+
* This data source provides the list of NAC Tags (Auth Policy Labels).The NAC Tags can be used in the NAC Rules to define the matching criterias or the returned RADIUS Attributes
|
|
31
|
+
*
|
|
32
|
+
* ## Example Usage
|
|
33
|
+
*
|
|
34
|
+
* ```typescript
|
|
35
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
36
|
+
* import * as junipermist from "@pulumi/junipermist";
|
|
37
|
+
*
|
|
38
|
+
* const nactags = junipermist.org.getNactags({
|
|
39
|
+
* orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
|
|
40
|
+
* });
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
function getNactagsOutput(args, opts) {
|
|
44
|
+
return pulumi.output(args).apply((a) => getNactags(a, opts));
|
|
45
|
+
}
|
|
46
|
+
exports.getNactagsOutput = getNactagsOutput;
|
|
47
|
+
//# sourceMappingURL=getNactags.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getNactags.js","sourceRoot":"","sources":["../../org/getNactags.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IAExE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,EAAE;QAClE,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gCAMC;AAoBD;;;;;;;;;;;;;GAaG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,4CAEC"}
|