pulumi-ise 0.1.13__py3-none-any.whl → 0.2.0a1715166376__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. pulumi_ise/__init__.py +0 -96
  2. pulumi_ise/_utilities.py +5 -41
  3. pulumi_ise/config/__init__.pyi +0 -5
  4. pulumi_ise/config/vars.py +0 -5
  5. pulumi_ise/deviceadmin/__init__.py +0 -5
  6. pulumi_ise/deviceadmin/_inputs.py +0 -565
  7. pulumi_ise/deviceadmin/allowed_protocols_tacacs.py +0 -5
  8. pulumi_ise/deviceadmin/authentication_rule.py +5 -10
  9. pulumi_ise/deviceadmin/authorization_exception_rule.py +5 -10
  10. pulumi_ise/deviceadmin/authorization_global_exception_rule.py +54 -10
  11. pulumi_ise/deviceadmin/authorization_rule.py +5 -10
  12. pulumi_ise/deviceadmin/condition.py +5 -10
  13. pulumi_ise/deviceadmin/get_allowed_protocols_tacacs.py +5 -18
  14. pulumi_ise/deviceadmin/get_authentication_rule.py +5 -32
  15. pulumi_ise/deviceadmin/get_authorization_exception_rule.py +5 -30
  16. pulumi_ise/deviceadmin/get_authorization_global_exception_rule.py +19 -28
  17. pulumi_ise/deviceadmin/get_authorization_rule.py +5 -30
  18. pulumi_ise/deviceadmin/get_condition.py +5 -23
  19. pulumi_ise/deviceadmin/get_policy_set.py +5 -29
  20. pulumi_ise/deviceadmin/get_tacacs_command_set.py +5 -17
  21. pulumi_ise/deviceadmin/get_tacacs_profile.py +5 -16
  22. pulumi_ise/deviceadmin/get_time_and_date_condition.py +5 -26
  23. pulumi_ise/deviceadmin/outputs.py +0 -5
  24. pulumi_ise/deviceadmin/policy_set.py +7 -12
  25. pulumi_ise/deviceadmin/tacacs_command_set.py +13 -18
  26. pulumi_ise/deviceadmin/tacacs_profile.py +13 -18
  27. pulumi_ise/deviceadmin/time_and_date_condition.py +0 -5
  28. pulumi_ise/identitymanagement/_inputs.py +0 -106
  29. pulumi_ise/identitymanagement/active_directory_add_groups.py +15 -20
  30. pulumi_ise/identitymanagement/active_directory_join_domain_with_all_nodes.py +11 -16
  31. pulumi_ise/identitymanagement/active_directory_join_point.py +15 -20
  32. pulumi_ise/identitymanagement/certificate_authentication_profile.py +0 -5
  33. pulumi_ise/identitymanagement/endpoint.py +0 -5
  34. pulumi_ise/identitymanagement/endpoint_identity_group.py +8 -13
  35. pulumi_ise/identitymanagement/get_active_directory_groups_by_domain.py +5 -22
  36. pulumi_ise/identitymanagement/get_active_directory_join_point.py +5 -45
  37. pulumi_ise/identitymanagement/get_certificate_authentication_profile.py +5 -20
  38. pulumi_ise/identitymanagement/get_endpoint.py +5 -39
  39. pulumi_ise/identitymanagement/get_endpoint_identity_group.py +5 -17
  40. pulumi_ise/identitymanagement/get_identity_source_sequence.py +5 -18
  41. pulumi_ise/identitymanagement/get_internal_user.py +5 -27
  42. pulumi_ise/identitymanagement/get_user_identity_group.py +5 -16
  43. pulumi_ise/identitymanagement/identity_source_sequence.py +11 -16
  44. pulumi_ise/identitymanagement/internal_user.py +0 -5
  45. pulumi_ise/identitymanagement/outputs.py +0 -5
  46. pulumi_ise/identitymanagement/user_identity_group.py +0 -5
  47. pulumi_ise/network/_inputs.py +0 -25
  48. pulumi_ise/network/device.py +13 -18
  49. pulumi_ise/network/device_group.py +0 -5
  50. pulumi_ise/network/get_device.py +5 -55
  51. pulumi_ise/network/get_device_group.py +5 -16
  52. pulumi_ise/network/outputs.py +0 -5
  53. pulumi_ise/networkaccess/__init__.py +0 -5
  54. pulumi_ise/networkaccess/_inputs.py +0 -558
  55. pulumi_ise/networkaccess/allowed_protocols.py +0 -5
  56. pulumi_ise/networkaccess/authentication_rule.py +5 -10
  57. pulumi_ise/networkaccess/authorization_exception_rule.py +5 -10
  58. pulumi_ise/networkaccess/authorization_global_exception_rule.py +54 -10
  59. pulumi_ise/networkaccess/authorization_profile.py +5 -10
  60. pulumi_ise/networkaccess/authorization_rule.py +5 -10
  61. pulumi_ise/networkaccess/condition.py +5 -10
  62. pulumi_ise/networkaccess/dictionary.py +0 -5
  63. pulumi_ise/networkaccess/downloadable_acl.py +0 -5
  64. pulumi_ise/networkaccess/get_allowed_protocols.py +5 -90
  65. pulumi_ise/networkaccess/get_authentication_rule.py +5 -32
  66. pulumi_ise/networkaccess/get_authorization_exception_rule.py +5 -30
  67. pulumi_ise/networkaccess/get_authorization_global_exception_rule.py +19 -28
  68. pulumi_ise/networkaccess/get_authorization_profile.py +5 -46
  69. pulumi_ise/networkaccess/get_authorization_rule.py +5 -30
  70. pulumi_ise/networkaccess/get_condition.py +5 -23
  71. pulumi_ise/networkaccess/get_dictionary.py +5 -17
  72. pulumi_ise/networkaccess/get_downloadable_acl.py +5 -17
  73. pulumi_ise/networkaccess/get_policy_set.py +5 -29
  74. pulumi_ise/networkaccess/get_time_and_date_condition.py +5 -26
  75. pulumi_ise/networkaccess/outputs.py +0 -5
  76. pulumi_ise/networkaccess/policy_set.py +7 -12
  77. pulumi_ise/networkaccess/time_and_date_condition.py +0 -5
  78. pulumi_ise/provider.py +0 -5
  79. pulumi_ise/pulumi-plugin.json +1 -2
  80. pulumi_ise/system/_inputs.py +0 -23
  81. pulumi_ise/system/get_license_tier_state.py +5 -13
  82. pulumi_ise/system/get_repository.py +5 -20
  83. pulumi_ise/system/license_tier_state.py +13 -18
  84. pulumi_ise/system/outputs.py +0 -5
  85. pulumi_ise/system/repository.py +0 -5
  86. pulumi_ise/trustsec/__init__.py +0 -4
  87. pulumi_ise/trustsec/egress_matrix_cell.py +0 -5
  88. pulumi_ise/trustsec/get_egress_matrix_cell.py +5 -18
  89. pulumi_ise/trustsec/get_ip_to_sgt_mapping.py +5 -21
  90. pulumi_ise/trustsec/get_ip_to_sgt_mapping_group.py +5 -18
  91. pulumi_ise/trustsec/get_security_group.py +5 -18
  92. pulumi_ise/trustsec/get_security_group_acl.py +5 -18
  93. pulumi_ise/trustsec/ip_to_sgt_mapping.py +0 -5
  94. pulumi_ise/trustsec/ip_to_sgt_mapping_group.py +0 -5
  95. pulumi_ise/trustsec/security_group.py +8 -13
  96. pulumi_ise/trustsec/security_group_acl.py +8 -13
  97. {pulumi_ise-0.1.13.dist-info → pulumi_ise-0.2.0a1715166376.dist-info}/METADATA +6 -7
  98. pulumi_ise-0.2.0a1715166376.dist-info/RECORD +105 -0
  99. {pulumi_ise-0.1.13.dist-info → pulumi_ise-0.2.0a1715166376.dist-info}/WHEEL +1 -1
  100. pulumi_ise/deviceadmin/authentication_rule_update_rank.py +0 -271
  101. pulumi_ise/deviceadmin/authorization_exception_rule_update_rank.py +0 -271
  102. pulumi_ise/deviceadmin/authorization_global_exception_rule_update_rank.py +0 -221
  103. pulumi_ise/deviceadmin/authorization_rule_update_rank.py +0 -271
  104. pulumi_ise/deviceadmin/policy_set_update_rank.py +0 -221
  105. pulumi_ise/networkaccess/authentication_rule_update_rank.py +0 -271
  106. pulumi_ise/networkaccess/authorization_exception_rule_update_rank.py +0 -271
  107. pulumi_ise/networkaccess/authorization_global_exception_rule_update_rank.py +0 -221
  108. pulumi_ise/networkaccess/authorization_rule_update_rank.py +0 -271
  109. pulumi_ise/networkaccess/policy_set_update_rank.py +0 -221
  110. pulumi_ise/trustsec/egress_matrix_cell_default.py +0 -327
  111. pulumi_ise/trustsec/get_egress_matrix_cell_default.py +0 -154
  112. pulumi_ise/trustsec/get_sxp_domain_filter.py +0 -188
  113. pulumi_ise/trustsec/sxp_domain_filter.py +0 -422
  114. pulumi_ise-0.1.13.dist-info/RECORD +0 -119
  115. {pulumi_ise-0.1.13.dist-info → pulumi_ise-0.2.0a1715166376.dist-info}/top_level.txt +0 -0
@@ -4,90 +4,27 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
- import sys
8
7
  import pulumi
9
8
  import pulumi.runtime
10
9
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
- if sys.version_info >= (3, 11):
12
- from typing import NotRequired, TypedDict, TypeAlias
13
- else:
14
- from typing_extensions import NotRequired, TypedDict, TypeAlias
15
10
  from .. import _utilities
16
11
 
17
12
  __all__ = [
18
13
  'AuthenticationRuleChildrenArgs',
19
- 'AuthenticationRuleChildrenArgsDict',
20
14
  'AuthenticationRuleChildrenChildrenArgs',
21
- 'AuthenticationRuleChildrenChildrenArgsDict',
22
15
  'AuthorizationExceptionRuleChildrenArgs',
23
- 'AuthorizationExceptionRuleChildrenArgsDict',
24
16
  'AuthorizationExceptionRuleChildrenChildrenArgs',
25
- 'AuthorizationExceptionRuleChildrenChildrenArgsDict',
26
17
  'AuthorizationGlobalExceptionRuleChildrenArgs',
27
- 'AuthorizationGlobalExceptionRuleChildrenArgsDict',
28
18
  'AuthorizationGlobalExceptionRuleChildrenChildrenArgs',
29
- 'AuthorizationGlobalExceptionRuleChildrenChildrenArgsDict',
30
19
  'AuthorizationProfileAdvancedAttributeArgs',
31
- 'AuthorizationProfileAdvancedAttributeArgsDict',
32
20
  'AuthorizationRuleChildrenArgs',
33
- 'AuthorizationRuleChildrenArgsDict',
34
21
  'AuthorizationRuleChildrenChildrenArgs',
35
- 'AuthorizationRuleChildrenChildrenArgsDict',
36
22
  'ConditionChildrenArgs',
37
- 'ConditionChildrenArgsDict',
38
23
  'ConditionChildrenChildrenArgs',
39
- 'ConditionChildrenChildrenArgsDict',
40
24
  'PolicySetChildrenArgs',
41
- 'PolicySetChildrenArgsDict',
42
25
  'PolicySetChildrenChildrenArgs',
43
- 'PolicySetChildrenChildrenArgsDict',
44
26
  ]
45
27
 
46
- MYPY = False
47
-
48
- if not MYPY:
49
- class AuthenticationRuleChildrenArgsDict(TypedDict):
50
- condition_type: pulumi.Input[str]
51
- """
52
- Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
53
- - Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
54
- """
55
- attribute_name: NotRequired[pulumi.Input[str]]
56
- """
57
- Dictionary attribute name
58
- """
59
- attribute_value: NotRequired[pulumi.Input[str]]
60
- """
61
- Attribute value for condition. Value type is specified in dictionary object.
62
- """
63
- childrens: NotRequired[pulumi.Input[Sequence[pulumi.Input['AuthenticationRuleChildrenChildrenArgsDict']]]]
64
- """
65
- List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
66
- """
67
- dictionary_name: NotRequired[pulumi.Input[str]]
68
- """
69
- Dictionary name
70
- """
71
- dictionary_value: NotRequired[pulumi.Input[str]]
72
- """
73
- Dictionary value
74
- """
75
- id: NotRequired[pulumi.Input[str]]
76
- """
77
- UUID for condition
78
- """
79
- is_negate: NotRequired[pulumi.Input[bool]]
80
- """
81
- Indicates whereas this condition is in negate mode
82
- """
83
- operator: NotRequired[pulumi.Input[str]]
84
- """
85
- Equality operator
86
- - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
87
- """
88
- elif False:
89
- AuthenticationRuleChildrenArgsDict: TypeAlias = Mapping[str, Any]
90
-
91
28
  @pulumi.input_type
92
29
  class AuthenticationRuleChildrenArgs:
93
30
  def __init__(__self__, *,
@@ -242,45 +179,6 @@ class AuthenticationRuleChildrenArgs:
242
179
  pulumi.set(self, "operator", value)
243
180
 
244
181
 
245
- if not MYPY:
246
- class AuthenticationRuleChildrenChildrenArgsDict(TypedDict):
247
- condition_type: pulumi.Input[str]
248
- """
249
- Condition type.
250
- - Choices: `ConditionAttributes`, `ConditionReference`
251
- """
252
- attribute_name: NotRequired[pulumi.Input[str]]
253
- """
254
- Dictionary attribute name
255
- """
256
- attribute_value: NotRequired[pulumi.Input[str]]
257
- """
258
- Attribute value for condition. Value type is specified in dictionary object.
259
- """
260
- dictionary_name: NotRequired[pulumi.Input[str]]
261
- """
262
- Dictionary name
263
- """
264
- dictionary_value: NotRequired[pulumi.Input[str]]
265
- """
266
- Dictionary value
267
- """
268
- id: NotRequired[pulumi.Input[str]]
269
- """
270
- UUID for condition
271
- """
272
- is_negate: NotRequired[pulumi.Input[bool]]
273
- """
274
- Indicates whereas this condition is in negate mode
275
- """
276
- operator: NotRequired[pulumi.Input[str]]
277
- """
278
- Equality operator
279
- - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
280
- """
281
- elif False:
282
- AuthenticationRuleChildrenChildrenArgsDict: TypeAlias = Mapping[str, Any]
283
-
284
182
  @pulumi.input_type
285
183
  class AuthenticationRuleChildrenChildrenArgs:
286
184
  def __init__(__self__, *,
@@ -419,49 +317,6 @@ class AuthenticationRuleChildrenChildrenArgs:
419
317
  pulumi.set(self, "operator", value)
420
318
 
421
319
 
422
- if not MYPY:
423
- class AuthorizationExceptionRuleChildrenArgsDict(TypedDict):
424
- condition_type: pulumi.Input[str]
425
- """
426
- Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
427
- - Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
428
- """
429
- attribute_name: NotRequired[pulumi.Input[str]]
430
- """
431
- Dictionary attribute name
432
- """
433
- attribute_value: NotRequired[pulumi.Input[str]]
434
- """
435
- Attribute value for condition. Value type is specified in dictionary object.
436
- """
437
- childrens: NotRequired[pulumi.Input[Sequence[pulumi.Input['AuthorizationExceptionRuleChildrenChildrenArgsDict']]]]
438
- """
439
- List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
440
- """
441
- dictionary_name: NotRequired[pulumi.Input[str]]
442
- """
443
- Dictionary name
444
- """
445
- dictionary_value: NotRequired[pulumi.Input[str]]
446
- """
447
- Dictionary value
448
- """
449
- id: NotRequired[pulumi.Input[str]]
450
- """
451
- UUID for condition
452
- """
453
- is_negate: NotRequired[pulumi.Input[bool]]
454
- """
455
- Indicates whereas this condition is in negate mode
456
- """
457
- operator: NotRequired[pulumi.Input[str]]
458
- """
459
- Equality operator
460
- - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
461
- """
462
- elif False:
463
- AuthorizationExceptionRuleChildrenArgsDict: TypeAlias = Mapping[str, Any]
464
-
465
320
  @pulumi.input_type
466
321
  class AuthorizationExceptionRuleChildrenArgs:
467
322
  def __init__(__self__, *,
@@ -616,45 +471,6 @@ class AuthorizationExceptionRuleChildrenArgs:
616
471
  pulumi.set(self, "operator", value)
617
472
 
618
473
 
619
- if not MYPY:
620
- class AuthorizationExceptionRuleChildrenChildrenArgsDict(TypedDict):
621
- condition_type: pulumi.Input[str]
622
- """
623
- Condition type.
624
- - Choices: `ConditionAttributes`, `ConditionReference`
625
- """
626
- attribute_name: NotRequired[pulumi.Input[str]]
627
- """
628
- Dictionary attribute name
629
- """
630
- attribute_value: NotRequired[pulumi.Input[str]]
631
- """
632
- Attribute value for condition. Value type is specified in dictionary object.
633
- """
634
- dictionary_name: NotRequired[pulumi.Input[str]]
635
- """
636
- Dictionary name
637
- """
638
- dictionary_value: NotRequired[pulumi.Input[str]]
639
- """
640
- Dictionary value
641
- """
642
- id: NotRequired[pulumi.Input[str]]
643
- """
644
- UUID for condition
645
- """
646
- is_negate: NotRequired[pulumi.Input[bool]]
647
- """
648
- Indicates whereas this condition is in negate mode
649
- """
650
- operator: NotRequired[pulumi.Input[str]]
651
- """
652
- Equality operator
653
- - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
654
- """
655
- elif False:
656
- AuthorizationExceptionRuleChildrenChildrenArgsDict: TypeAlias = Mapping[str, Any]
657
-
658
474
  @pulumi.input_type
659
475
  class AuthorizationExceptionRuleChildrenChildrenArgs:
660
476
  def __init__(__self__, *,
@@ -793,49 +609,6 @@ class AuthorizationExceptionRuleChildrenChildrenArgs:
793
609
  pulumi.set(self, "operator", value)
794
610
 
795
611
 
796
- if not MYPY:
797
- class AuthorizationGlobalExceptionRuleChildrenArgsDict(TypedDict):
798
- condition_type: pulumi.Input[str]
799
- """
800
- Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
801
- - Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
802
- """
803
- attribute_name: NotRequired[pulumi.Input[str]]
804
- """
805
- Dictionary attribute name
806
- """
807
- attribute_value: NotRequired[pulumi.Input[str]]
808
- """
809
- Attribute value for condition. Value type is specified in dictionary object.
810
- """
811
- childrens: NotRequired[pulumi.Input[Sequence[pulumi.Input['AuthorizationGlobalExceptionRuleChildrenChildrenArgsDict']]]]
812
- """
813
- List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
814
- """
815
- dictionary_name: NotRequired[pulumi.Input[str]]
816
- """
817
- Dictionary name
818
- """
819
- dictionary_value: NotRequired[pulumi.Input[str]]
820
- """
821
- Dictionary value
822
- """
823
- id: NotRequired[pulumi.Input[str]]
824
- """
825
- UUID for condition
826
- """
827
- is_negate: NotRequired[pulumi.Input[bool]]
828
- """
829
- Indicates whereas this condition is in negate mode
830
- """
831
- operator: NotRequired[pulumi.Input[str]]
832
- """
833
- Equality operator
834
- - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
835
- """
836
- elif False:
837
- AuthorizationGlobalExceptionRuleChildrenArgsDict: TypeAlias = Mapping[str, Any]
838
-
839
612
  @pulumi.input_type
840
613
  class AuthorizationGlobalExceptionRuleChildrenArgs:
841
614
  def __init__(__self__, *,
@@ -990,45 +763,6 @@ class AuthorizationGlobalExceptionRuleChildrenArgs:
990
763
  pulumi.set(self, "operator", value)
991
764
 
992
765
 
993
- if not MYPY:
994
- class AuthorizationGlobalExceptionRuleChildrenChildrenArgsDict(TypedDict):
995
- condition_type: pulumi.Input[str]
996
- """
997
- Condition type.
998
- - Choices: `ConditionAttributes`, `ConditionReference`
999
- """
1000
- attribute_name: NotRequired[pulumi.Input[str]]
1001
- """
1002
- Dictionary attribute name
1003
- """
1004
- attribute_value: NotRequired[pulumi.Input[str]]
1005
- """
1006
- Attribute value for condition. Value type is specified in dictionary object.
1007
- """
1008
- dictionary_name: NotRequired[pulumi.Input[str]]
1009
- """
1010
- Dictionary name
1011
- """
1012
- dictionary_value: NotRequired[pulumi.Input[str]]
1013
- """
1014
- Dictionary value
1015
- """
1016
- id: NotRequired[pulumi.Input[str]]
1017
- """
1018
- UUID for condition
1019
- """
1020
- is_negate: NotRequired[pulumi.Input[bool]]
1021
- """
1022
- Indicates whereas this condition is in negate mode
1023
- """
1024
- operator: NotRequired[pulumi.Input[str]]
1025
- """
1026
- Equality operator
1027
- - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
1028
- """
1029
- elif False:
1030
- AuthorizationGlobalExceptionRuleChildrenChildrenArgsDict: TypeAlias = Mapping[str, Any]
1031
-
1032
766
  @pulumi.input_type
1033
767
  class AuthorizationGlobalExceptionRuleChildrenChildrenArgs:
1034
768
  def __init__(__self__, *,
@@ -1167,36 +901,6 @@ class AuthorizationGlobalExceptionRuleChildrenChildrenArgs:
1167
901
  pulumi.set(self, "operator", value)
1168
902
 
1169
903
 
1170
- if not MYPY:
1171
- class AuthorizationProfileAdvancedAttributeArgsDict(TypedDict):
1172
- attribute_left_dictionary_name: NotRequired[pulumi.Input[str]]
1173
- """
1174
- Dictionary name
1175
- """
1176
- attribute_left_name: NotRequired[pulumi.Input[str]]
1177
- """
1178
- Attribute name
1179
- """
1180
- attribute_right_dictionary_name: NotRequired[pulumi.Input[str]]
1181
- """
1182
- Dictionary name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
1183
- """
1184
- attribute_right_name: NotRequired[pulumi.Input[str]]
1185
- """
1186
- Attribute name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
1187
- """
1188
- attribute_right_value: NotRequired[pulumi.Input[str]]
1189
- """
1190
- Attribute value, only required when `attribute_right_value_type` is `AttributeValue`
1191
- """
1192
- attribute_right_value_type: NotRequired[pulumi.Input[str]]
1193
- """
1194
- Advanced attribute value type
1195
- - Choices: `AdvancedDictionaryAttribute`, `AttributeValue`
1196
- """
1197
- elif False:
1198
- AuthorizationProfileAdvancedAttributeArgsDict: TypeAlias = Mapping[str, Any]
1199
-
1200
904
  @pulumi.input_type
1201
905
  class AuthorizationProfileAdvancedAttributeArgs:
1202
906
  def __init__(__self__, *,
@@ -1302,49 +1006,6 @@ class AuthorizationProfileAdvancedAttributeArgs:
1302
1006
  pulumi.set(self, "attribute_right_value_type", value)
1303
1007
 
1304
1008
 
1305
- if not MYPY:
1306
- class AuthorizationRuleChildrenArgsDict(TypedDict):
1307
- condition_type: pulumi.Input[str]
1308
- """
1309
- 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
- - Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
1311
- """
1312
- attribute_name: NotRequired[pulumi.Input[str]]
1313
- """
1314
- Dictionary attribute name
1315
- """
1316
- attribute_value: NotRequired[pulumi.Input[str]]
1317
- """
1318
- Attribute value for condition. Value type is specified in dictionary object.
1319
- """
1320
- childrens: NotRequired[pulumi.Input[Sequence[pulumi.Input['AuthorizationRuleChildrenChildrenArgsDict']]]]
1321
- """
1322
- List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
1323
- """
1324
- dictionary_name: NotRequired[pulumi.Input[str]]
1325
- """
1326
- Dictionary name
1327
- """
1328
- dictionary_value: NotRequired[pulumi.Input[str]]
1329
- """
1330
- Dictionary value
1331
- """
1332
- id: NotRequired[pulumi.Input[str]]
1333
- """
1334
- UUID for condition
1335
- """
1336
- is_negate: NotRequired[pulumi.Input[bool]]
1337
- """
1338
- Indicates whereas this condition is in negate mode
1339
- """
1340
- operator: NotRequired[pulumi.Input[str]]
1341
- """
1342
- Equality operator
1343
- - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
1344
- """
1345
- elif False:
1346
- AuthorizationRuleChildrenArgsDict: TypeAlias = Mapping[str, Any]
1347
-
1348
1009
  @pulumi.input_type
1349
1010
  class AuthorizationRuleChildrenArgs:
1350
1011
  def __init__(__self__, *,
@@ -1499,45 +1160,6 @@ class AuthorizationRuleChildrenArgs:
1499
1160
  pulumi.set(self, "operator", value)
1500
1161
 
1501
1162
 
1502
- if not MYPY:
1503
- class AuthorizationRuleChildrenChildrenArgsDict(TypedDict):
1504
- condition_type: pulumi.Input[str]
1505
- """
1506
- Condition type.
1507
- - Choices: `ConditionAttributes`, `ConditionReference`
1508
- """
1509
- attribute_name: NotRequired[pulumi.Input[str]]
1510
- """
1511
- Dictionary attribute name
1512
- """
1513
- attribute_value: NotRequired[pulumi.Input[str]]
1514
- """
1515
- Attribute value for condition. Value type is specified in dictionary object.
1516
- """
1517
- dictionary_name: NotRequired[pulumi.Input[str]]
1518
- """
1519
- Dictionary name
1520
- """
1521
- dictionary_value: NotRequired[pulumi.Input[str]]
1522
- """
1523
- Dictionary value
1524
- """
1525
- id: NotRequired[pulumi.Input[str]]
1526
- """
1527
- UUID for condition
1528
- """
1529
- is_negate: NotRequired[pulumi.Input[bool]]
1530
- """
1531
- Indicates whereas this condition is in negate mode
1532
- """
1533
- operator: NotRequired[pulumi.Input[str]]
1534
- """
1535
- Equality operator
1536
- - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
1537
- """
1538
- elif False:
1539
- AuthorizationRuleChildrenChildrenArgsDict: TypeAlias = Mapping[str, Any]
1540
-
1541
1163
  @pulumi.input_type
1542
1164
  class AuthorizationRuleChildrenChildrenArgs:
1543
1165
  def __init__(__self__, *,
@@ -1676,57 +1298,6 @@ class AuthorizationRuleChildrenChildrenArgs:
1676
1298
  pulumi.set(self, "operator", value)
1677
1299
 
1678
1300
 
1679
- if not MYPY:
1680
- class ConditionChildrenArgsDict(TypedDict):
1681
- condition_type: pulumi.Input[str]
1682
- """
1683
- Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
1684
- - Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
1685
- """
1686
- attribute_name: NotRequired[pulumi.Input[str]]
1687
- """
1688
- Dictionary attribute name
1689
- """
1690
- attribute_value: NotRequired[pulumi.Input[str]]
1691
- """
1692
- Attribute value for condition. Value type is specified in dictionary object.
1693
- """
1694
- childrens: NotRequired[pulumi.Input[Sequence[pulumi.Input['ConditionChildrenChildrenArgsDict']]]]
1695
- """
1696
- List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
1697
- """
1698
- description: NotRequired[pulumi.Input[str]]
1699
- """
1700
- Condition description
1701
- """
1702
- dictionary_name: NotRequired[pulumi.Input[str]]
1703
- """
1704
- Dictionary name
1705
- """
1706
- dictionary_value: NotRequired[pulumi.Input[str]]
1707
- """
1708
- Dictionary value
1709
- """
1710
- id: NotRequired[pulumi.Input[str]]
1711
- """
1712
- UUID for condition
1713
- """
1714
- is_negate: NotRequired[pulumi.Input[bool]]
1715
- """
1716
- Indicates whereas this condition is in negate mode
1717
- """
1718
- name: NotRequired[pulumi.Input[str]]
1719
- """
1720
- Condition name
1721
- """
1722
- operator: NotRequired[pulumi.Input[str]]
1723
- """
1724
- Equality operator
1725
- - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
1726
- """
1727
- elif False:
1728
- ConditionChildrenArgsDict: TypeAlias = Mapping[str, Any]
1729
-
1730
1301
  @pulumi.input_type
1731
1302
  class ConditionChildrenArgs:
1732
1303
  def __init__(__self__, *,
@@ -1913,53 +1484,6 @@ class ConditionChildrenArgs:
1913
1484
  pulumi.set(self, "operator", value)
1914
1485
 
1915
1486
 
1916
- if not MYPY:
1917
- class ConditionChildrenChildrenArgsDict(TypedDict):
1918
- condition_type: pulumi.Input[str]
1919
- """
1920
- Condition type.
1921
- - Choices: `ConditionAttributes`, `ConditionReference`
1922
- """
1923
- attribute_name: NotRequired[pulumi.Input[str]]
1924
- """
1925
- Dictionary attribute name
1926
- """
1927
- attribute_value: NotRequired[pulumi.Input[str]]
1928
- """
1929
- Attribute value for condition. Value type is specified in dictionary object.
1930
- """
1931
- description: NotRequired[pulumi.Input[str]]
1932
- """
1933
- Condition description
1934
- """
1935
- dictionary_name: NotRequired[pulumi.Input[str]]
1936
- """
1937
- Dictionary name
1938
- """
1939
- dictionary_value: NotRequired[pulumi.Input[str]]
1940
- """
1941
- Dictionary value
1942
- """
1943
- id: NotRequired[pulumi.Input[str]]
1944
- """
1945
- UUID for condition
1946
- """
1947
- is_negate: NotRequired[pulumi.Input[bool]]
1948
- """
1949
- Indicates whereas this condition is in negate mode
1950
- """
1951
- name: NotRequired[pulumi.Input[str]]
1952
- """
1953
- Condition name
1954
- """
1955
- operator: NotRequired[pulumi.Input[str]]
1956
- """
1957
- Equality operator
1958
- - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
1959
- """
1960
- elif False:
1961
- ConditionChildrenChildrenArgsDict: TypeAlias = Mapping[str, Any]
1962
-
1963
1487
  @pulumi.input_type
1964
1488
  class ConditionChildrenChildrenArgs:
1965
1489
  def __init__(__self__, *,
@@ -2130,49 +1654,6 @@ class ConditionChildrenChildrenArgs:
2130
1654
  pulumi.set(self, "operator", value)
2131
1655
 
2132
1656
 
2133
- if not MYPY:
2134
- class PolicySetChildrenArgsDict(TypedDict):
2135
- condition_type: pulumi.Input[str]
2136
- """
2137
- Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
2138
- - Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
2139
- """
2140
- attribute_name: NotRequired[pulumi.Input[str]]
2141
- """
2142
- Dictionary attribute name
2143
- """
2144
- attribute_value: NotRequired[pulumi.Input[str]]
2145
- """
2146
- Attribute value for condition. Value type is specified in dictionary object.
2147
- """
2148
- childrens: NotRequired[pulumi.Input[Sequence[pulumi.Input['PolicySetChildrenChildrenArgsDict']]]]
2149
- """
2150
- List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
2151
- """
2152
- dictionary_name: NotRequired[pulumi.Input[str]]
2153
- """
2154
- Dictionary name
2155
- """
2156
- dictionary_value: NotRequired[pulumi.Input[str]]
2157
- """
2158
- Dictionary value
2159
- """
2160
- id: NotRequired[pulumi.Input[str]]
2161
- """
2162
- UUID for condition
2163
- """
2164
- is_negate: NotRequired[pulumi.Input[bool]]
2165
- """
2166
- Indicates whereas this condition is in negate mode
2167
- """
2168
- operator: NotRequired[pulumi.Input[str]]
2169
- """
2170
- Equality operator
2171
- - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
2172
- """
2173
- elif False:
2174
- PolicySetChildrenArgsDict: TypeAlias = Mapping[str, Any]
2175
-
2176
1657
  @pulumi.input_type
2177
1658
  class PolicySetChildrenArgs:
2178
1659
  def __init__(__self__, *,
@@ -2327,45 +1808,6 @@ class PolicySetChildrenArgs:
2327
1808
  pulumi.set(self, "operator", value)
2328
1809
 
2329
1810
 
2330
- if not MYPY:
2331
- class PolicySetChildrenChildrenArgsDict(TypedDict):
2332
- condition_type: pulumi.Input[str]
2333
- """
2334
- Condition type.
2335
- - Choices: `ConditionAttributes`, `ConditionReference`
2336
- """
2337
- attribute_name: NotRequired[pulumi.Input[str]]
2338
- """
2339
- Dictionary attribute name
2340
- """
2341
- attribute_value: NotRequired[pulumi.Input[str]]
2342
- """
2343
- Attribute value for condition. Value type is specified in dictionary object.
2344
- """
2345
- dictionary_name: NotRequired[pulumi.Input[str]]
2346
- """
2347
- Dictionary name
2348
- """
2349
- dictionary_value: NotRequired[pulumi.Input[str]]
2350
- """
2351
- Dictionary value
2352
- """
2353
- id: NotRequired[pulumi.Input[str]]
2354
- """
2355
- UUID for condition
2356
- """
2357
- is_negate: NotRequired[pulumi.Input[bool]]
2358
- """
2359
- Indicates whereas this condition is in negate mode
2360
- """
2361
- operator: NotRequired[pulumi.Input[str]]
2362
- """
2363
- Equality operator
2364
- - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
2365
- """
2366
- elif False:
2367
- PolicySetChildrenChildrenArgsDict: TypeAlias = Mapping[str, Any]
2368
-
2369
1811
  @pulumi.input_type
2370
1812
  class PolicySetChildrenChildrenArgs:
2371
1813
  def __init__(__self__, *,
@@ -4,14 +4,9 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
- import sys
8
7
  import pulumi
9
8
  import pulumi.runtime
10
9
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
- if sys.version_info >= (3, 11):
12
- from typing import NotRequired, TypedDict, TypeAlias
13
- else:
14
- from typing_extensions import NotRequired, TypedDict, TypeAlias
15
10
  from .. import _utilities
16
11
 
17
12
  __all__ = ['AllowedProtocolsArgs', 'AllowedProtocols']