@pulumi/ise 0.3.0-alpha.1772792916 → 0.3.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.
Files changed (33) hide show
  1. package/config/vars.d.ts +4 -0
  2. package/config/vars.js +6 -0
  3. package/config/vars.js.map +1 -1
  4. package/deviceadmin/authenticationRule.d.ts +3 -3
  5. package/deviceadmin/authorizationExceptionRule.d.ts +3 -3
  6. package/deviceadmin/authorizationGlobalExceptionRule.d.ts +3 -3
  7. package/deviceadmin/authorizationRule.d.ts +3 -3
  8. package/deviceadmin/condition.d.ts +3 -3
  9. package/deviceadmin/getAuthenticationRule.d.ts +1 -1
  10. package/deviceadmin/getAuthorizationExceptionRule.d.ts +1 -1
  11. package/deviceadmin/getAuthorizationGlobalExceptionRule.d.ts +1 -1
  12. package/deviceadmin/getAuthorizationRule.d.ts +1 -1
  13. package/deviceadmin/getCondition.d.ts +1 -1
  14. package/deviceadmin/getPolicySet.d.ts +1 -1
  15. package/deviceadmin/policySet.d.ts +3 -3
  16. package/networkaccess/authenticationRule.d.ts +3 -3
  17. package/networkaccess/authorizationExceptionRule.d.ts +3 -3
  18. package/networkaccess/authorizationGlobalExceptionRule.d.ts +3 -3
  19. package/networkaccess/authorizationRule.d.ts +3 -3
  20. package/networkaccess/condition.d.ts +3 -3
  21. package/networkaccess/getAuthenticationRule.d.ts +1 -1
  22. package/networkaccess/getAuthorizationExceptionRule.d.ts +1 -1
  23. package/networkaccess/getAuthorizationGlobalExceptionRule.d.ts +1 -1
  24. package/networkaccess/getAuthorizationRule.d.ts +1 -1
  25. package/networkaccess/getCondition.d.ts +1 -1
  26. package/networkaccess/getPolicySet.d.ts +1 -1
  27. package/networkaccess/policySet.d.ts +3 -3
  28. package/package.json +2 -2
  29. package/provider.d.ts +4 -0
  30. package/provider.js +1 -0
  31. package/provider.js.map +1 -1
  32. package/types/input.d.ts +2006 -246
  33. package/types/output.d.ts +3756 -644
package/config/vars.d.ts CHANGED
@@ -6,6 +6,10 @@ export declare const insecure: boolean | undefined;
6
6
  * Password for the ISE instance. This can also be set as the ISE_PASSWORD environment variable.
7
7
  */
8
8
  export declare const password: string | undefined;
9
+ /**
10
+ * HTTP request timeout in seconds for REST API calls. This can also be set as the ISE_REQUEST_TIMEOUT environment variable. Defaults to `60`. Increase this value when working with complex nested policy conditions (e.g., 7-level nesting may require 180-300 seconds).
11
+ */
12
+ export declare const requestTimeout: number | undefined;
9
13
  /**
10
14
  * Number of retries for REST API calls. This can also be set as the ISE_RETRIES environment variable. Defaults to `3`.
11
15
  */
package/config/vars.js CHANGED
@@ -16,6 +16,12 @@ Object.defineProperty(exports, "password", {
16
16
  },
17
17
  enumerable: true,
18
18
  });
19
+ Object.defineProperty(exports, "requestTimeout", {
20
+ get() {
21
+ return __config.getObject("requestTimeout");
22
+ },
23
+ enumerable: true,
24
+ });
19
25
  Object.defineProperty(exports, "retries", {
20
26
  get() {
21
27
  return __config.getObject("retries");
@@ -1 +1 @@
1
- {"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;AAEjF,yCAAyC;AAIzC,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AAM1C,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAU,UAAU,CAAC,CAAC;IACnD,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACpC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,SAAS,EAAE;IACtC,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAS,SAAS,CAAC,CAAC;IACjD,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,KAAK,EAAE;IAClC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACpC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC"}
1
+ {"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;AAEjF,yCAAyC;AAIzC,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AAM1C,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAU,UAAU,CAAC,CAAC;IACnD,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACpC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,gBAAgB,EAAE;IAC7C,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAS,gBAAgB,CAAC,CAAC;IACxD,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,SAAS,EAAE;IACtC,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAS,SAAS,CAAC,CAAC;IACjD,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,KAAK,EAAE;IAClC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACpC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC"}
@@ -54,7 +54,7 @@ export declare class AuthenticationRule extends pulumi.CustomResource {
54
54
  */
55
55
  static isInstance(obj: any): obj is AuthenticationRule;
56
56
  /**
57
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
57
+ * List of child conditions
58
58
  */
59
59
  readonly childrens: pulumi.Output<outputs.deviceadmin.AuthenticationRuleChildren[] | undefined>;
60
60
  /**
@@ -145,7 +145,7 @@ export declare class AuthenticationRule extends pulumi.CustomResource {
145
145
  */
146
146
  export interface AuthenticationRuleState {
147
147
  /**
148
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
148
+ * List of child conditions
149
149
  */
150
150
  childrens?: pulumi.Input<pulumi.Input<inputs.deviceadmin.AuthenticationRuleChildren>[]>;
151
151
  /**
@@ -228,7 +228,7 @@ export interface AuthenticationRuleState {
228
228
  */
229
229
  export interface AuthenticationRuleArgs {
230
230
  /**
231
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
231
+ * List of child conditions
232
232
  */
233
233
  childrens?: pulumi.Input<pulumi.Input<inputs.deviceadmin.AuthenticationRuleChildren>[]>;
234
234
  /**
@@ -52,7 +52,7 @@ export declare class AuthorizationExceptionRule extends pulumi.CustomResource {
52
52
  */
53
53
  static isInstance(obj: any): obj is AuthorizationExceptionRule;
54
54
  /**
55
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
55
+ * List of child conditions
56
56
  */
57
57
  readonly childrens: pulumi.Output<outputs.deviceadmin.AuthorizationExceptionRuleChildren[] | undefined>;
58
58
  /**
@@ -132,7 +132,7 @@ export declare class AuthorizationExceptionRule extends pulumi.CustomResource {
132
132
  */
133
133
  export interface AuthorizationExceptionRuleState {
134
134
  /**
135
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
135
+ * List of child conditions
136
136
  */
137
137
  childrens?: pulumi.Input<pulumi.Input<inputs.deviceadmin.AuthorizationExceptionRuleChildren>[]>;
138
138
  /**
@@ -204,7 +204,7 @@ export interface AuthorizationExceptionRuleState {
204
204
  */
205
205
  export interface AuthorizationExceptionRuleArgs {
206
206
  /**
207
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
207
+ * List of child conditions
208
208
  */
209
209
  childrens?: pulumi.Input<pulumi.Input<inputs.deviceadmin.AuthorizationExceptionRuleChildren>[]>;
210
210
  /**
@@ -50,7 +50,7 @@ export declare class AuthorizationGlobalExceptionRule extends pulumi.CustomResou
50
50
  */
51
51
  static isInstance(obj: any): obj is AuthorizationGlobalExceptionRule;
52
52
  /**
53
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
53
+ * List of child conditions
54
54
  */
55
55
  readonly childrens: pulumi.Output<outputs.deviceadmin.AuthorizationGlobalExceptionRuleChildren[] | undefined>;
56
56
  /**
@@ -122,7 +122,7 @@ export declare class AuthorizationGlobalExceptionRule extends pulumi.CustomResou
122
122
  */
123
123
  export interface AuthorizationGlobalExceptionRuleState {
124
124
  /**
125
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
125
+ * List of child conditions
126
126
  */
127
127
  childrens?: pulumi.Input<pulumi.Input<inputs.deviceadmin.AuthorizationGlobalExceptionRuleChildren>[]>;
128
128
  /**
@@ -186,7 +186,7 @@ export interface AuthorizationGlobalExceptionRuleState {
186
186
  */
187
187
  export interface AuthorizationGlobalExceptionRuleArgs {
188
188
  /**
189
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
189
+ * List of child conditions
190
190
  */
191
191
  childrens?: pulumi.Input<pulumi.Input<inputs.deviceadmin.AuthorizationGlobalExceptionRuleChildren>[]>;
192
192
  /**
@@ -52,7 +52,7 @@ export declare class AuthorizationRule extends pulumi.CustomResource {
52
52
  */
53
53
  static isInstance(obj: any): obj is AuthorizationRule;
54
54
  /**
55
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
55
+ * List of child conditions
56
56
  */
57
57
  readonly childrens: pulumi.Output<outputs.deviceadmin.AuthorizationRuleChildren[] | undefined>;
58
58
  /**
@@ -132,7 +132,7 @@ export declare class AuthorizationRule extends pulumi.CustomResource {
132
132
  */
133
133
  export interface AuthorizationRuleState {
134
134
  /**
135
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
135
+ * List of child conditions
136
136
  */
137
137
  childrens?: pulumi.Input<pulumi.Input<inputs.deviceadmin.AuthorizationRuleChildren>[]>;
138
138
  /**
@@ -204,7 +204,7 @@ export interface AuthorizationRuleState {
204
204
  */
205
205
  export interface AuthorizationRuleArgs {
206
206
  /**
207
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
207
+ * List of child conditions
208
208
  */
209
209
  childrens?: pulumi.Input<pulumi.Input<inputs.deviceadmin.AuthorizationRuleChildren>[]>;
210
210
  /**
@@ -55,7 +55,7 @@ export declare class Condition extends pulumi.CustomResource {
55
55
  */
56
56
  readonly attributeValue: pulumi.Output<string | undefined>;
57
57
  /**
58
- * List of child conditions. `conditionType` must be one of `LibraryConditionAndBlock` or `LibraryConditionOrBlock`.
58
+ * List of child conditions
59
59
  */
60
60
  readonly childrens: pulumi.Output<outputs.deviceadmin.ConditionChildren[] | undefined>;
61
61
  /**
@@ -110,7 +110,7 @@ export interface ConditionState {
110
110
  */
111
111
  attributeValue?: pulumi.Input<string>;
112
112
  /**
113
- * List of child conditions. `conditionType` must be one of `LibraryConditionAndBlock` or `LibraryConditionOrBlock`.
113
+ * List of child conditions
114
114
  */
115
115
  childrens?: pulumi.Input<pulumi.Input<inputs.deviceadmin.ConditionChildren>[]>;
116
116
  /**
@@ -157,7 +157,7 @@ export interface ConditionArgs {
157
157
  */
158
158
  attributeValue?: pulumi.Input<string>;
159
159
  /**
160
- * List of child conditions. `conditionType` must be one of `LibraryConditionAndBlock` or `LibraryConditionOrBlock`.
160
+ * List of child conditions
161
161
  */
162
162
  childrens?: pulumi.Input<pulumi.Input<inputs.deviceadmin.ConditionChildren>[]>;
163
163
  /**
@@ -38,7 +38,7 @@ export interface GetAuthenticationRuleArgs {
38
38
  */
39
39
  export interface GetAuthenticationRuleResult {
40
40
  /**
41
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
41
+ * List of child conditions
42
42
  */
43
43
  readonly childrens: outputs.deviceadmin.GetAuthenticationRuleChildren[];
44
44
  /**
@@ -38,7 +38,7 @@ export interface GetAuthorizationExceptionRuleArgs {
38
38
  */
39
39
  export interface GetAuthorizationExceptionRuleResult {
40
40
  /**
41
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
41
+ * List of child conditions
42
42
  */
43
43
  readonly childrens: outputs.deviceadmin.GetAuthorizationExceptionRuleChildren[];
44
44
  /**
@@ -33,7 +33,7 @@ export interface GetAuthorizationGlobalExceptionRuleArgs {
33
33
  */
34
34
  export interface GetAuthorizationGlobalExceptionRuleResult {
35
35
  /**
36
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
36
+ * List of child conditions
37
37
  */
38
38
  readonly childrens: outputs.deviceadmin.GetAuthorizationGlobalExceptionRuleChildren[];
39
39
  /**
@@ -38,7 +38,7 @@ export interface GetAuthorizationRuleArgs {
38
38
  */
39
39
  export interface GetAuthorizationRuleResult {
40
40
  /**
41
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
41
+ * List of child conditions
42
42
  */
43
43
  readonly childrens: outputs.deviceadmin.GetAuthorizationRuleChildren[];
44
44
  /**
@@ -41,7 +41,7 @@ export interface GetConditionResult {
41
41
  */
42
42
  readonly attributeValue: string;
43
43
  /**
44
- * List of child conditions. `conditionType` must be one of `LibraryConditionAndBlock` or `LibraryConditionOrBlock`.
44
+ * List of child conditions
45
45
  */
46
46
  readonly childrens: outputs.deviceadmin.GetConditionChildren[];
47
47
  /**
@@ -33,7 +33,7 @@ export interface GetPolicySetArgs {
33
33
  */
34
34
  export interface GetPolicySetResult {
35
35
  /**
36
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
36
+ * List of child conditions
37
37
  */
38
38
  readonly childrens: outputs.deviceadmin.GetPolicySetChildren[];
39
39
  /**
@@ -51,7 +51,7 @@ export declare class PolicySet extends pulumi.CustomResource {
51
51
  */
52
52
  static isInstance(obj: any): obj is PolicySet;
53
53
  /**
54
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
54
+ * List of child conditions
55
55
  */
56
56
  readonly childrens: pulumi.Output<outputs.deviceadmin.PolicySetChildren[] | undefined>;
57
57
  /**
@@ -131,7 +131,7 @@ export declare class PolicySet extends pulumi.CustomResource {
131
131
  */
132
132
  export interface PolicySetState {
133
133
  /**
134
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
134
+ * List of child conditions
135
135
  */
136
136
  childrens?: pulumi.Input<pulumi.Input<inputs.deviceadmin.PolicySetChildren>[]>;
137
137
  /**
@@ -203,7 +203,7 @@ export interface PolicySetState {
203
203
  */
204
204
  export interface PolicySetArgs {
205
205
  /**
206
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
206
+ * List of child conditions
207
207
  */
208
208
  childrens?: pulumi.Input<pulumi.Input<inputs.deviceadmin.PolicySetChildren>[]>;
209
209
  /**
@@ -54,7 +54,7 @@ export declare class AuthenticationRule extends pulumi.CustomResource {
54
54
  */
55
55
  static isInstance(obj: any): obj is AuthenticationRule;
56
56
  /**
57
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
57
+ * List of child conditions
58
58
  */
59
59
  readonly childrens: pulumi.Output<outputs.networkaccess.AuthenticationRuleChildren[] | undefined>;
60
60
  /**
@@ -145,7 +145,7 @@ export declare class AuthenticationRule extends pulumi.CustomResource {
145
145
  */
146
146
  export interface AuthenticationRuleState {
147
147
  /**
148
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
148
+ * List of child conditions
149
149
  */
150
150
  childrens?: pulumi.Input<pulumi.Input<inputs.networkaccess.AuthenticationRuleChildren>[]>;
151
151
  /**
@@ -228,7 +228,7 @@ export interface AuthenticationRuleState {
228
228
  */
229
229
  export interface AuthenticationRuleArgs {
230
230
  /**
231
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
231
+ * List of child conditions
232
232
  */
233
233
  childrens?: pulumi.Input<pulumi.Input<inputs.networkaccess.AuthenticationRuleChildren>[]>;
234
234
  /**
@@ -52,7 +52,7 @@ export declare class AuthorizationExceptionRule extends pulumi.CustomResource {
52
52
  */
53
53
  static isInstance(obj: any): obj is AuthorizationExceptionRule;
54
54
  /**
55
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
55
+ * List of child conditions
56
56
  */
57
57
  readonly childrens: pulumi.Output<outputs.networkaccess.AuthorizationExceptionRuleChildren[] | undefined>;
58
58
  /**
@@ -132,7 +132,7 @@ export declare class AuthorizationExceptionRule extends pulumi.CustomResource {
132
132
  */
133
133
  export interface AuthorizationExceptionRuleState {
134
134
  /**
135
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
135
+ * List of child conditions
136
136
  */
137
137
  childrens?: pulumi.Input<pulumi.Input<inputs.networkaccess.AuthorizationExceptionRuleChildren>[]>;
138
138
  /**
@@ -204,7 +204,7 @@ export interface AuthorizationExceptionRuleState {
204
204
  */
205
205
  export interface AuthorizationExceptionRuleArgs {
206
206
  /**
207
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
207
+ * List of child conditions
208
208
  */
209
209
  childrens?: pulumi.Input<pulumi.Input<inputs.networkaccess.AuthorizationExceptionRuleChildren>[]>;
210
210
  /**
@@ -50,7 +50,7 @@ export declare class AuthorizationGlobalExceptionRule extends pulumi.CustomResou
50
50
  */
51
51
  static isInstance(obj: any): obj is AuthorizationGlobalExceptionRule;
52
52
  /**
53
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
53
+ * List of child conditions
54
54
  */
55
55
  readonly childrens: pulumi.Output<outputs.networkaccess.AuthorizationGlobalExceptionRuleChildren[] | undefined>;
56
56
  /**
@@ -122,7 +122,7 @@ export declare class AuthorizationGlobalExceptionRule extends pulumi.CustomResou
122
122
  */
123
123
  export interface AuthorizationGlobalExceptionRuleState {
124
124
  /**
125
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
125
+ * List of child conditions
126
126
  */
127
127
  childrens?: pulumi.Input<pulumi.Input<inputs.networkaccess.AuthorizationGlobalExceptionRuleChildren>[]>;
128
128
  /**
@@ -186,7 +186,7 @@ export interface AuthorizationGlobalExceptionRuleState {
186
186
  */
187
187
  export interface AuthorizationGlobalExceptionRuleArgs {
188
188
  /**
189
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
189
+ * List of child conditions
190
190
  */
191
191
  childrens?: pulumi.Input<pulumi.Input<inputs.networkaccess.AuthorizationGlobalExceptionRuleChildren>[]>;
192
192
  /**
@@ -52,7 +52,7 @@ export declare class AuthorizationRule extends pulumi.CustomResource {
52
52
  */
53
53
  static isInstance(obj: any): obj is AuthorizationRule;
54
54
  /**
55
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
55
+ * List of child conditions
56
56
  */
57
57
  readonly childrens: pulumi.Output<outputs.networkaccess.AuthorizationRuleChildren[] | undefined>;
58
58
  /**
@@ -132,7 +132,7 @@ export declare class AuthorizationRule extends pulumi.CustomResource {
132
132
  */
133
133
  export interface AuthorizationRuleState {
134
134
  /**
135
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
135
+ * List of child conditions
136
136
  */
137
137
  childrens?: pulumi.Input<pulumi.Input<inputs.networkaccess.AuthorizationRuleChildren>[]>;
138
138
  /**
@@ -204,7 +204,7 @@ export interface AuthorizationRuleState {
204
204
  */
205
205
  export interface AuthorizationRuleArgs {
206
206
  /**
207
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
207
+ * List of child conditions
208
208
  */
209
209
  childrens?: pulumi.Input<pulumi.Input<inputs.networkaccess.AuthorizationRuleChildren>[]>;
210
210
  /**
@@ -55,7 +55,7 @@ export declare class Condition extends pulumi.CustomResource {
55
55
  */
56
56
  readonly attributeValue: pulumi.Output<string | undefined>;
57
57
  /**
58
- * List of child conditions. `conditionType` must be one of `LibraryConditionAndBlock` or `LibraryConditionOrBlock`.
58
+ * List of child conditions.
59
59
  */
60
60
  readonly childrens: pulumi.Output<outputs.networkaccess.ConditionChildren[] | undefined>;
61
61
  /**
@@ -110,7 +110,7 @@ export interface ConditionState {
110
110
  */
111
111
  attributeValue?: pulumi.Input<string>;
112
112
  /**
113
- * List of child conditions. `conditionType` must be one of `LibraryConditionAndBlock` or `LibraryConditionOrBlock`.
113
+ * List of child conditions.
114
114
  */
115
115
  childrens?: pulumi.Input<pulumi.Input<inputs.networkaccess.ConditionChildren>[]>;
116
116
  /**
@@ -157,7 +157,7 @@ export interface ConditionArgs {
157
157
  */
158
158
  attributeValue?: pulumi.Input<string>;
159
159
  /**
160
- * List of child conditions. `conditionType` must be one of `LibraryConditionAndBlock` or `LibraryConditionOrBlock`.
160
+ * List of child conditions.
161
161
  */
162
162
  childrens?: pulumi.Input<pulumi.Input<inputs.networkaccess.ConditionChildren>[]>;
163
163
  /**
@@ -38,7 +38,7 @@ export interface GetAuthenticationRuleArgs {
38
38
  */
39
39
  export interface GetAuthenticationRuleResult {
40
40
  /**
41
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
41
+ * List of child conditions
42
42
  */
43
43
  readonly childrens: outputs.networkaccess.GetAuthenticationRuleChildren[];
44
44
  /**
@@ -38,7 +38,7 @@ export interface GetAuthorizationExceptionRuleArgs {
38
38
  */
39
39
  export interface GetAuthorizationExceptionRuleResult {
40
40
  /**
41
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
41
+ * List of child conditions
42
42
  */
43
43
  readonly childrens: outputs.networkaccess.GetAuthorizationExceptionRuleChildren[];
44
44
  /**
@@ -33,7 +33,7 @@ export interface GetAuthorizationGlobalExceptionRuleArgs {
33
33
  */
34
34
  export interface GetAuthorizationGlobalExceptionRuleResult {
35
35
  /**
36
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
36
+ * List of child conditions
37
37
  */
38
38
  readonly childrens: outputs.networkaccess.GetAuthorizationGlobalExceptionRuleChildren[];
39
39
  /**
@@ -38,7 +38,7 @@ export interface GetAuthorizationRuleArgs {
38
38
  */
39
39
  export interface GetAuthorizationRuleResult {
40
40
  /**
41
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
41
+ * List of child conditions
42
42
  */
43
43
  readonly childrens: outputs.networkaccess.GetAuthorizationRuleChildren[];
44
44
  /**
@@ -41,7 +41,7 @@ export interface GetConditionResult {
41
41
  */
42
42
  readonly attributeValue: string;
43
43
  /**
44
- * List of child conditions. `conditionType` must be one of `LibraryConditionAndBlock` or `LibraryConditionOrBlock`.
44
+ * List of child conditions.
45
45
  */
46
46
  readonly childrens: outputs.networkaccess.GetConditionChildren[];
47
47
  /**
@@ -33,7 +33,7 @@ export interface GetPolicySetArgs {
33
33
  */
34
34
  export interface GetPolicySetResult {
35
35
  /**
36
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
36
+ * List of child conditions
37
37
  */
38
38
  readonly childrens: outputs.networkaccess.GetPolicySetChildren[];
39
39
  /**
@@ -51,7 +51,7 @@ export declare class PolicySet extends pulumi.CustomResource {
51
51
  */
52
52
  static isInstance(obj: any): obj is PolicySet;
53
53
  /**
54
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
54
+ * List of child conditions
55
55
  */
56
56
  readonly childrens: pulumi.Output<outputs.networkaccess.PolicySetChildren[] | undefined>;
57
57
  /**
@@ -131,7 +131,7 @@ export declare class PolicySet extends pulumi.CustomResource {
131
131
  */
132
132
  export interface PolicySetState {
133
133
  /**
134
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
134
+ * List of child conditions
135
135
  */
136
136
  childrens?: pulumi.Input<pulumi.Input<inputs.networkaccess.PolicySetChildren>[]>;
137
137
  /**
@@ -203,7 +203,7 @@ export interface PolicySetState {
203
203
  */
204
204
  export interface PolicySetArgs {
205
205
  /**
206
- * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
206
+ * List of child conditions
207
207
  */
208
208
  childrens?: pulumi.Input<pulumi.Input<inputs.networkaccess.PolicySetChildren>[]>;
209
209
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/ise",
3
- "version": "0.3.0-alpha.1772792916",
3
+ "version": "0.3.0",
4
4
  "description": "A Pulumi package for managing resources on a Cisco ISE (Identity Service Engine) instance.. Based on terraform-provider-ise: version v0.2.1",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -24,6 +24,6 @@
24
24
  "pulumi": {
25
25
  "resource": true,
26
26
  "name": "ise",
27
- "version": "0.3.0-alpha.1772792916"
27
+ "version": "0.3.0"
28
28
  }
29
29
  }
package/provider.d.ts CHANGED
@@ -48,6 +48,10 @@ export interface ProviderArgs {
48
48
  * Password for the ISE instance. This can also be set as the ISE_PASSWORD environment variable.
49
49
  */
50
50
  password?: pulumi.Input<string>;
51
+ /**
52
+ * HTTP request timeout in seconds for REST API calls. This can also be set as the ISE_REQUEST_TIMEOUT environment variable. Defaults to `60`. Increase this value when working with complex nested policy conditions (e.g., 7-level nesting may require 180-300 seconds).
53
+ */
54
+ requestTimeout?: pulumi.Input<number>;
51
55
  /**
52
56
  * Number of retries for REST API calls. This can also be set as the ISE_RETRIES environment variable. Defaults to `3`.
53
57
  */
package/provider.js CHANGED
@@ -35,6 +35,7 @@ class Provider extends pulumi.ProviderResource {
35
35
  {
36
36
  resourceInputs["insecure"] = pulumi.output(args?.insecure).apply(JSON.stringify);
37
37
  resourceInputs["password"] = args?.password ? pulumi.secret(args.password) : undefined;
38
+ resourceInputs["requestTimeout"] = pulumi.output(args?.requestTimeout).apply(JSON.stringify);
38
39
  resourceInputs["retries"] = pulumi.output(args?.retries).apply(JSON.stringify);
39
40
  resourceInputs["url"] = args?.url;
40
41
  resourceInputs["username"] = args?.username;
package/provider.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"provider.js","sourceRoot":"","sources":["../provider.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;GAKG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,gBAAgB;IAIjD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,GAAG,QAAQ,CAAC,YAAY,CAAC;IAC/E,CAAC;IAeD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAmB,EAAE,IAA6B;QACxE,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB;YACI,cAAc,CAAC,UAAU,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YACjF,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YACvF,cAAc,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YAC/E,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,EAAE,GAAG,CAAC;YAClC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;SAC/C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,UAAU,CAAC,EAAE,CAAC;QAC7D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;IAED;;OAEG;IACH,eAAe;QACX,OAAO,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,sCAAsC,EAAE;YAC/D,UAAU,EAAE,IAAI;SACnB,EAAE,IAAI,CAAC,CAAC;IACb,CAAC;;AA1DL,4BA2DC;AA1DG,gBAAgB;AACO,qBAAY,GAAG,KAAK,CAAC"}
1
+ {"version":3,"file":"provider.js","sourceRoot":"","sources":["../provider.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;GAKG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,gBAAgB;IAIjD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,GAAG,QAAQ,CAAC,YAAY,CAAC;IAC/E,CAAC;IAeD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAmB,EAAE,IAA6B;QACxE,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB;YACI,cAAc,CAAC,UAAU,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YACjF,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YACvF,cAAc,CAAC,gBAAgB,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,cAAc,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YAC7F,cAAc,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YAC/E,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,EAAE,GAAG,CAAC;YAClC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;SAC/C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,UAAU,CAAC,EAAE,CAAC;QAC7D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;IAED;;OAEG;IACH,eAAe;QACX,OAAO,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,sCAAsC,EAAE;YAC/D,UAAU,EAAE,IAAI;SACnB,EAAE,IAAI,CAAC,CAAC;IACb,CAAC;;AA3DL,4BA4DC;AA3DG,gBAAgB;AACO,qBAAY,GAAG,KAAK,CAAC"}