pulumi-ise 0.3.0a1759298842__py3-none-any.whl → 0.3.0a1759531260__py3-none-any.whl
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.
- pulumi_ise/deviceadmin/_inputs.py +18 -18
- pulumi_ise/deviceadmin/authentication_rule.py +7 -7
- pulumi_ise/deviceadmin/authorization_exception_rule.py +7 -7
- pulumi_ise/deviceadmin/authorization_global_exception_rule.py +7 -7
- pulumi_ise/deviceadmin/authorization_rule.py +7 -7
- pulumi_ise/deviceadmin/condition.py +7 -7
- pulumi_ise/deviceadmin/outputs.py +12 -12
- pulumi_ise/deviceadmin/policy_set.py +7 -7
- pulumi_ise/networkaccess/_inputs.py +18 -18
- pulumi_ise/networkaccess/authentication_rule.py +7 -7
- pulumi_ise/networkaccess/authorization_exception_rule.py +7 -7
- pulumi_ise/networkaccess/authorization_global_exception_rule.py +7 -7
- pulumi_ise/networkaccess/authorization_rule.py +7 -7
- pulumi_ise/networkaccess/condition.py +7 -7
- pulumi_ise/networkaccess/outputs.py +12 -12
- pulumi_ise/networkaccess/policy_set.py +7 -7
- pulumi_ise/pulumi-plugin.json +1 -1
- {pulumi_ise-0.3.0a1759298842.dist-info → pulumi_ise-0.3.0a1759531260.dist-info}/METADATA +1 -1
- {pulumi_ise-0.3.0a1759298842.dist-info → pulumi_ise-0.3.0a1759531260.dist-info}/RECORD +21 -21
- {pulumi_ise-0.3.0a1759298842.dist-info → pulumi_ise-0.3.0a1759531260.dist-info}/WHEEL +0 -0
- {pulumi_ise-0.3.0a1759298842.dist-info → pulumi_ise-0.3.0a1759531260.dist-info}/top_level.txt +0 -0
|
@@ -101,7 +101,7 @@ class AuthenticationRuleChildren(dict):
|
|
|
101
101
|
:param _builtins.str id: UUID for condition
|
|
102
102
|
:param _builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
|
103
103
|
:param _builtins.str operator: Equality operator
|
|
104
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
104
|
+
- 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`
|
|
105
105
|
"""
|
|
106
106
|
pulumi.set(__self__, "condition_type", condition_type)
|
|
107
107
|
if attribute_name is not None:
|
|
@@ -191,7 +191,7 @@ class AuthenticationRuleChildren(dict):
|
|
|
191
191
|
def operator(self) -> Optional[_builtins.str]:
|
|
192
192
|
"""
|
|
193
193
|
Equality operator
|
|
194
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
194
|
+
- 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`
|
|
195
195
|
"""
|
|
196
196
|
return pulumi.get(self, "operator")
|
|
197
197
|
|
|
@@ -410,7 +410,7 @@ class AuthorizationExceptionRuleChildren(dict):
|
|
|
410
410
|
:param _builtins.str id: UUID for condition
|
|
411
411
|
:param _builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
|
412
412
|
:param _builtins.str operator: Equality operator
|
|
413
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
413
|
+
- 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`
|
|
414
414
|
"""
|
|
415
415
|
pulumi.set(__self__, "condition_type", condition_type)
|
|
416
416
|
if attribute_name is not None:
|
|
@@ -500,7 +500,7 @@ class AuthorizationExceptionRuleChildren(dict):
|
|
|
500
500
|
def operator(self) -> Optional[_builtins.str]:
|
|
501
501
|
"""
|
|
502
502
|
Equality operator
|
|
503
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
503
|
+
- 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`
|
|
504
504
|
"""
|
|
505
505
|
return pulumi.get(self, "operator")
|
|
506
506
|
|
|
@@ -719,7 +719,7 @@ class AuthorizationGlobalExceptionRuleChildren(dict):
|
|
|
719
719
|
:param _builtins.str id: UUID for condition
|
|
720
720
|
:param _builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
|
721
721
|
:param _builtins.str operator: Equality operator
|
|
722
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
722
|
+
- 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`
|
|
723
723
|
"""
|
|
724
724
|
pulumi.set(__self__, "condition_type", condition_type)
|
|
725
725
|
if attribute_name is not None:
|
|
@@ -809,7 +809,7 @@ class AuthorizationGlobalExceptionRuleChildren(dict):
|
|
|
809
809
|
def operator(self) -> Optional[_builtins.str]:
|
|
810
810
|
"""
|
|
811
811
|
Equality operator
|
|
812
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
812
|
+
- 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`
|
|
813
813
|
"""
|
|
814
814
|
return pulumi.get(self, "operator")
|
|
815
815
|
|
|
@@ -1028,7 +1028,7 @@ class AuthorizationRuleChildren(dict):
|
|
|
1028
1028
|
:param _builtins.str id: UUID for condition
|
|
1029
1029
|
:param _builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
|
1030
1030
|
:param _builtins.str operator: Equality operator
|
|
1031
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
1031
|
+
- 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`
|
|
1032
1032
|
"""
|
|
1033
1033
|
pulumi.set(__self__, "condition_type", condition_type)
|
|
1034
1034
|
if attribute_name is not None:
|
|
@@ -1118,7 +1118,7 @@ class AuthorizationRuleChildren(dict):
|
|
|
1118
1118
|
def operator(self) -> Optional[_builtins.str]:
|
|
1119
1119
|
"""
|
|
1120
1120
|
Equality operator
|
|
1121
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
1121
|
+
- 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`
|
|
1122
1122
|
"""
|
|
1123
1123
|
return pulumi.get(self, "operator")
|
|
1124
1124
|
|
|
@@ -1341,7 +1341,7 @@ class ConditionChildren(dict):
|
|
|
1341
1341
|
:param _builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
|
1342
1342
|
:param _builtins.str name: Condition name
|
|
1343
1343
|
:param _builtins.str operator: Equality operator
|
|
1344
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
1344
|
+
- 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`
|
|
1345
1345
|
"""
|
|
1346
1346
|
pulumi.set(__self__, "condition_type", condition_type)
|
|
1347
1347
|
if attribute_name is not None:
|
|
@@ -1451,7 +1451,7 @@ class ConditionChildren(dict):
|
|
|
1451
1451
|
def operator(self) -> Optional[_builtins.str]:
|
|
1452
1452
|
"""
|
|
1453
1453
|
Equality operator
|
|
1454
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
1454
|
+
- 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`
|
|
1455
1455
|
"""
|
|
1456
1456
|
return pulumi.get(self, "operator")
|
|
1457
1457
|
|
|
@@ -1663,7 +1663,7 @@ class PolicySetChildren(dict):
|
|
|
1663
1663
|
:param _builtins.str id: UUID for condition
|
|
1664
1664
|
:param _builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
|
1665
1665
|
:param _builtins.str operator: Equality operator
|
|
1666
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
1666
|
+
- 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`
|
|
1667
1667
|
"""
|
|
1668
1668
|
pulumi.set(__self__, "condition_type", condition_type)
|
|
1669
1669
|
if attribute_name is not None:
|
|
@@ -1753,7 +1753,7 @@ class PolicySetChildren(dict):
|
|
|
1753
1753
|
def operator(self) -> Optional[_builtins.str]:
|
|
1754
1754
|
"""
|
|
1755
1755
|
Equality operator
|
|
1756
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
1756
|
+
- 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`
|
|
1757
1757
|
"""
|
|
1758
1758
|
return pulumi.get(self, "operator")
|
|
1759
1759
|
|
|
@@ -48,7 +48,7 @@ class PolicySetArgs:
|
|
|
48
48
|
:param pulumi.Input[_builtins.str] condition_id: UUID for condition
|
|
49
49
|
:param pulumi.Input[_builtins.bool] condition_is_negate: Indicates whereas this condition is in negate mode
|
|
50
50
|
:param pulumi.Input[_builtins.str] condition_operator: Equality operator
|
|
51
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
51
|
+
- 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`
|
|
52
52
|
:param pulumi.Input[_builtins.str] condition_type: Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
|
53
53
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
|
54
54
|
:param pulumi.Input[_builtins.bool] default: Indicates if this policy set is the default one
|
|
@@ -192,7 +192,7 @@ class PolicySetArgs:
|
|
|
192
192
|
def condition_operator(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
193
193
|
"""
|
|
194
194
|
Equality operator
|
|
195
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
195
|
+
- 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`
|
|
196
196
|
"""
|
|
197
197
|
return pulumi.get(self, "condition_operator")
|
|
198
198
|
|
|
@@ -316,7 +316,7 @@ class _PolicySetState:
|
|
|
316
316
|
:param pulumi.Input[_builtins.str] condition_id: UUID for condition
|
|
317
317
|
:param pulumi.Input[_builtins.bool] condition_is_negate: Indicates whereas this condition is in negate mode
|
|
318
318
|
:param pulumi.Input[_builtins.str] condition_operator: Equality operator
|
|
319
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
319
|
+
- 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`
|
|
320
320
|
:param pulumi.Input[_builtins.str] condition_type: Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
|
321
321
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
|
322
322
|
:param pulumi.Input[_builtins.bool] default: Indicates if this policy set is the default one
|
|
@@ -450,7 +450,7 @@ class _PolicySetState:
|
|
|
450
450
|
def condition_operator(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
451
451
|
"""
|
|
452
452
|
Equality operator
|
|
453
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
453
|
+
- 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`
|
|
454
454
|
"""
|
|
455
455
|
return pulumi.get(self, "condition_operator")
|
|
456
456
|
|
|
@@ -622,7 +622,7 @@ class PolicySet(pulumi.CustomResource):
|
|
|
622
622
|
:param pulumi.Input[_builtins.str] condition_id: UUID for condition
|
|
623
623
|
:param pulumi.Input[_builtins.bool] condition_is_negate: Indicates whereas this condition is in negate mode
|
|
624
624
|
:param pulumi.Input[_builtins.str] condition_operator: Equality operator
|
|
625
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
625
|
+
- 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`
|
|
626
626
|
:param pulumi.Input[_builtins.str] condition_type: Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
|
627
627
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
|
628
628
|
:param pulumi.Input[_builtins.bool] default: Indicates if this policy set is the default one
|
|
@@ -771,7 +771,7 @@ class PolicySet(pulumi.CustomResource):
|
|
|
771
771
|
:param pulumi.Input[_builtins.str] condition_id: UUID for condition
|
|
772
772
|
:param pulumi.Input[_builtins.bool] condition_is_negate: Indicates whereas this condition is in negate mode
|
|
773
773
|
:param pulumi.Input[_builtins.str] condition_operator: Equality operator
|
|
774
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
774
|
+
- 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`
|
|
775
775
|
:param pulumi.Input[_builtins.str] condition_type: Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
|
776
776
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
|
777
777
|
:param pulumi.Input[_builtins.bool] default: Indicates if this policy set is the default one
|
|
@@ -866,7 +866,7 @@ class PolicySet(pulumi.CustomResource):
|
|
|
866
866
|
def condition_operator(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
867
867
|
"""
|
|
868
868
|
Equality operator
|
|
869
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
869
|
+
- 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`
|
|
870
870
|
"""
|
|
871
871
|
return pulumi.get(self, "condition_operator")
|
|
872
872
|
|
|
@@ -93,7 +93,7 @@ if not MYPY:
|
|
|
93
93
|
operator: NotRequired[pulumi.Input[_builtins.str]]
|
|
94
94
|
"""
|
|
95
95
|
Equality operator
|
|
96
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
96
|
+
- 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`
|
|
97
97
|
"""
|
|
98
98
|
elif False:
|
|
99
99
|
AuthenticationRuleChildrenArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -121,7 +121,7 @@ class AuthenticationRuleChildrenArgs:
|
|
|
121
121
|
:param pulumi.Input[_builtins.str] id: UUID for condition
|
|
122
122
|
:param pulumi.Input[_builtins.bool] is_negate: Indicates whereas this condition is in negate mode
|
|
123
123
|
:param pulumi.Input[_builtins.str] operator: Equality operator
|
|
124
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
124
|
+
- 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`
|
|
125
125
|
"""
|
|
126
126
|
pulumi.set(__self__, "condition_type", condition_type)
|
|
127
127
|
if attribute_name is not None:
|
|
@@ -243,7 +243,7 @@ class AuthenticationRuleChildrenArgs:
|
|
|
243
243
|
def operator(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
244
244
|
"""
|
|
245
245
|
Equality operator
|
|
246
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
246
|
+
- 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`
|
|
247
247
|
"""
|
|
248
248
|
return pulumi.get(self, "operator")
|
|
249
249
|
|
|
@@ -519,7 +519,7 @@ if not MYPY:
|
|
|
519
519
|
operator: NotRequired[pulumi.Input[_builtins.str]]
|
|
520
520
|
"""
|
|
521
521
|
Equality operator
|
|
522
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
522
|
+
- 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`
|
|
523
523
|
"""
|
|
524
524
|
elif False:
|
|
525
525
|
AuthorizationExceptionRuleChildrenArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -547,7 +547,7 @@ class AuthorizationExceptionRuleChildrenArgs:
|
|
|
547
547
|
:param pulumi.Input[_builtins.str] id: UUID for condition
|
|
548
548
|
:param pulumi.Input[_builtins.bool] is_negate: Indicates whereas this condition is in negate mode
|
|
549
549
|
:param pulumi.Input[_builtins.str] operator: Equality operator
|
|
550
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
550
|
+
- 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`
|
|
551
551
|
"""
|
|
552
552
|
pulumi.set(__self__, "condition_type", condition_type)
|
|
553
553
|
if attribute_name is not None:
|
|
@@ -669,7 +669,7 @@ class AuthorizationExceptionRuleChildrenArgs:
|
|
|
669
669
|
def operator(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
670
670
|
"""
|
|
671
671
|
Equality operator
|
|
672
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
672
|
+
- 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`
|
|
673
673
|
"""
|
|
674
674
|
return pulumi.get(self, "operator")
|
|
675
675
|
|
|
@@ -945,7 +945,7 @@ if not MYPY:
|
|
|
945
945
|
operator: NotRequired[pulumi.Input[_builtins.str]]
|
|
946
946
|
"""
|
|
947
947
|
Equality operator
|
|
948
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
948
|
+
- 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`
|
|
949
949
|
"""
|
|
950
950
|
elif False:
|
|
951
951
|
AuthorizationGlobalExceptionRuleChildrenArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -973,7 +973,7 @@ class AuthorizationGlobalExceptionRuleChildrenArgs:
|
|
|
973
973
|
:param pulumi.Input[_builtins.str] id: UUID for condition
|
|
974
974
|
:param pulumi.Input[_builtins.bool] is_negate: Indicates whereas this condition is in negate mode
|
|
975
975
|
:param pulumi.Input[_builtins.str] operator: Equality operator
|
|
976
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
976
|
+
- 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`
|
|
977
977
|
"""
|
|
978
978
|
pulumi.set(__self__, "condition_type", condition_type)
|
|
979
979
|
if attribute_name is not None:
|
|
@@ -1095,7 +1095,7 @@ class AuthorizationGlobalExceptionRuleChildrenArgs:
|
|
|
1095
1095
|
def operator(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1096
1096
|
"""
|
|
1097
1097
|
Equality operator
|
|
1098
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
1098
|
+
- 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`
|
|
1099
1099
|
"""
|
|
1100
1100
|
return pulumi.get(self, "operator")
|
|
1101
1101
|
|
|
@@ -1506,7 +1506,7 @@ if not MYPY:
|
|
|
1506
1506
|
operator: NotRequired[pulumi.Input[_builtins.str]]
|
|
1507
1507
|
"""
|
|
1508
1508
|
Equality operator
|
|
1509
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
1509
|
+
- 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`
|
|
1510
1510
|
"""
|
|
1511
1511
|
elif False:
|
|
1512
1512
|
AuthorizationRuleChildrenArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -1534,7 +1534,7 @@ class AuthorizationRuleChildrenArgs:
|
|
|
1534
1534
|
:param pulumi.Input[_builtins.str] id: UUID for condition
|
|
1535
1535
|
:param pulumi.Input[_builtins.bool] is_negate: Indicates whereas this condition is in negate mode
|
|
1536
1536
|
:param pulumi.Input[_builtins.str] operator: Equality operator
|
|
1537
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
1537
|
+
- 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`
|
|
1538
1538
|
"""
|
|
1539
1539
|
pulumi.set(__self__, "condition_type", condition_type)
|
|
1540
1540
|
if attribute_name is not None:
|
|
@@ -1656,7 +1656,7 @@ class AuthorizationRuleChildrenArgs:
|
|
|
1656
1656
|
def operator(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1657
1657
|
"""
|
|
1658
1658
|
Equality operator
|
|
1659
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
1659
|
+
- 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`
|
|
1660
1660
|
"""
|
|
1661
1661
|
return pulumi.get(self, "operator")
|
|
1662
1662
|
|
|
@@ -1940,7 +1940,7 @@ if not MYPY:
|
|
|
1940
1940
|
operator: NotRequired[pulumi.Input[_builtins.str]]
|
|
1941
1941
|
"""
|
|
1942
1942
|
Equality operator
|
|
1943
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
1943
|
+
- 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`
|
|
1944
1944
|
"""
|
|
1945
1945
|
elif False:
|
|
1946
1946
|
ConditionChildrenArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -1972,7 +1972,7 @@ class ConditionChildrenArgs:
|
|
|
1972
1972
|
:param pulumi.Input[_builtins.bool] is_negate: Indicates whereas this condition is in negate mode
|
|
1973
1973
|
:param pulumi.Input[_builtins.str] name: Condition name. Required if `condition_type` is `ConditionReference`, if `condition_type` is `ConditionAttributes` then this attribute is not used.
|
|
1974
1974
|
:param pulumi.Input[_builtins.str] operator: Equality operator
|
|
1975
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
1975
|
+
- 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`
|
|
1976
1976
|
"""
|
|
1977
1977
|
pulumi.set(__self__, "condition_type", condition_type)
|
|
1978
1978
|
if attribute_name is not None:
|
|
@@ -2122,7 +2122,7 @@ class ConditionChildrenArgs:
|
|
|
2122
2122
|
def operator(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2123
2123
|
"""
|
|
2124
2124
|
Equality operator
|
|
2125
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
2125
|
+
- 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`
|
|
2126
2126
|
"""
|
|
2127
2127
|
return pulumi.get(self, "operator")
|
|
2128
2128
|
|
|
@@ -2386,7 +2386,7 @@ if not MYPY:
|
|
|
2386
2386
|
operator: NotRequired[pulumi.Input[_builtins.str]]
|
|
2387
2387
|
"""
|
|
2388
2388
|
Equality operator
|
|
2389
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
2389
|
+
- 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`
|
|
2390
2390
|
"""
|
|
2391
2391
|
elif False:
|
|
2392
2392
|
PolicySetChildrenArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -2414,7 +2414,7 @@ class PolicySetChildrenArgs:
|
|
|
2414
2414
|
:param pulumi.Input[_builtins.str] id: UUID for condition
|
|
2415
2415
|
:param pulumi.Input[_builtins.bool] is_negate: Indicates whereas this condition is in negate mode
|
|
2416
2416
|
:param pulumi.Input[_builtins.str] operator: Equality operator
|
|
2417
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
2417
|
+
- 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`
|
|
2418
2418
|
"""
|
|
2419
2419
|
pulumi.set(__self__, "condition_type", condition_type)
|
|
2420
2420
|
if attribute_name is not None:
|
|
@@ -2536,7 +2536,7 @@ class PolicySetChildrenArgs:
|
|
|
2536
2536
|
def operator(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2537
2537
|
"""
|
|
2538
2538
|
Equality operator
|
|
2539
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
2539
|
+
- 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`
|
|
2540
2540
|
"""
|
|
2541
2541
|
return pulumi.get(self, "operator")
|
|
2542
2542
|
|
|
@@ -56,7 +56,7 @@ class AuthenticationRuleArgs:
|
|
|
56
56
|
:param pulumi.Input[_builtins.str] condition_id: UUID for condition
|
|
57
57
|
:param pulumi.Input[_builtins.bool] condition_is_negate: Indicates whereas this condition is in negate mode
|
|
58
58
|
:param pulumi.Input[_builtins.str] condition_operator: Equality operator
|
|
59
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
59
|
+
- 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`
|
|
60
60
|
:param pulumi.Input[_builtins.str] condition_type: Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
|
61
61
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
|
62
62
|
:param pulumi.Input[_builtins.bool] default: Indicates if this rule is the default one
|
|
@@ -239,7 +239,7 @@ class AuthenticationRuleArgs:
|
|
|
239
239
|
def condition_operator(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
240
240
|
"""
|
|
241
241
|
Equality operator
|
|
242
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
242
|
+
- 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`
|
|
243
243
|
"""
|
|
244
244
|
return pulumi.get(self, "condition_operator")
|
|
245
245
|
|
|
@@ -353,7 +353,7 @@ class _AuthenticationRuleState:
|
|
|
353
353
|
:param pulumi.Input[_builtins.str] condition_id: UUID for condition
|
|
354
354
|
:param pulumi.Input[_builtins.bool] condition_is_negate: Indicates whereas this condition is in negate mode
|
|
355
355
|
:param pulumi.Input[_builtins.str] condition_operator: Equality operator
|
|
356
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
356
|
+
- 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`
|
|
357
357
|
:param pulumi.Input[_builtins.str] condition_type: Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
|
358
358
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
|
359
359
|
:param pulumi.Input[_builtins.bool] default: Indicates if this rule is the default one
|
|
@@ -496,7 +496,7 @@ class _AuthenticationRuleState:
|
|
|
496
496
|
def condition_operator(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
497
497
|
"""
|
|
498
498
|
Equality operator
|
|
499
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
499
|
+
- 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`
|
|
500
500
|
"""
|
|
501
501
|
return pulumi.get(self, "condition_operator")
|
|
502
502
|
|
|
@@ -700,7 +700,7 @@ class AuthenticationRule(pulumi.CustomResource):
|
|
|
700
700
|
:param pulumi.Input[_builtins.str] condition_id: UUID for condition
|
|
701
701
|
:param pulumi.Input[_builtins.bool] condition_is_negate: Indicates whereas this condition is in negate mode
|
|
702
702
|
:param pulumi.Input[_builtins.str] condition_operator: Equality operator
|
|
703
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
703
|
+
- 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`
|
|
704
704
|
:param pulumi.Input[_builtins.str] condition_type: Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
|
705
705
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
|
706
706
|
:param pulumi.Input[_builtins.bool] default: Indicates if this rule is the default one
|
|
@@ -869,7 +869,7 @@ class AuthenticationRule(pulumi.CustomResource):
|
|
|
869
869
|
:param pulumi.Input[_builtins.str] condition_id: UUID for condition
|
|
870
870
|
:param pulumi.Input[_builtins.bool] condition_is_negate: Indicates whereas this condition is in negate mode
|
|
871
871
|
:param pulumi.Input[_builtins.str] condition_operator: Equality operator
|
|
872
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
872
|
+
- 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`
|
|
873
873
|
:param pulumi.Input[_builtins.str] condition_type: Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
|
874
874
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
|
875
875
|
:param pulumi.Input[_builtins.bool] default: Indicates if this rule is the default one
|
|
@@ -971,7 +971,7 @@ class AuthenticationRule(pulumi.CustomResource):
|
|
|
971
971
|
def condition_operator(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
972
972
|
"""
|
|
973
973
|
Equality operator
|
|
974
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
974
|
+
- 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`
|
|
975
975
|
"""
|
|
976
976
|
return pulumi.get(self, "condition_operator")
|
|
977
977
|
|
|
@@ -48,7 +48,7 @@ class AuthorizationExceptionRuleArgs:
|
|
|
48
48
|
:param pulumi.Input[_builtins.str] condition_id: UUID for condition
|
|
49
49
|
:param pulumi.Input[_builtins.bool] condition_is_negate: Indicates whereas this condition is in negate mode
|
|
50
50
|
:param pulumi.Input[_builtins.str] condition_operator: Equality operator
|
|
51
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
51
|
+
- 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`
|
|
52
52
|
:param pulumi.Input[_builtins.str] condition_type: Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
|
53
53
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
|
54
54
|
:param pulumi.Input[_builtins.bool] default: Indicates if this rule is the default one
|
|
@@ -192,7 +192,7 @@ class AuthorizationExceptionRuleArgs:
|
|
|
192
192
|
def condition_operator(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
193
193
|
"""
|
|
194
194
|
Equality operator
|
|
195
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
195
|
+
- 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`
|
|
196
196
|
"""
|
|
197
197
|
return pulumi.get(self, "condition_operator")
|
|
198
198
|
|
|
@@ -316,7 +316,7 @@ class _AuthorizationExceptionRuleState:
|
|
|
316
316
|
:param pulumi.Input[_builtins.str] condition_id: UUID for condition
|
|
317
317
|
:param pulumi.Input[_builtins.bool] condition_is_negate: Indicates whereas this condition is in negate mode
|
|
318
318
|
:param pulumi.Input[_builtins.str] condition_operator: Equality operator
|
|
319
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
319
|
+
- 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`
|
|
320
320
|
:param pulumi.Input[_builtins.str] condition_type: Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
|
321
321
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
|
322
322
|
:param pulumi.Input[_builtins.bool] default: Indicates if this rule is the default one
|
|
@@ -450,7 +450,7 @@ class _AuthorizationExceptionRuleState:
|
|
|
450
450
|
def condition_operator(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
451
451
|
"""
|
|
452
452
|
Equality operator
|
|
453
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
453
|
+
- 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`
|
|
454
454
|
"""
|
|
455
455
|
return pulumi.get(self, "condition_operator")
|
|
456
456
|
|
|
@@ -623,7 +623,7 @@ class AuthorizationExceptionRule(pulumi.CustomResource):
|
|
|
623
623
|
:param pulumi.Input[_builtins.str] condition_id: UUID for condition
|
|
624
624
|
:param pulumi.Input[_builtins.bool] condition_is_negate: Indicates whereas this condition is in negate mode
|
|
625
625
|
:param pulumi.Input[_builtins.str] condition_operator: Equality operator
|
|
626
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
626
|
+
- 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`
|
|
627
627
|
:param pulumi.Input[_builtins.str] condition_type: Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
|
628
628
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
|
629
629
|
:param pulumi.Input[_builtins.bool] default: Indicates if this rule is the default one
|
|
@@ -773,7 +773,7 @@ class AuthorizationExceptionRule(pulumi.CustomResource):
|
|
|
773
773
|
:param pulumi.Input[_builtins.str] condition_id: UUID for condition
|
|
774
774
|
:param pulumi.Input[_builtins.bool] condition_is_negate: Indicates whereas this condition is in negate mode
|
|
775
775
|
:param pulumi.Input[_builtins.str] condition_operator: Equality operator
|
|
776
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
776
|
+
- 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`
|
|
777
777
|
:param pulumi.Input[_builtins.str] condition_type: Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
|
778
778
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
|
779
779
|
:param pulumi.Input[_builtins.bool] default: Indicates if this rule is the default one
|
|
@@ -868,7 +868,7 @@ class AuthorizationExceptionRule(pulumi.CustomResource):
|
|
|
868
868
|
def condition_operator(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
869
869
|
"""
|
|
870
870
|
Equality operator
|
|
871
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
871
|
+
- 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`
|
|
872
872
|
"""
|
|
873
873
|
return pulumi.get(self, "condition_operator")
|
|
874
874
|
|
|
@@ -45,7 +45,7 @@ class AuthorizationGlobalExceptionRuleArgs:
|
|
|
45
45
|
:param pulumi.Input[_builtins.str] condition_id: UUID for condition
|
|
46
46
|
:param pulumi.Input[_builtins.bool] condition_is_negate: Indicates whereas this condition is in negate mode
|
|
47
47
|
:param pulumi.Input[_builtins.str] condition_operator: Equality operator
|
|
48
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
48
|
+
- 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`
|
|
49
49
|
:param pulumi.Input[_builtins.str] condition_type: Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
|
50
50
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
|
51
51
|
:param pulumi.Input[_builtins.str] name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
|
@@ -173,7 +173,7 @@ class AuthorizationGlobalExceptionRuleArgs:
|
|
|
173
173
|
def condition_operator(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
174
174
|
"""
|
|
175
175
|
Equality operator
|
|
176
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
176
|
+
- 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`
|
|
177
177
|
"""
|
|
178
178
|
return pulumi.get(self, "condition_operator")
|
|
179
179
|
|
|
@@ -283,7 +283,7 @@ class _AuthorizationGlobalExceptionRuleState:
|
|
|
283
283
|
:param pulumi.Input[_builtins.str] condition_id: UUID for condition
|
|
284
284
|
:param pulumi.Input[_builtins.bool] condition_is_negate: Indicates whereas this condition is in negate mode
|
|
285
285
|
:param pulumi.Input[_builtins.str] condition_operator: Equality operator
|
|
286
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
286
|
+
- 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`
|
|
287
287
|
:param pulumi.Input[_builtins.str] condition_type: Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
|
288
288
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
|
289
289
|
:param pulumi.Input[_builtins.str] name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
|
@@ -411,7 +411,7 @@ class _AuthorizationGlobalExceptionRuleState:
|
|
|
411
411
|
def condition_operator(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
412
412
|
"""
|
|
413
413
|
Equality operator
|
|
414
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
414
|
+
- 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`
|
|
415
415
|
"""
|
|
416
416
|
return pulumi.get(self, "condition_operator")
|
|
417
417
|
|
|
@@ -556,7 +556,7 @@ class AuthorizationGlobalExceptionRule(pulumi.CustomResource):
|
|
|
556
556
|
:param pulumi.Input[_builtins.str] condition_id: UUID for condition
|
|
557
557
|
:param pulumi.Input[_builtins.bool] condition_is_negate: Indicates whereas this condition is in negate mode
|
|
558
558
|
:param pulumi.Input[_builtins.str] condition_operator: Equality operator
|
|
559
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
559
|
+
- 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`
|
|
560
560
|
:param pulumi.Input[_builtins.str] condition_type: Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
|
561
561
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
|
562
562
|
:param pulumi.Input[_builtins.str] name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
|
@@ -694,7 +694,7 @@ class AuthorizationGlobalExceptionRule(pulumi.CustomResource):
|
|
|
694
694
|
:param pulumi.Input[_builtins.str] condition_id: UUID for condition
|
|
695
695
|
:param pulumi.Input[_builtins.bool] condition_is_negate: Indicates whereas this condition is in negate mode
|
|
696
696
|
:param pulumi.Input[_builtins.str] condition_operator: Equality operator
|
|
697
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
697
|
+
- 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`
|
|
698
698
|
:param pulumi.Input[_builtins.str] condition_type: Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
|
699
699
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
|
700
700
|
:param pulumi.Input[_builtins.str] name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
|
@@ -785,7 +785,7 @@ class AuthorizationGlobalExceptionRule(pulumi.CustomResource):
|
|
|
785
785
|
def condition_operator(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
786
786
|
"""
|
|
787
787
|
Equality operator
|
|
788
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
|
788
|
+
- 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`
|
|
789
789
|
"""
|
|
790
790
|
return pulumi.get(self, "condition_operator")
|
|
791
791
|
|