@pulumi/juniper-mist 0.0.11 → 0.0.12
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/org/getNactags.d.ts +15 -0
- package/org/getNactags.js +5 -0
- package/org/getNactags.js.map +1 -1
- package/package.json +2 -2
- package/types/output.d.ts +58 -0
package/org/getNactags.d.ts
CHANGED
|
@@ -19,7 +19,12 @@ export declare function getNactags(args: GetNactagsArgs, opts?: pulumi.InvokeOpt
|
|
|
19
19
|
* A collection of arguments for invoking getNactags.
|
|
20
20
|
*/
|
|
21
21
|
export interface GetNactagsArgs {
|
|
22
|
+
limit?: number;
|
|
23
|
+
match?: string;
|
|
24
|
+
name?: string;
|
|
22
25
|
orgId: string;
|
|
26
|
+
page?: number;
|
|
27
|
+
type?: string;
|
|
23
28
|
}
|
|
24
29
|
/**
|
|
25
30
|
* A collection of values returned by getNactags.
|
|
@@ -29,8 +34,13 @@ export interface GetNactagsResult {
|
|
|
29
34
|
* The provider-assigned unique ID for this managed resource.
|
|
30
35
|
*/
|
|
31
36
|
readonly id: string;
|
|
37
|
+
readonly limit?: number;
|
|
38
|
+
readonly match?: string;
|
|
39
|
+
readonly name?: string;
|
|
32
40
|
readonly orgId: string;
|
|
33
41
|
readonly orgNactags: outputs.org.GetNactagsOrgNactag[];
|
|
42
|
+
readonly page?: number;
|
|
43
|
+
readonly type?: string;
|
|
34
44
|
}
|
|
35
45
|
/**
|
|
36
46
|
* 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
|
|
@@ -51,5 +61,10 @@ export declare function getNactagsOutput(args: GetNactagsOutputArgs, opts?: pulu
|
|
|
51
61
|
* A collection of arguments for invoking getNactags.
|
|
52
62
|
*/
|
|
53
63
|
export interface GetNactagsOutputArgs {
|
|
64
|
+
limit?: pulumi.Input<number>;
|
|
65
|
+
match?: pulumi.Input<string>;
|
|
66
|
+
name?: pulumi.Input<string>;
|
|
54
67
|
orgId: pulumi.Input<string>;
|
|
68
|
+
page?: pulumi.Input<number>;
|
|
69
|
+
type?: pulumi.Input<string>;
|
|
55
70
|
}
|
package/org/getNactags.js
CHANGED
|
@@ -22,7 +22,12 @@ const utilities = require("../utilities");
|
|
|
22
22
|
function getNactags(args, opts) {
|
|
23
23
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
24
|
return pulumi.runtime.invoke("junipermist:org/getNactags:getNactags", {
|
|
25
|
+
"limit": args.limit,
|
|
26
|
+
"match": args.match,
|
|
27
|
+
"name": args.name,
|
|
25
28
|
"orgId": args.orgId,
|
|
29
|
+
"page": args.page,
|
|
30
|
+
"type": args.type,
|
|
26
31
|
}, opts);
|
|
27
32
|
}
|
|
28
33
|
exports.getNactags = getNactags;
|
package/org/getNactags.js.map
CHANGED
|
@@ -1 +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;
|
|
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;QACnB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,gCAWC;AA8BD;;;;;;;;;;;;;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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/juniper-mist",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.12",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Juniper Mist resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"pulumi": {
|
|
26
26
|
"resource": true,
|
|
27
27
|
"name": "junipermist",
|
|
28
|
-
"version": "0.0.
|
|
28
|
+
"version": "0.0.12",
|
|
29
29
|
"server": "github://api.github.com/pulumi/pulumi-junipermist"
|
|
30
30
|
}
|
|
31
31
|
}
|
package/types/output.d.ts
CHANGED
|
@@ -7082,11 +7082,69 @@ export declare namespace org {
|
|
|
7082
7082
|
orgId: string;
|
|
7083
7083
|
}
|
|
7084
7084
|
interface GetNactagsOrgNactag {
|
|
7085
|
+
/**
|
|
7086
|
+
* can be set to true to allow the override by usermac result
|
|
7087
|
+
*/
|
|
7088
|
+
allowUsermacOverride: boolean;
|
|
7085
7089
|
createdTime: number;
|
|
7090
|
+
/**
|
|
7091
|
+
* if `type`==`egressVlanNames`, list of egress vlans to return
|
|
7092
|
+
*/
|
|
7093
|
+
egressVlanNames: string[];
|
|
7094
|
+
/**
|
|
7095
|
+
* if `type`==`gbpTag`
|
|
7096
|
+
*/
|
|
7097
|
+
gbpTag: number;
|
|
7086
7098
|
id: string;
|
|
7099
|
+
/**
|
|
7100
|
+
* if `type`==`match`. enum: `certCn`, `certIssuer`, `certSan`, `certSerial`, `certSub`, `clientMac`, `idpRole`, `mdmStatus`, `radiusGroup`, `realm`, `ssid`, `userName`, `usermacLabel`
|
|
7101
|
+
*/
|
|
7102
|
+
match: string;
|
|
7103
|
+
/**
|
|
7104
|
+
* This field is applicable only when `type`==`match`
|
|
7105
|
+
* * `false`: means it is sufficient to match any of the values (i.e., match-any behavior)
|
|
7106
|
+
* * `true`: means all values should be matched (i.e., match-all behavior)
|
|
7107
|
+
*
|
|
7108
|
+
*
|
|
7109
|
+
* Currently it makes sense to set this field to `true` only if the `match`==`idpRole` or `match`==`usermacLabel`'
|
|
7110
|
+
*/
|
|
7111
|
+
matchAll: boolean;
|
|
7087
7112
|
modifiedTime: number;
|
|
7088
7113
|
name: string;
|
|
7089
7114
|
orgId: string;
|
|
7115
|
+
/**
|
|
7116
|
+
* if `type`==`radiusAttrs`, user can specify a list of one or more standard attributes in the field "radiusAttrs".
|
|
7117
|
+
* It is the responsibility of the user to provide a syntactically correct string, otherwise it may not work as expected.
|
|
7118
|
+
* Note that it is allowed to have more than one radiusAttrs in the result of a given rule.
|
|
7119
|
+
*/
|
|
7120
|
+
radiusAttrs: string[];
|
|
7121
|
+
/**
|
|
7122
|
+
* if `type`==`radiusGroup`
|
|
7123
|
+
*/
|
|
7124
|
+
radiusGroup: string;
|
|
7125
|
+
/**
|
|
7126
|
+
* if `type`==`radiusVendorAttrs`, user can specify a list of one or more vendor-specific attributes in the field "radiusVendorAttrs".
|
|
7127
|
+
* It is the responsibility of the user to provide a syntactically correct string, otherwise it may not work as expected.
|
|
7128
|
+
* Note that it is allowed to have more than one radiusVendorAttrs in the result of a given rule.
|
|
7129
|
+
*/
|
|
7130
|
+
radiusVendorAttrs: string[];
|
|
7131
|
+
/**
|
|
7132
|
+
* if `type`==`session_timeout, in seconds
|
|
7133
|
+
*/
|
|
7134
|
+
sessionTimeout: number;
|
|
7135
|
+
/**
|
|
7136
|
+
* enum: `egressVlanNames`, `gbpTag`, `match`, `radiusAttrs`, `radiusGroup`, `radiusVendorAttrs`, `sessionTimeout`, `usernameAttr`, `vlan`
|
|
7137
|
+
*/
|
|
7138
|
+
type: string;
|
|
7139
|
+
usernameAttr: string;
|
|
7140
|
+
/**
|
|
7141
|
+
* if `type`==`match`
|
|
7142
|
+
*/
|
|
7143
|
+
values: string[];
|
|
7144
|
+
/**
|
|
7145
|
+
* if `type`==`vlan`
|
|
7146
|
+
*/
|
|
7147
|
+
vlan: string;
|
|
7090
7148
|
}
|
|
7091
7149
|
interface GetNetworksOrgNetwork {
|
|
7092
7150
|
createdTime: number;
|