pulumi-ise 0.1.0__py3-none-any.whl → 0.1.0a1715070880__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (163) hide show
  1. pulumi_ise/__init__.py +220 -123
  2. pulumi_ise/{system → activedirectoryadd}/__init__.py +1 -4
  3. pulumi_ise/activedirectoryadd/_inputs.py +64 -0
  4. pulumi_ise/{identitymanagement/active_directory_add_groups.py → activedirectoryadd/groups.py} +34 -34
  5. pulumi_ise/activedirectoryadd/outputs.py +52 -0
  6. pulumi_ise/activedirectorygroupsby/__init__.py +9 -0
  7. pulumi_ise/{identitymanagement/get_active_directory_groups_by_domain.py → activedirectorygroupsby/get_domain.py} +26 -26
  8. pulumi_ise/activedirectorygroupsby/outputs.py +55 -0
  9. pulumi_ise/activedirectoryjoin/__init__.py +11 -0
  10. pulumi_ise/{identitymanagement → activedirectoryjoin}/_inputs.py +6 -132
  11. pulumi_ise/{identitymanagement/get_active_directory_join_point.py → activedirectoryjoin/get_point.py} +20 -20
  12. pulumi_ise/{identitymanagement → activedirectoryjoin}/outputs.py +18 -187
  13. pulumi_ise/{identitymanagement/active_directory_join_point.py → activedirectoryjoin/point.py} +60 -60
  14. pulumi_ise/activedirectoryjoindomainwithall/__init__.py +10 -0
  15. pulumi_ise/activedirectoryjoindomainwithall/_inputs.py +52 -0
  16. pulumi_ise/{identitymanagement/active_directory_join_domain_with_all_nodes.py → activedirectoryjoindomainwithall/nodes.py} +30 -30
  17. pulumi_ise/activedirectoryjoindomainwithall/outputs.py +44 -0
  18. pulumi_ise/allowed/__init__.py +9 -0
  19. pulumi_ise/{networkaccess/get_allowed_protocols.py → allowed/get_protocols.py} +19 -19
  20. pulumi_ise/{networkaccess/allowed_protocols.py → allowed/protocols.py} +20 -20
  21. pulumi_ise/allowedprotocols/__init__.py +9 -0
  22. pulumi_ise/{deviceadmin/get_allowed_protocols_tacacs.py → allowedprotocols/get_tacacs.py} +19 -19
  23. pulumi_ise/{deviceadmin/allowed_protocols_tacacs.py → allowedprotocols/tacacs.py} +20 -20
  24. pulumi_ise/authorization/__init__.py +11 -0
  25. pulumi_ise/authorization/_inputs.py +120 -0
  26. pulumi_ise/{networkaccess/get_authorization_profile.py → authorization/get_profile.py} +20 -20
  27. pulumi_ise/authorization/outputs.py +197 -0
  28. pulumi_ise/{networkaccess/authorization_profile.py → authorization/profile.py} +32 -32
  29. pulumi_ise/certificateauthentication/__init__.py +9 -0
  30. pulumi_ise/{identitymanagement/get_certificate_authentication_profile.py → certificateauthentication/get_profile.py} +19 -19
  31. pulumi_ise/{identitymanagement/certificate_authentication_profile.py → certificateauthentication/profile.py} +20 -20
  32. pulumi_ise/deviceadmin/__init__.py +0 -18
  33. pulumi_ise/deviceadmin/_inputs.py +46 -1626
  34. pulumi_ise/deviceadmin/condition.py +5 -5
  35. pulumi_ise/deviceadmin/get_condition.py +3 -3
  36. pulumi_ise/deviceadmin/outputs.py +151 -2734
  37. pulumi_ise/deviceadminauthentication/__init__.py +11 -0
  38. pulumi_ise/deviceadminauthentication/_inputs.py +308 -0
  39. pulumi_ise/{deviceadmin/get_authentication_rule.py → deviceadminauthentication/get_rule.py} +22 -22
  40. pulumi_ise/deviceadminauthentication/outputs.py +498 -0
  41. pulumi_ise/{deviceadmin/authentication_rule.py → deviceadminauthentication/rule.py} +34 -34
  42. pulumi_ise/deviceadminauthorization/__init__.py +11 -0
  43. pulumi_ise/deviceadminauthorization/_inputs.py +308 -0
  44. pulumi_ise/{deviceadmin/get_authorization_rule.py → deviceadminauthorization/get_rule.py} +22 -22
  45. pulumi_ise/deviceadminauthorization/outputs.py +498 -0
  46. pulumi_ise/{deviceadmin/authorization_rule.py → deviceadminauthorization/rule.py} +34 -34
  47. pulumi_ise/deviceadminauthorizationexception/__init__.py +11 -0
  48. pulumi_ise/deviceadminauthorizationexception/_inputs.py +308 -0
  49. pulumi_ise/{deviceadmin/get_authorization_exception_rule.py → deviceadminauthorizationexception/get_rule.py} +22 -22
  50. pulumi_ise/deviceadminauthorizationexception/outputs.py +498 -0
  51. pulumi_ise/{deviceadmin/authorization_exception_rule.py → deviceadminauthorizationexception/rule.py} +34 -34
  52. pulumi_ise/deviceadminauthorizationglobalexception/__init__.py +11 -0
  53. pulumi_ise/deviceadminauthorizationglobalexception/_inputs.py +308 -0
  54. pulumi_ise/{deviceadmin/get_authorization_global_exception_rule.py → deviceadminauthorizationglobalexception/get_rule.py} +20 -20
  55. pulumi_ise/deviceadminauthorizationglobalexception/outputs.py +498 -0
  56. pulumi_ise/{deviceadmin/authorization_global_exception_rule.py → deviceadminauthorizationglobalexception/rule.py} +34 -34
  57. pulumi_ise/deviceadminpolicy/__init__.py +11 -0
  58. pulumi_ise/deviceadminpolicy/_inputs.py +308 -0
  59. pulumi_ise/{deviceadmin/get_policy_set.py → deviceadminpolicy/get_set.py} +20 -20
  60. pulumi_ise/deviceadminpolicy/outputs.py +498 -0
  61. pulumi_ise/{deviceadmin/policy_set.py → deviceadminpolicy/set.py} +34 -34
  62. pulumi_ise/deviceadmintimeanddate/__init__.py +9 -0
  63. pulumi_ise/{deviceadmin/time_and_date_condition.py → deviceadmintimeanddate/condition.py} +20 -20
  64. pulumi_ise/{deviceadmin/get_time_and_date_condition.py → deviceadmintimeanddate/get_condition.py} +19 -19
  65. pulumi_ise/downloadable/__init__.py +9 -0
  66. pulumi_ise/{networkaccess/downloadable_acl.py → downloadable/acl.py} +20 -20
  67. pulumi_ise/{networkaccess/get_downloadable_acl.py → downloadable/get_acl.py} +19 -19
  68. pulumi_ise/{identitymanagement/endpoint.py → endpoint.py} +6 -6
  69. pulumi_ise/endpointidentity/__init__.py +9 -0
  70. pulumi_ise/{identitymanagement/get_endpoint_identity_group.py → endpointidentity/get_group.py} +19 -19
  71. pulumi_ise/{identitymanagement/endpoint_identity_group.py → endpointidentity/group.py} +20 -20
  72. pulumi_ise/{identitymanagement/get_endpoint.py → get_endpoint.py} +4 -4
  73. pulumi_ise/{system/get_repository.py → get_repository.py} +4 -4
  74. pulumi_ise/identitysource/__init__.py +11 -0
  75. pulumi_ise/identitysource/_inputs.py +52 -0
  76. pulumi_ise/{identitymanagement/get_identity_source_sequence.py → identitysource/get_sequence.py} +20 -20
  77. pulumi_ise/identitysource/outputs.py +74 -0
  78. pulumi_ise/{identitymanagement/identity_source_sequence.py → identitysource/sequence.py} +32 -32
  79. pulumi_ise/internal/__init__.py +9 -0
  80. pulumi_ise/{identitymanagement/get_internal_user.py → internal/get_user.py} +19 -19
  81. pulumi_ise/{identitymanagement/internal_user.py → internal/user.py} +20 -20
  82. pulumi_ise/licensetier/__init__.py +11 -0
  83. pulumi_ise/{system → licensetier}/_inputs.py +2 -2
  84. pulumi_ise/{system/get_license_tier_state.py → licensetier/get_state.py} +18 -18
  85. pulumi_ise/{system → licensetier}/outputs.py +4 -4
  86. pulumi_ise/{system/license_tier_state.py → licensetier/state.py} +33 -33
  87. pulumi_ise/network/__init__.py +0 -2
  88. pulumi_ise/network/device.py +3 -3
  89. pulumi_ise/network/get_device.py +3 -3
  90. pulumi_ise/networkaccess/__init__.py +0 -18
  91. pulumi_ise/networkaccess/_inputs.py +46 -1622
  92. pulumi_ise/networkaccess/condition.py +5 -5
  93. pulumi_ise/networkaccess/dictionary.py +5 -5
  94. pulumi_ise/networkaccess/get_condition.py +3 -3
  95. pulumi_ise/networkaccess/get_dictionary.py +3 -3
  96. pulumi_ise/networkaccess/outputs.py +138 -2736
  97. pulumi_ise/networkaccessauthentication/__init__.py +11 -0
  98. pulumi_ise/networkaccessauthentication/_inputs.py +308 -0
  99. pulumi_ise/{networkaccess/get_authentication_rule.py → networkaccessauthentication/get_rule.py} +22 -22
  100. pulumi_ise/networkaccessauthentication/outputs.py +498 -0
  101. pulumi_ise/{networkaccess/authentication_rule.py → networkaccessauthentication/rule.py} +34 -34
  102. pulumi_ise/networkaccessauthorization/__init__.py +11 -0
  103. pulumi_ise/networkaccessauthorization/_inputs.py +308 -0
  104. pulumi_ise/{networkaccess/get_authorization_rule.py → networkaccessauthorization/get_rule.py} +22 -22
  105. pulumi_ise/networkaccessauthorization/outputs.py +498 -0
  106. pulumi_ise/{networkaccess/authorization_rule.py → networkaccessauthorization/rule.py} +34 -34
  107. pulumi_ise/networkaccessauthorizationexception/__init__.py +11 -0
  108. pulumi_ise/networkaccessauthorizationexception/_inputs.py +308 -0
  109. pulumi_ise/{networkaccess/get_authorization_exception_rule.py → networkaccessauthorizationexception/get_rule.py} +22 -22
  110. pulumi_ise/networkaccessauthorizationexception/outputs.py +498 -0
  111. pulumi_ise/{networkaccess/authorization_exception_rule.py → networkaccessauthorizationexception/rule.py} +34 -34
  112. pulumi_ise/networkaccessauthorizationglobalexception/__init__.py +11 -0
  113. pulumi_ise/networkaccessauthorizationglobalexception/_inputs.py +308 -0
  114. pulumi_ise/{networkaccess/get_authorization_global_exception_rule.py → networkaccessauthorizationglobalexception/get_rule.py} +20 -20
  115. pulumi_ise/networkaccessauthorizationglobalexception/outputs.py +498 -0
  116. pulumi_ise/{networkaccess/authorization_global_exception_rule.py → networkaccessauthorizationglobalexception/rule.py} +34 -34
  117. pulumi_ise/networkaccesspolicy/__init__.py +11 -0
  118. pulumi_ise/networkaccesspolicy/_inputs.py +308 -0
  119. pulumi_ise/{networkaccess/get_policy_set.py → networkaccesspolicy/get_set.py} +20 -20
  120. pulumi_ise/networkaccesspolicy/outputs.py +498 -0
  121. pulumi_ise/{networkaccess/policy_set.py → networkaccesspolicy/set.py} +34 -34
  122. pulumi_ise/networkaccesstimeanddate/__init__.py +9 -0
  123. pulumi_ise/{networkaccess/time_and_date_condition.py → networkaccesstimeanddate/condition.py} +20 -20
  124. pulumi_ise/{networkaccess/get_time_and_date_condition.py → networkaccesstimeanddate/get_condition.py} +19 -19
  125. pulumi_ise/networkdevice/__init__.py +9 -0
  126. pulumi_ise/{network/get_device_group.py → networkdevice/get_group.py} +19 -19
  127. pulumi_ise/{network/device_group.py → networkdevice/group.py} +20 -20
  128. pulumi_ise/{system/repository.py → repository.py} +6 -6
  129. pulumi_ise/tacacs/__init__.py +11 -0
  130. pulumi_ise/tacacs/_inputs.py +69 -0
  131. pulumi_ise/{deviceadmin/get_tacacs_profile.py → tacacs/get_profile.py} +20 -20
  132. pulumi_ise/tacacs/outputs.py +98 -0
  133. pulumi_ise/{deviceadmin/tacacs_profile.py → tacacs/profile.py} +31 -31
  134. pulumi_ise/tacacscommand/__init__.py +11 -0
  135. pulumi_ise/tacacscommand/_inputs.py +69 -0
  136. pulumi_ise/{deviceadmin/get_tacacs_command_set.py → tacacscommand/get_set.py} +20 -20
  137. pulumi_ise/tacacscommand/outputs.py +98 -0
  138. pulumi_ise/{deviceadmin/tacacs_command_set.py → tacacscommand/set.py} +32 -32
  139. pulumi_ise/trustsecegressmatrix/__init__.py +9 -0
  140. pulumi_ise/{trustsec/egress_matrix_cell.py → trustsecegressmatrix/cell.py} +20 -20
  141. pulumi_ise/{trustsec/get_egress_matrix_cell.py → trustsecegressmatrix/get_cell.py} +17 -17
  142. pulumi_ise/trustseciptosgt/__init__.py +9 -0
  143. pulumi_ise/{trustsec/get_ip_to_sgt_mapping.py → trustseciptosgt/get_mapping.py} +19 -19
  144. pulumi_ise/{trustsec/ip_to_sgt_mapping.py → trustseciptosgt/mapping.py} +20 -20
  145. pulumi_ise/trustseciptosgtmapping/__init__.py +9 -0
  146. pulumi_ise/{trustsec/get_ip_to_sgt_mapping_group.py → trustseciptosgtmapping/get_group.py} +19 -19
  147. pulumi_ise/{trustsec/ip_to_sgt_mapping_group.py → trustseciptosgtmapping/group.py} +20 -20
  148. pulumi_ise/trustsecsecurity/__init__.py +9 -0
  149. pulumi_ise/{trustsec/get_security_group.py → trustsecsecurity/get_group.py} +19 -19
  150. pulumi_ise/{trustsec/security_group.py → trustsecsecurity/group.py} +20 -20
  151. pulumi_ise/trustsecsecuritygroup/__init__.py +9 -0
  152. pulumi_ise/{trustsec/security_group_acl.py → trustsecsecuritygroup/acl.py} +20 -20
  153. pulumi_ise/{trustsec/get_security_group_acl.py → trustsecsecuritygroup/get_acl.py} +19 -19
  154. pulumi_ise/useridentity/__init__.py +9 -0
  155. pulumi_ise/{identitymanagement/get_user_identity_group.py → useridentity/get_group.py} +19 -19
  156. pulumi_ise/{identitymanagement/user_identity_group.py → useridentity/group.py} +20 -20
  157. {pulumi_ise-0.1.0.dist-info → pulumi_ise-0.1.0a1715070880.dist-info}/METADATA +1 -1
  158. pulumi_ise-0.1.0a1715070880.dist-info/RECORD +169 -0
  159. pulumi_ise/identitymanagement/__init__.py +0 -26
  160. pulumi_ise/trustsec/__init__.py +0 -17
  161. pulumi_ise-0.1.0.dist-info/RECORD +0 -105
  162. {pulumi_ise-0.1.0.dist-info → pulumi_ise-0.1.0a1715070880.dist-info}/WHEEL +0 -0
  163. {pulumi_ise-0.1.0.dist-info → pulumi_ise-0.1.0a1715070880.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,11 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ from .. import _utilities
6
+ import typing
7
+ # Export this package's modules as members:
8
+ from .get_rule import *
9
+ from .rule import *
10
+ from ._inputs import *
11
+ from . import outputs
@@ -0,0 +1,308 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from .. import _utilities
11
+
12
+ __all__ = [
13
+ 'RuleChildrenArgs',
14
+ 'RuleChildrenChildrenArgs',
15
+ ]
16
+
17
+ @pulumi.input_type
18
+ class RuleChildrenArgs:
19
+ def __init__(__self__, *,
20
+ condition_type: pulumi.Input[str],
21
+ attribute_name: Optional[pulumi.Input[str]] = None,
22
+ attribute_value: Optional[pulumi.Input[str]] = None,
23
+ childrens: Optional[pulumi.Input[Sequence[pulumi.Input['RuleChildrenChildrenArgs']]]] = None,
24
+ dictionary_name: Optional[pulumi.Input[str]] = None,
25
+ dictionary_value: Optional[pulumi.Input[str]] = None,
26
+ id: Optional[pulumi.Input[str]] = None,
27
+ is_negate: Optional[pulumi.Input[bool]] = None,
28
+ operator: Optional[pulumi.Input[str]] = None):
29
+ """
30
+ :param pulumi.Input[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.
31
+ - Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
32
+ :param pulumi.Input[str] attribute_name: Dictionary attribute name
33
+ :param pulumi.Input[str] attribute_value: Attribute value for condition. Value type is specified in dictionary object.
34
+ :param pulumi.Input[Sequence[pulumi.Input['RuleChildrenChildrenArgs']]] childrens: List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
35
+ :param pulumi.Input[str] dictionary_name: Dictionary name
36
+ :param pulumi.Input[str] dictionary_value: Dictionary value
37
+ :param pulumi.Input[str] id: UUID for condition
38
+ :param pulumi.Input[bool] is_negate: Indicates whereas this condition is in negate mode
39
+ :param pulumi.Input[str] operator: Equality operator
40
+ - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
41
+ """
42
+ pulumi.set(__self__, "condition_type", condition_type)
43
+ if attribute_name is not None:
44
+ pulumi.set(__self__, "attribute_name", attribute_name)
45
+ if attribute_value is not None:
46
+ pulumi.set(__self__, "attribute_value", attribute_value)
47
+ if childrens is not None:
48
+ pulumi.set(__self__, "childrens", childrens)
49
+ if dictionary_name is not None:
50
+ pulumi.set(__self__, "dictionary_name", dictionary_name)
51
+ if dictionary_value is not None:
52
+ pulumi.set(__self__, "dictionary_value", dictionary_value)
53
+ if id is not None:
54
+ pulumi.set(__self__, "id", id)
55
+ if is_negate is not None:
56
+ pulumi.set(__self__, "is_negate", is_negate)
57
+ if operator is not None:
58
+ pulumi.set(__self__, "operator", operator)
59
+
60
+ @property
61
+ @pulumi.getter(name="conditionType")
62
+ def condition_type(self) -> pulumi.Input[str]:
63
+ """
64
+ Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
65
+ - Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
66
+ """
67
+ return pulumi.get(self, "condition_type")
68
+
69
+ @condition_type.setter
70
+ def condition_type(self, value: pulumi.Input[str]):
71
+ pulumi.set(self, "condition_type", value)
72
+
73
+ @property
74
+ @pulumi.getter(name="attributeName")
75
+ def attribute_name(self) -> Optional[pulumi.Input[str]]:
76
+ """
77
+ Dictionary attribute name
78
+ """
79
+ return pulumi.get(self, "attribute_name")
80
+
81
+ @attribute_name.setter
82
+ def attribute_name(self, value: Optional[pulumi.Input[str]]):
83
+ pulumi.set(self, "attribute_name", value)
84
+
85
+ @property
86
+ @pulumi.getter(name="attributeValue")
87
+ def attribute_value(self) -> Optional[pulumi.Input[str]]:
88
+ """
89
+ Attribute value for condition. Value type is specified in dictionary object.
90
+ """
91
+ return pulumi.get(self, "attribute_value")
92
+
93
+ @attribute_value.setter
94
+ def attribute_value(self, value: Optional[pulumi.Input[str]]):
95
+ pulumi.set(self, "attribute_value", value)
96
+
97
+ @property
98
+ @pulumi.getter
99
+ def childrens(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RuleChildrenChildrenArgs']]]]:
100
+ """
101
+ List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
102
+ """
103
+ return pulumi.get(self, "childrens")
104
+
105
+ @childrens.setter
106
+ def childrens(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RuleChildrenChildrenArgs']]]]):
107
+ pulumi.set(self, "childrens", value)
108
+
109
+ @property
110
+ @pulumi.getter(name="dictionaryName")
111
+ def dictionary_name(self) -> Optional[pulumi.Input[str]]:
112
+ """
113
+ Dictionary name
114
+ """
115
+ return pulumi.get(self, "dictionary_name")
116
+
117
+ @dictionary_name.setter
118
+ def dictionary_name(self, value: Optional[pulumi.Input[str]]):
119
+ pulumi.set(self, "dictionary_name", value)
120
+
121
+ @property
122
+ @pulumi.getter(name="dictionaryValue")
123
+ def dictionary_value(self) -> Optional[pulumi.Input[str]]:
124
+ """
125
+ Dictionary value
126
+ """
127
+ return pulumi.get(self, "dictionary_value")
128
+
129
+ @dictionary_value.setter
130
+ def dictionary_value(self, value: Optional[pulumi.Input[str]]):
131
+ pulumi.set(self, "dictionary_value", value)
132
+
133
+ @property
134
+ @pulumi.getter
135
+ def id(self) -> Optional[pulumi.Input[str]]:
136
+ """
137
+ UUID for condition
138
+ """
139
+ return pulumi.get(self, "id")
140
+
141
+ @id.setter
142
+ def id(self, value: Optional[pulumi.Input[str]]):
143
+ pulumi.set(self, "id", value)
144
+
145
+ @property
146
+ @pulumi.getter(name="isNegate")
147
+ def is_negate(self) -> Optional[pulumi.Input[bool]]:
148
+ """
149
+ Indicates whereas this condition is in negate mode
150
+ """
151
+ return pulumi.get(self, "is_negate")
152
+
153
+ @is_negate.setter
154
+ def is_negate(self, value: Optional[pulumi.Input[bool]]):
155
+ pulumi.set(self, "is_negate", value)
156
+
157
+ @property
158
+ @pulumi.getter
159
+ def operator(self) -> Optional[pulumi.Input[str]]:
160
+ """
161
+ Equality operator
162
+ - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
163
+ """
164
+ return pulumi.get(self, "operator")
165
+
166
+ @operator.setter
167
+ def operator(self, value: Optional[pulumi.Input[str]]):
168
+ pulumi.set(self, "operator", value)
169
+
170
+
171
+ @pulumi.input_type
172
+ class RuleChildrenChildrenArgs:
173
+ def __init__(__self__, *,
174
+ condition_type: pulumi.Input[str],
175
+ attribute_name: Optional[pulumi.Input[str]] = None,
176
+ attribute_value: Optional[pulumi.Input[str]] = None,
177
+ dictionary_name: Optional[pulumi.Input[str]] = None,
178
+ dictionary_value: Optional[pulumi.Input[str]] = None,
179
+ id: Optional[pulumi.Input[str]] = None,
180
+ is_negate: Optional[pulumi.Input[bool]] = None,
181
+ operator: Optional[pulumi.Input[str]] = None):
182
+ """
183
+ :param pulumi.Input[str] condition_type: Condition type.
184
+ - Choices: `ConditionAttributes`, `ConditionReference`
185
+ :param pulumi.Input[str] attribute_name: Dictionary attribute name
186
+ :param pulumi.Input[str] attribute_value: Attribute value for condition. Value type is specified in dictionary object.
187
+ :param pulumi.Input[str] dictionary_name: Dictionary name
188
+ :param pulumi.Input[str] dictionary_value: Dictionary value
189
+ :param pulumi.Input[str] id: UUID for condition
190
+ :param pulumi.Input[bool] is_negate: Indicates whereas this condition is in negate mode
191
+ :param pulumi.Input[str] operator: Equality operator
192
+ - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
193
+ """
194
+ pulumi.set(__self__, "condition_type", condition_type)
195
+ if attribute_name is not None:
196
+ pulumi.set(__self__, "attribute_name", attribute_name)
197
+ if attribute_value is not None:
198
+ pulumi.set(__self__, "attribute_value", attribute_value)
199
+ if dictionary_name is not None:
200
+ pulumi.set(__self__, "dictionary_name", dictionary_name)
201
+ if dictionary_value is not None:
202
+ pulumi.set(__self__, "dictionary_value", dictionary_value)
203
+ if id is not None:
204
+ pulumi.set(__self__, "id", id)
205
+ if is_negate is not None:
206
+ pulumi.set(__self__, "is_negate", is_negate)
207
+ if operator is not None:
208
+ pulumi.set(__self__, "operator", operator)
209
+
210
+ @property
211
+ @pulumi.getter(name="conditionType")
212
+ def condition_type(self) -> pulumi.Input[str]:
213
+ """
214
+ Condition type.
215
+ - Choices: `ConditionAttributes`, `ConditionReference`
216
+ """
217
+ return pulumi.get(self, "condition_type")
218
+
219
+ @condition_type.setter
220
+ def condition_type(self, value: pulumi.Input[str]):
221
+ pulumi.set(self, "condition_type", value)
222
+
223
+ @property
224
+ @pulumi.getter(name="attributeName")
225
+ def attribute_name(self) -> Optional[pulumi.Input[str]]:
226
+ """
227
+ Dictionary attribute name
228
+ """
229
+ return pulumi.get(self, "attribute_name")
230
+
231
+ @attribute_name.setter
232
+ def attribute_name(self, value: Optional[pulumi.Input[str]]):
233
+ pulumi.set(self, "attribute_name", value)
234
+
235
+ @property
236
+ @pulumi.getter(name="attributeValue")
237
+ def attribute_value(self) -> Optional[pulumi.Input[str]]:
238
+ """
239
+ Attribute value for condition. Value type is specified in dictionary object.
240
+ """
241
+ return pulumi.get(self, "attribute_value")
242
+
243
+ @attribute_value.setter
244
+ def attribute_value(self, value: Optional[pulumi.Input[str]]):
245
+ pulumi.set(self, "attribute_value", value)
246
+
247
+ @property
248
+ @pulumi.getter(name="dictionaryName")
249
+ def dictionary_name(self) -> Optional[pulumi.Input[str]]:
250
+ """
251
+ Dictionary name
252
+ """
253
+ return pulumi.get(self, "dictionary_name")
254
+
255
+ @dictionary_name.setter
256
+ def dictionary_name(self, value: Optional[pulumi.Input[str]]):
257
+ pulumi.set(self, "dictionary_name", value)
258
+
259
+ @property
260
+ @pulumi.getter(name="dictionaryValue")
261
+ def dictionary_value(self) -> Optional[pulumi.Input[str]]:
262
+ """
263
+ Dictionary value
264
+ """
265
+ return pulumi.get(self, "dictionary_value")
266
+
267
+ @dictionary_value.setter
268
+ def dictionary_value(self, value: Optional[pulumi.Input[str]]):
269
+ pulumi.set(self, "dictionary_value", value)
270
+
271
+ @property
272
+ @pulumi.getter
273
+ def id(self) -> Optional[pulumi.Input[str]]:
274
+ """
275
+ UUID for condition
276
+ """
277
+ return pulumi.get(self, "id")
278
+
279
+ @id.setter
280
+ def id(self, value: Optional[pulumi.Input[str]]):
281
+ pulumi.set(self, "id", value)
282
+
283
+ @property
284
+ @pulumi.getter(name="isNegate")
285
+ def is_negate(self) -> Optional[pulumi.Input[bool]]:
286
+ """
287
+ Indicates whereas this condition is in negate mode
288
+ """
289
+ return pulumi.get(self, "is_negate")
290
+
291
+ @is_negate.setter
292
+ def is_negate(self, value: Optional[pulumi.Input[bool]]):
293
+ pulumi.set(self, "is_negate", value)
294
+
295
+ @property
296
+ @pulumi.getter
297
+ def operator(self) -> Optional[pulumi.Input[str]]:
298
+ """
299
+ Equality operator
300
+ - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
301
+ """
302
+ return pulumi.get(self, "operator")
303
+
304
+ @operator.setter
305
+ def operator(self, value: Optional[pulumi.Input[str]]):
306
+ pulumi.set(self, "operator", value)
307
+
308
+
@@ -11,16 +11,16 @@ from .. import _utilities
11
11
  from . import outputs
12
12
 
13
13
  __all__ = [
14
- 'GetAuthenticationRuleResult',
15
- 'AwaitableGetAuthenticationRuleResult',
16
- 'get_authentication_rule',
17
- 'get_authentication_rule_output',
14
+ 'GetRuleResult',
15
+ 'AwaitableGetRuleResult',
16
+ 'get_rule',
17
+ 'get_rule_output',
18
18
  ]
19
19
 
20
20
  @pulumi.output_type
21
- class GetAuthenticationRuleResult:
21
+ class GetRuleResult:
22
22
  """
23
- A collection of values returned by getAuthenticationRule.
23
+ A collection of values returned by getRule.
24
24
  """
25
25
  def __init__(__self__, childrens=None, condition_attribute_name=None, condition_attribute_value=None, condition_dictionary_name=None, condition_dictionary_value=None, condition_id=None, condition_is_negate=None, condition_operator=None, condition_type=None, default=None, id=None, identity_source_name=None, if_auth_fail=None, if_process_fail=None, if_user_not_found=None, name=None, policy_set_id=None, rank=None, state=None):
26
26
  if childrens and not isinstance(childrens, list):
@@ -83,7 +83,7 @@ class GetAuthenticationRuleResult:
83
83
 
84
84
  @property
85
85
  @pulumi.getter
86
- def childrens(self) -> Sequence['outputs.GetAuthenticationRuleChildrenResult']:
86
+ def childrens(self) -> Sequence['outputs.GetRuleChildrenResult']:
87
87
  """
88
88
  List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
89
89
  """
@@ -234,12 +234,12 @@ class GetAuthenticationRuleResult:
234
234
  return pulumi.get(self, "state")
235
235
 
236
236
 
237
- class AwaitableGetAuthenticationRuleResult(GetAuthenticationRuleResult):
237
+ class AwaitableGetRuleResult(GetRuleResult):
238
238
  # pylint: disable=using-constant-test
239
239
  def __await__(self):
240
240
  if False:
241
241
  yield self
242
- return GetAuthenticationRuleResult(
242
+ return GetRuleResult(
243
243
  childrens=self.childrens,
244
244
  condition_attribute_name=self.condition_attribute_name,
245
245
  condition_attribute_value=self.condition_attribute_value,
@@ -261,10 +261,10 @@ class AwaitableGetAuthenticationRuleResult(GetAuthenticationRuleResult):
261
261
  state=self.state)
262
262
 
263
263
 
264
- def get_authentication_rule(id: Optional[str] = None,
265
- name: Optional[str] = None,
266
- policy_set_id: Optional[str] = None,
267
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAuthenticationRuleResult:
264
+ def get_rule(id: Optional[str] = None,
265
+ name: Optional[str] = None,
266
+ policy_set_id: Optional[str] = None,
267
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRuleResult:
268
268
  """
269
269
  This data source can read the Device Admin Authentication Rule.
270
270
 
@@ -274,7 +274,7 @@ def get_authentication_rule(id: Optional[str] = None,
274
274
  import pulumi
275
275
  import pulumi_ise as ise
276
276
 
277
- example = ise.deviceadmin.get_authentication_rule(id="76d24097-41c4-4558-a4d0-a8c07ac08470",
277
+ example = ise.DeviceAdminAuthentication.get_rule(id="76d24097-41c4-4558-a4d0-a8c07ac08470",
278
278
  policy_set_id="d82952cb-b901-4b09-b363-5ebf39bdbaf9")
279
279
  ```
280
280
 
@@ -288,9 +288,9 @@ def get_authentication_rule(id: Optional[str] = None,
288
288
  __args__['name'] = name
289
289
  __args__['policySetId'] = policy_set_id
290
290
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
291
- __ret__ = pulumi.runtime.invoke('ise:deviceadmin/getAuthenticationRule:getAuthenticationRule', __args__, opts=opts, typ=GetAuthenticationRuleResult).value
291
+ __ret__ = pulumi.runtime.invoke('ise:DeviceAdminAuthentication/getRule:getRule', __args__, opts=opts, typ=GetRuleResult).value
292
292
 
293
- return AwaitableGetAuthenticationRuleResult(
293
+ return AwaitableGetRuleResult(
294
294
  childrens=pulumi.get(__ret__, 'childrens'),
295
295
  condition_attribute_name=pulumi.get(__ret__, 'condition_attribute_name'),
296
296
  condition_attribute_value=pulumi.get(__ret__, 'condition_attribute_value'),
@@ -312,11 +312,11 @@ def get_authentication_rule(id: Optional[str] = None,
312
312
  state=pulumi.get(__ret__, 'state'))
313
313
 
314
314
 
315
- @_utilities.lift_output_func(get_authentication_rule)
316
- def get_authentication_rule_output(id: Optional[pulumi.Input[Optional[str]]] = None,
317
- name: Optional[pulumi.Input[Optional[str]]] = None,
318
- policy_set_id: Optional[pulumi.Input[str]] = None,
319
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAuthenticationRuleResult]:
315
+ @_utilities.lift_output_func(get_rule)
316
+ def get_rule_output(id: Optional[pulumi.Input[Optional[str]]] = None,
317
+ name: Optional[pulumi.Input[Optional[str]]] = None,
318
+ policy_set_id: Optional[pulumi.Input[str]] = None,
319
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetRuleResult]:
320
320
  """
321
321
  This data source can read the Device Admin Authentication Rule.
322
322
 
@@ -326,7 +326,7 @@ def get_authentication_rule_output(id: Optional[pulumi.Input[Optional[str]]] = N
326
326
  import pulumi
327
327
  import pulumi_ise as ise
328
328
 
329
- example = ise.deviceadmin.get_authentication_rule(id="76d24097-41c4-4558-a4d0-a8c07ac08470",
329
+ example = ise.DeviceAdminAuthentication.get_rule(id="76d24097-41c4-4558-a4d0-a8c07ac08470",
330
330
  policy_set_id="d82952cb-b901-4b09-b363-5ebf39bdbaf9")
331
331
  ```
332
332