pulumi-ise 0.3.0a1743573250__py3-none-any.whl → 0.3.0a1744264416__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/__init__.py +1 -0
- pulumi_ise/config/__init__.py +1 -0
- pulumi_ise/config/__init__.pyi +1 -0
- pulumi_ise/config/vars.py +1 -0
- pulumi_ise/deviceadmin/__init__.py +1 -0
- pulumi_ise/deviceadmin/_inputs.py +538 -537
- pulumi_ise/deviceadmin/allowed_protocols_tacacs.py +71 -70
- pulumi_ise/deviceadmin/authentication_rule.py +239 -238
- pulumi_ise/deviceadmin/authentication_rule_update_rank.py +43 -42
- pulumi_ise/deviceadmin/authorization_exception_rule.py +211 -210
- pulumi_ise/deviceadmin/authorization_exception_rule_update_rank.py +43 -42
- pulumi_ise/deviceadmin/authorization_global_exception_rule.py +183 -182
- pulumi_ise/deviceadmin/authorization_global_exception_rule_update_rank.py +29 -28
- pulumi_ise/deviceadmin/authorization_rule.py +211 -210
- pulumi_ise/deviceadmin/authorization_rule_update_rank.py +43 -42
- pulumi_ise/deviceadmin/condition.py +127 -126
- pulumi_ise/deviceadmin/get_allowed_protocols_tacacs.py +15 -14
- pulumi_ise/deviceadmin/get_authentication_rule.py +31 -30
- pulumi_ise/deviceadmin/get_authorization_exception_rule.py +29 -28
- pulumi_ise/deviceadmin/get_authorization_global_exception_rule.py +23 -22
- pulumi_ise/deviceadmin/get_authorization_rule.py +29 -28
- pulumi_ise/deviceadmin/get_condition.py +19 -18
- pulumi_ise/deviceadmin/get_policy_set.py +25 -24
- pulumi_ise/deviceadmin/get_tacacs_command_set.py +13 -12
- pulumi_ise/deviceadmin/get_tacacs_profile.py +12 -11
- pulumi_ise/deviceadmin/get_time_and_date_condition.py +23 -22
- pulumi_ise/deviceadmin/outputs.py +656 -655
- pulumi_ise/deviceadmin/policy_set.py +211 -210
- pulumi_ise/deviceadmin/policy_set_update_rank.py +29 -28
- pulumi_ise/deviceadmin/tacacs_command_set.py +43 -42
- pulumi_ise/deviceadmin/tacacs_profile.py +29 -28
- pulumi_ise/deviceadmin/time_and_date_condition.py +183 -182
- pulumi_ise/identitymanagement/__init__.py +1 -0
- pulumi_ise/identitymanagement/_inputs.py +85 -84
- pulumi_ise/identitymanagement/active_directory_add_groups.py +85 -84
- pulumi_ise/identitymanagement/active_directory_join_domain_with_all_nodes.py +15 -14
- pulumi_ise/identitymanagement/active_directory_join_point.py +421 -420
- pulumi_ise/identitymanagement/certificate_authentication_profile.py +99 -98
- pulumi_ise/identitymanagement/endpoint.py +365 -364
- pulumi_ise/identitymanagement/endpoint_identity_group.py +57 -56
- pulumi_ise/identitymanagement/get_active_directory_groups_by_domain.py +27 -26
- pulumi_ise/identitymanagement/get_active_directory_join_point.py +36 -35
- pulumi_ise/identitymanagement/get_certificate_authentication_profile.py +17 -16
- pulumi_ise/identitymanagement/get_endpoint.py +36 -35
- pulumi_ise/identitymanagement/get_endpoint_identity_group.py +14 -13
- pulumi_ise/identitymanagement/get_identity_source_sequence.py +14 -13
- pulumi_ise/identitymanagement/get_internal_user.py +24 -23
- pulumi_ise/identitymanagement/get_user_identity_group.py +13 -12
- pulumi_ise/identitymanagement/identity_source_sequence.py +57 -56
- pulumi_ise/identitymanagement/internal_user.py +197 -196
- pulumi_ise/identitymanagement/outputs.py +95 -94
- pulumi_ise/identitymanagement/user_identity_group.py +43 -42
- pulumi_ise/network/__init__.py +1 -0
- pulumi_ise/network/_inputs.py +16 -15
- pulumi_ise/network/device.py +575 -574
- pulumi_ise/network/device_group.py +43 -42
- pulumi_ise/network/get_device.py +51 -50
- pulumi_ise/network/get_device_group.py +13 -12
- pulumi_ise/network/outputs.py +19 -18
- pulumi_ise/networkaccess/__init__.py +1 -0
- pulumi_ise/networkaccess/_inputs.py +539 -538
- pulumi_ise/networkaccess/allowed_protocols.py +1079 -1078
- pulumi_ise/networkaccess/authentication_rule.py +239 -238
- pulumi_ise/networkaccess/authentication_rule_update_rank.py +43 -42
- pulumi_ise/networkaccess/authorization_exception_rule.py +211 -210
- pulumi_ise/networkaccess/authorization_exception_rule_update_rank.py +43 -42
- pulumi_ise/networkaccess/authorization_global_exception_rule.py +183 -182
- pulumi_ise/networkaccess/authorization_global_exception_rule_update_rank.py +29 -28
- pulumi_ise/networkaccess/authorization_profile.py +449 -448
- pulumi_ise/networkaccess/authorization_rule.py +211 -210
- pulumi_ise/networkaccess/authorization_rule_update_rank.py +43 -42
- pulumi_ise/networkaccess/condition.py +127 -126
- pulumi_ise/networkaccess/dictionary.py +57 -56
- pulumi_ise/networkaccess/downloadable_acl.py +57 -56
- pulumi_ise/networkaccess/get_allowed_protocols.py +87 -86
- pulumi_ise/networkaccess/get_authentication_rule.py +31 -30
- pulumi_ise/networkaccess/get_authorization_exception_rule.py +29 -28
- pulumi_ise/networkaccess/get_authorization_global_exception_rule.py +23 -22
- pulumi_ise/networkaccess/get_authorization_profile.py +42 -41
- pulumi_ise/networkaccess/get_authorization_rule.py +29 -28
- pulumi_ise/networkaccess/get_condition.py +19 -18
- pulumi_ise/networkaccess/get_dictionary.py +14 -13
- pulumi_ise/networkaccess/get_downloadable_acl.py +14 -13
- pulumi_ise/networkaccess/get_policy_set.py +25 -24
- pulumi_ise/networkaccess/get_time_and_date_condition.py +23 -22
- pulumi_ise/networkaccess/outputs.py +658 -657
- pulumi_ise/networkaccess/policy_set.py +211 -210
- pulumi_ise/networkaccess/policy_set_update_rank.py +29 -28
- pulumi_ise/networkaccess/time_and_date_condition.py +183 -182
- pulumi_ise/provider.py +39 -38
- pulumi_ise/pulumi-plugin.json +1 -1
- pulumi_ise/system/__init__.py +1 -0
- pulumi_ise/system/_inputs.py +11 -10
- pulumi_ise/system/get_license_tier_state.py +6 -5
- pulumi_ise/system/get_repository.py +17 -16
- pulumi_ise/system/license_tier_state.py +1 -0
- pulumi_ise/system/outputs.py +13 -12
- pulumi_ise/system/repository.py +99 -98
- pulumi_ise/trustsec/__init__.py +1 -0
- pulumi_ise/trustsec/egress_matrix_cell.py +85 -84
- pulumi_ise/trustsec/egress_matrix_cell_default.py +57 -56
- pulumi_ise/trustsec/get_egress_matrix_cell.py +12 -11
- pulumi_ise/trustsec/get_egress_matrix_cell_default.py +10 -9
- pulumi_ise/trustsec/get_ip_to_sgt_mapping.py +18 -17
- pulumi_ise/trustsec/get_ip_to_sgt_mapping_group.py +15 -14
- pulumi_ise/trustsec/get_security_group.py +15 -14
- pulumi_ise/trustsec/get_security_group_acl.py +15 -14
- pulumi_ise/trustsec/get_sxp_domain_filter.py +16 -15
- pulumi_ise/trustsec/ip_to_sgt_mapping.py +113 -112
- pulumi_ise/trustsec/ip_to_sgt_mapping_group.py +71 -70
- pulumi_ise/trustsec/security_group.py +71 -70
- pulumi_ise/trustsec/security_group_acl.py +71 -70
- pulumi_ise/trustsec/sxp_domain_filter.py +85 -84
- {pulumi_ise-0.3.0a1743573250.dist-info → pulumi_ise-0.3.0a1744264416.dist-info}/METADATA +1 -1
- pulumi_ise-0.3.0a1744264416.dist-info/RECORD +119 -0
- pulumi_ise-0.3.0a1743573250.dist-info/RECORD +0 -119
- {pulumi_ise-0.3.0a1743573250.dist-info → pulumi_ise-0.3.0a1744264416.dist-info}/WHEEL +0 -0
- {pulumi_ise-0.3.0a1743573250.dist-info → pulumi_ise-0.3.0a1744264416.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -74,26 +75,26 @@ class AuthenticationRuleChildren(dict):
|
|
74
75
|
return super().get(key, default)
|
75
76
|
|
76
77
|
def __init__(__self__, *,
|
77
|
-
condition_type: str,
|
78
|
-
attribute_name: Optional[str] = None,
|
79
|
-
attribute_value: Optional[str] = None,
|
78
|
+
condition_type: builtins.str,
|
79
|
+
attribute_name: Optional[builtins.str] = None,
|
80
|
+
attribute_value: Optional[builtins.str] = None,
|
80
81
|
childrens: Optional[Sequence['outputs.AuthenticationRuleChildrenChildren']] = None,
|
81
|
-
dictionary_name: Optional[str] = None,
|
82
|
-
dictionary_value: Optional[str] = None,
|
83
|
-
id: Optional[str] = None,
|
84
|
-
is_negate: Optional[bool] = None,
|
85
|
-
operator: Optional[str] = None):
|
82
|
+
dictionary_name: Optional[builtins.str] = None,
|
83
|
+
dictionary_value: Optional[builtins.str] = None,
|
84
|
+
id: Optional[builtins.str] = None,
|
85
|
+
is_negate: Optional[builtins.bool] = None,
|
86
|
+
operator: Optional[builtins.str] = None):
|
86
87
|
"""
|
87
|
-
: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.
|
88
|
+
:param 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.
|
88
89
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
89
|
-
:param str attribute_name: Dictionary attribute name
|
90
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
90
|
+
:param builtins.str attribute_name: Dictionary attribute name
|
91
|
+
:param builtins.str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
91
92
|
:param Sequence['AuthenticationRuleChildrenChildrenArgs'] childrens: List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
92
|
-
:param str dictionary_name: Dictionary name
|
93
|
-
:param str dictionary_value: Dictionary value
|
94
|
-
:param str id: UUID for condition
|
95
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
96
|
-
:param str operator: Equality operator
|
93
|
+
:param builtins.str dictionary_name: Dictionary name
|
94
|
+
:param builtins.str dictionary_value: Dictionary value
|
95
|
+
:param builtins.str id: UUID for condition
|
96
|
+
:param builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
97
|
+
:param builtins.str operator: Equality operator
|
97
98
|
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
98
99
|
"""
|
99
100
|
pulumi.set(__self__, "condition_type", condition_type)
|
@@ -116,7 +117,7 @@ class AuthenticationRuleChildren(dict):
|
|
116
117
|
|
117
118
|
@property
|
118
119
|
@pulumi.getter(name="conditionType")
|
119
|
-
def condition_type(self) -> str:
|
120
|
+
def condition_type(self) -> builtins.str:
|
120
121
|
"""
|
121
122
|
Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
122
123
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
@@ -125,7 +126,7 @@ class AuthenticationRuleChildren(dict):
|
|
125
126
|
|
126
127
|
@property
|
127
128
|
@pulumi.getter(name="attributeName")
|
128
|
-
def attribute_name(self) -> Optional[str]:
|
129
|
+
def attribute_name(self) -> Optional[builtins.str]:
|
129
130
|
"""
|
130
131
|
Dictionary attribute name
|
131
132
|
"""
|
@@ -133,7 +134,7 @@ class AuthenticationRuleChildren(dict):
|
|
133
134
|
|
134
135
|
@property
|
135
136
|
@pulumi.getter(name="attributeValue")
|
136
|
-
def attribute_value(self) -> Optional[str]:
|
137
|
+
def attribute_value(self) -> Optional[builtins.str]:
|
137
138
|
"""
|
138
139
|
Attribute value for condition. Value type is specified in dictionary object.
|
139
140
|
"""
|
@@ -149,7 +150,7 @@ class AuthenticationRuleChildren(dict):
|
|
149
150
|
|
150
151
|
@property
|
151
152
|
@pulumi.getter(name="dictionaryName")
|
152
|
-
def dictionary_name(self) -> Optional[str]:
|
153
|
+
def dictionary_name(self) -> Optional[builtins.str]:
|
153
154
|
"""
|
154
155
|
Dictionary name
|
155
156
|
"""
|
@@ -157,7 +158,7 @@ class AuthenticationRuleChildren(dict):
|
|
157
158
|
|
158
159
|
@property
|
159
160
|
@pulumi.getter(name="dictionaryValue")
|
160
|
-
def dictionary_value(self) -> Optional[str]:
|
161
|
+
def dictionary_value(self) -> Optional[builtins.str]:
|
161
162
|
"""
|
162
163
|
Dictionary value
|
163
164
|
"""
|
@@ -165,7 +166,7 @@ class AuthenticationRuleChildren(dict):
|
|
165
166
|
|
166
167
|
@property
|
167
168
|
@pulumi.getter
|
168
|
-
def id(self) -> Optional[str]:
|
169
|
+
def id(self) -> Optional[builtins.str]:
|
169
170
|
"""
|
170
171
|
UUID for condition
|
171
172
|
"""
|
@@ -173,7 +174,7 @@ class AuthenticationRuleChildren(dict):
|
|
173
174
|
|
174
175
|
@property
|
175
176
|
@pulumi.getter(name="isNegate")
|
176
|
-
def is_negate(self) -> Optional[bool]:
|
177
|
+
def is_negate(self) -> Optional[builtins.bool]:
|
177
178
|
"""
|
178
179
|
Indicates whereas this condition is in negate mode
|
179
180
|
"""
|
@@ -181,7 +182,7 @@ class AuthenticationRuleChildren(dict):
|
|
181
182
|
|
182
183
|
@property
|
183
184
|
@pulumi.getter
|
184
|
-
def operator(self) -> Optional[str]:
|
185
|
+
def operator(self) -> Optional[builtins.str]:
|
185
186
|
"""
|
186
187
|
Equality operator
|
187
188
|
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
@@ -219,24 +220,24 @@ class AuthenticationRuleChildrenChildren(dict):
|
|
219
220
|
return super().get(key, default)
|
220
221
|
|
221
222
|
def __init__(__self__, *,
|
222
|
-
condition_type: str,
|
223
|
-
attribute_name: Optional[str] = None,
|
224
|
-
attribute_value: Optional[str] = None,
|
225
|
-
dictionary_name: Optional[str] = None,
|
226
|
-
dictionary_value: Optional[str] = None,
|
227
|
-
id: Optional[str] = None,
|
228
|
-
is_negate: Optional[bool] = None,
|
229
|
-
operator: Optional[str] = None):
|
230
|
-
"""
|
231
|
-
:param str condition_type: Condition type.
|
223
|
+
condition_type: builtins.str,
|
224
|
+
attribute_name: Optional[builtins.str] = None,
|
225
|
+
attribute_value: Optional[builtins.str] = None,
|
226
|
+
dictionary_name: Optional[builtins.str] = None,
|
227
|
+
dictionary_value: Optional[builtins.str] = None,
|
228
|
+
id: Optional[builtins.str] = None,
|
229
|
+
is_negate: Optional[builtins.bool] = None,
|
230
|
+
operator: Optional[builtins.str] = None):
|
231
|
+
"""
|
232
|
+
:param builtins.str condition_type: Condition type.
|
232
233
|
- Choices: `ConditionAttributes`, `ConditionReference`
|
233
|
-
:param str attribute_name: Dictionary attribute name
|
234
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
235
|
-
:param str dictionary_name: Dictionary name
|
236
|
-
:param str dictionary_value: Dictionary value
|
237
|
-
:param str id: UUID for condition
|
238
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
239
|
-
:param str operator: Equality operator
|
234
|
+
:param builtins.str attribute_name: Dictionary attribute name
|
235
|
+
:param builtins.str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
236
|
+
:param builtins.str dictionary_name: Dictionary name
|
237
|
+
:param builtins.str dictionary_value: Dictionary value
|
238
|
+
:param builtins.str id: UUID for condition
|
239
|
+
:param builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
240
|
+
:param builtins.str operator: Equality operator
|
240
241
|
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
241
242
|
"""
|
242
243
|
pulumi.set(__self__, "condition_type", condition_type)
|
@@ -257,7 +258,7 @@ class AuthenticationRuleChildrenChildren(dict):
|
|
257
258
|
|
258
259
|
@property
|
259
260
|
@pulumi.getter(name="conditionType")
|
260
|
-
def condition_type(self) -> str:
|
261
|
+
def condition_type(self) -> builtins.str:
|
261
262
|
"""
|
262
263
|
Condition type.
|
263
264
|
- Choices: `ConditionAttributes`, `ConditionReference`
|
@@ -266,7 +267,7 @@ class AuthenticationRuleChildrenChildren(dict):
|
|
266
267
|
|
267
268
|
@property
|
268
269
|
@pulumi.getter(name="attributeName")
|
269
|
-
def attribute_name(self) -> Optional[str]:
|
270
|
+
def attribute_name(self) -> Optional[builtins.str]:
|
270
271
|
"""
|
271
272
|
Dictionary attribute name
|
272
273
|
"""
|
@@ -274,7 +275,7 @@ class AuthenticationRuleChildrenChildren(dict):
|
|
274
275
|
|
275
276
|
@property
|
276
277
|
@pulumi.getter(name="attributeValue")
|
277
|
-
def attribute_value(self) -> Optional[str]:
|
278
|
+
def attribute_value(self) -> Optional[builtins.str]:
|
278
279
|
"""
|
279
280
|
Attribute value for condition. Value type is specified in dictionary object.
|
280
281
|
"""
|
@@ -282,7 +283,7 @@ class AuthenticationRuleChildrenChildren(dict):
|
|
282
283
|
|
283
284
|
@property
|
284
285
|
@pulumi.getter(name="dictionaryName")
|
285
|
-
def dictionary_name(self) -> Optional[str]:
|
286
|
+
def dictionary_name(self) -> Optional[builtins.str]:
|
286
287
|
"""
|
287
288
|
Dictionary name
|
288
289
|
"""
|
@@ -290,7 +291,7 @@ class AuthenticationRuleChildrenChildren(dict):
|
|
290
291
|
|
291
292
|
@property
|
292
293
|
@pulumi.getter(name="dictionaryValue")
|
293
|
-
def dictionary_value(self) -> Optional[str]:
|
294
|
+
def dictionary_value(self) -> Optional[builtins.str]:
|
294
295
|
"""
|
295
296
|
Dictionary value
|
296
297
|
"""
|
@@ -298,7 +299,7 @@ class AuthenticationRuleChildrenChildren(dict):
|
|
298
299
|
|
299
300
|
@property
|
300
301
|
@pulumi.getter
|
301
|
-
def id(self) -> Optional[str]:
|
302
|
+
def id(self) -> Optional[builtins.str]:
|
302
303
|
"""
|
303
304
|
UUID for condition
|
304
305
|
"""
|
@@ -306,7 +307,7 @@ class AuthenticationRuleChildrenChildren(dict):
|
|
306
307
|
|
307
308
|
@property
|
308
309
|
@pulumi.getter(name="isNegate")
|
309
|
-
def is_negate(self) -> Optional[bool]:
|
310
|
+
def is_negate(self) -> Optional[builtins.bool]:
|
310
311
|
"""
|
311
312
|
Indicates whereas this condition is in negate mode
|
312
313
|
"""
|
@@ -314,7 +315,7 @@ class AuthenticationRuleChildrenChildren(dict):
|
|
314
315
|
|
315
316
|
@property
|
316
317
|
@pulumi.getter
|
317
|
-
def operator(self) -> Optional[str]:
|
318
|
+
def operator(self) -> Optional[builtins.str]:
|
318
319
|
"""
|
319
320
|
Equality operator
|
320
321
|
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
@@ -352,26 +353,26 @@ class AuthorizationExceptionRuleChildren(dict):
|
|
352
353
|
return super().get(key, default)
|
353
354
|
|
354
355
|
def __init__(__self__, *,
|
355
|
-
condition_type: str,
|
356
|
-
attribute_name: Optional[str] = None,
|
357
|
-
attribute_value: Optional[str] = None,
|
356
|
+
condition_type: builtins.str,
|
357
|
+
attribute_name: Optional[builtins.str] = None,
|
358
|
+
attribute_value: Optional[builtins.str] = None,
|
358
359
|
childrens: Optional[Sequence['outputs.AuthorizationExceptionRuleChildrenChildren']] = None,
|
359
|
-
dictionary_name: Optional[str] = None,
|
360
|
-
dictionary_value: Optional[str] = None,
|
361
|
-
id: Optional[str] = None,
|
362
|
-
is_negate: Optional[bool] = None,
|
363
|
-
operator: Optional[str] = None):
|
360
|
+
dictionary_name: Optional[builtins.str] = None,
|
361
|
+
dictionary_value: Optional[builtins.str] = None,
|
362
|
+
id: Optional[builtins.str] = None,
|
363
|
+
is_negate: Optional[builtins.bool] = None,
|
364
|
+
operator: Optional[builtins.str] = None):
|
364
365
|
"""
|
365
|
-
: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.
|
366
|
+
:param 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.
|
366
367
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
367
|
-
:param str attribute_name: Dictionary attribute name
|
368
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
368
|
+
:param builtins.str attribute_name: Dictionary attribute name
|
369
|
+
:param builtins.str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
369
370
|
:param Sequence['AuthorizationExceptionRuleChildrenChildrenArgs'] childrens: List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
370
|
-
:param str dictionary_name: Dictionary name
|
371
|
-
:param str dictionary_value: Dictionary value
|
372
|
-
:param str id: UUID for condition
|
373
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
374
|
-
:param str operator: Equality operator
|
371
|
+
:param builtins.str dictionary_name: Dictionary name
|
372
|
+
:param builtins.str dictionary_value: Dictionary value
|
373
|
+
:param builtins.str id: UUID for condition
|
374
|
+
:param builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
375
|
+
:param builtins.str operator: Equality operator
|
375
376
|
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
376
377
|
"""
|
377
378
|
pulumi.set(__self__, "condition_type", condition_type)
|
@@ -394,7 +395,7 @@ class AuthorizationExceptionRuleChildren(dict):
|
|
394
395
|
|
395
396
|
@property
|
396
397
|
@pulumi.getter(name="conditionType")
|
397
|
-
def condition_type(self) -> str:
|
398
|
+
def condition_type(self) -> builtins.str:
|
398
399
|
"""
|
399
400
|
Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
400
401
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
@@ -403,7 +404,7 @@ class AuthorizationExceptionRuleChildren(dict):
|
|
403
404
|
|
404
405
|
@property
|
405
406
|
@pulumi.getter(name="attributeName")
|
406
|
-
def attribute_name(self) -> Optional[str]:
|
407
|
+
def attribute_name(self) -> Optional[builtins.str]:
|
407
408
|
"""
|
408
409
|
Dictionary attribute name
|
409
410
|
"""
|
@@ -411,7 +412,7 @@ class AuthorizationExceptionRuleChildren(dict):
|
|
411
412
|
|
412
413
|
@property
|
413
414
|
@pulumi.getter(name="attributeValue")
|
414
|
-
def attribute_value(self) -> Optional[str]:
|
415
|
+
def attribute_value(self) -> Optional[builtins.str]:
|
415
416
|
"""
|
416
417
|
Attribute value for condition. Value type is specified in dictionary object.
|
417
418
|
"""
|
@@ -427,7 +428,7 @@ class AuthorizationExceptionRuleChildren(dict):
|
|
427
428
|
|
428
429
|
@property
|
429
430
|
@pulumi.getter(name="dictionaryName")
|
430
|
-
def dictionary_name(self) -> Optional[str]:
|
431
|
+
def dictionary_name(self) -> Optional[builtins.str]:
|
431
432
|
"""
|
432
433
|
Dictionary name
|
433
434
|
"""
|
@@ -435,7 +436,7 @@ class AuthorizationExceptionRuleChildren(dict):
|
|
435
436
|
|
436
437
|
@property
|
437
438
|
@pulumi.getter(name="dictionaryValue")
|
438
|
-
def dictionary_value(self) -> Optional[str]:
|
439
|
+
def dictionary_value(self) -> Optional[builtins.str]:
|
439
440
|
"""
|
440
441
|
Dictionary value
|
441
442
|
"""
|
@@ -443,7 +444,7 @@ class AuthorizationExceptionRuleChildren(dict):
|
|
443
444
|
|
444
445
|
@property
|
445
446
|
@pulumi.getter
|
446
|
-
def id(self) -> Optional[str]:
|
447
|
+
def id(self) -> Optional[builtins.str]:
|
447
448
|
"""
|
448
449
|
UUID for condition
|
449
450
|
"""
|
@@ -451,7 +452,7 @@ class AuthorizationExceptionRuleChildren(dict):
|
|
451
452
|
|
452
453
|
@property
|
453
454
|
@pulumi.getter(name="isNegate")
|
454
|
-
def is_negate(self) -> Optional[bool]:
|
455
|
+
def is_negate(self) -> Optional[builtins.bool]:
|
455
456
|
"""
|
456
457
|
Indicates whereas this condition is in negate mode
|
457
458
|
"""
|
@@ -459,7 +460,7 @@ class AuthorizationExceptionRuleChildren(dict):
|
|
459
460
|
|
460
461
|
@property
|
461
462
|
@pulumi.getter
|
462
|
-
def operator(self) -> Optional[str]:
|
463
|
+
def operator(self) -> Optional[builtins.str]:
|
463
464
|
"""
|
464
465
|
Equality operator
|
465
466
|
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
@@ -497,24 +498,24 @@ class AuthorizationExceptionRuleChildrenChildren(dict):
|
|
497
498
|
return super().get(key, default)
|
498
499
|
|
499
500
|
def __init__(__self__, *,
|
500
|
-
condition_type: str,
|
501
|
-
attribute_name: Optional[str] = None,
|
502
|
-
attribute_value: Optional[str] = None,
|
503
|
-
dictionary_name: Optional[str] = None,
|
504
|
-
dictionary_value: Optional[str] = None,
|
505
|
-
id: Optional[str] = None,
|
506
|
-
is_negate: Optional[bool] = None,
|
507
|
-
operator: Optional[str] = None):
|
508
|
-
"""
|
509
|
-
:param str condition_type: Condition type.
|
501
|
+
condition_type: builtins.str,
|
502
|
+
attribute_name: Optional[builtins.str] = None,
|
503
|
+
attribute_value: Optional[builtins.str] = None,
|
504
|
+
dictionary_name: Optional[builtins.str] = None,
|
505
|
+
dictionary_value: Optional[builtins.str] = None,
|
506
|
+
id: Optional[builtins.str] = None,
|
507
|
+
is_negate: Optional[builtins.bool] = None,
|
508
|
+
operator: Optional[builtins.str] = None):
|
509
|
+
"""
|
510
|
+
:param builtins.str condition_type: Condition type.
|
510
511
|
- Choices: `ConditionAttributes`, `ConditionReference`
|
511
|
-
:param str attribute_name: Dictionary attribute name
|
512
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
513
|
-
:param str dictionary_name: Dictionary name
|
514
|
-
:param str dictionary_value: Dictionary value
|
515
|
-
:param str id: UUID for condition
|
516
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
517
|
-
:param str operator: Equality operator
|
512
|
+
:param builtins.str attribute_name: Dictionary attribute name
|
513
|
+
:param builtins.str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
514
|
+
:param builtins.str dictionary_name: Dictionary name
|
515
|
+
:param builtins.str dictionary_value: Dictionary value
|
516
|
+
:param builtins.str id: UUID for condition
|
517
|
+
:param builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
518
|
+
:param builtins.str operator: Equality operator
|
518
519
|
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
519
520
|
"""
|
520
521
|
pulumi.set(__self__, "condition_type", condition_type)
|
@@ -535,7 +536,7 @@ class AuthorizationExceptionRuleChildrenChildren(dict):
|
|
535
536
|
|
536
537
|
@property
|
537
538
|
@pulumi.getter(name="conditionType")
|
538
|
-
def condition_type(self) -> str:
|
539
|
+
def condition_type(self) -> builtins.str:
|
539
540
|
"""
|
540
541
|
Condition type.
|
541
542
|
- Choices: `ConditionAttributes`, `ConditionReference`
|
@@ -544,7 +545,7 @@ class AuthorizationExceptionRuleChildrenChildren(dict):
|
|
544
545
|
|
545
546
|
@property
|
546
547
|
@pulumi.getter(name="attributeName")
|
547
|
-
def attribute_name(self) -> Optional[str]:
|
548
|
+
def attribute_name(self) -> Optional[builtins.str]:
|
548
549
|
"""
|
549
550
|
Dictionary attribute name
|
550
551
|
"""
|
@@ -552,7 +553,7 @@ class AuthorizationExceptionRuleChildrenChildren(dict):
|
|
552
553
|
|
553
554
|
@property
|
554
555
|
@pulumi.getter(name="attributeValue")
|
555
|
-
def attribute_value(self) -> Optional[str]:
|
556
|
+
def attribute_value(self) -> Optional[builtins.str]:
|
556
557
|
"""
|
557
558
|
Attribute value for condition. Value type is specified in dictionary object.
|
558
559
|
"""
|
@@ -560,7 +561,7 @@ class AuthorizationExceptionRuleChildrenChildren(dict):
|
|
560
561
|
|
561
562
|
@property
|
562
563
|
@pulumi.getter(name="dictionaryName")
|
563
|
-
def dictionary_name(self) -> Optional[str]:
|
564
|
+
def dictionary_name(self) -> Optional[builtins.str]:
|
564
565
|
"""
|
565
566
|
Dictionary name
|
566
567
|
"""
|
@@ -568,7 +569,7 @@ class AuthorizationExceptionRuleChildrenChildren(dict):
|
|
568
569
|
|
569
570
|
@property
|
570
571
|
@pulumi.getter(name="dictionaryValue")
|
571
|
-
def dictionary_value(self) -> Optional[str]:
|
572
|
+
def dictionary_value(self) -> Optional[builtins.str]:
|
572
573
|
"""
|
573
574
|
Dictionary value
|
574
575
|
"""
|
@@ -576,7 +577,7 @@ class AuthorizationExceptionRuleChildrenChildren(dict):
|
|
576
577
|
|
577
578
|
@property
|
578
579
|
@pulumi.getter
|
579
|
-
def id(self) -> Optional[str]:
|
580
|
+
def id(self) -> Optional[builtins.str]:
|
580
581
|
"""
|
581
582
|
UUID for condition
|
582
583
|
"""
|
@@ -584,7 +585,7 @@ class AuthorizationExceptionRuleChildrenChildren(dict):
|
|
584
585
|
|
585
586
|
@property
|
586
587
|
@pulumi.getter(name="isNegate")
|
587
|
-
def is_negate(self) -> Optional[bool]:
|
588
|
+
def is_negate(self) -> Optional[builtins.bool]:
|
588
589
|
"""
|
589
590
|
Indicates whereas this condition is in negate mode
|
590
591
|
"""
|
@@ -592,7 +593,7 @@ class AuthorizationExceptionRuleChildrenChildren(dict):
|
|
592
593
|
|
593
594
|
@property
|
594
595
|
@pulumi.getter
|
595
|
-
def operator(self) -> Optional[str]:
|
596
|
+
def operator(self) -> Optional[builtins.str]:
|
596
597
|
"""
|
597
598
|
Equality operator
|
598
599
|
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
@@ -630,26 +631,26 @@ class AuthorizationGlobalExceptionRuleChildren(dict):
|
|
630
631
|
return super().get(key, default)
|
631
632
|
|
632
633
|
def __init__(__self__, *,
|
633
|
-
condition_type: str,
|
634
|
-
attribute_name: Optional[str] = None,
|
635
|
-
attribute_value: Optional[str] = None,
|
634
|
+
condition_type: builtins.str,
|
635
|
+
attribute_name: Optional[builtins.str] = None,
|
636
|
+
attribute_value: Optional[builtins.str] = None,
|
636
637
|
childrens: Optional[Sequence['outputs.AuthorizationGlobalExceptionRuleChildrenChildren']] = None,
|
637
|
-
dictionary_name: Optional[str] = None,
|
638
|
-
dictionary_value: Optional[str] = None,
|
639
|
-
id: Optional[str] = None,
|
640
|
-
is_negate: Optional[bool] = None,
|
641
|
-
operator: Optional[str] = None):
|
638
|
+
dictionary_name: Optional[builtins.str] = None,
|
639
|
+
dictionary_value: Optional[builtins.str] = None,
|
640
|
+
id: Optional[builtins.str] = None,
|
641
|
+
is_negate: Optional[builtins.bool] = None,
|
642
|
+
operator: Optional[builtins.str] = None):
|
642
643
|
"""
|
643
|
-
: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.
|
644
|
+
:param 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.
|
644
645
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
645
|
-
:param str attribute_name: Dictionary attribute name
|
646
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
646
|
+
:param builtins.str attribute_name: Dictionary attribute name
|
647
|
+
:param builtins.str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
647
648
|
:param Sequence['AuthorizationGlobalExceptionRuleChildrenChildrenArgs'] childrens: List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
648
|
-
:param str dictionary_name: Dictionary name
|
649
|
-
:param str dictionary_value: Dictionary value
|
650
|
-
:param str id: UUID for condition
|
651
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
652
|
-
:param str operator: Equality operator
|
649
|
+
:param builtins.str dictionary_name: Dictionary name
|
650
|
+
:param builtins.str dictionary_value: Dictionary value
|
651
|
+
:param builtins.str id: UUID for condition
|
652
|
+
:param builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
653
|
+
:param builtins.str operator: Equality operator
|
653
654
|
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
654
655
|
"""
|
655
656
|
pulumi.set(__self__, "condition_type", condition_type)
|
@@ -672,7 +673,7 @@ class AuthorizationGlobalExceptionRuleChildren(dict):
|
|
672
673
|
|
673
674
|
@property
|
674
675
|
@pulumi.getter(name="conditionType")
|
675
|
-
def condition_type(self) -> str:
|
676
|
+
def condition_type(self) -> builtins.str:
|
676
677
|
"""
|
677
678
|
Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
678
679
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
@@ -681,7 +682,7 @@ class AuthorizationGlobalExceptionRuleChildren(dict):
|
|
681
682
|
|
682
683
|
@property
|
683
684
|
@pulumi.getter(name="attributeName")
|
684
|
-
def attribute_name(self) -> Optional[str]:
|
685
|
+
def attribute_name(self) -> Optional[builtins.str]:
|
685
686
|
"""
|
686
687
|
Dictionary attribute name
|
687
688
|
"""
|
@@ -689,7 +690,7 @@ class AuthorizationGlobalExceptionRuleChildren(dict):
|
|
689
690
|
|
690
691
|
@property
|
691
692
|
@pulumi.getter(name="attributeValue")
|
692
|
-
def attribute_value(self) -> Optional[str]:
|
693
|
+
def attribute_value(self) -> Optional[builtins.str]:
|
693
694
|
"""
|
694
695
|
Attribute value for condition. Value type is specified in dictionary object.
|
695
696
|
"""
|
@@ -705,7 +706,7 @@ class AuthorizationGlobalExceptionRuleChildren(dict):
|
|
705
706
|
|
706
707
|
@property
|
707
708
|
@pulumi.getter(name="dictionaryName")
|
708
|
-
def dictionary_name(self) -> Optional[str]:
|
709
|
+
def dictionary_name(self) -> Optional[builtins.str]:
|
709
710
|
"""
|
710
711
|
Dictionary name
|
711
712
|
"""
|
@@ -713,7 +714,7 @@ class AuthorizationGlobalExceptionRuleChildren(dict):
|
|
713
714
|
|
714
715
|
@property
|
715
716
|
@pulumi.getter(name="dictionaryValue")
|
716
|
-
def dictionary_value(self) -> Optional[str]:
|
717
|
+
def dictionary_value(self) -> Optional[builtins.str]:
|
717
718
|
"""
|
718
719
|
Dictionary value
|
719
720
|
"""
|
@@ -721,7 +722,7 @@ class AuthorizationGlobalExceptionRuleChildren(dict):
|
|
721
722
|
|
722
723
|
@property
|
723
724
|
@pulumi.getter
|
724
|
-
def id(self) -> Optional[str]:
|
725
|
+
def id(self) -> Optional[builtins.str]:
|
725
726
|
"""
|
726
727
|
UUID for condition
|
727
728
|
"""
|
@@ -729,7 +730,7 @@ class AuthorizationGlobalExceptionRuleChildren(dict):
|
|
729
730
|
|
730
731
|
@property
|
731
732
|
@pulumi.getter(name="isNegate")
|
732
|
-
def is_negate(self) -> Optional[bool]:
|
733
|
+
def is_negate(self) -> Optional[builtins.bool]:
|
733
734
|
"""
|
734
735
|
Indicates whereas this condition is in negate mode
|
735
736
|
"""
|
@@ -737,7 +738,7 @@ class AuthorizationGlobalExceptionRuleChildren(dict):
|
|
737
738
|
|
738
739
|
@property
|
739
740
|
@pulumi.getter
|
740
|
-
def operator(self) -> Optional[str]:
|
741
|
+
def operator(self) -> Optional[builtins.str]:
|
741
742
|
"""
|
742
743
|
Equality operator
|
743
744
|
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
@@ -775,24 +776,24 @@ class AuthorizationGlobalExceptionRuleChildrenChildren(dict):
|
|
775
776
|
return super().get(key, default)
|
776
777
|
|
777
778
|
def __init__(__self__, *,
|
778
|
-
condition_type: str,
|
779
|
-
attribute_name: Optional[str] = None,
|
780
|
-
attribute_value: Optional[str] = None,
|
781
|
-
dictionary_name: Optional[str] = None,
|
782
|
-
dictionary_value: Optional[str] = None,
|
783
|
-
id: Optional[str] = None,
|
784
|
-
is_negate: Optional[bool] = None,
|
785
|
-
operator: Optional[str] = None):
|
786
|
-
"""
|
787
|
-
:param str condition_type: Condition type.
|
779
|
+
condition_type: builtins.str,
|
780
|
+
attribute_name: Optional[builtins.str] = None,
|
781
|
+
attribute_value: Optional[builtins.str] = None,
|
782
|
+
dictionary_name: Optional[builtins.str] = None,
|
783
|
+
dictionary_value: Optional[builtins.str] = None,
|
784
|
+
id: Optional[builtins.str] = None,
|
785
|
+
is_negate: Optional[builtins.bool] = None,
|
786
|
+
operator: Optional[builtins.str] = None):
|
787
|
+
"""
|
788
|
+
:param builtins.str condition_type: Condition type.
|
788
789
|
- Choices: `ConditionAttributes`, `ConditionReference`
|
789
|
-
:param str attribute_name: Dictionary attribute name
|
790
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
791
|
-
:param str dictionary_name: Dictionary name
|
792
|
-
:param str dictionary_value: Dictionary value
|
793
|
-
:param str id: UUID for condition
|
794
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
795
|
-
:param str operator: Equality operator
|
790
|
+
:param builtins.str attribute_name: Dictionary attribute name
|
791
|
+
:param builtins.str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
792
|
+
:param builtins.str dictionary_name: Dictionary name
|
793
|
+
:param builtins.str dictionary_value: Dictionary value
|
794
|
+
:param builtins.str id: UUID for condition
|
795
|
+
:param builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
796
|
+
:param builtins.str operator: Equality operator
|
796
797
|
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
797
798
|
"""
|
798
799
|
pulumi.set(__self__, "condition_type", condition_type)
|
@@ -813,7 +814,7 @@ class AuthorizationGlobalExceptionRuleChildrenChildren(dict):
|
|
813
814
|
|
814
815
|
@property
|
815
816
|
@pulumi.getter(name="conditionType")
|
816
|
-
def condition_type(self) -> str:
|
817
|
+
def condition_type(self) -> builtins.str:
|
817
818
|
"""
|
818
819
|
Condition type.
|
819
820
|
- Choices: `ConditionAttributes`, `ConditionReference`
|
@@ -822,7 +823,7 @@ class AuthorizationGlobalExceptionRuleChildrenChildren(dict):
|
|
822
823
|
|
823
824
|
@property
|
824
825
|
@pulumi.getter(name="attributeName")
|
825
|
-
def attribute_name(self) -> Optional[str]:
|
826
|
+
def attribute_name(self) -> Optional[builtins.str]:
|
826
827
|
"""
|
827
828
|
Dictionary attribute name
|
828
829
|
"""
|
@@ -830,7 +831,7 @@ class AuthorizationGlobalExceptionRuleChildrenChildren(dict):
|
|
830
831
|
|
831
832
|
@property
|
832
833
|
@pulumi.getter(name="attributeValue")
|
833
|
-
def attribute_value(self) -> Optional[str]:
|
834
|
+
def attribute_value(self) -> Optional[builtins.str]:
|
834
835
|
"""
|
835
836
|
Attribute value for condition. Value type is specified in dictionary object.
|
836
837
|
"""
|
@@ -838,7 +839,7 @@ class AuthorizationGlobalExceptionRuleChildrenChildren(dict):
|
|
838
839
|
|
839
840
|
@property
|
840
841
|
@pulumi.getter(name="dictionaryName")
|
841
|
-
def dictionary_name(self) -> Optional[str]:
|
842
|
+
def dictionary_name(self) -> Optional[builtins.str]:
|
842
843
|
"""
|
843
844
|
Dictionary name
|
844
845
|
"""
|
@@ -846,7 +847,7 @@ class AuthorizationGlobalExceptionRuleChildrenChildren(dict):
|
|
846
847
|
|
847
848
|
@property
|
848
849
|
@pulumi.getter(name="dictionaryValue")
|
849
|
-
def dictionary_value(self) -> Optional[str]:
|
850
|
+
def dictionary_value(self) -> Optional[builtins.str]:
|
850
851
|
"""
|
851
852
|
Dictionary value
|
852
853
|
"""
|
@@ -854,7 +855,7 @@ class AuthorizationGlobalExceptionRuleChildrenChildren(dict):
|
|
854
855
|
|
855
856
|
@property
|
856
857
|
@pulumi.getter
|
857
|
-
def id(self) -> Optional[str]:
|
858
|
+
def id(self) -> Optional[builtins.str]:
|
858
859
|
"""
|
859
860
|
UUID for condition
|
860
861
|
"""
|
@@ -862,7 +863,7 @@ class AuthorizationGlobalExceptionRuleChildrenChildren(dict):
|
|
862
863
|
|
863
864
|
@property
|
864
865
|
@pulumi.getter(name="isNegate")
|
865
|
-
def is_negate(self) -> Optional[bool]:
|
866
|
+
def is_negate(self) -> Optional[builtins.bool]:
|
866
867
|
"""
|
867
868
|
Indicates whereas this condition is in negate mode
|
868
869
|
"""
|
@@ -870,7 +871,7 @@ class AuthorizationGlobalExceptionRuleChildrenChildren(dict):
|
|
870
871
|
|
871
872
|
@property
|
872
873
|
@pulumi.getter
|
873
|
-
def operator(self) -> Optional[str]:
|
874
|
+
def operator(self) -> Optional[builtins.str]:
|
874
875
|
"""
|
875
876
|
Equality operator
|
876
877
|
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
@@ -908,19 +909,19 @@ class AuthorizationProfileAdvancedAttribute(dict):
|
|
908
909
|
return super().get(key, default)
|
909
910
|
|
910
911
|
def __init__(__self__, *,
|
911
|
-
attribute_left_dictionary_name: Optional[str] = None,
|
912
|
-
attribute_left_name: Optional[str] = None,
|
913
|
-
attribute_right_dictionary_name: Optional[str] = None,
|
914
|
-
attribute_right_name: Optional[str] = None,
|
915
|
-
attribute_right_value: Optional[str] = None,
|
916
|
-
attribute_right_value_type: Optional[str] = None):
|
917
|
-
"""
|
918
|
-
:param str attribute_left_dictionary_name: Dictionary name
|
919
|
-
:param str attribute_left_name: Attribute name
|
920
|
-
:param str attribute_right_dictionary_name: Dictionary name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
|
921
|
-
:param str attribute_right_name: Attribute name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
|
922
|
-
:param str attribute_right_value: Attribute value, only required when `attribute_right_value_type` is `AttributeValue`
|
923
|
-
:param str attribute_right_value_type: Advanced attribute value type
|
912
|
+
attribute_left_dictionary_name: Optional[builtins.str] = None,
|
913
|
+
attribute_left_name: Optional[builtins.str] = None,
|
914
|
+
attribute_right_dictionary_name: Optional[builtins.str] = None,
|
915
|
+
attribute_right_name: Optional[builtins.str] = None,
|
916
|
+
attribute_right_value: Optional[builtins.str] = None,
|
917
|
+
attribute_right_value_type: Optional[builtins.str] = None):
|
918
|
+
"""
|
919
|
+
:param builtins.str attribute_left_dictionary_name: Dictionary name
|
920
|
+
:param builtins.str attribute_left_name: Attribute name
|
921
|
+
:param builtins.str attribute_right_dictionary_name: Dictionary name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
|
922
|
+
:param builtins.str attribute_right_name: Attribute name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
|
923
|
+
:param builtins.str attribute_right_value: Attribute value, only required when `attribute_right_value_type` is `AttributeValue`
|
924
|
+
:param builtins.str attribute_right_value_type: Advanced attribute value type
|
924
925
|
- Choices: `AdvancedDictionaryAttribute`, `AttributeValue`
|
925
926
|
"""
|
926
927
|
if attribute_left_dictionary_name is not None:
|
@@ -938,7 +939,7 @@ class AuthorizationProfileAdvancedAttribute(dict):
|
|
938
939
|
|
939
940
|
@property
|
940
941
|
@pulumi.getter(name="attributeLeftDictionaryName")
|
941
|
-
def attribute_left_dictionary_name(self) -> Optional[str]:
|
942
|
+
def attribute_left_dictionary_name(self) -> Optional[builtins.str]:
|
942
943
|
"""
|
943
944
|
Dictionary name
|
944
945
|
"""
|
@@ -946,7 +947,7 @@ class AuthorizationProfileAdvancedAttribute(dict):
|
|
946
947
|
|
947
948
|
@property
|
948
949
|
@pulumi.getter(name="attributeLeftName")
|
949
|
-
def attribute_left_name(self) -> Optional[str]:
|
950
|
+
def attribute_left_name(self) -> Optional[builtins.str]:
|
950
951
|
"""
|
951
952
|
Attribute name
|
952
953
|
"""
|
@@ -954,7 +955,7 @@ class AuthorizationProfileAdvancedAttribute(dict):
|
|
954
955
|
|
955
956
|
@property
|
956
957
|
@pulumi.getter(name="attributeRightDictionaryName")
|
957
|
-
def attribute_right_dictionary_name(self) -> Optional[str]:
|
958
|
+
def attribute_right_dictionary_name(self) -> Optional[builtins.str]:
|
958
959
|
"""
|
959
960
|
Dictionary name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
|
960
961
|
"""
|
@@ -962,7 +963,7 @@ class AuthorizationProfileAdvancedAttribute(dict):
|
|
962
963
|
|
963
964
|
@property
|
964
965
|
@pulumi.getter(name="attributeRightName")
|
965
|
-
def attribute_right_name(self) -> Optional[str]:
|
966
|
+
def attribute_right_name(self) -> Optional[builtins.str]:
|
966
967
|
"""
|
967
968
|
Attribute name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
|
968
969
|
"""
|
@@ -970,7 +971,7 @@ class AuthorizationProfileAdvancedAttribute(dict):
|
|
970
971
|
|
971
972
|
@property
|
972
973
|
@pulumi.getter(name="attributeRightValue")
|
973
|
-
def attribute_right_value(self) -> Optional[str]:
|
974
|
+
def attribute_right_value(self) -> Optional[builtins.str]:
|
974
975
|
"""
|
975
976
|
Attribute value, only required when `attribute_right_value_type` is `AttributeValue`
|
976
977
|
"""
|
@@ -978,7 +979,7 @@ class AuthorizationProfileAdvancedAttribute(dict):
|
|
978
979
|
|
979
980
|
@property
|
980
981
|
@pulumi.getter(name="attributeRightValueType")
|
981
|
-
def attribute_right_value_type(self) -> Optional[str]:
|
982
|
+
def attribute_right_value_type(self) -> Optional[builtins.str]:
|
982
983
|
"""
|
983
984
|
Advanced attribute value type
|
984
985
|
- Choices: `AdvancedDictionaryAttribute`, `AttributeValue`
|
@@ -1016,26 +1017,26 @@ class AuthorizationRuleChildren(dict):
|
|
1016
1017
|
return super().get(key, default)
|
1017
1018
|
|
1018
1019
|
def __init__(__self__, *,
|
1019
|
-
condition_type: str,
|
1020
|
-
attribute_name: Optional[str] = None,
|
1021
|
-
attribute_value: Optional[str] = None,
|
1020
|
+
condition_type: builtins.str,
|
1021
|
+
attribute_name: Optional[builtins.str] = None,
|
1022
|
+
attribute_value: Optional[builtins.str] = None,
|
1022
1023
|
childrens: Optional[Sequence['outputs.AuthorizationRuleChildrenChildren']] = None,
|
1023
|
-
dictionary_name: Optional[str] = None,
|
1024
|
-
dictionary_value: Optional[str] = None,
|
1025
|
-
id: Optional[str] = None,
|
1026
|
-
is_negate: Optional[bool] = None,
|
1027
|
-
operator: Optional[str] = None):
|
1024
|
+
dictionary_name: Optional[builtins.str] = None,
|
1025
|
+
dictionary_value: Optional[builtins.str] = None,
|
1026
|
+
id: Optional[builtins.str] = None,
|
1027
|
+
is_negate: Optional[builtins.bool] = None,
|
1028
|
+
operator: Optional[builtins.str] = None):
|
1028
1029
|
"""
|
1029
|
-
: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.
|
1030
|
+
:param 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.
|
1030
1031
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
1031
|
-
:param str attribute_name: Dictionary attribute name
|
1032
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
1032
|
+
:param builtins.str attribute_name: Dictionary attribute name
|
1033
|
+
:param builtins.str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
1033
1034
|
:param Sequence['AuthorizationRuleChildrenChildrenArgs'] childrens: List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
1034
|
-
:param str dictionary_name: Dictionary name
|
1035
|
-
:param str dictionary_value: Dictionary value
|
1036
|
-
:param str id: UUID for condition
|
1037
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
1038
|
-
:param str operator: Equality operator
|
1035
|
+
:param builtins.str dictionary_name: Dictionary name
|
1036
|
+
:param builtins.str dictionary_value: Dictionary value
|
1037
|
+
:param builtins.str id: UUID for condition
|
1038
|
+
:param builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
1039
|
+
:param builtins.str operator: Equality operator
|
1039
1040
|
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
1040
1041
|
"""
|
1041
1042
|
pulumi.set(__self__, "condition_type", condition_type)
|
@@ -1058,7 +1059,7 @@ class AuthorizationRuleChildren(dict):
|
|
1058
1059
|
|
1059
1060
|
@property
|
1060
1061
|
@pulumi.getter(name="conditionType")
|
1061
|
-
def condition_type(self) -> str:
|
1062
|
+
def condition_type(self) -> builtins.str:
|
1062
1063
|
"""
|
1063
1064
|
Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
1064
1065
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
@@ -1067,7 +1068,7 @@ class AuthorizationRuleChildren(dict):
|
|
1067
1068
|
|
1068
1069
|
@property
|
1069
1070
|
@pulumi.getter(name="attributeName")
|
1070
|
-
def attribute_name(self) -> Optional[str]:
|
1071
|
+
def attribute_name(self) -> Optional[builtins.str]:
|
1071
1072
|
"""
|
1072
1073
|
Dictionary attribute name
|
1073
1074
|
"""
|
@@ -1075,7 +1076,7 @@ class AuthorizationRuleChildren(dict):
|
|
1075
1076
|
|
1076
1077
|
@property
|
1077
1078
|
@pulumi.getter(name="attributeValue")
|
1078
|
-
def attribute_value(self) -> Optional[str]:
|
1079
|
+
def attribute_value(self) -> Optional[builtins.str]:
|
1079
1080
|
"""
|
1080
1081
|
Attribute value for condition. Value type is specified in dictionary object.
|
1081
1082
|
"""
|
@@ -1091,7 +1092,7 @@ class AuthorizationRuleChildren(dict):
|
|
1091
1092
|
|
1092
1093
|
@property
|
1093
1094
|
@pulumi.getter(name="dictionaryName")
|
1094
|
-
def dictionary_name(self) -> Optional[str]:
|
1095
|
+
def dictionary_name(self) -> Optional[builtins.str]:
|
1095
1096
|
"""
|
1096
1097
|
Dictionary name
|
1097
1098
|
"""
|
@@ -1099,7 +1100,7 @@ class AuthorizationRuleChildren(dict):
|
|
1099
1100
|
|
1100
1101
|
@property
|
1101
1102
|
@pulumi.getter(name="dictionaryValue")
|
1102
|
-
def dictionary_value(self) -> Optional[str]:
|
1103
|
+
def dictionary_value(self) -> Optional[builtins.str]:
|
1103
1104
|
"""
|
1104
1105
|
Dictionary value
|
1105
1106
|
"""
|
@@ -1107,7 +1108,7 @@ class AuthorizationRuleChildren(dict):
|
|
1107
1108
|
|
1108
1109
|
@property
|
1109
1110
|
@pulumi.getter
|
1110
|
-
def id(self) -> Optional[str]:
|
1111
|
+
def id(self) -> Optional[builtins.str]:
|
1111
1112
|
"""
|
1112
1113
|
UUID for condition
|
1113
1114
|
"""
|
@@ -1115,7 +1116,7 @@ class AuthorizationRuleChildren(dict):
|
|
1115
1116
|
|
1116
1117
|
@property
|
1117
1118
|
@pulumi.getter(name="isNegate")
|
1118
|
-
def is_negate(self) -> Optional[bool]:
|
1119
|
+
def is_negate(self) -> Optional[builtins.bool]:
|
1119
1120
|
"""
|
1120
1121
|
Indicates whereas this condition is in negate mode
|
1121
1122
|
"""
|
@@ -1123,7 +1124,7 @@ class AuthorizationRuleChildren(dict):
|
|
1123
1124
|
|
1124
1125
|
@property
|
1125
1126
|
@pulumi.getter
|
1126
|
-
def operator(self) -> Optional[str]:
|
1127
|
+
def operator(self) -> Optional[builtins.str]:
|
1127
1128
|
"""
|
1128
1129
|
Equality operator
|
1129
1130
|
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
@@ -1161,24 +1162,24 @@ class AuthorizationRuleChildrenChildren(dict):
|
|
1161
1162
|
return super().get(key, default)
|
1162
1163
|
|
1163
1164
|
def __init__(__self__, *,
|
1164
|
-
condition_type: str,
|
1165
|
-
attribute_name: Optional[str] = None,
|
1166
|
-
attribute_value: Optional[str] = None,
|
1167
|
-
dictionary_name: Optional[str] = None,
|
1168
|
-
dictionary_value: Optional[str] = None,
|
1169
|
-
id: Optional[str] = None,
|
1170
|
-
is_negate: Optional[bool] = None,
|
1171
|
-
operator: Optional[str] = None):
|
1172
|
-
"""
|
1173
|
-
:param str condition_type: Condition type.
|
1165
|
+
condition_type: builtins.str,
|
1166
|
+
attribute_name: Optional[builtins.str] = None,
|
1167
|
+
attribute_value: Optional[builtins.str] = None,
|
1168
|
+
dictionary_name: Optional[builtins.str] = None,
|
1169
|
+
dictionary_value: Optional[builtins.str] = None,
|
1170
|
+
id: Optional[builtins.str] = None,
|
1171
|
+
is_negate: Optional[builtins.bool] = None,
|
1172
|
+
operator: Optional[builtins.str] = None):
|
1173
|
+
"""
|
1174
|
+
:param builtins.str condition_type: Condition type.
|
1174
1175
|
- Choices: `ConditionAttributes`, `ConditionReference`
|
1175
|
-
:param str attribute_name: Dictionary attribute name
|
1176
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
1177
|
-
:param str dictionary_name: Dictionary name
|
1178
|
-
:param str dictionary_value: Dictionary value
|
1179
|
-
:param str id: UUID for condition
|
1180
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
1181
|
-
:param str operator: Equality operator
|
1176
|
+
:param builtins.str attribute_name: Dictionary attribute name
|
1177
|
+
:param builtins.str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
1178
|
+
:param builtins.str dictionary_name: Dictionary name
|
1179
|
+
:param builtins.str dictionary_value: Dictionary value
|
1180
|
+
:param builtins.str id: UUID for condition
|
1181
|
+
:param builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
1182
|
+
:param builtins.str operator: Equality operator
|
1182
1183
|
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
1183
1184
|
"""
|
1184
1185
|
pulumi.set(__self__, "condition_type", condition_type)
|
@@ -1199,7 +1200,7 @@ class AuthorizationRuleChildrenChildren(dict):
|
|
1199
1200
|
|
1200
1201
|
@property
|
1201
1202
|
@pulumi.getter(name="conditionType")
|
1202
|
-
def condition_type(self) -> str:
|
1203
|
+
def condition_type(self) -> builtins.str:
|
1203
1204
|
"""
|
1204
1205
|
Condition type.
|
1205
1206
|
- Choices: `ConditionAttributes`, `ConditionReference`
|
@@ -1208,7 +1209,7 @@ class AuthorizationRuleChildrenChildren(dict):
|
|
1208
1209
|
|
1209
1210
|
@property
|
1210
1211
|
@pulumi.getter(name="attributeName")
|
1211
|
-
def attribute_name(self) -> Optional[str]:
|
1212
|
+
def attribute_name(self) -> Optional[builtins.str]:
|
1212
1213
|
"""
|
1213
1214
|
Dictionary attribute name
|
1214
1215
|
"""
|
@@ -1216,7 +1217,7 @@ class AuthorizationRuleChildrenChildren(dict):
|
|
1216
1217
|
|
1217
1218
|
@property
|
1218
1219
|
@pulumi.getter(name="attributeValue")
|
1219
|
-
def attribute_value(self) -> Optional[str]:
|
1220
|
+
def attribute_value(self) -> Optional[builtins.str]:
|
1220
1221
|
"""
|
1221
1222
|
Attribute value for condition. Value type is specified in dictionary object.
|
1222
1223
|
"""
|
@@ -1224,7 +1225,7 @@ class AuthorizationRuleChildrenChildren(dict):
|
|
1224
1225
|
|
1225
1226
|
@property
|
1226
1227
|
@pulumi.getter(name="dictionaryName")
|
1227
|
-
def dictionary_name(self) -> Optional[str]:
|
1228
|
+
def dictionary_name(self) -> Optional[builtins.str]:
|
1228
1229
|
"""
|
1229
1230
|
Dictionary name
|
1230
1231
|
"""
|
@@ -1232,7 +1233,7 @@ class AuthorizationRuleChildrenChildren(dict):
|
|
1232
1233
|
|
1233
1234
|
@property
|
1234
1235
|
@pulumi.getter(name="dictionaryValue")
|
1235
|
-
def dictionary_value(self) -> Optional[str]:
|
1236
|
+
def dictionary_value(self) -> Optional[builtins.str]:
|
1236
1237
|
"""
|
1237
1238
|
Dictionary value
|
1238
1239
|
"""
|
@@ -1240,7 +1241,7 @@ class AuthorizationRuleChildrenChildren(dict):
|
|
1240
1241
|
|
1241
1242
|
@property
|
1242
1243
|
@pulumi.getter
|
1243
|
-
def id(self) -> Optional[str]:
|
1244
|
+
def id(self) -> Optional[builtins.str]:
|
1244
1245
|
"""
|
1245
1246
|
UUID for condition
|
1246
1247
|
"""
|
@@ -1248,7 +1249,7 @@ class AuthorizationRuleChildrenChildren(dict):
|
|
1248
1249
|
|
1249
1250
|
@property
|
1250
1251
|
@pulumi.getter(name="isNegate")
|
1251
|
-
def is_negate(self) -> Optional[bool]:
|
1252
|
+
def is_negate(self) -> Optional[builtins.bool]:
|
1252
1253
|
"""
|
1253
1254
|
Indicates whereas this condition is in negate mode
|
1254
1255
|
"""
|
@@ -1256,7 +1257,7 @@ class AuthorizationRuleChildrenChildren(dict):
|
|
1256
1257
|
|
1257
1258
|
@property
|
1258
1259
|
@pulumi.getter
|
1259
|
-
def operator(self) -> Optional[str]:
|
1260
|
+
def operator(self) -> Optional[builtins.str]:
|
1260
1261
|
"""
|
1261
1262
|
Equality operator
|
1262
1263
|
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
@@ -1294,30 +1295,30 @@ class ConditionChildren(dict):
|
|
1294
1295
|
return super().get(key, default)
|
1295
1296
|
|
1296
1297
|
def __init__(__self__, *,
|
1297
|
-
condition_type: str,
|
1298
|
-
attribute_name: Optional[str] = None,
|
1299
|
-
attribute_value: Optional[str] = None,
|
1298
|
+
condition_type: builtins.str,
|
1299
|
+
attribute_name: Optional[builtins.str] = None,
|
1300
|
+
attribute_value: Optional[builtins.str] = None,
|
1300
1301
|
childrens: Optional[Sequence['outputs.ConditionChildrenChildren']] = None,
|
1301
|
-
description: Optional[str] = None,
|
1302
|
-
dictionary_name: Optional[str] = None,
|
1303
|
-
dictionary_value: Optional[str] = None,
|
1304
|
-
id: Optional[str] = None,
|
1305
|
-
is_negate: Optional[bool] = None,
|
1306
|
-
name: Optional[str] = None,
|
1307
|
-
operator: Optional[str] = None):
|
1308
|
-
"""
|
1309
|
-
: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.
|
1302
|
+
description: Optional[builtins.str] = None,
|
1303
|
+
dictionary_name: Optional[builtins.str] = None,
|
1304
|
+
dictionary_value: Optional[builtins.str] = None,
|
1305
|
+
id: Optional[builtins.str] = None,
|
1306
|
+
is_negate: Optional[builtins.bool] = None,
|
1307
|
+
name: Optional[builtins.str] = None,
|
1308
|
+
operator: Optional[builtins.str] = None):
|
1309
|
+
"""
|
1310
|
+
:param 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.
|
1310
1311
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
1311
|
-
:param str attribute_name: Dictionary attribute name
|
1312
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
1312
|
+
:param builtins.str attribute_name: Dictionary attribute name
|
1313
|
+
:param builtins.str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
1313
1314
|
:param Sequence['ConditionChildrenChildrenArgs'] childrens: List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
1314
|
-
:param str description: Condition description
|
1315
|
-
:param str dictionary_name: Dictionary name
|
1316
|
-
:param str dictionary_value: Dictionary value
|
1317
|
-
:param str id: UUID for condition
|
1318
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
1319
|
-
:param str name: Condition name
|
1320
|
-
:param str operator: Equality operator
|
1315
|
+
:param builtins.str description: Condition description
|
1316
|
+
:param builtins.str dictionary_name: Dictionary name
|
1317
|
+
:param builtins.str dictionary_value: Dictionary value
|
1318
|
+
:param builtins.str id: UUID for condition
|
1319
|
+
:param builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
1320
|
+
:param builtins.str name: Condition name
|
1321
|
+
:param builtins.str operator: Equality operator
|
1321
1322
|
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
1322
1323
|
"""
|
1323
1324
|
pulumi.set(__self__, "condition_type", condition_type)
|
@@ -1344,7 +1345,7 @@ class ConditionChildren(dict):
|
|
1344
1345
|
|
1345
1346
|
@property
|
1346
1347
|
@pulumi.getter(name="conditionType")
|
1347
|
-
def condition_type(self) -> str:
|
1348
|
+
def condition_type(self) -> builtins.str:
|
1348
1349
|
"""
|
1349
1350
|
Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
1350
1351
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
@@ -1353,7 +1354,7 @@ class ConditionChildren(dict):
|
|
1353
1354
|
|
1354
1355
|
@property
|
1355
1356
|
@pulumi.getter(name="attributeName")
|
1356
|
-
def attribute_name(self) -> Optional[str]:
|
1357
|
+
def attribute_name(self) -> Optional[builtins.str]:
|
1357
1358
|
"""
|
1358
1359
|
Dictionary attribute name
|
1359
1360
|
"""
|
@@ -1361,7 +1362,7 @@ class ConditionChildren(dict):
|
|
1361
1362
|
|
1362
1363
|
@property
|
1363
1364
|
@pulumi.getter(name="attributeValue")
|
1364
|
-
def attribute_value(self) -> Optional[str]:
|
1365
|
+
def attribute_value(self) -> Optional[builtins.str]:
|
1365
1366
|
"""
|
1366
1367
|
Attribute value for condition. Value type is specified in dictionary object.
|
1367
1368
|
"""
|
@@ -1377,7 +1378,7 @@ class ConditionChildren(dict):
|
|
1377
1378
|
|
1378
1379
|
@property
|
1379
1380
|
@pulumi.getter
|
1380
|
-
def description(self) -> Optional[str]:
|
1381
|
+
def description(self) -> Optional[builtins.str]:
|
1381
1382
|
"""
|
1382
1383
|
Condition description
|
1383
1384
|
"""
|
@@ -1385,7 +1386,7 @@ class ConditionChildren(dict):
|
|
1385
1386
|
|
1386
1387
|
@property
|
1387
1388
|
@pulumi.getter(name="dictionaryName")
|
1388
|
-
def dictionary_name(self) -> Optional[str]:
|
1389
|
+
def dictionary_name(self) -> Optional[builtins.str]:
|
1389
1390
|
"""
|
1390
1391
|
Dictionary name
|
1391
1392
|
"""
|
@@ -1393,7 +1394,7 @@ class ConditionChildren(dict):
|
|
1393
1394
|
|
1394
1395
|
@property
|
1395
1396
|
@pulumi.getter(name="dictionaryValue")
|
1396
|
-
def dictionary_value(self) -> Optional[str]:
|
1397
|
+
def dictionary_value(self) -> Optional[builtins.str]:
|
1397
1398
|
"""
|
1398
1399
|
Dictionary value
|
1399
1400
|
"""
|
@@ -1401,7 +1402,7 @@ class ConditionChildren(dict):
|
|
1401
1402
|
|
1402
1403
|
@property
|
1403
1404
|
@pulumi.getter
|
1404
|
-
def id(self) -> Optional[str]:
|
1405
|
+
def id(self) -> Optional[builtins.str]:
|
1405
1406
|
"""
|
1406
1407
|
UUID for condition
|
1407
1408
|
"""
|
@@ -1409,7 +1410,7 @@ class ConditionChildren(dict):
|
|
1409
1410
|
|
1410
1411
|
@property
|
1411
1412
|
@pulumi.getter(name="isNegate")
|
1412
|
-
def is_negate(self) -> Optional[bool]:
|
1413
|
+
def is_negate(self) -> Optional[builtins.bool]:
|
1413
1414
|
"""
|
1414
1415
|
Indicates whereas this condition is in negate mode
|
1415
1416
|
"""
|
@@ -1417,7 +1418,7 @@ class ConditionChildren(dict):
|
|
1417
1418
|
|
1418
1419
|
@property
|
1419
1420
|
@pulumi.getter
|
1420
|
-
def name(self) -> Optional[str]:
|
1421
|
+
def name(self) -> Optional[builtins.str]:
|
1421
1422
|
"""
|
1422
1423
|
Condition name
|
1423
1424
|
"""
|
@@ -1425,7 +1426,7 @@ class ConditionChildren(dict):
|
|
1425
1426
|
|
1426
1427
|
@property
|
1427
1428
|
@pulumi.getter
|
1428
|
-
def operator(self) -> Optional[str]:
|
1429
|
+
def operator(self) -> Optional[builtins.str]:
|
1429
1430
|
"""
|
1430
1431
|
Equality operator
|
1431
1432
|
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
@@ -1463,28 +1464,28 @@ class ConditionChildrenChildren(dict):
|
|
1463
1464
|
return super().get(key, default)
|
1464
1465
|
|
1465
1466
|
def __init__(__self__, *,
|
1466
|
-
condition_type: str,
|
1467
|
-
attribute_name: Optional[str] = None,
|
1468
|
-
attribute_value: Optional[str] = None,
|
1469
|
-
description: Optional[str] = None,
|
1470
|
-
dictionary_name: Optional[str] = None,
|
1471
|
-
dictionary_value: Optional[str] = None,
|
1472
|
-
id: Optional[str] = None,
|
1473
|
-
is_negate: Optional[bool] = None,
|
1474
|
-
name: Optional[str] = None,
|
1475
|
-
operator: Optional[str] = None):
|
1476
|
-
"""
|
1477
|
-
:param str condition_type: Condition type.
|
1467
|
+
condition_type: builtins.str,
|
1468
|
+
attribute_name: Optional[builtins.str] = None,
|
1469
|
+
attribute_value: Optional[builtins.str] = None,
|
1470
|
+
description: Optional[builtins.str] = None,
|
1471
|
+
dictionary_name: Optional[builtins.str] = None,
|
1472
|
+
dictionary_value: Optional[builtins.str] = None,
|
1473
|
+
id: Optional[builtins.str] = None,
|
1474
|
+
is_negate: Optional[builtins.bool] = None,
|
1475
|
+
name: Optional[builtins.str] = None,
|
1476
|
+
operator: Optional[builtins.str] = None):
|
1477
|
+
"""
|
1478
|
+
:param builtins.str condition_type: Condition type.
|
1478
1479
|
- Choices: `ConditionAttributes`, `ConditionReference`
|
1479
|
-
:param str attribute_name: Dictionary attribute name
|
1480
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
1481
|
-
:param str description: Condition description
|
1482
|
-
:param str dictionary_name: Dictionary name
|
1483
|
-
:param str dictionary_value: Dictionary value
|
1484
|
-
:param str id: UUID for condition
|
1485
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
1486
|
-
:param str name: Condition name
|
1487
|
-
:param str operator: Equality operator
|
1480
|
+
:param builtins.str attribute_name: Dictionary attribute name
|
1481
|
+
:param builtins.str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
1482
|
+
:param builtins.str description: Condition description
|
1483
|
+
:param builtins.str dictionary_name: Dictionary name
|
1484
|
+
:param builtins.str dictionary_value: Dictionary value
|
1485
|
+
:param builtins.str id: UUID for condition
|
1486
|
+
:param builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
1487
|
+
:param builtins.str name: Condition name
|
1488
|
+
:param builtins.str operator: Equality operator
|
1488
1489
|
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
1489
1490
|
"""
|
1490
1491
|
pulumi.set(__self__, "condition_type", condition_type)
|
@@ -1509,7 +1510,7 @@ class ConditionChildrenChildren(dict):
|
|
1509
1510
|
|
1510
1511
|
@property
|
1511
1512
|
@pulumi.getter(name="conditionType")
|
1512
|
-
def condition_type(self) -> str:
|
1513
|
+
def condition_type(self) -> builtins.str:
|
1513
1514
|
"""
|
1514
1515
|
Condition type.
|
1515
1516
|
- Choices: `ConditionAttributes`, `ConditionReference`
|
@@ -1518,7 +1519,7 @@ class ConditionChildrenChildren(dict):
|
|
1518
1519
|
|
1519
1520
|
@property
|
1520
1521
|
@pulumi.getter(name="attributeName")
|
1521
|
-
def attribute_name(self) -> Optional[str]:
|
1522
|
+
def attribute_name(self) -> Optional[builtins.str]:
|
1522
1523
|
"""
|
1523
1524
|
Dictionary attribute name
|
1524
1525
|
"""
|
@@ -1526,7 +1527,7 @@ class ConditionChildrenChildren(dict):
|
|
1526
1527
|
|
1527
1528
|
@property
|
1528
1529
|
@pulumi.getter(name="attributeValue")
|
1529
|
-
def attribute_value(self) -> Optional[str]:
|
1530
|
+
def attribute_value(self) -> Optional[builtins.str]:
|
1530
1531
|
"""
|
1531
1532
|
Attribute value for condition. Value type is specified in dictionary object.
|
1532
1533
|
"""
|
@@ -1534,7 +1535,7 @@ class ConditionChildrenChildren(dict):
|
|
1534
1535
|
|
1535
1536
|
@property
|
1536
1537
|
@pulumi.getter
|
1537
|
-
def description(self) -> Optional[str]:
|
1538
|
+
def description(self) -> Optional[builtins.str]:
|
1538
1539
|
"""
|
1539
1540
|
Condition description
|
1540
1541
|
"""
|
@@ -1542,7 +1543,7 @@ class ConditionChildrenChildren(dict):
|
|
1542
1543
|
|
1543
1544
|
@property
|
1544
1545
|
@pulumi.getter(name="dictionaryName")
|
1545
|
-
def dictionary_name(self) -> Optional[str]:
|
1546
|
+
def dictionary_name(self) -> Optional[builtins.str]:
|
1546
1547
|
"""
|
1547
1548
|
Dictionary name
|
1548
1549
|
"""
|
@@ -1550,7 +1551,7 @@ class ConditionChildrenChildren(dict):
|
|
1550
1551
|
|
1551
1552
|
@property
|
1552
1553
|
@pulumi.getter(name="dictionaryValue")
|
1553
|
-
def dictionary_value(self) -> Optional[str]:
|
1554
|
+
def dictionary_value(self) -> Optional[builtins.str]:
|
1554
1555
|
"""
|
1555
1556
|
Dictionary value
|
1556
1557
|
"""
|
@@ -1558,7 +1559,7 @@ class ConditionChildrenChildren(dict):
|
|
1558
1559
|
|
1559
1560
|
@property
|
1560
1561
|
@pulumi.getter
|
1561
|
-
def id(self) -> Optional[str]:
|
1562
|
+
def id(self) -> Optional[builtins.str]:
|
1562
1563
|
"""
|
1563
1564
|
UUID for condition
|
1564
1565
|
"""
|
@@ -1566,7 +1567,7 @@ class ConditionChildrenChildren(dict):
|
|
1566
1567
|
|
1567
1568
|
@property
|
1568
1569
|
@pulumi.getter(name="isNegate")
|
1569
|
-
def is_negate(self) -> Optional[bool]:
|
1570
|
+
def is_negate(self) -> Optional[builtins.bool]:
|
1570
1571
|
"""
|
1571
1572
|
Indicates whereas this condition is in negate mode
|
1572
1573
|
"""
|
@@ -1574,7 +1575,7 @@ class ConditionChildrenChildren(dict):
|
|
1574
1575
|
|
1575
1576
|
@property
|
1576
1577
|
@pulumi.getter
|
1577
|
-
def name(self) -> Optional[str]:
|
1578
|
+
def name(self) -> Optional[builtins.str]:
|
1578
1579
|
"""
|
1579
1580
|
Condition name
|
1580
1581
|
"""
|
@@ -1582,7 +1583,7 @@ class ConditionChildrenChildren(dict):
|
|
1582
1583
|
|
1583
1584
|
@property
|
1584
1585
|
@pulumi.getter
|
1585
|
-
def operator(self) -> Optional[str]:
|
1586
|
+
def operator(self) -> Optional[builtins.str]:
|
1586
1587
|
"""
|
1587
1588
|
Equality operator
|
1588
1589
|
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
@@ -1620,26 +1621,26 @@ class PolicySetChildren(dict):
|
|
1620
1621
|
return super().get(key, default)
|
1621
1622
|
|
1622
1623
|
def __init__(__self__, *,
|
1623
|
-
condition_type: str,
|
1624
|
-
attribute_name: Optional[str] = None,
|
1625
|
-
attribute_value: Optional[str] = None,
|
1624
|
+
condition_type: builtins.str,
|
1625
|
+
attribute_name: Optional[builtins.str] = None,
|
1626
|
+
attribute_value: Optional[builtins.str] = None,
|
1626
1627
|
childrens: Optional[Sequence['outputs.PolicySetChildrenChildren']] = None,
|
1627
|
-
dictionary_name: Optional[str] = None,
|
1628
|
-
dictionary_value: Optional[str] = None,
|
1629
|
-
id: Optional[str] = None,
|
1630
|
-
is_negate: Optional[bool] = None,
|
1631
|
-
operator: Optional[str] = None):
|
1628
|
+
dictionary_name: Optional[builtins.str] = None,
|
1629
|
+
dictionary_value: Optional[builtins.str] = None,
|
1630
|
+
id: Optional[builtins.str] = None,
|
1631
|
+
is_negate: Optional[builtins.bool] = None,
|
1632
|
+
operator: Optional[builtins.str] = None):
|
1632
1633
|
"""
|
1633
|
-
: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.
|
1634
|
+
:param 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.
|
1634
1635
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
1635
|
-
:param str attribute_name: Dictionary attribute name
|
1636
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
1636
|
+
:param builtins.str attribute_name: Dictionary attribute name
|
1637
|
+
:param builtins.str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
1637
1638
|
:param Sequence['PolicySetChildrenChildrenArgs'] childrens: List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
1638
|
-
:param str dictionary_name: Dictionary name
|
1639
|
-
:param str dictionary_value: Dictionary value
|
1640
|
-
:param str id: UUID for condition
|
1641
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
1642
|
-
:param str operator: Equality operator
|
1639
|
+
:param builtins.str dictionary_name: Dictionary name
|
1640
|
+
:param builtins.str dictionary_value: Dictionary value
|
1641
|
+
:param builtins.str id: UUID for condition
|
1642
|
+
:param builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
1643
|
+
:param builtins.str operator: Equality operator
|
1643
1644
|
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
1644
1645
|
"""
|
1645
1646
|
pulumi.set(__self__, "condition_type", condition_type)
|
@@ -1662,7 +1663,7 @@ class PolicySetChildren(dict):
|
|
1662
1663
|
|
1663
1664
|
@property
|
1664
1665
|
@pulumi.getter(name="conditionType")
|
1665
|
-
def condition_type(self) -> str:
|
1666
|
+
def condition_type(self) -> builtins.str:
|
1666
1667
|
"""
|
1667
1668
|
Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
1668
1669
|
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
@@ -1671,7 +1672,7 @@ class PolicySetChildren(dict):
|
|
1671
1672
|
|
1672
1673
|
@property
|
1673
1674
|
@pulumi.getter(name="attributeName")
|
1674
|
-
def attribute_name(self) -> Optional[str]:
|
1675
|
+
def attribute_name(self) -> Optional[builtins.str]:
|
1675
1676
|
"""
|
1676
1677
|
Dictionary attribute name
|
1677
1678
|
"""
|
@@ -1679,7 +1680,7 @@ class PolicySetChildren(dict):
|
|
1679
1680
|
|
1680
1681
|
@property
|
1681
1682
|
@pulumi.getter(name="attributeValue")
|
1682
|
-
def attribute_value(self) -> Optional[str]:
|
1683
|
+
def attribute_value(self) -> Optional[builtins.str]:
|
1683
1684
|
"""
|
1684
1685
|
Attribute value for condition. Value type is specified in dictionary object.
|
1685
1686
|
"""
|
@@ -1695,7 +1696,7 @@ class PolicySetChildren(dict):
|
|
1695
1696
|
|
1696
1697
|
@property
|
1697
1698
|
@pulumi.getter(name="dictionaryName")
|
1698
|
-
def dictionary_name(self) -> Optional[str]:
|
1699
|
+
def dictionary_name(self) -> Optional[builtins.str]:
|
1699
1700
|
"""
|
1700
1701
|
Dictionary name
|
1701
1702
|
"""
|
@@ -1703,7 +1704,7 @@ class PolicySetChildren(dict):
|
|
1703
1704
|
|
1704
1705
|
@property
|
1705
1706
|
@pulumi.getter(name="dictionaryValue")
|
1706
|
-
def dictionary_value(self) -> Optional[str]:
|
1707
|
+
def dictionary_value(self) -> Optional[builtins.str]:
|
1707
1708
|
"""
|
1708
1709
|
Dictionary value
|
1709
1710
|
"""
|
@@ -1711,7 +1712,7 @@ class PolicySetChildren(dict):
|
|
1711
1712
|
|
1712
1713
|
@property
|
1713
1714
|
@pulumi.getter
|
1714
|
-
def id(self) -> Optional[str]:
|
1715
|
+
def id(self) -> Optional[builtins.str]:
|
1715
1716
|
"""
|
1716
1717
|
UUID for condition
|
1717
1718
|
"""
|
@@ -1719,7 +1720,7 @@ class PolicySetChildren(dict):
|
|
1719
1720
|
|
1720
1721
|
@property
|
1721
1722
|
@pulumi.getter(name="isNegate")
|
1722
|
-
def is_negate(self) -> Optional[bool]:
|
1723
|
+
def is_negate(self) -> Optional[builtins.bool]:
|
1723
1724
|
"""
|
1724
1725
|
Indicates whereas this condition is in negate mode
|
1725
1726
|
"""
|
@@ -1727,7 +1728,7 @@ class PolicySetChildren(dict):
|
|
1727
1728
|
|
1728
1729
|
@property
|
1729
1730
|
@pulumi.getter
|
1730
|
-
def operator(self) -> Optional[str]:
|
1731
|
+
def operator(self) -> Optional[builtins.str]:
|
1731
1732
|
"""
|
1732
1733
|
Equality operator
|
1733
1734
|
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
@@ -1765,24 +1766,24 @@ class PolicySetChildrenChildren(dict):
|
|
1765
1766
|
return super().get(key, default)
|
1766
1767
|
|
1767
1768
|
def __init__(__self__, *,
|
1768
|
-
condition_type: str,
|
1769
|
-
attribute_name: Optional[str] = None,
|
1770
|
-
attribute_value: Optional[str] = None,
|
1771
|
-
dictionary_name: Optional[str] = None,
|
1772
|
-
dictionary_value: Optional[str] = None,
|
1773
|
-
id: Optional[str] = None,
|
1774
|
-
is_negate: Optional[bool] = None,
|
1775
|
-
operator: Optional[str] = None):
|
1776
|
-
"""
|
1777
|
-
:param str condition_type: Condition type.
|
1769
|
+
condition_type: builtins.str,
|
1770
|
+
attribute_name: Optional[builtins.str] = None,
|
1771
|
+
attribute_value: Optional[builtins.str] = None,
|
1772
|
+
dictionary_name: Optional[builtins.str] = None,
|
1773
|
+
dictionary_value: Optional[builtins.str] = None,
|
1774
|
+
id: Optional[builtins.str] = None,
|
1775
|
+
is_negate: Optional[builtins.bool] = None,
|
1776
|
+
operator: Optional[builtins.str] = None):
|
1777
|
+
"""
|
1778
|
+
:param builtins.str condition_type: Condition type.
|
1778
1779
|
- Choices: `ConditionAttributes`, `ConditionReference`
|
1779
|
-
:param str attribute_name: Dictionary attribute name
|
1780
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
1781
|
-
:param str dictionary_name: Dictionary name
|
1782
|
-
:param str dictionary_value: Dictionary value
|
1783
|
-
:param str id: UUID for condition
|
1784
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
1785
|
-
:param str operator: Equality operator
|
1780
|
+
:param builtins.str attribute_name: Dictionary attribute name
|
1781
|
+
:param builtins.str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
1782
|
+
:param builtins.str dictionary_name: Dictionary name
|
1783
|
+
:param builtins.str dictionary_value: Dictionary value
|
1784
|
+
:param builtins.str id: UUID for condition
|
1785
|
+
:param builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
1786
|
+
:param builtins.str operator: Equality operator
|
1786
1787
|
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
1787
1788
|
"""
|
1788
1789
|
pulumi.set(__self__, "condition_type", condition_type)
|
@@ -1803,7 +1804,7 @@ class PolicySetChildrenChildren(dict):
|
|
1803
1804
|
|
1804
1805
|
@property
|
1805
1806
|
@pulumi.getter(name="conditionType")
|
1806
|
-
def condition_type(self) -> str:
|
1807
|
+
def condition_type(self) -> builtins.str:
|
1807
1808
|
"""
|
1808
1809
|
Condition type.
|
1809
1810
|
- Choices: `ConditionAttributes`, `ConditionReference`
|
@@ -1812,7 +1813,7 @@ class PolicySetChildrenChildren(dict):
|
|
1812
1813
|
|
1813
1814
|
@property
|
1814
1815
|
@pulumi.getter(name="attributeName")
|
1815
|
-
def attribute_name(self) -> Optional[str]:
|
1816
|
+
def attribute_name(self) -> Optional[builtins.str]:
|
1816
1817
|
"""
|
1817
1818
|
Dictionary attribute name
|
1818
1819
|
"""
|
@@ -1820,7 +1821,7 @@ class PolicySetChildrenChildren(dict):
|
|
1820
1821
|
|
1821
1822
|
@property
|
1822
1823
|
@pulumi.getter(name="attributeValue")
|
1823
|
-
def attribute_value(self) -> Optional[str]:
|
1824
|
+
def attribute_value(self) -> Optional[builtins.str]:
|
1824
1825
|
"""
|
1825
1826
|
Attribute value for condition. Value type is specified in dictionary object.
|
1826
1827
|
"""
|
@@ -1828,7 +1829,7 @@ class PolicySetChildrenChildren(dict):
|
|
1828
1829
|
|
1829
1830
|
@property
|
1830
1831
|
@pulumi.getter(name="dictionaryName")
|
1831
|
-
def dictionary_name(self) -> Optional[str]:
|
1832
|
+
def dictionary_name(self) -> Optional[builtins.str]:
|
1832
1833
|
"""
|
1833
1834
|
Dictionary name
|
1834
1835
|
"""
|
@@ -1836,7 +1837,7 @@ class PolicySetChildrenChildren(dict):
|
|
1836
1837
|
|
1837
1838
|
@property
|
1838
1839
|
@pulumi.getter(name="dictionaryValue")
|
1839
|
-
def dictionary_value(self) -> Optional[str]:
|
1840
|
+
def dictionary_value(self) -> Optional[builtins.str]:
|
1840
1841
|
"""
|
1841
1842
|
Dictionary value
|
1842
1843
|
"""
|
@@ -1844,7 +1845,7 @@ class PolicySetChildrenChildren(dict):
|
|
1844
1845
|
|
1845
1846
|
@property
|
1846
1847
|
@pulumi.getter
|
1847
|
-
def id(self) -> Optional[str]:
|
1848
|
+
def id(self) -> Optional[builtins.str]:
|
1848
1849
|
"""
|
1849
1850
|
UUID for condition
|
1850
1851
|
"""
|
@@ -1852,7 +1853,7 @@ class PolicySetChildrenChildren(dict):
|
|
1852
1853
|
|
1853
1854
|
@property
|
1854
1855
|
@pulumi.getter(name="isNegate")
|
1855
|
-
def is_negate(self) -> Optional[bool]:
|
1856
|
+
def is_negate(self) -> Optional[builtins.bool]:
|
1856
1857
|
"""
|
1857
1858
|
Indicates whereas this condition is in negate mode
|
1858
1859
|
"""
|
@@ -1860,7 +1861,7 @@ class PolicySetChildrenChildren(dict):
|
|
1860
1861
|
|
1861
1862
|
@property
|
1862
1863
|
@pulumi.getter
|
1863
|
-
def operator(self) -> Optional[str]:
|
1864
|
+
def operator(self) -> Optional[builtins.str]:
|
1864
1865
|
"""
|
1865
1866
|
Equality operator
|
1866
1867
|
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
@@ -1871,25 +1872,25 @@ class PolicySetChildrenChildren(dict):
|
|
1871
1872
|
@pulumi.output_type
|
1872
1873
|
class GetAuthenticationRuleChildrenResult(dict):
|
1873
1874
|
def __init__(__self__, *,
|
1874
|
-
attribute_name: str,
|
1875
|
-
attribute_value: str,
|
1875
|
+
attribute_name: builtins.str,
|
1876
|
+
attribute_value: builtins.str,
|
1876
1877
|
childrens: Sequence['outputs.GetAuthenticationRuleChildrenChildrenResult'],
|
1877
|
-
condition_type: str,
|
1878
|
-
dictionary_name: str,
|
1879
|
-
dictionary_value: str,
|
1880
|
-
id: str,
|
1881
|
-
is_negate: bool,
|
1882
|
-
operator: str):
|
1883
|
-
"""
|
1884
|
-
:param str attribute_name: Dictionary attribute name
|
1885
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
1878
|
+
condition_type: builtins.str,
|
1879
|
+
dictionary_name: builtins.str,
|
1880
|
+
dictionary_value: builtins.str,
|
1881
|
+
id: builtins.str,
|
1882
|
+
is_negate: builtins.bool,
|
1883
|
+
operator: builtins.str):
|
1884
|
+
"""
|
1885
|
+
:param builtins.str attribute_name: Dictionary attribute name
|
1886
|
+
:param builtins.str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
1886
1887
|
:param Sequence['GetAuthenticationRuleChildrenChildrenArgs'] childrens: List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
1887
|
-
: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.
|
1888
|
-
:param str dictionary_name: Dictionary name
|
1889
|
-
:param str dictionary_value: Dictionary value
|
1890
|
-
:param str id: UUID for condition
|
1891
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
1892
|
-
:param str operator: Equality operator
|
1888
|
+
:param 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.
|
1889
|
+
:param builtins.str dictionary_name: Dictionary name
|
1890
|
+
:param builtins.str dictionary_value: Dictionary value
|
1891
|
+
:param builtins.str id: UUID for condition
|
1892
|
+
:param builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
1893
|
+
:param builtins.str operator: Equality operator
|
1893
1894
|
"""
|
1894
1895
|
pulumi.set(__self__, "attribute_name", attribute_name)
|
1895
1896
|
pulumi.set(__self__, "attribute_value", attribute_value)
|
@@ -1903,7 +1904,7 @@ class GetAuthenticationRuleChildrenResult(dict):
|
|
1903
1904
|
|
1904
1905
|
@property
|
1905
1906
|
@pulumi.getter(name="attributeName")
|
1906
|
-
def attribute_name(self) -> str:
|
1907
|
+
def attribute_name(self) -> builtins.str:
|
1907
1908
|
"""
|
1908
1909
|
Dictionary attribute name
|
1909
1910
|
"""
|
@@ -1911,7 +1912,7 @@ class GetAuthenticationRuleChildrenResult(dict):
|
|
1911
1912
|
|
1912
1913
|
@property
|
1913
1914
|
@pulumi.getter(name="attributeValue")
|
1914
|
-
def attribute_value(self) -> str:
|
1915
|
+
def attribute_value(self) -> builtins.str:
|
1915
1916
|
"""
|
1916
1917
|
Attribute value for condition. Value type is specified in dictionary object.
|
1917
1918
|
"""
|
@@ -1927,7 +1928,7 @@ class GetAuthenticationRuleChildrenResult(dict):
|
|
1927
1928
|
|
1928
1929
|
@property
|
1929
1930
|
@pulumi.getter(name="conditionType")
|
1930
|
-
def condition_type(self) -> str:
|
1931
|
+
def condition_type(self) -> builtins.str:
|
1931
1932
|
"""
|
1932
1933
|
Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
1933
1934
|
"""
|
@@ -1935,7 +1936,7 @@ class GetAuthenticationRuleChildrenResult(dict):
|
|
1935
1936
|
|
1936
1937
|
@property
|
1937
1938
|
@pulumi.getter(name="dictionaryName")
|
1938
|
-
def dictionary_name(self) -> str:
|
1939
|
+
def dictionary_name(self) -> builtins.str:
|
1939
1940
|
"""
|
1940
1941
|
Dictionary name
|
1941
1942
|
"""
|
@@ -1943,7 +1944,7 @@ class GetAuthenticationRuleChildrenResult(dict):
|
|
1943
1944
|
|
1944
1945
|
@property
|
1945
1946
|
@pulumi.getter(name="dictionaryValue")
|
1946
|
-
def dictionary_value(self) -> str:
|
1947
|
+
def dictionary_value(self) -> builtins.str:
|
1947
1948
|
"""
|
1948
1949
|
Dictionary value
|
1949
1950
|
"""
|
@@ -1951,7 +1952,7 @@ class GetAuthenticationRuleChildrenResult(dict):
|
|
1951
1952
|
|
1952
1953
|
@property
|
1953
1954
|
@pulumi.getter
|
1954
|
-
def id(self) -> str:
|
1955
|
+
def id(self) -> builtins.str:
|
1955
1956
|
"""
|
1956
1957
|
UUID for condition
|
1957
1958
|
"""
|
@@ -1959,7 +1960,7 @@ class GetAuthenticationRuleChildrenResult(dict):
|
|
1959
1960
|
|
1960
1961
|
@property
|
1961
1962
|
@pulumi.getter(name="isNegate")
|
1962
|
-
def is_negate(self) -> bool:
|
1963
|
+
def is_negate(self) -> builtins.bool:
|
1963
1964
|
"""
|
1964
1965
|
Indicates whereas this condition is in negate mode
|
1965
1966
|
"""
|
@@ -1967,7 +1968,7 @@ class GetAuthenticationRuleChildrenResult(dict):
|
|
1967
1968
|
|
1968
1969
|
@property
|
1969
1970
|
@pulumi.getter
|
1970
|
-
def operator(self) -> str:
|
1971
|
+
def operator(self) -> builtins.str:
|
1971
1972
|
"""
|
1972
1973
|
Equality operator
|
1973
1974
|
"""
|
@@ -1977,23 +1978,23 @@ class GetAuthenticationRuleChildrenResult(dict):
|
|
1977
1978
|
@pulumi.output_type
|
1978
1979
|
class GetAuthenticationRuleChildrenChildrenResult(dict):
|
1979
1980
|
def __init__(__self__, *,
|
1980
|
-
attribute_name: str,
|
1981
|
-
attribute_value: str,
|
1982
|
-
condition_type: str,
|
1983
|
-
dictionary_name: str,
|
1984
|
-
dictionary_value: str,
|
1985
|
-
id: str,
|
1986
|
-
is_negate: bool,
|
1987
|
-
operator: str):
|
1988
|
-
"""
|
1989
|
-
:param str attribute_name: Dictionary attribute name
|
1990
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
1991
|
-
:param str condition_type: Condition type.
|
1992
|
-
:param str dictionary_name: Dictionary name
|
1993
|
-
:param str dictionary_value: Dictionary value
|
1994
|
-
:param str id: UUID for condition
|
1995
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
1996
|
-
:param str operator: Equality operator
|
1981
|
+
attribute_name: builtins.str,
|
1982
|
+
attribute_value: builtins.str,
|
1983
|
+
condition_type: builtins.str,
|
1984
|
+
dictionary_name: builtins.str,
|
1985
|
+
dictionary_value: builtins.str,
|
1986
|
+
id: builtins.str,
|
1987
|
+
is_negate: builtins.bool,
|
1988
|
+
operator: builtins.str):
|
1989
|
+
"""
|
1990
|
+
:param builtins.str attribute_name: Dictionary attribute name
|
1991
|
+
:param builtins.str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
1992
|
+
:param builtins.str condition_type: Condition type.
|
1993
|
+
:param builtins.str dictionary_name: Dictionary name
|
1994
|
+
:param builtins.str dictionary_value: Dictionary value
|
1995
|
+
:param builtins.str id: UUID for condition
|
1996
|
+
:param builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
1997
|
+
:param builtins.str operator: Equality operator
|
1997
1998
|
"""
|
1998
1999
|
pulumi.set(__self__, "attribute_name", attribute_name)
|
1999
2000
|
pulumi.set(__self__, "attribute_value", attribute_value)
|
@@ -2006,7 +2007,7 @@ class GetAuthenticationRuleChildrenChildrenResult(dict):
|
|
2006
2007
|
|
2007
2008
|
@property
|
2008
2009
|
@pulumi.getter(name="attributeName")
|
2009
|
-
def attribute_name(self) -> str:
|
2010
|
+
def attribute_name(self) -> builtins.str:
|
2010
2011
|
"""
|
2011
2012
|
Dictionary attribute name
|
2012
2013
|
"""
|
@@ -2014,7 +2015,7 @@ class GetAuthenticationRuleChildrenChildrenResult(dict):
|
|
2014
2015
|
|
2015
2016
|
@property
|
2016
2017
|
@pulumi.getter(name="attributeValue")
|
2017
|
-
def attribute_value(self) -> str:
|
2018
|
+
def attribute_value(self) -> builtins.str:
|
2018
2019
|
"""
|
2019
2020
|
Attribute value for condition. Value type is specified in dictionary object.
|
2020
2021
|
"""
|
@@ -2022,7 +2023,7 @@ class GetAuthenticationRuleChildrenChildrenResult(dict):
|
|
2022
2023
|
|
2023
2024
|
@property
|
2024
2025
|
@pulumi.getter(name="conditionType")
|
2025
|
-
def condition_type(self) -> str:
|
2026
|
+
def condition_type(self) -> builtins.str:
|
2026
2027
|
"""
|
2027
2028
|
Condition type.
|
2028
2029
|
"""
|
@@ -2030,7 +2031,7 @@ class GetAuthenticationRuleChildrenChildrenResult(dict):
|
|
2030
2031
|
|
2031
2032
|
@property
|
2032
2033
|
@pulumi.getter(name="dictionaryName")
|
2033
|
-
def dictionary_name(self) -> str:
|
2034
|
+
def dictionary_name(self) -> builtins.str:
|
2034
2035
|
"""
|
2035
2036
|
Dictionary name
|
2036
2037
|
"""
|
@@ -2038,7 +2039,7 @@ class GetAuthenticationRuleChildrenChildrenResult(dict):
|
|
2038
2039
|
|
2039
2040
|
@property
|
2040
2041
|
@pulumi.getter(name="dictionaryValue")
|
2041
|
-
def dictionary_value(self) -> str:
|
2042
|
+
def dictionary_value(self) -> builtins.str:
|
2042
2043
|
"""
|
2043
2044
|
Dictionary value
|
2044
2045
|
"""
|
@@ -2046,7 +2047,7 @@ class GetAuthenticationRuleChildrenChildrenResult(dict):
|
|
2046
2047
|
|
2047
2048
|
@property
|
2048
2049
|
@pulumi.getter
|
2049
|
-
def id(self) -> str:
|
2050
|
+
def id(self) -> builtins.str:
|
2050
2051
|
"""
|
2051
2052
|
UUID for condition
|
2052
2053
|
"""
|
@@ -2054,7 +2055,7 @@ class GetAuthenticationRuleChildrenChildrenResult(dict):
|
|
2054
2055
|
|
2055
2056
|
@property
|
2056
2057
|
@pulumi.getter(name="isNegate")
|
2057
|
-
def is_negate(self) -> bool:
|
2058
|
+
def is_negate(self) -> builtins.bool:
|
2058
2059
|
"""
|
2059
2060
|
Indicates whereas this condition is in negate mode
|
2060
2061
|
"""
|
@@ -2062,7 +2063,7 @@ class GetAuthenticationRuleChildrenChildrenResult(dict):
|
|
2062
2063
|
|
2063
2064
|
@property
|
2064
2065
|
@pulumi.getter
|
2065
|
-
def operator(self) -> str:
|
2066
|
+
def operator(self) -> builtins.str:
|
2066
2067
|
"""
|
2067
2068
|
Equality operator
|
2068
2069
|
"""
|
@@ -2072,25 +2073,25 @@ class GetAuthenticationRuleChildrenChildrenResult(dict):
|
|
2072
2073
|
@pulumi.output_type
|
2073
2074
|
class GetAuthorizationExceptionRuleChildrenResult(dict):
|
2074
2075
|
def __init__(__self__, *,
|
2075
|
-
attribute_name: str,
|
2076
|
-
attribute_value: str,
|
2076
|
+
attribute_name: builtins.str,
|
2077
|
+
attribute_value: builtins.str,
|
2077
2078
|
childrens: Sequence['outputs.GetAuthorizationExceptionRuleChildrenChildrenResult'],
|
2078
|
-
condition_type: str,
|
2079
|
-
dictionary_name: str,
|
2080
|
-
dictionary_value: str,
|
2081
|
-
id: str,
|
2082
|
-
is_negate: bool,
|
2083
|
-
operator: str):
|
2084
|
-
"""
|
2085
|
-
:param str attribute_name: Dictionary attribute name
|
2086
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
2079
|
+
condition_type: builtins.str,
|
2080
|
+
dictionary_name: builtins.str,
|
2081
|
+
dictionary_value: builtins.str,
|
2082
|
+
id: builtins.str,
|
2083
|
+
is_negate: builtins.bool,
|
2084
|
+
operator: builtins.str):
|
2085
|
+
"""
|
2086
|
+
:param builtins.str attribute_name: Dictionary attribute name
|
2087
|
+
:param builtins.str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
2087
2088
|
:param Sequence['GetAuthorizationExceptionRuleChildrenChildrenArgs'] childrens: List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
2088
|
-
: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.
|
2089
|
-
:param str dictionary_name: Dictionary name
|
2090
|
-
:param str dictionary_value: Dictionary value
|
2091
|
-
:param str id: UUID for condition
|
2092
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
2093
|
-
:param str operator: Equality operator
|
2089
|
+
:param 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.
|
2090
|
+
:param builtins.str dictionary_name: Dictionary name
|
2091
|
+
:param builtins.str dictionary_value: Dictionary value
|
2092
|
+
:param builtins.str id: UUID for condition
|
2093
|
+
:param builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
2094
|
+
:param builtins.str operator: Equality operator
|
2094
2095
|
"""
|
2095
2096
|
pulumi.set(__self__, "attribute_name", attribute_name)
|
2096
2097
|
pulumi.set(__self__, "attribute_value", attribute_value)
|
@@ -2104,7 +2105,7 @@ class GetAuthorizationExceptionRuleChildrenResult(dict):
|
|
2104
2105
|
|
2105
2106
|
@property
|
2106
2107
|
@pulumi.getter(name="attributeName")
|
2107
|
-
def attribute_name(self) -> str:
|
2108
|
+
def attribute_name(self) -> builtins.str:
|
2108
2109
|
"""
|
2109
2110
|
Dictionary attribute name
|
2110
2111
|
"""
|
@@ -2112,7 +2113,7 @@ class GetAuthorizationExceptionRuleChildrenResult(dict):
|
|
2112
2113
|
|
2113
2114
|
@property
|
2114
2115
|
@pulumi.getter(name="attributeValue")
|
2115
|
-
def attribute_value(self) -> str:
|
2116
|
+
def attribute_value(self) -> builtins.str:
|
2116
2117
|
"""
|
2117
2118
|
Attribute value for condition. Value type is specified in dictionary object.
|
2118
2119
|
"""
|
@@ -2128,7 +2129,7 @@ class GetAuthorizationExceptionRuleChildrenResult(dict):
|
|
2128
2129
|
|
2129
2130
|
@property
|
2130
2131
|
@pulumi.getter(name="conditionType")
|
2131
|
-
def condition_type(self) -> str:
|
2132
|
+
def condition_type(self) -> builtins.str:
|
2132
2133
|
"""
|
2133
2134
|
Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
2134
2135
|
"""
|
@@ -2136,7 +2137,7 @@ class GetAuthorizationExceptionRuleChildrenResult(dict):
|
|
2136
2137
|
|
2137
2138
|
@property
|
2138
2139
|
@pulumi.getter(name="dictionaryName")
|
2139
|
-
def dictionary_name(self) -> str:
|
2140
|
+
def dictionary_name(self) -> builtins.str:
|
2140
2141
|
"""
|
2141
2142
|
Dictionary name
|
2142
2143
|
"""
|
@@ -2144,7 +2145,7 @@ class GetAuthorizationExceptionRuleChildrenResult(dict):
|
|
2144
2145
|
|
2145
2146
|
@property
|
2146
2147
|
@pulumi.getter(name="dictionaryValue")
|
2147
|
-
def dictionary_value(self) -> str:
|
2148
|
+
def dictionary_value(self) -> builtins.str:
|
2148
2149
|
"""
|
2149
2150
|
Dictionary value
|
2150
2151
|
"""
|
@@ -2152,7 +2153,7 @@ class GetAuthorizationExceptionRuleChildrenResult(dict):
|
|
2152
2153
|
|
2153
2154
|
@property
|
2154
2155
|
@pulumi.getter
|
2155
|
-
def id(self) -> str:
|
2156
|
+
def id(self) -> builtins.str:
|
2156
2157
|
"""
|
2157
2158
|
UUID for condition
|
2158
2159
|
"""
|
@@ -2160,7 +2161,7 @@ class GetAuthorizationExceptionRuleChildrenResult(dict):
|
|
2160
2161
|
|
2161
2162
|
@property
|
2162
2163
|
@pulumi.getter(name="isNegate")
|
2163
|
-
def is_negate(self) -> bool:
|
2164
|
+
def is_negate(self) -> builtins.bool:
|
2164
2165
|
"""
|
2165
2166
|
Indicates whereas this condition is in negate mode
|
2166
2167
|
"""
|
@@ -2168,7 +2169,7 @@ class GetAuthorizationExceptionRuleChildrenResult(dict):
|
|
2168
2169
|
|
2169
2170
|
@property
|
2170
2171
|
@pulumi.getter
|
2171
|
-
def operator(self) -> str:
|
2172
|
+
def operator(self) -> builtins.str:
|
2172
2173
|
"""
|
2173
2174
|
Equality operator
|
2174
2175
|
"""
|
@@ -2178,23 +2179,23 @@ class GetAuthorizationExceptionRuleChildrenResult(dict):
|
|
2178
2179
|
@pulumi.output_type
|
2179
2180
|
class GetAuthorizationExceptionRuleChildrenChildrenResult(dict):
|
2180
2181
|
def __init__(__self__, *,
|
2181
|
-
attribute_name: str,
|
2182
|
-
attribute_value: str,
|
2183
|
-
condition_type: str,
|
2184
|
-
dictionary_name: str,
|
2185
|
-
dictionary_value: str,
|
2186
|
-
id: str,
|
2187
|
-
is_negate: bool,
|
2188
|
-
operator: str):
|
2189
|
-
"""
|
2190
|
-
:param str attribute_name: Dictionary attribute name
|
2191
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
2192
|
-
:param str condition_type: Condition type.
|
2193
|
-
:param str dictionary_name: Dictionary name
|
2194
|
-
:param str dictionary_value: Dictionary value
|
2195
|
-
:param str id: UUID for condition
|
2196
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
2197
|
-
:param str operator: Equality operator
|
2182
|
+
attribute_name: builtins.str,
|
2183
|
+
attribute_value: builtins.str,
|
2184
|
+
condition_type: builtins.str,
|
2185
|
+
dictionary_name: builtins.str,
|
2186
|
+
dictionary_value: builtins.str,
|
2187
|
+
id: builtins.str,
|
2188
|
+
is_negate: builtins.bool,
|
2189
|
+
operator: builtins.str):
|
2190
|
+
"""
|
2191
|
+
:param builtins.str attribute_name: Dictionary attribute name
|
2192
|
+
:param builtins.str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
2193
|
+
:param builtins.str condition_type: Condition type.
|
2194
|
+
:param builtins.str dictionary_name: Dictionary name
|
2195
|
+
:param builtins.str dictionary_value: Dictionary value
|
2196
|
+
:param builtins.str id: UUID for condition
|
2197
|
+
:param builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
2198
|
+
:param builtins.str operator: Equality operator
|
2198
2199
|
"""
|
2199
2200
|
pulumi.set(__self__, "attribute_name", attribute_name)
|
2200
2201
|
pulumi.set(__self__, "attribute_value", attribute_value)
|
@@ -2207,7 +2208,7 @@ class GetAuthorizationExceptionRuleChildrenChildrenResult(dict):
|
|
2207
2208
|
|
2208
2209
|
@property
|
2209
2210
|
@pulumi.getter(name="attributeName")
|
2210
|
-
def attribute_name(self) -> str:
|
2211
|
+
def attribute_name(self) -> builtins.str:
|
2211
2212
|
"""
|
2212
2213
|
Dictionary attribute name
|
2213
2214
|
"""
|
@@ -2215,7 +2216,7 @@ class GetAuthorizationExceptionRuleChildrenChildrenResult(dict):
|
|
2215
2216
|
|
2216
2217
|
@property
|
2217
2218
|
@pulumi.getter(name="attributeValue")
|
2218
|
-
def attribute_value(self) -> str:
|
2219
|
+
def attribute_value(self) -> builtins.str:
|
2219
2220
|
"""
|
2220
2221
|
Attribute value for condition. Value type is specified in dictionary object.
|
2221
2222
|
"""
|
@@ -2223,7 +2224,7 @@ class GetAuthorizationExceptionRuleChildrenChildrenResult(dict):
|
|
2223
2224
|
|
2224
2225
|
@property
|
2225
2226
|
@pulumi.getter(name="conditionType")
|
2226
|
-
def condition_type(self) -> str:
|
2227
|
+
def condition_type(self) -> builtins.str:
|
2227
2228
|
"""
|
2228
2229
|
Condition type.
|
2229
2230
|
"""
|
@@ -2231,7 +2232,7 @@ class GetAuthorizationExceptionRuleChildrenChildrenResult(dict):
|
|
2231
2232
|
|
2232
2233
|
@property
|
2233
2234
|
@pulumi.getter(name="dictionaryName")
|
2234
|
-
def dictionary_name(self) -> str:
|
2235
|
+
def dictionary_name(self) -> builtins.str:
|
2235
2236
|
"""
|
2236
2237
|
Dictionary name
|
2237
2238
|
"""
|
@@ -2239,7 +2240,7 @@ class GetAuthorizationExceptionRuleChildrenChildrenResult(dict):
|
|
2239
2240
|
|
2240
2241
|
@property
|
2241
2242
|
@pulumi.getter(name="dictionaryValue")
|
2242
|
-
def dictionary_value(self) -> str:
|
2243
|
+
def dictionary_value(self) -> builtins.str:
|
2243
2244
|
"""
|
2244
2245
|
Dictionary value
|
2245
2246
|
"""
|
@@ -2247,7 +2248,7 @@ class GetAuthorizationExceptionRuleChildrenChildrenResult(dict):
|
|
2247
2248
|
|
2248
2249
|
@property
|
2249
2250
|
@pulumi.getter
|
2250
|
-
def id(self) -> str:
|
2251
|
+
def id(self) -> builtins.str:
|
2251
2252
|
"""
|
2252
2253
|
UUID for condition
|
2253
2254
|
"""
|
@@ -2255,7 +2256,7 @@ class GetAuthorizationExceptionRuleChildrenChildrenResult(dict):
|
|
2255
2256
|
|
2256
2257
|
@property
|
2257
2258
|
@pulumi.getter(name="isNegate")
|
2258
|
-
def is_negate(self) -> bool:
|
2259
|
+
def is_negate(self) -> builtins.bool:
|
2259
2260
|
"""
|
2260
2261
|
Indicates whereas this condition is in negate mode
|
2261
2262
|
"""
|
@@ -2263,7 +2264,7 @@ class GetAuthorizationExceptionRuleChildrenChildrenResult(dict):
|
|
2263
2264
|
|
2264
2265
|
@property
|
2265
2266
|
@pulumi.getter
|
2266
|
-
def operator(self) -> str:
|
2267
|
+
def operator(self) -> builtins.str:
|
2267
2268
|
"""
|
2268
2269
|
Equality operator
|
2269
2270
|
"""
|
@@ -2273,25 +2274,25 @@ class GetAuthorizationExceptionRuleChildrenChildrenResult(dict):
|
|
2273
2274
|
@pulumi.output_type
|
2274
2275
|
class GetAuthorizationGlobalExceptionRuleChildrenResult(dict):
|
2275
2276
|
def __init__(__self__, *,
|
2276
|
-
attribute_name: str,
|
2277
|
-
attribute_value: str,
|
2277
|
+
attribute_name: builtins.str,
|
2278
|
+
attribute_value: builtins.str,
|
2278
2279
|
childrens: Sequence['outputs.GetAuthorizationGlobalExceptionRuleChildrenChildrenResult'],
|
2279
|
-
condition_type: str,
|
2280
|
-
dictionary_name: str,
|
2281
|
-
dictionary_value: str,
|
2282
|
-
id: str,
|
2283
|
-
is_negate: bool,
|
2284
|
-
operator: str):
|
2285
|
-
"""
|
2286
|
-
:param str attribute_name: Dictionary attribute name
|
2287
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
2280
|
+
condition_type: builtins.str,
|
2281
|
+
dictionary_name: builtins.str,
|
2282
|
+
dictionary_value: builtins.str,
|
2283
|
+
id: builtins.str,
|
2284
|
+
is_negate: builtins.bool,
|
2285
|
+
operator: builtins.str):
|
2286
|
+
"""
|
2287
|
+
:param builtins.str attribute_name: Dictionary attribute name
|
2288
|
+
:param builtins.str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
2288
2289
|
:param Sequence['GetAuthorizationGlobalExceptionRuleChildrenChildrenArgs'] childrens: List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
2289
|
-
: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.
|
2290
|
-
:param str dictionary_name: Dictionary name
|
2291
|
-
:param str dictionary_value: Dictionary value
|
2292
|
-
:param str id: UUID for condition
|
2293
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
2294
|
-
:param str operator: Equality operator
|
2290
|
+
:param 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.
|
2291
|
+
:param builtins.str dictionary_name: Dictionary name
|
2292
|
+
:param builtins.str dictionary_value: Dictionary value
|
2293
|
+
:param builtins.str id: UUID for condition
|
2294
|
+
:param builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
2295
|
+
:param builtins.str operator: Equality operator
|
2295
2296
|
"""
|
2296
2297
|
pulumi.set(__self__, "attribute_name", attribute_name)
|
2297
2298
|
pulumi.set(__self__, "attribute_value", attribute_value)
|
@@ -2305,7 +2306,7 @@ class GetAuthorizationGlobalExceptionRuleChildrenResult(dict):
|
|
2305
2306
|
|
2306
2307
|
@property
|
2307
2308
|
@pulumi.getter(name="attributeName")
|
2308
|
-
def attribute_name(self) -> str:
|
2309
|
+
def attribute_name(self) -> builtins.str:
|
2309
2310
|
"""
|
2310
2311
|
Dictionary attribute name
|
2311
2312
|
"""
|
@@ -2313,7 +2314,7 @@ class GetAuthorizationGlobalExceptionRuleChildrenResult(dict):
|
|
2313
2314
|
|
2314
2315
|
@property
|
2315
2316
|
@pulumi.getter(name="attributeValue")
|
2316
|
-
def attribute_value(self) -> str:
|
2317
|
+
def attribute_value(self) -> builtins.str:
|
2317
2318
|
"""
|
2318
2319
|
Attribute value for condition. Value type is specified in dictionary object.
|
2319
2320
|
"""
|
@@ -2329,7 +2330,7 @@ class GetAuthorizationGlobalExceptionRuleChildrenResult(dict):
|
|
2329
2330
|
|
2330
2331
|
@property
|
2331
2332
|
@pulumi.getter(name="conditionType")
|
2332
|
-
def condition_type(self) -> str:
|
2333
|
+
def condition_type(self) -> builtins.str:
|
2333
2334
|
"""
|
2334
2335
|
Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
2335
2336
|
"""
|
@@ -2337,7 +2338,7 @@ class GetAuthorizationGlobalExceptionRuleChildrenResult(dict):
|
|
2337
2338
|
|
2338
2339
|
@property
|
2339
2340
|
@pulumi.getter(name="dictionaryName")
|
2340
|
-
def dictionary_name(self) -> str:
|
2341
|
+
def dictionary_name(self) -> builtins.str:
|
2341
2342
|
"""
|
2342
2343
|
Dictionary name
|
2343
2344
|
"""
|
@@ -2345,7 +2346,7 @@ class GetAuthorizationGlobalExceptionRuleChildrenResult(dict):
|
|
2345
2346
|
|
2346
2347
|
@property
|
2347
2348
|
@pulumi.getter(name="dictionaryValue")
|
2348
|
-
def dictionary_value(self) -> str:
|
2349
|
+
def dictionary_value(self) -> builtins.str:
|
2349
2350
|
"""
|
2350
2351
|
Dictionary value
|
2351
2352
|
"""
|
@@ -2353,7 +2354,7 @@ class GetAuthorizationGlobalExceptionRuleChildrenResult(dict):
|
|
2353
2354
|
|
2354
2355
|
@property
|
2355
2356
|
@pulumi.getter
|
2356
|
-
def id(self) -> str:
|
2357
|
+
def id(self) -> builtins.str:
|
2357
2358
|
"""
|
2358
2359
|
UUID for condition
|
2359
2360
|
"""
|
@@ -2361,7 +2362,7 @@ class GetAuthorizationGlobalExceptionRuleChildrenResult(dict):
|
|
2361
2362
|
|
2362
2363
|
@property
|
2363
2364
|
@pulumi.getter(name="isNegate")
|
2364
|
-
def is_negate(self) -> bool:
|
2365
|
+
def is_negate(self) -> builtins.bool:
|
2365
2366
|
"""
|
2366
2367
|
Indicates whereas this condition is in negate mode
|
2367
2368
|
"""
|
@@ -2369,7 +2370,7 @@ class GetAuthorizationGlobalExceptionRuleChildrenResult(dict):
|
|
2369
2370
|
|
2370
2371
|
@property
|
2371
2372
|
@pulumi.getter
|
2372
|
-
def operator(self) -> str:
|
2373
|
+
def operator(self) -> builtins.str:
|
2373
2374
|
"""
|
2374
2375
|
Equality operator
|
2375
2376
|
"""
|
@@ -2379,23 +2380,23 @@ class GetAuthorizationGlobalExceptionRuleChildrenResult(dict):
|
|
2379
2380
|
@pulumi.output_type
|
2380
2381
|
class GetAuthorizationGlobalExceptionRuleChildrenChildrenResult(dict):
|
2381
2382
|
def __init__(__self__, *,
|
2382
|
-
attribute_name: str,
|
2383
|
-
attribute_value: str,
|
2384
|
-
condition_type: str,
|
2385
|
-
dictionary_name: str,
|
2386
|
-
dictionary_value: str,
|
2387
|
-
id: str,
|
2388
|
-
is_negate: bool,
|
2389
|
-
operator: str):
|
2390
|
-
"""
|
2391
|
-
:param str attribute_name: Dictionary attribute name
|
2392
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
2393
|
-
:param str condition_type: Condition type.
|
2394
|
-
:param str dictionary_name: Dictionary name
|
2395
|
-
:param str dictionary_value: Dictionary value
|
2396
|
-
:param str id: UUID for condition
|
2397
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
2398
|
-
:param str operator: Equality operator
|
2383
|
+
attribute_name: builtins.str,
|
2384
|
+
attribute_value: builtins.str,
|
2385
|
+
condition_type: builtins.str,
|
2386
|
+
dictionary_name: builtins.str,
|
2387
|
+
dictionary_value: builtins.str,
|
2388
|
+
id: builtins.str,
|
2389
|
+
is_negate: builtins.bool,
|
2390
|
+
operator: builtins.str):
|
2391
|
+
"""
|
2392
|
+
:param builtins.str attribute_name: Dictionary attribute name
|
2393
|
+
:param builtins.str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
2394
|
+
:param builtins.str condition_type: Condition type.
|
2395
|
+
:param builtins.str dictionary_name: Dictionary name
|
2396
|
+
:param builtins.str dictionary_value: Dictionary value
|
2397
|
+
:param builtins.str id: UUID for condition
|
2398
|
+
:param builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
2399
|
+
:param builtins.str operator: Equality operator
|
2399
2400
|
"""
|
2400
2401
|
pulumi.set(__self__, "attribute_name", attribute_name)
|
2401
2402
|
pulumi.set(__self__, "attribute_value", attribute_value)
|
@@ -2408,7 +2409,7 @@ class GetAuthorizationGlobalExceptionRuleChildrenChildrenResult(dict):
|
|
2408
2409
|
|
2409
2410
|
@property
|
2410
2411
|
@pulumi.getter(name="attributeName")
|
2411
|
-
def attribute_name(self) -> str:
|
2412
|
+
def attribute_name(self) -> builtins.str:
|
2412
2413
|
"""
|
2413
2414
|
Dictionary attribute name
|
2414
2415
|
"""
|
@@ -2416,7 +2417,7 @@ class GetAuthorizationGlobalExceptionRuleChildrenChildrenResult(dict):
|
|
2416
2417
|
|
2417
2418
|
@property
|
2418
2419
|
@pulumi.getter(name="attributeValue")
|
2419
|
-
def attribute_value(self) -> str:
|
2420
|
+
def attribute_value(self) -> builtins.str:
|
2420
2421
|
"""
|
2421
2422
|
Attribute value for condition. Value type is specified in dictionary object.
|
2422
2423
|
"""
|
@@ -2424,7 +2425,7 @@ class GetAuthorizationGlobalExceptionRuleChildrenChildrenResult(dict):
|
|
2424
2425
|
|
2425
2426
|
@property
|
2426
2427
|
@pulumi.getter(name="conditionType")
|
2427
|
-
def condition_type(self) -> str:
|
2428
|
+
def condition_type(self) -> builtins.str:
|
2428
2429
|
"""
|
2429
2430
|
Condition type.
|
2430
2431
|
"""
|
@@ -2432,7 +2433,7 @@ class GetAuthorizationGlobalExceptionRuleChildrenChildrenResult(dict):
|
|
2432
2433
|
|
2433
2434
|
@property
|
2434
2435
|
@pulumi.getter(name="dictionaryName")
|
2435
|
-
def dictionary_name(self) -> str:
|
2436
|
+
def dictionary_name(self) -> builtins.str:
|
2436
2437
|
"""
|
2437
2438
|
Dictionary name
|
2438
2439
|
"""
|
@@ -2440,7 +2441,7 @@ class GetAuthorizationGlobalExceptionRuleChildrenChildrenResult(dict):
|
|
2440
2441
|
|
2441
2442
|
@property
|
2442
2443
|
@pulumi.getter(name="dictionaryValue")
|
2443
|
-
def dictionary_value(self) -> str:
|
2444
|
+
def dictionary_value(self) -> builtins.str:
|
2444
2445
|
"""
|
2445
2446
|
Dictionary value
|
2446
2447
|
"""
|
@@ -2448,7 +2449,7 @@ class GetAuthorizationGlobalExceptionRuleChildrenChildrenResult(dict):
|
|
2448
2449
|
|
2449
2450
|
@property
|
2450
2451
|
@pulumi.getter
|
2451
|
-
def id(self) -> str:
|
2452
|
+
def id(self) -> builtins.str:
|
2452
2453
|
"""
|
2453
2454
|
UUID for condition
|
2454
2455
|
"""
|
@@ -2456,7 +2457,7 @@ class GetAuthorizationGlobalExceptionRuleChildrenChildrenResult(dict):
|
|
2456
2457
|
|
2457
2458
|
@property
|
2458
2459
|
@pulumi.getter(name="isNegate")
|
2459
|
-
def is_negate(self) -> bool:
|
2460
|
+
def is_negate(self) -> builtins.bool:
|
2460
2461
|
"""
|
2461
2462
|
Indicates whereas this condition is in negate mode
|
2462
2463
|
"""
|
@@ -2464,7 +2465,7 @@ class GetAuthorizationGlobalExceptionRuleChildrenChildrenResult(dict):
|
|
2464
2465
|
|
2465
2466
|
@property
|
2466
2467
|
@pulumi.getter
|
2467
|
-
def operator(self) -> str:
|
2468
|
+
def operator(self) -> builtins.str:
|
2468
2469
|
"""
|
2469
2470
|
Equality operator
|
2470
2471
|
"""
|
@@ -2474,19 +2475,19 @@ class GetAuthorizationGlobalExceptionRuleChildrenChildrenResult(dict):
|
|
2474
2475
|
@pulumi.output_type
|
2475
2476
|
class GetAuthorizationProfileAdvancedAttributeResult(dict):
|
2476
2477
|
def __init__(__self__, *,
|
2477
|
-
attribute_left_dictionary_name: str,
|
2478
|
-
attribute_left_name: str,
|
2479
|
-
attribute_right_dictionary_name: str,
|
2480
|
-
attribute_right_name: str,
|
2481
|
-
attribute_right_value: str,
|
2482
|
-
attribute_right_value_type: str):
|
2483
|
-
"""
|
2484
|
-
:param str attribute_left_dictionary_name: Dictionary name
|
2485
|
-
:param str attribute_left_name: Attribute name
|
2486
|
-
:param str attribute_right_dictionary_name: Dictionary name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
|
2487
|
-
:param str attribute_right_name: Attribute name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
|
2488
|
-
:param str attribute_right_value: Attribute value, only required when `attribute_right_value_type` is `AttributeValue`
|
2489
|
-
:param str attribute_right_value_type: Advanced attribute value type
|
2478
|
+
attribute_left_dictionary_name: builtins.str,
|
2479
|
+
attribute_left_name: builtins.str,
|
2480
|
+
attribute_right_dictionary_name: builtins.str,
|
2481
|
+
attribute_right_name: builtins.str,
|
2482
|
+
attribute_right_value: builtins.str,
|
2483
|
+
attribute_right_value_type: builtins.str):
|
2484
|
+
"""
|
2485
|
+
:param builtins.str attribute_left_dictionary_name: Dictionary name
|
2486
|
+
:param builtins.str attribute_left_name: Attribute name
|
2487
|
+
:param builtins.str attribute_right_dictionary_name: Dictionary name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
|
2488
|
+
:param builtins.str attribute_right_name: Attribute name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
|
2489
|
+
:param builtins.str attribute_right_value: Attribute value, only required when `attribute_right_value_type` is `AttributeValue`
|
2490
|
+
:param builtins.str attribute_right_value_type: Advanced attribute value type
|
2490
2491
|
"""
|
2491
2492
|
pulumi.set(__self__, "attribute_left_dictionary_name", attribute_left_dictionary_name)
|
2492
2493
|
pulumi.set(__self__, "attribute_left_name", attribute_left_name)
|
@@ -2497,7 +2498,7 @@ class GetAuthorizationProfileAdvancedAttributeResult(dict):
|
|
2497
2498
|
|
2498
2499
|
@property
|
2499
2500
|
@pulumi.getter(name="attributeLeftDictionaryName")
|
2500
|
-
def attribute_left_dictionary_name(self) -> str:
|
2501
|
+
def attribute_left_dictionary_name(self) -> builtins.str:
|
2501
2502
|
"""
|
2502
2503
|
Dictionary name
|
2503
2504
|
"""
|
@@ -2505,7 +2506,7 @@ class GetAuthorizationProfileAdvancedAttributeResult(dict):
|
|
2505
2506
|
|
2506
2507
|
@property
|
2507
2508
|
@pulumi.getter(name="attributeLeftName")
|
2508
|
-
def attribute_left_name(self) -> str:
|
2509
|
+
def attribute_left_name(self) -> builtins.str:
|
2509
2510
|
"""
|
2510
2511
|
Attribute name
|
2511
2512
|
"""
|
@@ -2513,7 +2514,7 @@ class GetAuthorizationProfileAdvancedAttributeResult(dict):
|
|
2513
2514
|
|
2514
2515
|
@property
|
2515
2516
|
@pulumi.getter(name="attributeRightDictionaryName")
|
2516
|
-
def attribute_right_dictionary_name(self) -> str:
|
2517
|
+
def attribute_right_dictionary_name(self) -> builtins.str:
|
2517
2518
|
"""
|
2518
2519
|
Dictionary name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
|
2519
2520
|
"""
|
@@ -2521,7 +2522,7 @@ class GetAuthorizationProfileAdvancedAttributeResult(dict):
|
|
2521
2522
|
|
2522
2523
|
@property
|
2523
2524
|
@pulumi.getter(name="attributeRightName")
|
2524
|
-
def attribute_right_name(self) -> str:
|
2525
|
+
def attribute_right_name(self) -> builtins.str:
|
2525
2526
|
"""
|
2526
2527
|
Attribute name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
|
2527
2528
|
"""
|
@@ -2529,7 +2530,7 @@ class GetAuthorizationProfileAdvancedAttributeResult(dict):
|
|
2529
2530
|
|
2530
2531
|
@property
|
2531
2532
|
@pulumi.getter(name="attributeRightValue")
|
2532
|
-
def attribute_right_value(self) -> str:
|
2533
|
+
def attribute_right_value(self) -> builtins.str:
|
2533
2534
|
"""
|
2534
2535
|
Attribute value, only required when `attribute_right_value_type` is `AttributeValue`
|
2535
2536
|
"""
|
@@ -2537,7 +2538,7 @@ class GetAuthorizationProfileAdvancedAttributeResult(dict):
|
|
2537
2538
|
|
2538
2539
|
@property
|
2539
2540
|
@pulumi.getter(name="attributeRightValueType")
|
2540
|
-
def attribute_right_value_type(self) -> str:
|
2541
|
+
def attribute_right_value_type(self) -> builtins.str:
|
2541
2542
|
"""
|
2542
2543
|
Advanced attribute value type
|
2543
2544
|
"""
|
@@ -2547,25 +2548,25 @@ class GetAuthorizationProfileAdvancedAttributeResult(dict):
|
|
2547
2548
|
@pulumi.output_type
|
2548
2549
|
class GetAuthorizationRuleChildrenResult(dict):
|
2549
2550
|
def __init__(__self__, *,
|
2550
|
-
attribute_name: str,
|
2551
|
-
attribute_value: str,
|
2551
|
+
attribute_name: builtins.str,
|
2552
|
+
attribute_value: builtins.str,
|
2552
2553
|
childrens: Sequence['outputs.GetAuthorizationRuleChildrenChildrenResult'],
|
2553
|
-
condition_type: str,
|
2554
|
-
dictionary_name: str,
|
2555
|
-
dictionary_value: str,
|
2556
|
-
id: str,
|
2557
|
-
is_negate: bool,
|
2558
|
-
operator: str):
|
2559
|
-
"""
|
2560
|
-
:param str attribute_name: Dictionary attribute name
|
2561
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
2554
|
+
condition_type: builtins.str,
|
2555
|
+
dictionary_name: builtins.str,
|
2556
|
+
dictionary_value: builtins.str,
|
2557
|
+
id: builtins.str,
|
2558
|
+
is_negate: builtins.bool,
|
2559
|
+
operator: builtins.str):
|
2560
|
+
"""
|
2561
|
+
:param builtins.str attribute_name: Dictionary attribute name
|
2562
|
+
:param builtins.str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
2562
2563
|
:param Sequence['GetAuthorizationRuleChildrenChildrenArgs'] childrens: List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
2563
|
-
: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.
|
2564
|
-
:param str dictionary_name: Dictionary name
|
2565
|
-
:param str dictionary_value: Dictionary value
|
2566
|
-
:param str id: UUID for condition
|
2567
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
2568
|
-
:param str operator: Equality operator
|
2564
|
+
:param 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.
|
2565
|
+
:param builtins.str dictionary_name: Dictionary name
|
2566
|
+
:param builtins.str dictionary_value: Dictionary value
|
2567
|
+
:param builtins.str id: UUID for condition
|
2568
|
+
:param builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
2569
|
+
:param builtins.str operator: Equality operator
|
2569
2570
|
"""
|
2570
2571
|
pulumi.set(__self__, "attribute_name", attribute_name)
|
2571
2572
|
pulumi.set(__self__, "attribute_value", attribute_value)
|
@@ -2579,7 +2580,7 @@ class GetAuthorizationRuleChildrenResult(dict):
|
|
2579
2580
|
|
2580
2581
|
@property
|
2581
2582
|
@pulumi.getter(name="attributeName")
|
2582
|
-
def attribute_name(self) -> str:
|
2583
|
+
def attribute_name(self) -> builtins.str:
|
2583
2584
|
"""
|
2584
2585
|
Dictionary attribute name
|
2585
2586
|
"""
|
@@ -2587,7 +2588,7 @@ class GetAuthorizationRuleChildrenResult(dict):
|
|
2587
2588
|
|
2588
2589
|
@property
|
2589
2590
|
@pulumi.getter(name="attributeValue")
|
2590
|
-
def attribute_value(self) -> str:
|
2591
|
+
def attribute_value(self) -> builtins.str:
|
2591
2592
|
"""
|
2592
2593
|
Attribute value for condition. Value type is specified in dictionary object.
|
2593
2594
|
"""
|
@@ -2603,7 +2604,7 @@ class GetAuthorizationRuleChildrenResult(dict):
|
|
2603
2604
|
|
2604
2605
|
@property
|
2605
2606
|
@pulumi.getter(name="conditionType")
|
2606
|
-
def condition_type(self) -> str:
|
2607
|
+
def condition_type(self) -> builtins.str:
|
2607
2608
|
"""
|
2608
2609
|
Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
2609
2610
|
"""
|
@@ -2611,7 +2612,7 @@ class GetAuthorizationRuleChildrenResult(dict):
|
|
2611
2612
|
|
2612
2613
|
@property
|
2613
2614
|
@pulumi.getter(name="dictionaryName")
|
2614
|
-
def dictionary_name(self) -> str:
|
2615
|
+
def dictionary_name(self) -> builtins.str:
|
2615
2616
|
"""
|
2616
2617
|
Dictionary name
|
2617
2618
|
"""
|
@@ -2619,7 +2620,7 @@ class GetAuthorizationRuleChildrenResult(dict):
|
|
2619
2620
|
|
2620
2621
|
@property
|
2621
2622
|
@pulumi.getter(name="dictionaryValue")
|
2622
|
-
def dictionary_value(self) -> str:
|
2623
|
+
def dictionary_value(self) -> builtins.str:
|
2623
2624
|
"""
|
2624
2625
|
Dictionary value
|
2625
2626
|
"""
|
@@ -2627,7 +2628,7 @@ class GetAuthorizationRuleChildrenResult(dict):
|
|
2627
2628
|
|
2628
2629
|
@property
|
2629
2630
|
@pulumi.getter
|
2630
|
-
def id(self) -> str:
|
2631
|
+
def id(self) -> builtins.str:
|
2631
2632
|
"""
|
2632
2633
|
UUID for condition
|
2633
2634
|
"""
|
@@ -2635,7 +2636,7 @@ class GetAuthorizationRuleChildrenResult(dict):
|
|
2635
2636
|
|
2636
2637
|
@property
|
2637
2638
|
@pulumi.getter(name="isNegate")
|
2638
|
-
def is_negate(self) -> bool:
|
2639
|
+
def is_negate(self) -> builtins.bool:
|
2639
2640
|
"""
|
2640
2641
|
Indicates whereas this condition is in negate mode
|
2641
2642
|
"""
|
@@ -2643,7 +2644,7 @@ class GetAuthorizationRuleChildrenResult(dict):
|
|
2643
2644
|
|
2644
2645
|
@property
|
2645
2646
|
@pulumi.getter
|
2646
|
-
def operator(self) -> str:
|
2647
|
+
def operator(self) -> builtins.str:
|
2647
2648
|
"""
|
2648
2649
|
Equality operator
|
2649
2650
|
"""
|
@@ -2653,23 +2654,23 @@ class GetAuthorizationRuleChildrenResult(dict):
|
|
2653
2654
|
@pulumi.output_type
|
2654
2655
|
class GetAuthorizationRuleChildrenChildrenResult(dict):
|
2655
2656
|
def __init__(__self__, *,
|
2656
|
-
attribute_name: str,
|
2657
|
-
attribute_value: str,
|
2658
|
-
condition_type: str,
|
2659
|
-
dictionary_name: str,
|
2660
|
-
dictionary_value: str,
|
2661
|
-
id: str,
|
2662
|
-
is_negate: bool,
|
2663
|
-
operator: str):
|
2664
|
-
"""
|
2665
|
-
:param str attribute_name: Dictionary attribute name
|
2666
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
2667
|
-
:param str condition_type: Condition type.
|
2668
|
-
:param str dictionary_name: Dictionary name
|
2669
|
-
:param str dictionary_value: Dictionary value
|
2670
|
-
:param str id: UUID for condition
|
2671
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
2672
|
-
:param str operator: Equality operator
|
2657
|
+
attribute_name: builtins.str,
|
2658
|
+
attribute_value: builtins.str,
|
2659
|
+
condition_type: builtins.str,
|
2660
|
+
dictionary_name: builtins.str,
|
2661
|
+
dictionary_value: builtins.str,
|
2662
|
+
id: builtins.str,
|
2663
|
+
is_negate: builtins.bool,
|
2664
|
+
operator: builtins.str):
|
2665
|
+
"""
|
2666
|
+
:param builtins.str attribute_name: Dictionary attribute name
|
2667
|
+
:param builtins.str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
2668
|
+
:param builtins.str condition_type: Condition type.
|
2669
|
+
:param builtins.str dictionary_name: Dictionary name
|
2670
|
+
:param builtins.str dictionary_value: Dictionary value
|
2671
|
+
:param builtins.str id: UUID for condition
|
2672
|
+
:param builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
2673
|
+
:param builtins.str operator: Equality operator
|
2673
2674
|
"""
|
2674
2675
|
pulumi.set(__self__, "attribute_name", attribute_name)
|
2675
2676
|
pulumi.set(__self__, "attribute_value", attribute_value)
|
@@ -2682,7 +2683,7 @@ class GetAuthorizationRuleChildrenChildrenResult(dict):
|
|
2682
2683
|
|
2683
2684
|
@property
|
2684
2685
|
@pulumi.getter(name="attributeName")
|
2685
|
-
def attribute_name(self) -> str:
|
2686
|
+
def attribute_name(self) -> builtins.str:
|
2686
2687
|
"""
|
2687
2688
|
Dictionary attribute name
|
2688
2689
|
"""
|
@@ -2690,7 +2691,7 @@ class GetAuthorizationRuleChildrenChildrenResult(dict):
|
|
2690
2691
|
|
2691
2692
|
@property
|
2692
2693
|
@pulumi.getter(name="attributeValue")
|
2693
|
-
def attribute_value(self) -> str:
|
2694
|
+
def attribute_value(self) -> builtins.str:
|
2694
2695
|
"""
|
2695
2696
|
Attribute value for condition. Value type is specified in dictionary object.
|
2696
2697
|
"""
|
@@ -2698,7 +2699,7 @@ class GetAuthorizationRuleChildrenChildrenResult(dict):
|
|
2698
2699
|
|
2699
2700
|
@property
|
2700
2701
|
@pulumi.getter(name="conditionType")
|
2701
|
-
def condition_type(self) -> str:
|
2702
|
+
def condition_type(self) -> builtins.str:
|
2702
2703
|
"""
|
2703
2704
|
Condition type.
|
2704
2705
|
"""
|
@@ -2706,7 +2707,7 @@ class GetAuthorizationRuleChildrenChildrenResult(dict):
|
|
2706
2707
|
|
2707
2708
|
@property
|
2708
2709
|
@pulumi.getter(name="dictionaryName")
|
2709
|
-
def dictionary_name(self) -> str:
|
2710
|
+
def dictionary_name(self) -> builtins.str:
|
2710
2711
|
"""
|
2711
2712
|
Dictionary name
|
2712
2713
|
"""
|
@@ -2714,7 +2715,7 @@ class GetAuthorizationRuleChildrenChildrenResult(dict):
|
|
2714
2715
|
|
2715
2716
|
@property
|
2716
2717
|
@pulumi.getter(name="dictionaryValue")
|
2717
|
-
def dictionary_value(self) -> str:
|
2718
|
+
def dictionary_value(self) -> builtins.str:
|
2718
2719
|
"""
|
2719
2720
|
Dictionary value
|
2720
2721
|
"""
|
@@ -2722,7 +2723,7 @@ class GetAuthorizationRuleChildrenChildrenResult(dict):
|
|
2722
2723
|
|
2723
2724
|
@property
|
2724
2725
|
@pulumi.getter
|
2725
|
-
def id(self) -> str:
|
2726
|
+
def id(self) -> builtins.str:
|
2726
2727
|
"""
|
2727
2728
|
UUID for condition
|
2728
2729
|
"""
|
@@ -2730,7 +2731,7 @@ class GetAuthorizationRuleChildrenChildrenResult(dict):
|
|
2730
2731
|
|
2731
2732
|
@property
|
2732
2733
|
@pulumi.getter(name="isNegate")
|
2733
|
-
def is_negate(self) -> bool:
|
2734
|
+
def is_negate(self) -> builtins.bool:
|
2734
2735
|
"""
|
2735
2736
|
Indicates whereas this condition is in negate mode
|
2736
2737
|
"""
|
@@ -2738,7 +2739,7 @@ class GetAuthorizationRuleChildrenChildrenResult(dict):
|
|
2738
2739
|
|
2739
2740
|
@property
|
2740
2741
|
@pulumi.getter
|
2741
|
-
def operator(self) -> str:
|
2742
|
+
def operator(self) -> builtins.str:
|
2742
2743
|
"""
|
2743
2744
|
Equality operator
|
2744
2745
|
"""
|
@@ -2748,29 +2749,29 @@ class GetAuthorizationRuleChildrenChildrenResult(dict):
|
|
2748
2749
|
@pulumi.output_type
|
2749
2750
|
class GetConditionChildrenResult(dict):
|
2750
2751
|
def __init__(__self__, *,
|
2751
|
-
attribute_name: str,
|
2752
|
-
attribute_value: str,
|
2752
|
+
attribute_name: builtins.str,
|
2753
|
+
attribute_value: builtins.str,
|
2753
2754
|
childrens: Sequence['outputs.GetConditionChildrenChildrenResult'],
|
2754
|
-
condition_type: str,
|
2755
|
-
description: str,
|
2756
|
-
dictionary_name: str,
|
2757
|
-
dictionary_value: str,
|
2758
|
-
id: str,
|
2759
|
-
is_negate: bool,
|
2760
|
-
name: str,
|
2761
|
-
operator: str):
|
2762
|
-
"""
|
2763
|
-
:param str attribute_name: Dictionary attribute name
|
2764
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
2755
|
+
condition_type: builtins.str,
|
2756
|
+
description: builtins.str,
|
2757
|
+
dictionary_name: builtins.str,
|
2758
|
+
dictionary_value: builtins.str,
|
2759
|
+
id: builtins.str,
|
2760
|
+
is_negate: builtins.bool,
|
2761
|
+
name: builtins.str,
|
2762
|
+
operator: builtins.str):
|
2763
|
+
"""
|
2764
|
+
:param builtins.str attribute_name: Dictionary attribute name
|
2765
|
+
:param builtins.str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
2765
2766
|
:param Sequence['GetConditionChildrenChildrenArgs'] childrens: List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
2766
|
-
: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.
|
2767
|
-
:param str description: Condition description
|
2768
|
-
:param str dictionary_name: Dictionary name
|
2769
|
-
:param str dictionary_value: Dictionary value
|
2770
|
-
:param str id: UUID for condition
|
2771
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
2772
|
-
:param str name: Condition name
|
2773
|
-
:param str operator: Equality operator
|
2767
|
+
:param 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.
|
2768
|
+
:param builtins.str description: Condition description
|
2769
|
+
:param builtins.str dictionary_name: Dictionary name
|
2770
|
+
:param builtins.str dictionary_value: Dictionary value
|
2771
|
+
:param builtins.str id: UUID for condition
|
2772
|
+
:param builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
2773
|
+
:param builtins.str name: Condition name
|
2774
|
+
:param builtins.str operator: Equality operator
|
2774
2775
|
"""
|
2775
2776
|
pulumi.set(__self__, "attribute_name", attribute_name)
|
2776
2777
|
pulumi.set(__self__, "attribute_value", attribute_value)
|
@@ -2786,7 +2787,7 @@ class GetConditionChildrenResult(dict):
|
|
2786
2787
|
|
2787
2788
|
@property
|
2788
2789
|
@pulumi.getter(name="attributeName")
|
2789
|
-
def attribute_name(self) -> str:
|
2790
|
+
def attribute_name(self) -> builtins.str:
|
2790
2791
|
"""
|
2791
2792
|
Dictionary attribute name
|
2792
2793
|
"""
|
@@ -2794,7 +2795,7 @@ class GetConditionChildrenResult(dict):
|
|
2794
2795
|
|
2795
2796
|
@property
|
2796
2797
|
@pulumi.getter(name="attributeValue")
|
2797
|
-
def attribute_value(self) -> str:
|
2798
|
+
def attribute_value(self) -> builtins.str:
|
2798
2799
|
"""
|
2799
2800
|
Attribute value for condition. Value type is specified in dictionary object.
|
2800
2801
|
"""
|
@@ -2810,7 +2811,7 @@ class GetConditionChildrenResult(dict):
|
|
2810
2811
|
|
2811
2812
|
@property
|
2812
2813
|
@pulumi.getter(name="conditionType")
|
2813
|
-
def condition_type(self) -> str:
|
2814
|
+
def condition_type(self) -> builtins.str:
|
2814
2815
|
"""
|
2815
2816
|
Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
2816
2817
|
"""
|
@@ -2818,7 +2819,7 @@ class GetConditionChildrenResult(dict):
|
|
2818
2819
|
|
2819
2820
|
@property
|
2820
2821
|
@pulumi.getter
|
2821
|
-
def description(self) -> str:
|
2822
|
+
def description(self) -> builtins.str:
|
2822
2823
|
"""
|
2823
2824
|
Condition description
|
2824
2825
|
"""
|
@@ -2826,7 +2827,7 @@ class GetConditionChildrenResult(dict):
|
|
2826
2827
|
|
2827
2828
|
@property
|
2828
2829
|
@pulumi.getter(name="dictionaryName")
|
2829
|
-
def dictionary_name(self) -> str:
|
2830
|
+
def dictionary_name(self) -> builtins.str:
|
2830
2831
|
"""
|
2831
2832
|
Dictionary name
|
2832
2833
|
"""
|
@@ -2834,7 +2835,7 @@ class GetConditionChildrenResult(dict):
|
|
2834
2835
|
|
2835
2836
|
@property
|
2836
2837
|
@pulumi.getter(name="dictionaryValue")
|
2837
|
-
def dictionary_value(self) -> str:
|
2838
|
+
def dictionary_value(self) -> builtins.str:
|
2838
2839
|
"""
|
2839
2840
|
Dictionary value
|
2840
2841
|
"""
|
@@ -2842,7 +2843,7 @@ class GetConditionChildrenResult(dict):
|
|
2842
2843
|
|
2843
2844
|
@property
|
2844
2845
|
@pulumi.getter
|
2845
|
-
def id(self) -> str:
|
2846
|
+
def id(self) -> builtins.str:
|
2846
2847
|
"""
|
2847
2848
|
UUID for condition
|
2848
2849
|
"""
|
@@ -2850,7 +2851,7 @@ class GetConditionChildrenResult(dict):
|
|
2850
2851
|
|
2851
2852
|
@property
|
2852
2853
|
@pulumi.getter(name="isNegate")
|
2853
|
-
def is_negate(self) -> bool:
|
2854
|
+
def is_negate(self) -> builtins.bool:
|
2854
2855
|
"""
|
2855
2856
|
Indicates whereas this condition is in negate mode
|
2856
2857
|
"""
|
@@ -2858,7 +2859,7 @@ class GetConditionChildrenResult(dict):
|
|
2858
2859
|
|
2859
2860
|
@property
|
2860
2861
|
@pulumi.getter
|
2861
|
-
def name(self) -> str:
|
2862
|
+
def name(self) -> builtins.str:
|
2862
2863
|
"""
|
2863
2864
|
Condition name
|
2864
2865
|
"""
|
@@ -2866,7 +2867,7 @@ class GetConditionChildrenResult(dict):
|
|
2866
2867
|
|
2867
2868
|
@property
|
2868
2869
|
@pulumi.getter
|
2869
|
-
def operator(self) -> str:
|
2870
|
+
def operator(self) -> builtins.str:
|
2870
2871
|
"""
|
2871
2872
|
Equality operator
|
2872
2873
|
"""
|
@@ -2876,27 +2877,27 @@ class GetConditionChildrenResult(dict):
|
|
2876
2877
|
@pulumi.output_type
|
2877
2878
|
class GetConditionChildrenChildrenResult(dict):
|
2878
2879
|
def __init__(__self__, *,
|
2879
|
-
attribute_name: str,
|
2880
|
-
attribute_value: str,
|
2881
|
-
condition_type: str,
|
2882
|
-
description: str,
|
2883
|
-
dictionary_name: str,
|
2884
|
-
dictionary_value: str,
|
2885
|
-
id: str,
|
2886
|
-
is_negate: bool,
|
2887
|
-
name: str,
|
2888
|
-
operator: str):
|
2889
|
-
"""
|
2890
|
-
:param str attribute_name: Dictionary attribute name
|
2891
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
2892
|
-
:param str condition_type: Condition type.
|
2893
|
-
:param str description: Condition description
|
2894
|
-
:param str dictionary_name: Dictionary name
|
2895
|
-
:param str dictionary_value: Dictionary value
|
2896
|
-
:param str id: UUID for condition
|
2897
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
2898
|
-
:param str name: Condition name
|
2899
|
-
:param str operator: Equality operator
|
2880
|
+
attribute_name: builtins.str,
|
2881
|
+
attribute_value: builtins.str,
|
2882
|
+
condition_type: builtins.str,
|
2883
|
+
description: builtins.str,
|
2884
|
+
dictionary_name: builtins.str,
|
2885
|
+
dictionary_value: builtins.str,
|
2886
|
+
id: builtins.str,
|
2887
|
+
is_negate: builtins.bool,
|
2888
|
+
name: builtins.str,
|
2889
|
+
operator: builtins.str):
|
2890
|
+
"""
|
2891
|
+
:param builtins.str attribute_name: Dictionary attribute name
|
2892
|
+
:param builtins.str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
2893
|
+
:param builtins.str condition_type: Condition type.
|
2894
|
+
:param builtins.str description: Condition description
|
2895
|
+
:param builtins.str dictionary_name: Dictionary name
|
2896
|
+
:param builtins.str dictionary_value: Dictionary value
|
2897
|
+
:param builtins.str id: UUID for condition
|
2898
|
+
:param builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
2899
|
+
:param builtins.str name: Condition name
|
2900
|
+
:param builtins.str operator: Equality operator
|
2900
2901
|
"""
|
2901
2902
|
pulumi.set(__self__, "attribute_name", attribute_name)
|
2902
2903
|
pulumi.set(__self__, "attribute_value", attribute_value)
|
@@ -2911,7 +2912,7 @@ class GetConditionChildrenChildrenResult(dict):
|
|
2911
2912
|
|
2912
2913
|
@property
|
2913
2914
|
@pulumi.getter(name="attributeName")
|
2914
|
-
def attribute_name(self) -> str:
|
2915
|
+
def attribute_name(self) -> builtins.str:
|
2915
2916
|
"""
|
2916
2917
|
Dictionary attribute name
|
2917
2918
|
"""
|
@@ -2919,7 +2920,7 @@ class GetConditionChildrenChildrenResult(dict):
|
|
2919
2920
|
|
2920
2921
|
@property
|
2921
2922
|
@pulumi.getter(name="attributeValue")
|
2922
|
-
def attribute_value(self) -> str:
|
2923
|
+
def attribute_value(self) -> builtins.str:
|
2923
2924
|
"""
|
2924
2925
|
Attribute value for condition. Value type is specified in dictionary object.
|
2925
2926
|
"""
|
@@ -2927,7 +2928,7 @@ class GetConditionChildrenChildrenResult(dict):
|
|
2927
2928
|
|
2928
2929
|
@property
|
2929
2930
|
@pulumi.getter(name="conditionType")
|
2930
|
-
def condition_type(self) -> str:
|
2931
|
+
def condition_type(self) -> builtins.str:
|
2931
2932
|
"""
|
2932
2933
|
Condition type.
|
2933
2934
|
"""
|
@@ -2935,7 +2936,7 @@ class GetConditionChildrenChildrenResult(dict):
|
|
2935
2936
|
|
2936
2937
|
@property
|
2937
2938
|
@pulumi.getter
|
2938
|
-
def description(self) -> str:
|
2939
|
+
def description(self) -> builtins.str:
|
2939
2940
|
"""
|
2940
2941
|
Condition description
|
2941
2942
|
"""
|
@@ -2943,7 +2944,7 @@ class GetConditionChildrenChildrenResult(dict):
|
|
2943
2944
|
|
2944
2945
|
@property
|
2945
2946
|
@pulumi.getter(name="dictionaryName")
|
2946
|
-
def dictionary_name(self) -> str:
|
2947
|
+
def dictionary_name(self) -> builtins.str:
|
2947
2948
|
"""
|
2948
2949
|
Dictionary name
|
2949
2950
|
"""
|
@@ -2951,7 +2952,7 @@ class GetConditionChildrenChildrenResult(dict):
|
|
2951
2952
|
|
2952
2953
|
@property
|
2953
2954
|
@pulumi.getter(name="dictionaryValue")
|
2954
|
-
def dictionary_value(self) -> str:
|
2955
|
+
def dictionary_value(self) -> builtins.str:
|
2955
2956
|
"""
|
2956
2957
|
Dictionary value
|
2957
2958
|
"""
|
@@ -2959,7 +2960,7 @@ class GetConditionChildrenChildrenResult(dict):
|
|
2959
2960
|
|
2960
2961
|
@property
|
2961
2962
|
@pulumi.getter
|
2962
|
-
def id(self) -> str:
|
2963
|
+
def id(self) -> builtins.str:
|
2963
2964
|
"""
|
2964
2965
|
UUID for condition
|
2965
2966
|
"""
|
@@ -2967,7 +2968,7 @@ class GetConditionChildrenChildrenResult(dict):
|
|
2967
2968
|
|
2968
2969
|
@property
|
2969
2970
|
@pulumi.getter(name="isNegate")
|
2970
|
-
def is_negate(self) -> bool:
|
2971
|
+
def is_negate(self) -> builtins.bool:
|
2971
2972
|
"""
|
2972
2973
|
Indicates whereas this condition is in negate mode
|
2973
2974
|
"""
|
@@ -2975,7 +2976,7 @@ class GetConditionChildrenChildrenResult(dict):
|
|
2975
2976
|
|
2976
2977
|
@property
|
2977
2978
|
@pulumi.getter
|
2978
|
-
def name(self) -> str:
|
2979
|
+
def name(self) -> builtins.str:
|
2979
2980
|
"""
|
2980
2981
|
Condition name
|
2981
2982
|
"""
|
@@ -2983,7 +2984,7 @@ class GetConditionChildrenChildrenResult(dict):
|
|
2983
2984
|
|
2984
2985
|
@property
|
2985
2986
|
@pulumi.getter
|
2986
|
-
def operator(self) -> str:
|
2987
|
+
def operator(self) -> builtins.str:
|
2987
2988
|
"""
|
2988
2989
|
Equality operator
|
2989
2990
|
"""
|
@@ -2993,25 +2994,25 @@ class GetConditionChildrenChildrenResult(dict):
|
|
2993
2994
|
@pulumi.output_type
|
2994
2995
|
class GetPolicySetChildrenResult(dict):
|
2995
2996
|
def __init__(__self__, *,
|
2996
|
-
attribute_name: str,
|
2997
|
-
attribute_value: str,
|
2997
|
+
attribute_name: builtins.str,
|
2998
|
+
attribute_value: builtins.str,
|
2998
2999
|
childrens: Sequence['outputs.GetPolicySetChildrenChildrenResult'],
|
2999
|
-
condition_type: str,
|
3000
|
-
dictionary_name: str,
|
3001
|
-
dictionary_value: str,
|
3002
|
-
id: str,
|
3003
|
-
is_negate: bool,
|
3004
|
-
operator: str):
|
3005
|
-
"""
|
3006
|
-
:param str attribute_name: Dictionary attribute name
|
3007
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
3000
|
+
condition_type: builtins.str,
|
3001
|
+
dictionary_name: builtins.str,
|
3002
|
+
dictionary_value: builtins.str,
|
3003
|
+
id: builtins.str,
|
3004
|
+
is_negate: builtins.bool,
|
3005
|
+
operator: builtins.str):
|
3006
|
+
"""
|
3007
|
+
:param builtins.str attribute_name: Dictionary attribute name
|
3008
|
+
:param builtins.str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
3008
3009
|
:param Sequence['GetPolicySetChildrenChildrenArgs'] childrens: List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
3009
|
-
: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.
|
3010
|
-
:param str dictionary_name: Dictionary name
|
3011
|
-
:param str dictionary_value: Dictionary value
|
3012
|
-
:param str id: UUID for condition
|
3013
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
3014
|
-
:param str operator: Equality operator
|
3010
|
+
:param 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.
|
3011
|
+
:param builtins.str dictionary_name: Dictionary name
|
3012
|
+
:param builtins.str dictionary_value: Dictionary value
|
3013
|
+
:param builtins.str id: UUID for condition
|
3014
|
+
:param builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
3015
|
+
:param builtins.str operator: Equality operator
|
3015
3016
|
"""
|
3016
3017
|
pulumi.set(__self__, "attribute_name", attribute_name)
|
3017
3018
|
pulumi.set(__self__, "attribute_value", attribute_value)
|
@@ -3025,7 +3026,7 @@ class GetPolicySetChildrenResult(dict):
|
|
3025
3026
|
|
3026
3027
|
@property
|
3027
3028
|
@pulumi.getter(name="attributeName")
|
3028
|
-
def attribute_name(self) -> str:
|
3029
|
+
def attribute_name(self) -> builtins.str:
|
3029
3030
|
"""
|
3030
3031
|
Dictionary attribute name
|
3031
3032
|
"""
|
@@ -3033,7 +3034,7 @@ class GetPolicySetChildrenResult(dict):
|
|
3033
3034
|
|
3034
3035
|
@property
|
3035
3036
|
@pulumi.getter(name="attributeValue")
|
3036
|
-
def attribute_value(self) -> str:
|
3037
|
+
def attribute_value(self) -> builtins.str:
|
3037
3038
|
"""
|
3038
3039
|
Attribute value for condition. Value type is specified in dictionary object.
|
3039
3040
|
"""
|
@@ -3049,7 +3050,7 @@ class GetPolicySetChildrenResult(dict):
|
|
3049
3050
|
|
3050
3051
|
@property
|
3051
3052
|
@pulumi.getter(name="conditionType")
|
3052
|
-
def condition_type(self) -> str:
|
3053
|
+
def condition_type(self) -> builtins.str:
|
3053
3054
|
"""
|
3054
3055
|
Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
3055
3056
|
"""
|
@@ -3057,7 +3058,7 @@ class GetPolicySetChildrenResult(dict):
|
|
3057
3058
|
|
3058
3059
|
@property
|
3059
3060
|
@pulumi.getter(name="dictionaryName")
|
3060
|
-
def dictionary_name(self) -> str:
|
3061
|
+
def dictionary_name(self) -> builtins.str:
|
3061
3062
|
"""
|
3062
3063
|
Dictionary name
|
3063
3064
|
"""
|
@@ -3065,7 +3066,7 @@ class GetPolicySetChildrenResult(dict):
|
|
3065
3066
|
|
3066
3067
|
@property
|
3067
3068
|
@pulumi.getter(name="dictionaryValue")
|
3068
|
-
def dictionary_value(self) -> str:
|
3069
|
+
def dictionary_value(self) -> builtins.str:
|
3069
3070
|
"""
|
3070
3071
|
Dictionary value
|
3071
3072
|
"""
|
@@ -3073,7 +3074,7 @@ class GetPolicySetChildrenResult(dict):
|
|
3073
3074
|
|
3074
3075
|
@property
|
3075
3076
|
@pulumi.getter
|
3076
|
-
def id(self) -> str:
|
3077
|
+
def id(self) -> builtins.str:
|
3077
3078
|
"""
|
3078
3079
|
UUID for condition
|
3079
3080
|
"""
|
@@ -3081,7 +3082,7 @@ class GetPolicySetChildrenResult(dict):
|
|
3081
3082
|
|
3082
3083
|
@property
|
3083
3084
|
@pulumi.getter(name="isNegate")
|
3084
|
-
def is_negate(self) -> bool:
|
3085
|
+
def is_negate(self) -> builtins.bool:
|
3085
3086
|
"""
|
3086
3087
|
Indicates whereas this condition is in negate mode
|
3087
3088
|
"""
|
@@ -3089,7 +3090,7 @@ class GetPolicySetChildrenResult(dict):
|
|
3089
3090
|
|
3090
3091
|
@property
|
3091
3092
|
@pulumi.getter
|
3092
|
-
def operator(self) -> str:
|
3093
|
+
def operator(self) -> builtins.str:
|
3093
3094
|
"""
|
3094
3095
|
Equality operator
|
3095
3096
|
"""
|
@@ -3099,23 +3100,23 @@ class GetPolicySetChildrenResult(dict):
|
|
3099
3100
|
@pulumi.output_type
|
3100
3101
|
class GetPolicySetChildrenChildrenResult(dict):
|
3101
3102
|
def __init__(__self__, *,
|
3102
|
-
attribute_name: str,
|
3103
|
-
attribute_value: str,
|
3104
|
-
condition_type: str,
|
3105
|
-
dictionary_name: str,
|
3106
|
-
dictionary_value: str,
|
3107
|
-
id: str,
|
3108
|
-
is_negate: bool,
|
3109
|
-
operator: str):
|
3110
|
-
"""
|
3111
|
-
:param str attribute_name: Dictionary attribute name
|
3112
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
3113
|
-
:param str condition_type: Condition type.
|
3114
|
-
:param str dictionary_name: Dictionary name
|
3115
|
-
:param str dictionary_value: Dictionary value
|
3116
|
-
:param str id: UUID for condition
|
3117
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
3118
|
-
:param str operator: Equality operator
|
3103
|
+
attribute_name: builtins.str,
|
3104
|
+
attribute_value: builtins.str,
|
3105
|
+
condition_type: builtins.str,
|
3106
|
+
dictionary_name: builtins.str,
|
3107
|
+
dictionary_value: builtins.str,
|
3108
|
+
id: builtins.str,
|
3109
|
+
is_negate: builtins.bool,
|
3110
|
+
operator: builtins.str):
|
3111
|
+
"""
|
3112
|
+
:param builtins.str attribute_name: Dictionary attribute name
|
3113
|
+
:param builtins.str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
3114
|
+
:param builtins.str condition_type: Condition type.
|
3115
|
+
:param builtins.str dictionary_name: Dictionary name
|
3116
|
+
:param builtins.str dictionary_value: Dictionary value
|
3117
|
+
:param builtins.str id: UUID for condition
|
3118
|
+
:param builtins.bool is_negate: Indicates whereas this condition is in negate mode
|
3119
|
+
:param builtins.str operator: Equality operator
|
3119
3120
|
"""
|
3120
3121
|
pulumi.set(__self__, "attribute_name", attribute_name)
|
3121
3122
|
pulumi.set(__self__, "attribute_value", attribute_value)
|
@@ -3128,7 +3129,7 @@ class GetPolicySetChildrenChildrenResult(dict):
|
|
3128
3129
|
|
3129
3130
|
@property
|
3130
3131
|
@pulumi.getter(name="attributeName")
|
3131
|
-
def attribute_name(self) -> str:
|
3132
|
+
def attribute_name(self) -> builtins.str:
|
3132
3133
|
"""
|
3133
3134
|
Dictionary attribute name
|
3134
3135
|
"""
|
@@ -3136,7 +3137,7 @@ class GetPolicySetChildrenChildrenResult(dict):
|
|
3136
3137
|
|
3137
3138
|
@property
|
3138
3139
|
@pulumi.getter(name="attributeValue")
|
3139
|
-
def attribute_value(self) -> str:
|
3140
|
+
def attribute_value(self) -> builtins.str:
|
3140
3141
|
"""
|
3141
3142
|
Attribute value for condition. Value type is specified in dictionary object.
|
3142
3143
|
"""
|
@@ -3144,7 +3145,7 @@ class GetPolicySetChildrenChildrenResult(dict):
|
|
3144
3145
|
|
3145
3146
|
@property
|
3146
3147
|
@pulumi.getter(name="conditionType")
|
3147
|
-
def condition_type(self) -> str:
|
3148
|
+
def condition_type(self) -> builtins.str:
|
3148
3149
|
"""
|
3149
3150
|
Condition type.
|
3150
3151
|
"""
|
@@ -3152,7 +3153,7 @@ class GetPolicySetChildrenChildrenResult(dict):
|
|
3152
3153
|
|
3153
3154
|
@property
|
3154
3155
|
@pulumi.getter(name="dictionaryName")
|
3155
|
-
def dictionary_name(self) -> str:
|
3156
|
+
def dictionary_name(self) -> builtins.str:
|
3156
3157
|
"""
|
3157
3158
|
Dictionary name
|
3158
3159
|
"""
|
@@ -3160,7 +3161,7 @@ class GetPolicySetChildrenChildrenResult(dict):
|
|
3160
3161
|
|
3161
3162
|
@property
|
3162
3163
|
@pulumi.getter(name="dictionaryValue")
|
3163
|
-
def dictionary_value(self) -> str:
|
3164
|
+
def dictionary_value(self) -> builtins.str:
|
3164
3165
|
"""
|
3165
3166
|
Dictionary value
|
3166
3167
|
"""
|
@@ -3168,7 +3169,7 @@ class GetPolicySetChildrenChildrenResult(dict):
|
|
3168
3169
|
|
3169
3170
|
@property
|
3170
3171
|
@pulumi.getter
|
3171
|
-
def id(self) -> str:
|
3172
|
+
def id(self) -> builtins.str:
|
3172
3173
|
"""
|
3173
3174
|
UUID for condition
|
3174
3175
|
"""
|
@@ -3176,7 +3177,7 @@ class GetPolicySetChildrenChildrenResult(dict):
|
|
3176
3177
|
|
3177
3178
|
@property
|
3178
3179
|
@pulumi.getter(name="isNegate")
|
3179
|
-
def is_negate(self) -> bool:
|
3180
|
+
def is_negate(self) -> builtins.bool:
|
3180
3181
|
"""
|
3181
3182
|
Indicates whereas this condition is in negate mode
|
3182
3183
|
"""
|
@@ -3184,7 +3185,7 @@ class GetPolicySetChildrenChildrenResult(dict):
|
|
3184
3185
|
|
3185
3186
|
@property
|
3186
3187
|
@pulumi.getter
|
3187
|
-
def operator(self) -> str:
|
3188
|
+
def operator(self) -> builtins.str:
|
3188
3189
|
"""
|
3189
3190
|
Equality operator
|
3190
3191
|
"""
|