@pulumi/ise 0.3.0-alpha.1759212613 → 0.3.0-alpha.1759385351
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/deviceadmin/authenticationRule.d.ts +3 -3
- package/deviceadmin/authorizationExceptionRule.d.ts +3 -3
- package/deviceadmin/authorizationGlobalExceptionRule.d.ts +3 -3
- package/deviceadmin/authorizationRule.d.ts +3 -3
- package/deviceadmin/condition.d.ts +3 -3
- package/deviceadmin/policySet.d.ts +3 -3
- package/networkaccess/authenticationRule.d.ts +3 -3
- package/networkaccess/authorizationExceptionRule.d.ts +3 -3
- package/networkaccess/authorizationGlobalExceptionRule.d.ts +3 -3
- package/networkaccess/authorizationRule.d.ts +3 -3
- package/networkaccess/condition.d.ts +3 -3
- package/networkaccess/policySet.d.ts +3 -3
- package/package.json +2 -2
- package/types/input.d.ts +12 -12
- package/types/output.d.ts +12 -12
|
@@ -83,7 +83,7 @@ export declare class AuthenticationRule extends pulumi.CustomResource {
|
|
|
83
83
|
readonly conditionIsNegate: pulumi.Output<boolean | undefined>;
|
|
84
84
|
/**
|
|
85
85
|
* Equality operator
|
|
86
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
86
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
87
87
|
*/
|
|
88
88
|
readonly conditionOperator: pulumi.Output<string | undefined>;
|
|
89
89
|
/**
|
|
@@ -174,7 +174,7 @@ export interface AuthenticationRuleState {
|
|
|
174
174
|
conditionIsNegate?: pulumi.Input<boolean>;
|
|
175
175
|
/**
|
|
176
176
|
* Equality operator
|
|
177
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
177
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
178
178
|
*/
|
|
179
179
|
conditionOperator?: pulumi.Input<string>;
|
|
180
180
|
/**
|
|
@@ -257,7 +257,7 @@ export interface AuthenticationRuleArgs {
|
|
|
257
257
|
conditionIsNegate?: pulumi.Input<boolean>;
|
|
258
258
|
/**
|
|
259
259
|
* Equality operator
|
|
260
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
260
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
261
261
|
*/
|
|
262
262
|
conditionOperator?: pulumi.Input<string>;
|
|
263
263
|
/**
|
|
@@ -85,7 +85,7 @@ export declare class AuthorizationExceptionRule extends pulumi.CustomResource {
|
|
|
85
85
|
readonly conditionIsNegate: pulumi.Output<boolean | undefined>;
|
|
86
86
|
/**
|
|
87
87
|
* Equality operator
|
|
88
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
88
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
89
89
|
*/
|
|
90
90
|
readonly conditionOperator: pulumi.Output<string | undefined>;
|
|
91
91
|
/**
|
|
@@ -165,7 +165,7 @@ export interface AuthorizationExceptionRuleState {
|
|
|
165
165
|
conditionIsNegate?: pulumi.Input<boolean>;
|
|
166
166
|
/**
|
|
167
167
|
* Equality operator
|
|
168
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
168
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
169
169
|
*/
|
|
170
170
|
conditionOperator?: pulumi.Input<string>;
|
|
171
171
|
/**
|
|
@@ -237,7 +237,7 @@ export interface AuthorizationExceptionRuleArgs {
|
|
|
237
237
|
conditionIsNegate?: pulumi.Input<boolean>;
|
|
238
238
|
/**
|
|
239
239
|
* Equality operator
|
|
240
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
240
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
241
241
|
*/
|
|
242
242
|
conditionOperator?: pulumi.Input<string>;
|
|
243
243
|
/**
|
|
@@ -83,7 +83,7 @@ export declare class AuthorizationGlobalExceptionRule extends pulumi.CustomResou
|
|
|
83
83
|
readonly conditionIsNegate: pulumi.Output<boolean | undefined>;
|
|
84
84
|
/**
|
|
85
85
|
* Equality operator
|
|
86
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
86
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
87
87
|
*/
|
|
88
88
|
readonly conditionOperator: pulumi.Output<string | undefined>;
|
|
89
89
|
/**
|
|
@@ -155,7 +155,7 @@ export interface AuthorizationGlobalExceptionRuleState {
|
|
|
155
155
|
conditionIsNegate?: pulumi.Input<boolean>;
|
|
156
156
|
/**
|
|
157
157
|
* Equality operator
|
|
158
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
158
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
159
159
|
*/
|
|
160
160
|
conditionOperator?: pulumi.Input<string>;
|
|
161
161
|
/**
|
|
@@ -219,7 +219,7 @@ export interface AuthorizationGlobalExceptionRuleArgs {
|
|
|
219
219
|
conditionIsNegate?: pulumi.Input<boolean>;
|
|
220
220
|
/**
|
|
221
221
|
* Equality operator
|
|
222
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
222
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
223
223
|
*/
|
|
224
224
|
conditionOperator?: pulumi.Input<string>;
|
|
225
225
|
/**
|
|
@@ -85,7 +85,7 @@ export declare class AuthorizationRule extends pulumi.CustomResource {
|
|
|
85
85
|
readonly conditionIsNegate: pulumi.Output<boolean | undefined>;
|
|
86
86
|
/**
|
|
87
87
|
* Equality operator
|
|
88
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
88
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
89
89
|
*/
|
|
90
90
|
readonly conditionOperator: pulumi.Output<string | undefined>;
|
|
91
91
|
/**
|
|
@@ -165,7 +165,7 @@ export interface AuthorizationRuleState {
|
|
|
165
165
|
conditionIsNegate?: pulumi.Input<boolean>;
|
|
166
166
|
/**
|
|
167
167
|
* Equality operator
|
|
168
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
168
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
169
169
|
*/
|
|
170
170
|
conditionOperator?: pulumi.Input<string>;
|
|
171
171
|
/**
|
|
@@ -237,7 +237,7 @@ export interface AuthorizationRuleArgs {
|
|
|
237
237
|
conditionIsNegate?: pulumi.Input<boolean>;
|
|
238
238
|
/**
|
|
239
239
|
* Equality operator
|
|
240
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
240
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
241
241
|
*/
|
|
242
242
|
conditionOperator?: pulumi.Input<string>;
|
|
243
243
|
/**
|
|
@@ -85,7 +85,7 @@ export declare class Condition extends pulumi.CustomResource {
|
|
|
85
85
|
readonly name: pulumi.Output<string>;
|
|
86
86
|
/**
|
|
87
87
|
* Equality operator
|
|
88
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
88
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
89
89
|
*/
|
|
90
90
|
readonly operator: pulumi.Output<string | undefined>;
|
|
91
91
|
/**
|
|
@@ -140,7 +140,7 @@ export interface ConditionState {
|
|
|
140
140
|
name?: pulumi.Input<string>;
|
|
141
141
|
/**
|
|
142
142
|
* Equality operator
|
|
143
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
143
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
144
144
|
*/
|
|
145
145
|
operator?: pulumi.Input<string>;
|
|
146
146
|
}
|
|
@@ -187,7 +187,7 @@ export interface ConditionArgs {
|
|
|
187
187
|
name?: pulumi.Input<string>;
|
|
188
188
|
/**
|
|
189
189
|
* Equality operator
|
|
190
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
190
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
191
191
|
*/
|
|
192
192
|
operator?: pulumi.Input<string>;
|
|
193
193
|
}
|
|
@@ -80,7 +80,7 @@ export declare class PolicySet extends pulumi.CustomResource {
|
|
|
80
80
|
readonly conditionIsNegate: pulumi.Output<boolean | undefined>;
|
|
81
81
|
/**
|
|
82
82
|
* Equality operator
|
|
83
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
83
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
84
84
|
*/
|
|
85
85
|
readonly conditionOperator: pulumi.Output<string | undefined>;
|
|
86
86
|
/**
|
|
@@ -160,7 +160,7 @@ export interface PolicySetState {
|
|
|
160
160
|
conditionIsNegate?: pulumi.Input<boolean>;
|
|
161
161
|
/**
|
|
162
162
|
* Equality operator
|
|
163
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
163
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
164
164
|
*/
|
|
165
165
|
conditionOperator?: pulumi.Input<string>;
|
|
166
166
|
/**
|
|
@@ -232,7 +232,7 @@ export interface PolicySetArgs {
|
|
|
232
232
|
conditionIsNegate?: pulumi.Input<boolean>;
|
|
233
233
|
/**
|
|
234
234
|
* Equality operator
|
|
235
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
235
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
236
236
|
*/
|
|
237
237
|
conditionOperator?: pulumi.Input<string>;
|
|
238
238
|
/**
|
|
@@ -83,7 +83,7 @@ export declare class AuthenticationRule extends pulumi.CustomResource {
|
|
|
83
83
|
readonly conditionIsNegate: pulumi.Output<boolean | undefined>;
|
|
84
84
|
/**
|
|
85
85
|
* Equality operator
|
|
86
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
86
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
87
87
|
*/
|
|
88
88
|
readonly conditionOperator: pulumi.Output<string | undefined>;
|
|
89
89
|
/**
|
|
@@ -174,7 +174,7 @@ export interface AuthenticationRuleState {
|
|
|
174
174
|
conditionIsNegate?: pulumi.Input<boolean>;
|
|
175
175
|
/**
|
|
176
176
|
* Equality operator
|
|
177
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
177
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
178
178
|
*/
|
|
179
179
|
conditionOperator?: pulumi.Input<string>;
|
|
180
180
|
/**
|
|
@@ -257,7 +257,7 @@ export interface AuthenticationRuleArgs {
|
|
|
257
257
|
conditionIsNegate?: pulumi.Input<boolean>;
|
|
258
258
|
/**
|
|
259
259
|
* Equality operator
|
|
260
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
260
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
261
261
|
*/
|
|
262
262
|
conditionOperator?: pulumi.Input<string>;
|
|
263
263
|
/**
|
|
@@ -81,7 +81,7 @@ export declare class AuthorizationExceptionRule extends pulumi.CustomResource {
|
|
|
81
81
|
readonly conditionIsNegate: pulumi.Output<boolean | undefined>;
|
|
82
82
|
/**
|
|
83
83
|
* Equality operator
|
|
84
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
84
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
85
85
|
*/
|
|
86
86
|
readonly conditionOperator: pulumi.Output<string | undefined>;
|
|
87
87
|
/**
|
|
@@ -161,7 +161,7 @@ export interface AuthorizationExceptionRuleState {
|
|
|
161
161
|
conditionIsNegate?: pulumi.Input<boolean>;
|
|
162
162
|
/**
|
|
163
163
|
* Equality operator
|
|
164
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
164
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
165
165
|
*/
|
|
166
166
|
conditionOperator?: pulumi.Input<string>;
|
|
167
167
|
/**
|
|
@@ -233,7 +233,7 @@ export interface AuthorizationExceptionRuleArgs {
|
|
|
233
233
|
conditionIsNegate?: pulumi.Input<boolean>;
|
|
234
234
|
/**
|
|
235
235
|
* Equality operator
|
|
236
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
236
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
237
237
|
*/
|
|
238
238
|
conditionOperator?: pulumi.Input<string>;
|
|
239
239
|
/**
|
|
@@ -79,7 +79,7 @@ export declare class AuthorizationGlobalExceptionRule extends pulumi.CustomResou
|
|
|
79
79
|
readonly conditionIsNegate: pulumi.Output<boolean | undefined>;
|
|
80
80
|
/**
|
|
81
81
|
* Equality operator
|
|
82
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
82
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
83
83
|
*/
|
|
84
84
|
readonly conditionOperator: pulumi.Output<string | undefined>;
|
|
85
85
|
/**
|
|
@@ -151,7 +151,7 @@ export interface AuthorizationGlobalExceptionRuleState {
|
|
|
151
151
|
conditionIsNegate?: pulumi.Input<boolean>;
|
|
152
152
|
/**
|
|
153
153
|
* Equality operator
|
|
154
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
154
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
155
155
|
*/
|
|
156
156
|
conditionOperator?: pulumi.Input<string>;
|
|
157
157
|
/**
|
|
@@ -215,7 +215,7 @@ export interface AuthorizationGlobalExceptionRuleArgs {
|
|
|
215
215
|
conditionIsNegate?: pulumi.Input<boolean>;
|
|
216
216
|
/**
|
|
217
217
|
* Equality operator
|
|
218
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
218
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
219
219
|
*/
|
|
220
220
|
conditionOperator?: pulumi.Input<string>;
|
|
221
221
|
/**
|
|
@@ -81,7 +81,7 @@ export declare class AuthorizationRule extends pulumi.CustomResource {
|
|
|
81
81
|
readonly conditionIsNegate: pulumi.Output<boolean | undefined>;
|
|
82
82
|
/**
|
|
83
83
|
* Equality operator
|
|
84
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
84
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
85
85
|
*/
|
|
86
86
|
readonly conditionOperator: pulumi.Output<string | undefined>;
|
|
87
87
|
/**
|
|
@@ -161,7 +161,7 @@ export interface AuthorizationRuleState {
|
|
|
161
161
|
conditionIsNegate?: pulumi.Input<boolean>;
|
|
162
162
|
/**
|
|
163
163
|
* Equality operator
|
|
164
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
164
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
165
165
|
*/
|
|
166
166
|
conditionOperator?: pulumi.Input<string>;
|
|
167
167
|
/**
|
|
@@ -233,7 +233,7 @@ export interface AuthorizationRuleArgs {
|
|
|
233
233
|
conditionIsNegate?: pulumi.Input<boolean>;
|
|
234
234
|
/**
|
|
235
235
|
* Equality operator
|
|
236
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
236
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
237
237
|
*/
|
|
238
238
|
conditionOperator?: pulumi.Input<string>;
|
|
239
239
|
/**
|
|
@@ -85,7 +85,7 @@ export declare class Condition extends pulumi.CustomResource {
|
|
|
85
85
|
readonly name: pulumi.Output<string>;
|
|
86
86
|
/**
|
|
87
87
|
* Equality operator
|
|
88
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
88
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
89
89
|
*/
|
|
90
90
|
readonly operator: pulumi.Output<string | undefined>;
|
|
91
91
|
/**
|
|
@@ -140,7 +140,7 @@ export interface ConditionState {
|
|
|
140
140
|
name?: pulumi.Input<string>;
|
|
141
141
|
/**
|
|
142
142
|
* Equality operator
|
|
143
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
143
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
144
144
|
*/
|
|
145
145
|
operator?: pulumi.Input<string>;
|
|
146
146
|
}
|
|
@@ -187,7 +187,7 @@ export interface ConditionArgs {
|
|
|
187
187
|
name?: pulumi.Input<string>;
|
|
188
188
|
/**
|
|
189
189
|
* Equality operator
|
|
190
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
190
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
191
191
|
*/
|
|
192
192
|
operator?: pulumi.Input<string>;
|
|
193
193
|
}
|
|
@@ -80,7 +80,7 @@ export declare class PolicySet extends pulumi.CustomResource {
|
|
|
80
80
|
readonly conditionIsNegate: pulumi.Output<boolean | undefined>;
|
|
81
81
|
/**
|
|
82
82
|
* Equality operator
|
|
83
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
83
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
84
84
|
*/
|
|
85
85
|
readonly conditionOperator: pulumi.Output<string | undefined>;
|
|
86
86
|
/**
|
|
@@ -160,7 +160,7 @@ export interface PolicySetState {
|
|
|
160
160
|
conditionIsNegate?: pulumi.Input<boolean>;
|
|
161
161
|
/**
|
|
162
162
|
* Equality operator
|
|
163
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
163
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
164
164
|
*/
|
|
165
165
|
conditionOperator?: pulumi.Input<string>;
|
|
166
166
|
/**
|
|
@@ -232,7 +232,7 @@ export interface PolicySetArgs {
|
|
|
232
232
|
conditionIsNegate?: pulumi.Input<boolean>;
|
|
233
233
|
/**
|
|
234
234
|
* Equality operator
|
|
235
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
235
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
236
236
|
*/
|
|
237
237
|
conditionOperator?: pulumi.Input<string>;
|
|
238
238
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/ise",
|
|
3
|
-
"version": "0.3.0-alpha.
|
|
3
|
+
"version": "0.3.0-alpha.1759385351",
|
|
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.
|
|
27
|
+
"version": "0.3.0-alpha.1759385351"
|
|
28
28
|
}
|
|
29
29
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -37,7 +37,7 @@ export declare namespace deviceadmin {
|
|
|
37
37
|
isNegate?: pulumi.Input<boolean>;
|
|
38
38
|
/**
|
|
39
39
|
* Equality operator
|
|
40
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
40
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
41
41
|
*/
|
|
42
42
|
operator?: pulumi.Input<string>;
|
|
43
43
|
}
|
|
@@ -123,7 +123,7 @@ export declare namespace deviceadmin {
|
|
|
123
123
|
isNegate?: pulumi.Input<boolean>;
|
|
124
124
|
/**
|
|
125
125
|
* Equality operator
|
|
126
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
126
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
127
127
|
*/
|
|
128
128
|
operator?: pulumi.Input<string>;
|
|
129
129
|
}
|
|
@@ -209,7 +209,7 @@ export declare namespace deviceadmin {
|
|
|
209
209
|
isNegate?: pulumi.Input<boolean>;
|
|
210
210
|
/**
|
|
211
211
|
* Equality operator
|
|
212
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
212
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
213
213
|
*/
|
|
214
214
|
operator?: pulumi.Input<string>;
|
|
215
215
|
}
|
|
@@ -295,7 +295,7 @@ export declare namespace deviceadmin {
|
|
|
295
295
|
isNegate?: pulumi.Input<boolean>;
|
|
296
296
|
/**
|
|
297
297
|
* Equality operator
|
|
298
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
298
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
299
299
|
*/
|
|
300
300
|
operator?: pulumi.Input<string>;
|
|
301
301
|
}
|
|
@@ -389,7 +389,7 @@ export declare namespace deviceadmin {
|
|
|
389
389
|
name?: pulumi.Input<string>;
|
|
390
390
|
/**
|
|
391
391
|
* Equality operator
|
|
392
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
392
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
393
393
|
*/
|
|
394
394
|
operator?: pulumi.Input<string>;
|
|
395
395
|
}
|
|
@@ -473,7 +473,7 @@ export declare namespace deviceadmin {
|
|
|
473
473
|
isNegate?: pulumi.Input<boolean>;
|
|
474
474
|
/**
|
|
475
475
|
* Equality operator
|
|
476
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
476
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
477
477
|
*/
|
|
478
478
|
operator?: pulumi.Input<string>;
|
|
479
479
|
}
|
|
@@ -684,7 +684,7 @@ export declare namespace networkaccess {
|
|
|
684
684
|
isNegate?: pulumi.Input<boolean>;
|
|
685
685
|
/**
|
|
686
686
|
* Equality operator
|
|
687
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
687
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
688
688
|
*/
|
|
689
689
|
operator?: pulumi.Input<string>;
|
|
690
690
|
}
|
|
@@ -770,7 +770,7 @@ export declare namespace networkaccess {
|
|
|
770
770
|
isNegate?: pulumi.Input<boolean>;
|
|
771
771
|
/**
|
|
772
772
|
* Equality operator
|
|
773
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
773
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
774
774
|
*/
|
|
775
775
|
operator?: pulumi.Input<string>;
|
|
776
776
|
}
|
|
@@ -856,7 +856,7 @@ export declare namespace networkaccess {
|
|
|
856
856
|
isNegate?: pulumi.Input<boolean>;
|
|
857
857
|
/**
|
|
858
858
|
* Equality operator
|
|
859
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
859
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
860
860
|
*/
|
|
861
861
|
operator?: pulumi.Input<string>;
|
|
862
862
|
}
|
|
@@ -969,7 +969,7 @@ export declare namespace networkaccess {
|
|
|
969
969
|
isNegate?: pulumi.Input<boolean>;
|
|
970
970
|
/**
|
|
971
971
|
* Equality operator
|
|
972
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
972
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
973
973
|
*/
|
|
974
974
|
operator?: pulumi.Input<string>;
|
|
975
975
|
}
|
|
@@ -1063,7 +1063,7 @@ export declare namespace networkaccess {
|
|
|
1063
1063
|
name?: pulumi.Input<string>;
|
|
1064
1064
|
/**
|
|
1065
1065
|
* Equality operator
|
|
1066
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
1066
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
1067
1067
|
*/
|
|
1068
1068
|
operator?: pulumi.Input<string>;
|
|
1069
1069
|
}
|
|
@@ -1147,7 +1147,7 @@ export declare namespace networkaccess {
|
|
|
1147
1147
|
isNegate?: pulumi.Input<boolean>;
|
|
1148
1148
|
/**
|
|
1149
1149
|
* Equality operator
|
|
1150
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
1150
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
1151
1151
|
*/
|
|
1152
1152
|
operator?: pulumi.Input<string>;
|
|
1153
1153
|
}
|
package/types/output.d.ts
CHANGED
|
@@ -36,7 +36,7 @@ export declare namespace deviceadmin {
|
|
|
36
36
|
isNegate?: boolean;
|
|
37
37
|
/**
|
|
38
38
|
* Equality operator
|
|
39
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
39
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
40
40
|
*/
|
|
41
41
|
operator?: string;
|
|
42
42
|
}
|
|
@@ -122,7 +122,7 @@ export declare namespace deviceadmin {
|
|
|
122
122
|
isNegate?: boolean;
|
|
123
123
|
/**
|
|
124
124
|
* Equality operator
|
|
125
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
125
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
126
126
|
*/
|
|
127
127
|
operator?: string;
|
|
128
128
|
}
|
|
@@ -208,7 +208,7 @@ export declare namespace deviceadmin {
|
|
|
208
208
|
isNegate?: boolean;
|
|
209
209
|
/**
|
|
210
210
|
* Equality operator
|
|
211
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
211
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
212
212
|
*/
|
|
213
213
|
operator?: string;
|
|
214
214
|
}
|
|
@@ -294,7 +294,7 @@ export declare namespace deviceadmin {
|
|
|
294
294
|
isNegate?: boolean;
|
|
295
295
|
/**
|
|
296
296
|
* Equality operator
|
|
297
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
297
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
298
298
|
*/
|
|
299
299
|
operator?: string;
|
|
300
300
|
}
|
|
@@ -388,7 +388,7 @@ export declare namespace deviceadmin {
|
|
|
388
388
|
name?: string;
|
|
389
389
|
/**
|
|
390
390
|
* Equality operator
|
|
391
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
391
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
392
392
|
*/
|
|
393
393
|
operator?: string;
|
|
394
394
|
}
|
|
@@ -948,7 +948,7 @@ export declare namespace deviceadmin {
|
|
|
948
948
|
isNegate?: boolean;
|
|
949
949
|
/**
|
|
950
950
|
* Equality operator
|
|
951
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
951
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
952
952
|
*/
|
|
953
953
|
operator?: string;
|
|
954
954
|
}
|
|
@@ -1240,7 +1240,7 @@ export declare namespace networkaccess {
|
|
|
1240
1240
|
isNegate?: boolean;
|
|
1241
1241
|
/**
|
|
1242
1242
|
* Equality operator
|
|
1243
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
1243
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
1244
1244
|
*/
|
|
1245
1245
|
operator?: string;
|
|
1246
1246
|
}
|
|
@@ -1326,7 +1326,7 @@ export declare namespace networkaccess {
|
|
|
1326
1326
|
isNegate?: boolean;
|
|
1327
1327
|
/**
|
|
1328
1328
|
* Equality operator
|
|
1329
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
1329
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
1330
1330
|
*/
|
|
1331
1331
|
operator?: string;
|
|
1332
1332
|
}
|
|
@@ -1412,7 +1412,7 @@ export declare namespace networkaccess {
|
|
|
1412
1412
|
isNegate?: boolean;
|
|
1413
1413
|
/**
|
|
1414
1414
|
* Equality operator
|
|
1415
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
1415
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
1416
1416
|
*/
|
|
1417
1417
|
operator?: string;
|
|
1418
1418
|
}
|
|
@@ -1525,7 +1525,7 @@ export declare namespace networkaccess {
|
|
|
1525
1525
|
isNegate?: boolean;
|
|
1526
1526
|
/**
|
|
1527
1527
|
* Equality operator
|
|
1528
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
1528
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
1529
1529
|
*/
|
|
1530
1530
|
operator?: string;
|
|
1531
1531
|
}
|
|
@@ -1619,7 +1619,7 @@ export declare namespace networkaccess {
|
|
|
1619
1619
|
name?: string;
|
|
1620
1620
|
/**
|
|
1621
1621
|
* Equality operator
|
|
1622
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
1622
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
1623
1623
|
*/
|
|
1624
1624
|
operator?: string;
|
|
1625
1625
|
}
|
|
@@ -2177,7 +2177,7 @@ export declare namespace networkaccess {
|
|
|
2177
2177
|
isNegate?: boolean;
|
|
2178
2178
|
/**
|
|
2179
2179
|
* Equality operator
|
|
2180
|
-
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
2180
|
+
* - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`, `macContains`, `macEndsWith`, `macEquals`, `macIn`, `macNotContains`, `macNotEndsWith`, `macNotEquals`, `macNotIn`, `macNotStartsWith`, `macStartsWith`
|
|
2181
2181
|
*/
|
|
2182
2182
|
operator?: string;
|
|
2183
2183
|
}
|