pulumi-ise 0.1.0__py3-none-any.whl → 0.1.0a1715070880__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.
Files changed (163) hide show
  1. pulumi_ise/__init__.py +220 -123
  2. pulumi_ise/{system → activedirectoryadd}/__init__.py +1 -4
  3. pulumi_ise/activedirectoryadd/_inputs.py +64 -0
  4. pulumi_ise/{identitymanagement/active_directory_add_groups.py → activedirectoryadd/groups.py} +34 -34
  5. pulumi_ise/activedirectoryadd/outputs.py +52 -0
  6. pulumi_ise/activedirectorygroupsby/__init__.py +9 -0
  7. pulumi_ise/{identitymanagement/get_active_directory_groups_by_domain.py → activedirectorygroupsby/get_domain.py} +26 -26
  8. pulumi_ise/activedirectorygroupsby/outputs.py +55 -0
  9. pulumi_ise/activedirectoryjoin/__init__.py +11 -0
  10. pulumi_ise/{identitymanagement → activedirectoryjoin}/_inputs.py +6 -132
  11. pulumi_ise/{identitymanagement/get_active_directory_join_point.py → activedirectoryjoin/get_point.py} +20 -20
  12. pulumi_ise/{identitymanagement → activedirectoryjoin}/outputs.py +18 -187
  13. pulumi_ise/{identitymanagement/active_directory_join_point.py → activedirectoryjoin/point.py} +60 -60
  14. pulumi_ise/activedirectoryjoindomainwithall/__init__.py +10 -0
  15. pulumi_ise/activedirectoryjoindomainwithall/_inputs.py +52 -0
  16. pulumi_ise/{identitymanagement/active_directory_join_domain_with_all_nodes.py → activedirectoryjoindomainwithall/nodes.py} +30 -30
  17. pulumi_ise/activedirectoryjoindomainwithall/outputs.py +44 -0
  18. pulumi_ise/allowed/__init__.py +9 -0
  19. pulumi_ise/{networkaccess/get_allowed_protocols.py → allowed/get_protocols.py} +19 -19
  20. pulumi_ise/{networkaccess/allowed_protocols.py → allowed/protocols.py} +20 -20
  21. pulumi_ise/allowedprotocols/__init__.py +9 -0
  22. pulumi_ise/{deviceadmin/get_allowed_protocols_tacacs.py → allowedprotocols/get_tacacs.py} +19 -19
  23. pulumi_ise/{deviceadmin/allowed_protocols_tacacs.py → allowedprotocols/tacacs.py} +20 -20
  24. pulumi_ise/authorization/__init__.py +11 -0
  25. pulumi_ise/authorization/_inputs.py +120 -0
  26. pulumi_ise/{networkaccess/get_authorization_profile.py → authorization/get_profile.py} +20 -20
  27. pulumi_ise/authorization/outputs.py +197 -0
  28. pulumi_ise/{networkaccess/authorization_profile.py → authorization/profile.py} +32 -32
  29. pulumi_ise/certificateauthentication/__init__.py +9 -0
  30. pulumi_ise/{identitymanagement/get_certificate_authentication_profile.py → certificateauthentication/get_profile.py} +19 -19
  31. pulumi_ise/{identitymanagement/certificate_authentication_profile.py → certificateauthentication/profile.py} +20 -20
  32. pulumi_ise/deviceadmin/__init__.py +0 -18
  33. pulumi_ise/deviceadmin/_inputs.py +46 -1626
  34. pulumi_ise/deviceadmin/condition.py +5 -5
  35. pulumi_ise/deviceadmin/get_condition.py +3 -3
  36. pulumi_ise/deviceadmin/outputs.py +151 -2734
  37. pulumi_ise/deviceadminauthentication/__init__.py +11 -0
  38. pulumi_ise/deviceadminauthentication/_inputs.py +308 -0
  39. pulumi_ise/{deviceadmin/get_authentication_rule.py → deviceadminauthentication/get_rule.py} +22 -22
  40. pulumi_ise/deviceadminauthentication/outputs.py +498 -0
  41. pulumi_ise/{deviceadmin/authentication_rule.py → deviceadminauthentication/rule.py} +34 -34
  42. pulumi_ise/deviceadminauthorization/__init__.py +11 -0
  43. pulumi_ise/deviceadminauthorization/_inputs.py +308 -0
  44. pulumi_ise/{deviceadmin/get_authorization_rule.py → deviceadminauthorization/get_rule.py} +22 -22
  45. pulumi_ise/deviceadminauthorization/outputs.py +498 -0
  46. pulumi_ise/{deviceadmin/authorization_rule.py → deviceadminauthorization/rule.py} +34 -34
  47. pulumi_ise/deviceadminauthorizationexception/__init__.py +11 -0
  48. pulumi_ise/deviceadminauthorizationexception/_inputs.py +308 -0
  49. pulumi_ise/{deviceadmin/get_authorization_exception_rule.py → deviceadminauthorizationexception/get_rule.py} +22 -22
  50. pulumi_ise/deviceadminauthorizationexception/outputs.py +498 -0
  51. pulumi_ise/{deviceadmin/authorization_exception_rule.py → deviceadminauthorizationexception/rule.py} +34 -34
  52. pulumi_ise/deviceadminauthorizationglobalexception/__init__.py +11 -0
  53. pulumi_ise/deviceadminauthorizationglobalexception/_inputs.py +308 -0
  54. pulumi_ise/{deviceadmin/get_authorization_global_exception_rule.py → deviceadminauthorizationglobalexception/get_rule.py} +20 -20
  55. pulumi_ise/deviceadminauthorizationglobalexception/outputs.py +498 -0
  56. pulumi_ise/{deviceadmin/authorization_global_exception_rule.py → deviceadminauthorizationglobalexception/rule.py} +34 -34
  57. pulumi_ise/deviceadminpolicy/__init__.py +11 -0
  58. pulumi_ise/deviceadminpolicy/_inputs.py +308 -0
  59. pulumi_ise/{deviceadmin/get_policy_set.py → deviceadminpolicy/get_set.py} +20 -20
  60. pulumi_ise/deviceadminpolicy/outputs.py +498 -0
  61. pulumi_ise/{deviceadmin/policy_set.py → deviceadminpolicy/set.py} +34 -34
  62. pulumi_ise/deviceadmintimeanddate/__init__.py +9 -0
  63. pulumi_ise/{deviceadmin/time_and_date_condition.py → deviceadmintimeanddate/condition.py} +20 -20
  64. pulumi_ise/{deviceadmin/get_time_and_date_condition.py → deviceadmintimeanddate/get_condition.py} +19 -19
  65. pulumi_ise/downloadable/__init__.py +9 -0
  66. pulumi_ise/{networkaccess/downloadable_acl.py → downloadable/acl.py} +20 -20
  67. pulumi_ise/{networkaccess/get_downloadable_acl.py → downloadable/get_acl.py} +19 -19
  68. pulumi_ise/{identitymanagement/endpoint.py → endpoint.py} +6 -6
  69. pulumi_ise/endpointidentity/__init__.py +9 -0
  70. pulumi_ise/{identitymanagement/get_endpoint_identity_group.py → endpointidentity/get_group.py} +19 -19
  71. pulumi_ise/{identitymanagement/endpoint_identity_group.py → endpointidentity/group.py} +20 -20
  72. pulumi_ise/{identitymanagement/get_endpoint.py → get_endpoint.py} +4 -4
  73. pulumi_ise/{system/get_repository.py → get_repository.py} +4 -4
  74. pulumi_ise/identitysource/__init__.py +11 -0
  75. pulumi_ise/identitysource/_inputs.py +52 -0
  76. pulumi_ise/{identitymanagement/get_identity_source_sequence.py → identitysource/get_sequence.py} +20 -20
  77. pulumi_ise/identitysource/outputs.py +74 -0
  78. pulumi_ise/{identitymanagement/identity_source_sequence.py → identitysource/sequence.py} +32 -32
  79. pulumi_ise/internal/__init__.py +9 -0
  80. pulumi_ise/{identitymanagement/get_internal_user.py → internal/get_user.py} +19 -19
  81. pulumi_ise/{identitymanagement/internal_user.py → internal/user.py} +20 -20
  82. pulumi_ise/licensetier/__init__.py +11 -0
  83. pulumi_ise/{system → licensetier}/_inputs.py +2 -2
  84. pulumi_ise/{system/get_license_tier_state.py → licensetier/get_state.py} +18 -18
  85. pulumi_ise/{system → licensetier}/outputs.py +4 -4
  86. pulumi_ise/{system/license_tier_state.py → licensetier/state.py} +33 -33
  87. pulumi_ise/network/__init__.py +0 -2
  88. pulumi_ise/network/device.py +3 -3
  89. pulumi_ise/network/get_device.py +3 -3
  90. pulumi_ise/networkaccess/__init__.py +0 -18
  91. pulumi_ise/networkaccess/_inputs.py +46 -1622
  92. pulumi_ise/networkaccess/condition.py +5 -5
  93. pulumi_ise/networkaccess/dictionary.py +5 -5
  94. pulumi_ise/networkaccess/get_condition.py +3 -3
  95. pulumi_ise/networkaccess/get_dictionary.py +3 -3
  96. pulumi_ise/networkaccess/outputs.py +138 -2736
  97. pulumi_ise/networkaccessauthentication/__init__.py +11 -0
  98. pulumi_ise/networkaccessauthentication/_inputs.py +308 -0
  99. pulumi_ise/{networkaccess/get_authentication_rule.py → networkaccessauthentication/get_rule.py} +22 -22
  100. pulumi_ise/networkaccessauthentication/outputs.py +498 -0
  101. pulumi_ise/{networkaccess/authentication_rule.py → networkaccessauthentication/rule.py} +34 -34
  102. pulumi_ise/networkaccessauthorization/__init__.py +11 -0
  103. pulumi_ise/networkaccessauthorization/_inputs.py +308 -0
  104. pulumi_ise/{networkaccess/get_authorization_rule.py → networkaccessauthorization/get_rule.py} +22 -22
  105. pulumi_ise/networkaccessauthorization/outputs.py +498 -0
  106. pulumi_ise/{networkaccess/authorization_rule.py → networkaccessauthorization/rule.py} +34 -34
  107. pulumi_ise/networkaccessauthorizationexception/__init__.py +11 -0
  108. pulumi_ise/networkaccessauthorizationexception/_inputs.py +308 -0
  109. pulumi_ise/{networkaccess/get_authorization_exception_rule.py → networkaccessauthorizationexception/get_rule.py} +22 -22
  110. pulumi_ise/networkaccessauthorizationexception/outputs.py +498 -0
  111. pulumi_ise/{networkaccess/authorization_exception_rule.py → networkaccessauthorizationexception/rule.py} +34 -34
  112. pulumi_ise/networkaccessauthorizationglobalexception/__init__.py +11 -0
  113. pulumi_ise/networkaccessauthorizationglobalexception/_inputs.py +308 -0
  114. pulumi_ise/{networkaccess/get_authorization_global_exception_rule.py → networkaccessauthorizationglobalexception/get_rule.py} +20 -20
  115. pulumi_ise/networkaccessauthorizationglobalexception/outputs.py +498 -0
  116. pulumi_ise/{networkaccess/authorization_global_exception_rule.py → networkaccessauthorizationglobalexception/rule.py} +34 -34
  117. pulumi_ise/networkaccesspolicy/__init__.py +11 -0
  118. pulumi_ise/networkaccesspolicy/_inputs.py +308 -0
  119. pulumi_ise/{networkaccess/get_policy_set.py → networkaccesspolicy/get_set.py} +20 -20
  120. pulumi_ise/networkaccesspolicy/outputs.py +498 -0
  121. pulumi_ise/{networkaccess/policy_set.py → networkaccesspolicy/set.py} +34 -34
  122. pulumi_ise/networkaccesstimeanddate/__init__.py +9 -0
  123. pulumi_ise/{networkaccess/time_and_date_condition.py → networkaccesstimeanddate/condition.py} +20 -20
  124. pulumi_ise/{networkaccess/get_time_and_date_condition.py → networkaccesstimeanddate/get_condition.py} +19 -19
  125. pulumi_ise/networkdevice/__init__.py +9 -0
  126. pulumi_ise/{network/get_device_group.py → networkdevice/get_group.py} +19 -19
  127. pulumi_ise/{network/device_group.py → networkdevice/group.py} +20 -20
  128. pulumi_ise/{system/repository.py → repository.py} +6 -6
  129. pulumi_ise/tacacs/__init__.py +11 -0
  130. pulumi_ise/tacacs/_inputs.py +69 -0
  131. pulumi_ise/{deviceadmin/get_tacacs_profile.py → tacacs/get_profile.py} +20 -20
  132. pulumi_ise/tacacs/outputs.py +98 -0
  133. pulumi_ise/{deviceadmin/tacacs_profile.py → tacacs/profile.py} +31 -31
  134. pulumi_ise/tacacscommand/__init__.py +11 -0
  135. pulumi_ise/tacacscommand/_inputs.py +69 -0
  136. pulumi_ise/{deviceadmin/get_tacacs_command_set.py → tacacscommand/get_set.py} +20 -20
  137. pulumi_ise/tacacscommand/outputs.py +98 -0
  138. pulumi_ise/{deviceadmin/tacacs_command_set.py → tacacscommand/set.py} +32 -32
  139. pulumi_ise/trustsecegressmatrix/__init__.py +9 -0
  140. pulumi_ise/{trustsec/egress_matrix_cell.py → trustsecegressmatrix/cell.py} +20 -20
  141. pulumi_ise/{trustsec/get_egress_matrix_cell.py → trustsecegressmatrix/get_cell.py} +17 -17
  142. pulumi_ise/trustseciptosgt/__init__.py +9 -0
  143. pulumi_ise/{trustsec/get_ip_to_sgt_mapping.py → trustseciptosgt/get_mapping.py} +19 -19
  144. pulumi_ise/{trustsec/ip_to_sgt_mapping.py → trustseciptosgt/mapping.py} +20 -20
  145. pulumi_ise/trustseciptosgtmapping/__init__.py +9 -0
  146. pulumi_ise/{trustsec/get_ip_to_sgt_mapping_group.py → trustseciptosgtmapping/get_group.py} +19 -19
  147. pulumi_ise/{trustsec/ip_to_sgt_mapping_group.py → trustseciptosgtmapping/group.py} +20 -20
  148. pulumi_ise/trustsecsecurity/__init__.py +9 -0
  149. pulumi_ise/{trustsec/get_security_group.py → trustsecsecurity/get_group.py} +19 -19
  150. pulumi_ise/{trustsec/security_group.py → trustsecsecurity/group.py} +20 -20
  151. pulumi_ise/trustsecsecuritygroup/__init__.py +9 -0
  152. pulumi_ise/{trustsec/security_group_acl.py → trustsecsecuritygroup/acl.py} +20 -20
  153. pulumi_ise/{trustsec/get_security_group_acl.py → trustsecsecuritygroup/get_acl.py} +19 -19
  154. pulumi_ise/useridentity/__init__.py +9 -0
  155. pulumi_ise/{identitymanagement/get_user_identity_group.py → useridentity/get_group.py} +19 -19
  156. pulumi_ise/{identitymanagement/user_identity_group.py → useridentity/group.py} +20 -20
  157. {pulumi_ise-0.1.0.dist-info → pulumi_ise-0.1.0a1715070880.dist-info}/METADATA +1 -1
  158. pulumi_ise-0.1.0a1715070880.dist-info/RECORD +169 -0
  159. pulumi_ise/identitymanagement/__init__.py +0 -26
  160. pulumi_ise/trustsec/__init__.py +0 -17
  161. pulumi_ise-0.1.0.dist-info/RECORD +0 -105
  162. {pulumi_ise-0.1.0.dist-info → pulumi_ise-0.1.0a1715070880.dist-info}/WHEEL +0 -0
  163. {pulumi_ise-0.1.0.dist-info → pulumi_ise-0.1.0a1715070880.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,498 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from .. import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'RuleChildren',
15
+ 'RuleChildrenChildren',
16
+ 'GetRuleChildrenResult',
17
+ 'GetRuleChildrenChildrenResult',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class RuleChildren(dict):
22
+ @staticmethod
23
+ def __key_warning(key: str):
24
+ suggest = None
25
+ if key == "conditionType":
26
+ suggest = "condition_type"
27
+ elif key == "attributeName":
28
+ suggest = "attribute_name"
29
+ elif key == "attributeValue":
30
+ suggest = "attribute_value"
31
+ elif key == "dictionaryName":
32
+ suggest = "dictionary_name"
33
+ elif key == "dictionaryValue":
34
+ suggest = "dictionary_value"
35
+ elif key == "isNegate":
36
+ suggest = "is_negate"
37
+
38
+ if suggest:
39
+ pulumi.log.warn(f"Key '{key}' not found in RuleChildren. Access the value via the '{suggest}' property getter instead.")
40
+
41
+ def __getitem__(self, key: str) -> Any:
42
+ RuleChildren.__key_warning(key)
43
+ return super().__getitem__(key)
44
+
45
+ def get(self, key: str, default = None) -> Any:
46
+ RuleChildren.__key_warning(key)
47
+ return super().get(key, default)
48
+
49
+ def __init__(__self__, *,
50
+ condition_type: str,
51
+ attribute_name: Optional[str] = None,
52
+ attribute_value: Optional[str] = None,
53
+ childrens: Optional[Sequence['outputs.RuleChildrenChildren']] = None,
54
+ dictionary_name: Optional[str] = None,
55
+ dictionary_value: Optional[str] = None,
56
+ id: Optional[str] = None,
57
+ is_negate: Optional[bool] = None,
58
+ operator: Optional[str] = None):
59
+ """
60
+ :param 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
+ - Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
62
+ :param str attribute_name: Dictionary attribute name
63
+ :param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
64
+ :param Sequence['RuleChildrenChildrenArgs'] childrens: List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
65
+ :param str dictionary_name: Dictionary name
66
+ :param str dictionary_value: Dictionary value
67
+ :param str id: UUID for condition
68
+ :param bool is_negate: Indicates whereas this condition is in negate mode
69
+ :param str operator: Equality operator
70
+ - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
71
+ """
72
+ pulumi.set(__self__, "condition_type", condition_type)
73
+ if attribute_name is not None:
74
+ pulumi.set(__self__, "attribute_name", attribute_name)
75
+ if attribute_value is not None:
76
+ pulumi.set(__self__, "attribute_value", attribute_value)
77
+ if childrens is not None:
78
+ pulumi.set(__self__, "childrens", childrens)
79
+ if dictionary_name is not None:
80
+ pulumi.set(__self__, "dictionary_name", dictionary_name)
81
+ if dictionary_value is not None:
82
+ pulumi.set(__self__, "dictionary_value", dictionary_value)
83
+ if id is not None:
84
+ pulumi.set(__self__, "id", id)
85
+ if is_negate is not None:
86
+ pulumi.set(__self__, "is_negate", is_negate)
87
+ if operator is not None:
88
+ pulumi.set(__self__, "operator", operator)
89
+
90
+ @property
91
+ @pulumi.getter(name="conditionType")
92
+ def condition_type(self) -> str:
93
+ """
94
+ Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
95
+ - Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
96
+ """
97
+ return pulumi.get(self, "condition_type")
98
+
99
+ @property
100
+ @pulumi.getter(name="attributeName")
101
+ def attribute_name(self) -> Optional[str]:
102
+ """
103
+ Dictionary attribute name
104
+ """
105
+ return pulumi.get(self, "attribute_name")
106
+
107
+ @property
108
+ @pulumi.getter(name="attributeValue")
109
+ def attribute_value(self) -> Optional[str]:
110
+ """
111
+ Attribute value for condition. Value type is specified in dictionary object.
112
+ """
113
+ return pulumi.get(self, "attribute_value")
114
+
115
+ @property
116
+ @pulumi.getter
117
+ def childrens(self) -> Optional[Sequence['outputs.RuleChildrenChildren']]:
118
+ """
119
+ List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
120
+ """
121
+ return pulumi.get(self, "childrens")
122
+
123
+ @property
124
+ @pulumi.getter(name="dictionaryName")
125
+ def dictionary_name(self) -> Optional[str]:
126
+ """
127
+ Dictionary name
128
+ """
129
+ return pulumi.get(self, "dictionary_name")
130
+
131
+ @property
132
+ @pulumi.getter(name="dictionaryValue")
133
+ def dictionary_value(self) -> Optional[str]:
134
+ """
135
+ Dictionary value
136
+ """
137
+ return pulumi.get(self, "dictionary_value")
138
+
139
+ @property
140
+ @pulumi.getter
141
+ def id(self) -> Optional[str]:
142
+ """
143
+ UUID for condition
144
+ """
145
+ return pulumi.get(self, "id")
146
+
147
+ @property
148
+ @pulumi.getter(name="isNegate")
149
+ def is_negate(self) -> Optional[bool]:
150
+ """
151
+ Indicates whereas this condition is in negate mode
152
+ """
153
+ return pulumi.get(self, "is_negate")
154
+
155
+ @property
156
+ @pulumi.getter
157
+ def operator(self) -> Optional[str]:
158
+ """
159
+ Equality operator
160
+ - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
161
+ """
162
+ return pulumi.get(self, "operator")
163
+
164
+
165
+ @pulumi.output_type
166
+ class RuleChildrenChildren(dict):
167
+ @staticmethod
168
+ def __key_warning(key: str):
169
+ suggest = None
170
+ if key == "conditionType":
171
+ suggest = "condition_type"
172
+ elif key == "attributeName":
173
+ suggest = "attribute_name"
174
+ elif key == "attributeValue":
175
+ suggest = "attribute_value"
176
+ elif key == "dictionaryName":
177
+ suggest = "dictionary_name"
178
+ elif key == "dictionaryValue":
179
+ suggest = "dictionary_value"
180
+ elif key == "isNegate":
181
+ suggest = "is_negate"
182
+
183
+ if suggest:
184
+ pulumi.log.warn(f"Key '{key}' not found in RuleChildrenChildren. Access the value via the '{suggest}' property getter instead.")
185
+
186
+ def __getitem__(self, key: str) -> Any:
187
+ RuleChildrenChildren.__key_warning(key)
188
+ return super().__getitem__(key)
189
+
190
+ def get(self, key: str, default = None) -> Any:
191
+ RuleChildrenChildren.__key_warning(key)
192
+ return super().get(key, default)
193
+
194
+ def __init__(__self__, *,
195
+ condition_type: str,
196
+ attribute_name: Optional[str] = None,
197
+ attribute_value: Optional[str] = None,
198
+ dictionary_name: Optional[str] = None,
199
+ dictionary_value: Optional[str] = None,
200
+ id: Optional[str] = None,
201
+ is_negate: Optional[bool] = None,
202
+ operator: Optional[str] = None):
203
+ """
204
+ :param str condition_type: Condition type.
205
+ - Choices: `ConditionAttributes`, `ConditionReference`
206
+ :param str attribute_name: Dictionary attribute name
207
+ :param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
208
+ :param str dictionary_name: Dictionary name
209
+ :param str dictionary_value: Dictionary value
210
+ :param str id: UUID for condition
211
+ :param bool is_negate: Indicates whereas this condition is in negate mode
212
+ :param str operator: Equality operator
213
+ - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
214
+ """
215
+ pulumi.set(__self__, "condition_type", condition_type)
216
+ if attribute_name is not None:
217
+ pulumi.set(__self__, "attribute_name", attribute_name)
218
+ if attribute_value is not None:
219
+ pulumi.set(__self__, "attribute_value", attribute_value)
220
+ if dictionary_name is not None:
221
+ pulumi.set(__self__, "dictionary_name", dictionary_name)
222
+ if dictionary_value is not None:
223
+ pulumi.set(__self__, "dictionary_value", dictionary_value)
224
+ if id is not None:
225
+ pulumi.set(__self__, "id", id)
226
+ if is_negate is not None:
227
+ pulumi.set(__self__, "is_negate", is_negate)
228
+ if operator is not None:
229
+ pulumi.set(__self__, "operator", operator)
230
+
231
+ @property
232
+ @pulumi.getter(name="conditionType")
233
+ def condition_type(self) -> str:
234
+ """
235
+ Condition type.
236
+ - Choices: `ConditionAttributes`, `ConditionReference`
237
+ """
238
+ return pulumi.get(self, "condition_type")
239
+
240
+ @property
241
+ @pulumi.getter(name="attributeName")
242
+ def attribute_name(self) -> Optional[str]:
243
+ """
244
+ Dictionary attribute name
245
+ """
246
+ return pulumi.get(self, "attribute_name")
247
+
248
+ @property
249
+ @pulumi.getter(name="attributeValue")
250
+ def attribute_value(self) -> Optional[str]:
251
+ """
252
+ Attribute value for condition. Value type is specified in dictionary object.
253
+ """
254
+ return pulumi.get(self, "attribute_value")
255
+
256
+ @property
257
+ @pulumi.getter(name="dictionaryName")
258
+ def dictionary_name(self) -> Optional[str]:
259
+ """
260
+ Dictionary name
261
+ """
262
+ return pulumi.get(self, "dictionary_name")
263
+
264
+ @property
265
+ @pulumi.getter(name="dictionaryValue")
266
+ def dictionary_value(self) -> Optional[str]:
267
+ """
268
+ Dictionary value
269
+ """
270
+ return pulumi.get(self, "dictionary_value")
271
+
272
+ @property
273
+ @pulumi.getter
274
+ def id(self) -> Optional[str]:
275
+ """
276
+ UUID for condition
277
+ """
278
+ return pulumi.get(self, "id")
279
+
280
+ @property
281
+ @pulumi.getter(name="isNegate")
282
+ def is_negate(self) -> Optional[bool]:
283
+ """
284
+ Indicates whereas this condition is in negate mode
285
+ """
286
+ return pulumi.get(self, "is_negate")
287
+
288
+ @property
289
+ @pulumi.getter
290
+ def operator(self) -> Optional[str]:
291
+ """
292
+ Equality operator
293
+ - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
294
+ """
295
+ return pulumi.get(self, "operator")
296
+
297
+
298
+ @pulumi.output_type
299
+ class GetRuleChildrenResult(dict):
300
+ def __init__(__self__, *,
301
+ attribute_name: str,
302
+ attribute_value: str,
303
+ childrens: Sequence['outputs.GetRuleChildrenChildrenResult'],
304
+ condition_type: str,
305
+ dictionary_name: str,
306
+ dictionary_value: str,
307
+ id: str,
308
+ is_negate: bool,
309
+ operator: str):
310
+ """
311
+ :param str attribute_name: Dictionary attribute name
312
+ :param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
313
+ :param Sequence['GetRuleChildrenChildrenArgs'] childrens: List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
314
+ :param 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.
315
+ :param str dictionary_name: Dictionary name
316
+ :param str dictionary_value: Dictionary value
317
+ :param str id: UUID for condition
318
+ :param bool is_negate: Indicates whereas this condition is in negate mode
319
+ :param str operator: Equality operator
320
+ """
321
+ pulumi.set(__self__, "attribute_name", attribute_name)
322
+ pulumi.set(__self__, "attribute_value", attribute_value)
323
+ pulumi.set(__self__, "childrens", childrens)
324
+ pulumi.set(__self__, "condition_type", condition_type)
325
+ pulumi.set(__self__, "dictionary_name", dictionary_name)
326
+ pulumi.set(__self__, "dictionary_value", dictionary_value)
327
+ pulumi.set(__self__, "id", id)
328
+ pulumi.set(__self__, "is_negate", is_negate)
329
+ pulumi.set(__self__, "operator", operator)
330
+
331
+ @property
332
+ @pulumi.getter(name="attributeName")
333
+ def attribute_name(self) -> str:
334
+ """
335
+ Dictionary attribute name
336
+ """
337
+ return pulumi.get(self, "attribute_name")
338
+
339
+ @property
340
+ @pulumi.getter(name="attributeValue")
341
+ def attribute_value(self) -> str:
342
+ """
343
+ Attribute value for condition. Value type is specified in dictionary object.
344
+ """
345
+ return pulumi.get(self, "attribute_value")
346
+
347
+ @property
348
+ @pulumi.getter
349
+ def childrens(self) -> Sequence['outputs.GetRuleChildrenChildrenResult']:
350
+ """
351
+ List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
352
+ """
353
+ return pulumi.get(self, "childrens")
354
+
355
+ @property
356
+ @pulumi.getter(name="conditionType")
357
+ def condition_type(self) -> str:
358
+ """
359
+ Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
360
+ """
361
+ return pulumi.get(self, "condition_type")
362
+
363
+ @property
364
+ @pulumi.getter(name="dictionaryName")
365
+ def dictionary_name(self) -> str:
366
+ """
367
+ Dictionary name
368
+ """
369
+ return pulumi.get(self, "dictionary_name")
370
+
371
+ @property
372
+ @pulumi.getter(name="dictionaryValue")
373
+ def dictionary_value(self) -> str:
374
+ """
375
+ Dictionary value
376
+ """
377
+ return pulumi.get(self, "dictionary_value")
378
+
379
+ @property
380
+ @pulumi.getter
381
+ def id(self) -> str:
382
+ """
383
+ UUID for condition
384
+ """
385
+ return pulumi.get(self, "id")
386
+
387
+ @property
388
+ @pulumi.getter(name="isNegate")
389
+ def is_negate(self) -> bool:
390
+ """
391
+ Indicates whereas this condition is in negate mode
392
+ """
393
+ return pulumi.get(self, "is_negate")
394
+
395
+ @property
396
+ @pulumi.getter
397
+ def operator(self) -> str:
398
+ """
399
+ Equality operator
400
+ """
401
+ return pulumi.get(self, "operator")
402
+
403
+
404
+ @pulumi.output_type
405
+ class GetRuleChildrenChildrenResult(dict):
406
+ def __init__(__self__, *,
407
+ attribute_name: str,
408
+ attribute_value: str,
409
+ condition_type: str,
410
+ dictionary_name: str,
411
+ dictionary_value: str,
412
+ id: str,
413
+ is_negate: bool,
414
+ operator: str):
415
+ """
416
+ :param str attribute_name: Dictionary attribute name
417
+ :param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
418
+ :param str condition_type: Condition type.
419
+ :param str dictionary_name: Dictionary name
420
+ :param str dictionary_value: Dictionary value
421
+ :param str id: UUID for condition
422
+ :param bool is_negate: Indicates whereas this condition is in negate mode
423
+ :param str operator: Equality operator
424
+ """
425
+ pulumi.set(__self__, "attribute_name", attribute_name)
426
+ pulumi.set(__self__, "attribute_value", attribute_value)
427
+ pulumi.set(__self__, "condition_type", condition_type)
428
+ pulumi.set(__self__, "dictionary_name", dictionary_name)
429
+ pulumi.set(__self__, "dictionary_value", dictionary_value)
430
+ pulumi.set(__self__, "id", id)
431
+ pulumi.set(__self__, "is_negate", is_negate)
432
+ pulumi.set(__self__, "operator", operator)
433
+
434
+ @property
435
+ @pulumi.getter(name="attributeName")
436
+ def attribute_name(self) -> str:
437
+ """
438
+ Dictionary attribute name
439
+ """
440
+ return pulumi.get(self, "attribute_name")
441
+
442
+ @property
443
+ @pulumi.getter(name="attributeValue")
444
+ def attribute_value(self) -> str:
445
+ """
446
+ Attribute value for condition. Value type is specified in dictionary object.
447
+ """
448
+ return pulumi.get(self, "attribute_value")
449
+
450
+ @property
451
+ @pulumi.getter(name="conditionType")
452
+ def condition_type(self) -> str:
453
+ """
454
+ Condition type.
455
+ """
456
+ return pulumi.get(self, "condition_type")
457
+
458
+ @property
459
+ @pulumi.getter(name="dictionaryName")
460
+ def dictionary_name(self) -> str:
461
+ """
462
+ Dictionary name
463
+ """
464
+ return pulumi.get(self, "dictionary_name")
465
+
466
+ @property
467
+ @pulumi.getter(name="dictionaryValue")
468
+ def dictionary_value(self) -> str:
469
+ """
470
+ Dictionary value
471
+ """
472
+ return pulumi.get(self, "dictionary_value")
473
+
474
+ @property
475
+ @pulumi.getter
476
+ def id(self) -> str:
477
+ """
478
+ UUID for condition
479
+ """
480
+ return pulumi.get(self, "id")
481
+
482
+ @property
483
+ @pulumi.getter(name="isNegate")
484
+ def is_negate(self) -> bool:
485
+ """
486
+ Indicates whereas this condition is in negate mode
487
+ """
488
+ return pulumi.get(self, "is_negate")
489
+
490
+ @property
491
+ @pulumi.getter
492
+ def operator(self) -> str:
493
+ """
494
+ Equality operator
495
+ """
496
+ return pulumi.get(self, "operator")
497
+
498
+