pulumi-ise 0.3.0a1743487135__py3-none-any.whl → 0.3.0a1744183105__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 (118) hide show
  1. pulumi_ise/__init__.py +1 -0
  2. pulumi_ise/config/__init__.py +1 -0
  3. pulumi_ise/config/__init__.pyi +1 -0
  4. pulumi_ise/config/vars.py +1 -0
  5. pulumi_ise/deviceadmin/__init__.py +1 -0
  6. pulumi_ise/deviceadmin/_inputs.py +538 -537
  7. pulumi_ise/deviceadmin/allowed_protocols_tacacs.py +71 -70
  8. pulumi_ise/deviceadmin/authentication_rule.py +239 -238
  9. pulumi_ise/deviceadmin/authentication_rule_update_rank.py +43 -42
  10. pulumi_ise/deviceadmin/authorization_exception_rule.py +211 -210
  11. pulumi_ise/deviceadmin/authorization_exception_rule_update_rank.py +43 -42
  12. pulumi_ise/deviceadmin/authorization_global_exception_rule.py +183 -182
  13. pulumi_ise/deviceadmin/authorization_global_exception_rule_update_rank.py +29 -28
  14. pulumi_ise/deviceadmin/authorization_rule.py +211 -210
  15. pulumi_ise/deviceadmin/authorization_rule_update_rank.py +43 -42
  16. pulumi_ise/deviceadmin/condition.py +127 -126
  17. pulumi_ise/deviceadmin/get_allowed_protocols_tacacs.py +15 -14
  18. pulumi_ise/deviceadmin/get_authentication_rule.py +31 -30
  19. pulumi_ise/deviceadmin/get_authorization_exception_rule.py +29 -28
  20. pulumi_ise/deviceadmin/get_authorization_global_exception_rule.py +23 -22
  21. pulumi_ise/deviceadmin/get_authorization_rule.py +29 -28
  22. pulumi_ise/deviceadmin/get_condition.py +19 -18
  23. pulumi_ise/deviceadmin/get_policy_set.py +25 -24
  24. pulumi_ise/deviceadmin/get_tacacs_command_set.py +13 -12
  25. pulumi_ise/deviceadmin/get_tacacs_profile.py +12 -11
  26. pulumi_ise/deviceadmin/get_time_and_date_condition.py +23 -22
  27. pulumi_ise/deviceadmin/outputs.py +656 -655
  28. pulumi_ise/deviceadmin/policy_set.py +211 -210
  29. pulumi_ise/deviceadmin/policy_set_update_rank.py +29 -28
  30. pulumi_ise/deviceadmin/tacacs_command_set.py +43 -42
  31. pulumi_ise/deviceadmin/tacacs_profile.py +29 -28
  32. pulumi_ise/deviceadmin/time_and_date_condition.py +183 -182
  33. pulumi_ise/identitymanagement/__init__.py +1 -0
  34. pulumi_ise/identitymanagement/_inputs.py +85 -84
  35. pulumi_ise/identitymanagement/active_directory_add_groups.py +85 -84
  36. pulumi_ise/identitymanagement/active_directory_join_domain_with_all_nodes.py +15 -14
  37. pulumi_ise/identitymanagement/active_directory_join_point.py +421 -420
  38. pulumi_ise/identitymanagement/certificate_authentication_profile.py +99 -98
  39. pulumi_ise/identitymanagement/endpoint.py +365 -364
  40. pulumi_ise/identitymanagement/endpoint_identity_group.py +57 -56
  41. pulumi_ise/identitymanagement/get_active_directory_groups_by_domain.py +27 -26
  42. pulumi_ise/identitymanagement/get_active_directory_join_point.py +36 -35
  43. pulumi_ise/identitymanagement/get_certificate_authentication_profile.py +17 -16
  44. pulumi_ise/identitymanagement/get_endpoint.py +36 -35
  45. pulumi_ise/identitymanagement/get_endpoint_identity_group.py +14 -13
  46. pulumi_ise/identitymanagement/get_identity_source_sequence.py +14 -13
  47. pulumi_ise/identitymanagement/get_internal_user.py +24 -23
  48. pulumi_ise/identitymanagement/get_user_identity_group.py +13 -12
  49. pulumi_ise/identitymanagement/identity_source_sequence.py +57 -56
  50. pulumi_ise/identitymanagement/internal_user.py +197 -196
  51. pulumi_ise/identitymanagement/outputs.py +95 -94
  52. pulumi_ise/identitymanagement/user_identity_group.py +43 -42
  53. pulumi_ise/network/__init__.py +1 -0
  54. pulumi_ise/network/_inputs.py +16 -15
  55. pulumi_ise/network/device.py +575 -574
  56. pulumi_ise/network/device_group.py +43 -42
  57. pulumi_ise/network/get_device.py +51 -50
  58. pulumi_ise/network/get_device_group.py +13 -12
  59. pulumi_ise/network/outputs.py +19 -18
  60. pulumi_ise/networkaccess/__init__.py +1 -0
  61. pulumi_ise/networkaccess/_inputs.py +539 -538
  62. pulumi_ise/networkaccess/allowed_protocols.py +1079 -1078
  63. pulumi_ise/networkaccess/authentication_rule.py +239 -238
  64. pulumi_ise/networkaccess/authentication_rule_update_rank.py +43 -42
  65. pulumi_ise/networkaccess/authorization_exception_rule.py +211 -210
  66. pulumi_ise/networkaccess/authorization_exception_rule_update_rank.py +43 -42
  67. pulumi_ise/networkaccess/authorization_global_exception_rule.py +183 -182
  68. pulumi_ise/networkaccess/authorization_global_exception_rule_update_rank.py +29 -28
  69. pulumi_ise/networkaccess/authorization_profile.py +449 -448
  70. pulumi_ise/networkaccess/authorization_rule.py +211 -210
  71. pulumi_ise/networkaccess/authorization_rule_update_rank.py +43 -42
  72. pulumi_ise/networkaccess/condition.py +127 -126
  73. pulumi_ise/networkaccess/dictionary.py +57 -56
  74. pulumi_ise/networkaccess/downloadable_acl.py +57 -56
  75. pulumi_ise/networkaccess/get_allowed_protocols.py +87 -86
  76. pulumi_ise/networkaccess/get_authentication_rule.py +31 -30
  77. pulumi_ise/networkaccess/get_authorization_exception_rule.py +29 -28
  78. pulumi_ise/networkaccess/get_authorization_global_exception_rule.py +23 -22
  79. pulumi_ise/networkaccess/get_authorization_profile.py +42 -41
  80. pulumi_ise/networkaccess/get_authorization_rule.py +29 -28
  81. pulumi_ise/networkaccess/get_condition.py +19 -18
  82. pulumi_ise/networkaccess/get_dictionary.py +14 -13
  83. pulumi_ise/networkaccess/get_downloadable_acl.py +14 -13
  84. pulumi_ise/networkaccess/get_policy_set.py +25 -24
  85. pulumi_ise/networkaccess/get_time_and_date_condition.py +23 -22
  86. pulumi_ise/networkaccess/outputs.py +658 -657
  87. pulumi_ise/networkaccess/policy_set.py +211 -210
  88. pulumi_ise/networkaccess/policy_set_update_rank.py +29 -28
  89. pulumi_ise/networkaccess/time_and_date_condition.py +183 -182
  90. pulumi_ise/provider.py +39 -38
  91. pulumi_ise/pulumi-plugin.json +1 -1
  92. pulumi_ise/system/__init__.py +1 -0
  93. pulumi_ise/system/_inputs.py +11 -10
  94. pulumi_ise/system/get_license_tier_state.py +6 -5
  95. pulumi_ise/system/get_repository.py +17 -16
  96. pulumi_ise/system/license_tier_state.py +1 -0
  97. pulumi_ise/system/outputs.py +13 -12
  98. pulumi_ise/system/repository.py +99 -98
  99. pulumi_ise/trustsec/__init__.py +1 -0
  100. pulumi_ise/trustsec/egress_matrix_cell.py +85 -84
  101. pulumi_ise/trustsec/egress_matrix_cell_default.py +57 -56
  102. pulumi_ise/trustsec/get_egress_matrix_cell.py +12 -11
  103. pulumi_ise/trustsec/get_egress_matrix_cell_default.py +10 -9
  104. pulumi_ise/trustsec/get_ip_to_sgt_mapping.py +18 -17
  105. pulumi_ise/trustsec/get_ip_to_sgt_mapping_group.py +15 -14
  106. pulumi_ise/trustsec/get_security_group.py +15 -14
  107. pulumi_ise/trustsec/get_security_group_acl.py +15 -14
  108. pulumi_ise/trustsec/get_sxp_domain_filter.py +16 -15
  109. pulumi_ise/trustsec/ip_to_sgt_mapping.py +113 -112
  110. pulumi_ise/trustsec/ip_to_sgt_mapping_group.py +71 -70
  111. pulumi_ise/trustsec/security_group.py +71 -70
  112. pulumi_ise/trustsec/security_group_acl.py +71 -70
  113. pulumi_ise/trustsec/sxp_domain_filter.py +85 -84
  114. {pulumi_ise-0.3.0a1743487135.dist-info → pulumi_ise-0.3.0a1744183105.dist-info}/METADATA +1 -1
  115. pulumi_ise-0.3.0a1744183105.dist-info/RECORD +119 -0
  116. pulumi_ise-0.3.0a1743487135.dist-info/RECORD +0 -119
  117. {pulumi_ise-0.3.0a1743487135.dist-info → pulumi_ise-0.3.0a1744183105.dist-info}/WHEEL +0 -0
  118. {pulumi_ise-0.3.0a1743487135.dist-info → pulumi_ise-0.3.0a1744183105.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
@@ -96,7 +97,7 @@ class GetAuthenticationRuleResult:
96
97
 
97
98
  @property
98
99
  @pulumi.getter(name="conditionAttributeName")
99
- def condition_attribute_name(self) -> str:
100
+ def condition_attribute_name(self) -> builtins.str:
100
101
  """
101
102
  Dictionary attribute name
102
103
  """
@@ -104,7 +105,7 @@ class GetAuthenticationRuleResult:
104
105
 
105
106
  @property
106
107
  @pulumi.getter(name="conditionAttributeValue")
107
- def condition_attribute_value(self) -> str:
108
+ def condition_attribute_value(self) -> builtins.str:
108
109
  """
109
110
  Attribute value for condition. Value type is specified in dictionary object.
110
111
  """
@@ -112,7 +113,7 @@ class GetAuthenticationRuleResult:
112
113
 
113
114
  @property
114
115
  @pulumi.getter(name="conditionDictionaryName")
115
- def condition_dictionary_name(self) -> str:
116
+ def condition_dictionary_name(self) -> builtins.str:
116
117
  """
117
118
  Dictionary name
118
119
  """
@@ -120,7 +121,7 @@ class GetAuthenticationRuleResult:
120
121
 
121
122
  @property
122
123
  @pulumi.getter(name="conditionDictionaryValue")
123
- def condition_dictionary_value(self) -> str:
124
+ def condition_dictionary_value(self) -> builtins.str:
124
125
  """
125
126
  Dictionary value
126
127
  """
@@ -128,7 +129,7 @@ class GetAuthenticationRuleResult:
128
129
 
129
130
  @property
130
131
  @pulumi.getter(name="conditionId")
131
- def condition_id(self) -> str:
132
+ def condition_id(self) -> builtins.str:
132
133
  """
133
134
  UUID for condition
134
135
  """
@@ -136,7 +137,7 @@ class GetAuthenticationRuleResult:
136
137
 
137
138
  @property
138
139
  @pulumi.getter(name="conditionIsNegate")
139
- def condition_is_negate(self) -> bool:
140
+ def condition_is_negate(self) -> builtins.bool:
140
141
  """
141
142
  Indicates whereas this condition is in negate mode
142
143
  """
@@ -144,7 +145,7 @@ class GetAuthenticationRuleResult:
144
145
 
145
146
  @property
146
147
  @pulumi.getter(name="conditionOperator")
147
- def condition_operator(self) -> str:
148
+ def condition_operator(self) -> builtins.str:
148
149
  """
149
150
  Equality operator
150
151
  """
@@ -152,7 +153,7 @@ class GetAuthenticationRuleResult:
152
153
 
153
154
  @property
154
155
  @pulumi.getter(name="conditionType")
155
- def condition_type(self) -> str:
156
+ def condition_type(self) -> builtins.str:
156
157
  """
157
158
  Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
158
159
  """
@@ -160,7 +161,7 @@ class GetAuthenticationRuleResult:
160
161
 
161
162
  @property
162
163
  @pulumi.getter
163
- def default(self) -> bool:
164
+ def default(self) -> builtins.bool:
164
165
  """
165
166
  Indicates if this rule is the default one
166
167
  """
@@ -168,7 +169,7 @@ class GetAuthenticationRuleResult:
168
169
 
169
170
  @property
170
171
  @pulumi.getter
171
- def id(self) -> str:
172
+ def id(self) -> builtins.str:
172
173
  """
173
174
  The id of the object
174
175
  """
@@ -176,7 +177,7 @@ class GetAuthenticationRuleResult:
176
177
 
177
178
  @property
178
179
  @pulumi.getter(name="identitySourceName")
179
- def identity_source_name(self) -> str:
180
+ def identity_source_name(self) -> builtins.str:
180
181
  """
181
182
  Identity source name from the identity stores
182
183
  """
@@ -184,7 +185,7 @@ class GetAuthenticationRuleResult:
184
185
 
185
186
  @property
186
187
  @pulumi.getter(name="ifAuthFail")
187
- def if_auth_fail(self) -> str:
188
+ def if_auth_fail(self) -> builtins.str:
188
189
  """
189
190
  Action to perform when authentication fails such as Bad credentials, disabled user and so on
190
191
  """
@@ -192,7 +193,7 @@ class GetAuthenticationRuleResult:
192
193
 
193
194
  @property
194
195
  @pulumi.getter(name="ifProcessFail")
195
- def if_process_fail(self) -> str:
196
+ def if_process_fail(self) -> builtins.str:
196
197
  """
197
198
  Action to perform when ISE is uanble to access the identity database
198
199
  """
@@ -200,7 +201,7 @@ class GetAuthenticationRuleResult:
200
201
 
201
202
  @property
202
203
  @pulumi.getter(name="ifUserNotFound")
203
- def if_user_not_found(self) -> str:
204
+ def if_user_not_found(self) -> builtins.str:
204
205
  """
205
206
  Action to perform when user is not found in any of identity stores
206
207
  """
@@ -208,7 +209,7 @@ class GetAuthenticationRuleResult:
208
209
 
209
210
  @property
210
211
  @pulumi.getter
211
- def name(self) -> str:
212
+ def name(self) -> builtins.str:
212
213
  """
213
214
  Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
214
215
  """
@@ -216,7 +217,7 @@ class GetAuthenticationRuleResult:
216
217
 
217
218
  @property
218
219
  @pulumi.getter(name="policySetId")
219
- def policy_set_id(self) -> str:
220
+ def policy_set_id(self) -> builtins.str:
220
221
  """
221
222
  Policy set ID
222
223
  """
@@ -224,7 +225,7 @@ class GetAuthenticationRuleResult:
224
225
 
225
226
  @property
226
227
  @pulumi.getter
227
- def rank(self) -> int:
228
+ def rank(self) -> builtins.int:
228
229
  """
229
230
  The rank (priority) in relation to other rules. Lower rank is higher priority.
230
231
  """
@@ -232,7 +233,7 @@ class GetAuthenticationRuleResult:
232
233
 
233
234
  @property
234
235
  @pulumi.getter
235
- def state(self) -> str:
236
+ def state(self) -> builtins.str:
236
237
  """
237
238
  The state that the rule is in. A disabled rule cannot be matched.
238
239
  """
@@ -266,9 +267,9 @@ class AwaitableGetAuthenticationRuleResult(GetAuthenticationRuleResult):
266
267
  state=self.state)
267
268
 
268
269
 
269
- def get_authentication_rule(id: Optional[str] = None,
270
- name: Optional[str] = None,
271
- policy_set_id: Optional[str] = None,
270
+ def get_authentication_rule(id: Optional[builtins.str] = None,
271
+ name: Optional[builtins.str] = None,
272
+ policy_set_id: Optional[builtins.str] = None,
272
273
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAuthenticationRuleResult:
273
274
  """
274
275
  This data source can read the Network Access Authentication Rule.
@@ -284,9 +285,9 @@ def get_authentication_rule(id: Optional[str] = None,
284
285
  ```
285
286
 
286
287
 
287
- :param str id: The id of the object
288
- :param str name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
289
- :param str policy_set_id: Policy set ID
288
+ :param builtins.str id: The id of the object
289
+ :param builtins.str name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
290
+ :param builtins.str policy_set_id: Policy set ID
290
291
  """
291
292
  __args__ = dict()
292
293
  __args__['id'] = id
@@ -315,9 +316,9 @@ def get_authentication_rule(id: Optional[str] = None,
315
316
  policy_set_id=pulumi.get(__ret__, 'policy_set_id'),
316
317
  rank=pulumi.get(__ret__, 'rank'),
317
318
  state=pulumi.get(__ret__, 'state'))
318
- def get_authentication_rule_output(id: Optional[pulumi.Input[Optional[str]]] = None,
319
- name: Optional[pulumi.Input[Optional[str]]] = None,
320
- policy_set_id: Optional[pulumi.Input[str]] = None,
319
+ def get_authentication_rule_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
320
+ name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
321
+ policy_set_id: Optional[pulumi.Input[builtins.str]] = None,
321
322
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAuthenticationRuleResult]:
322
323
  """
323
324
  This data source can read the Network Access Authentication Rule.
@@ -333,9 +334,9 @@ def get_authentication_rule_output(id: Optional[pulumi.Input[Optional[str]]] = N
333
334
  ```
334
335
 
335
336
 
336
- :param str id: The id of the object
337
- :param str name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
338
- :param str policy_set_id: Policy set ID
337
+ :param builtins.str id: The id of the object
338
+ :param builtins.str name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
339
+ :param builtins.str policy_set_id: Policy set ID
339
340
  """
340
341
  __args__ = dict()
341
342
  __args__['id'] = id
@@ -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
@@ -90,7 +91,7 @@ class GetAuthorizationExceptionRuleResult:
90
91
 
91
92
  @property
92
93
  @pulumi.getter(name="conditionAttributeName")
93
- def condition_attribute_name(self) -> str:
94
+ def condition_attribute_name(self) -> builtins.str:
94
95
  """
95
96
  Dictionary attribute name
96
97
  """
@@ -98,7 +99,7 @@ class GetAuthorizationExceptionRuleResult:
98
99
 
99
100
  @property
100
101
  @pulumi.getter(name="conditionAttributeValue")
101
- def condition_attribute_value(self) -> str:
102
+ def condition_attribute_value(self) -> builtins.str:
102
103
  """
103
104
  Attribute value for condition. Value type is specified in dictionary object.
104
105
  """
@@ -106,7 +107,7 @@ class GetAuthorizationExceptionRuleResult:
106
107
 
107
108
  @property
108
109
  @pulumi.getter(name="conditionDictionaryName")
109
- def condition_dictionary_name(self) -> str:
110
+ def condition_dictionary_name(self) -> builtins.str:
110
111
  """
111
112
  Dictionary name
112
113
  """
@@ -114,7 +115,7 @@ class GetAuthorizationExceptionRuleResult:
114
115
 
115
116
  @property
116
117
  @pulumi.getter(name="conditionDictionaryValue")
117
- def condition_dictionary_value(self) -> str:
118
+ def condition_dictionary_value(self) -> builtins.str:
118
119
  """
119
120
  Dictionary value
120
121
  """
@@ -122,7 +123,7 @@ class GetAuthorizationExceptionRuleResult:
122
123
 
123
124
  @property
124
125
  @pulumi.getter(name="conditionId")
125
- def condition_id(self) -> str:
126
+ def condition_id(self) -> builtins.str:
126
127
  """
127
128
  UUID for condition
128
129
  """
@@ -130,7 +131,7 @@ class GetAuthorizationExceptionRuleResult:
130
131
 
131
132
  @property
132
133
  @pulumi.getter(name="conditionIsNegate")
133
- def condition_is_negate(self) -> bool:
134
+ def condition_is_negate(self) -> builtins.bool:
134
135
  """
135
136
  Indicates whereas this condition is in negate mode
136
137
  """
@@ -138,7 +139,7 @@ class GetAuthorizationExceptionRuleResult:
138
139
 
139
140
  @property
140
141
  @pulumi.getter(name="conditionOperator")
141
- def condition_operator(self) -> str:
142
+ def condition_operator(self) -> builtins.str:
142
143
  """
143
144
  Equality operator
144
145
  """
@@ -146,7 +147,7 @@ class GetAuthorizationExceptionRuleResult:
146
147
 
147
148
  @property
148
149
  @pulumi.getter(name="conditionType")
149
- def condition_type(self) -> str:
150
+ def condition_type(self) -> builtins.str:
150
151
  """
151
152
  Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
152
153
  """
@@ -154,7 +155,7 @@ class GetAuthorizationExceptionRuleResult:
154
155
 
155
156
  @property
156
157
  @pulumi.getter
157
- def default(self) -> bool:
158
+ def default(self) -> builtins.bool:
158
159
  """
159
160
  Indicates if this rule is the default one
160
161
  """
@@ -162,7 +163,7 @@ class GetAuthorizationExceptionRuleResult:
162
163
 
163
164
  @property
164
165
  @pulumi.getter
165
- def id(self) -> str:
166
+ def id(self) -> builtins.str:
166
167
  """
167
168
  The id of the object
168
169
  """
@@ -170,7 +171,7 @@ class GetAuthorizationExceptionRuleResult:
170
171
 
171
172
  @property
172
173
  @pulumi.getter
173
- def name(self) -> str:
174
+ def name(self) -> builtins.str:
174
175
  """
175
176
  Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
176
177
  """
@@ -178,7 +179,7 @@ class GetAuthorizationExceptionRuleResult:
178
179
 
179
180
  @property
180
181
  @pulumi.getter(name="policySetId")
181
- def policy_set_id(self) -> str:
182
+ def policy_set_id(self) -> builtins.str:
182
183
  """
183
184
  Policy set ID
184
185
  """
@@ -186,7 +187,7 @@ class GetAuthorizationExceptionRuleResult:
186
187
 
187
188
  @property
188
189
  @pulumi.getter
189
- def profiles(self) -> Sequence[str]:
190
+ def profiles(self) -> Sequence[builtins.str]:
190
191
  """
191
192
  The authorization profile(s)
192
193
  """
@@ -194,7 +195,7 @@ class GetAuthorizationExceptionRuleResult:
194
195
 
195
196
  @property
196
197
  @pulumi.getter
197
- def rank(self) -> int:
198
+ def rank(self) -> builtins.int:
198
199
  """
199
200
  The rank (priority) in relation to other rules. Lower rank is higher priority.
200
201
  """
@@ -202,7 +203,7 @@ class GetAuthorizationExceptionRuleResult:
202
203
 
203
204
  @property
204
205
  @pulumi.getter(name="securityGroup")
205
- def security_group(self) -> str:
206
+ def security_group(self) -> builtins.str:
206
207
  """
207
208
  Security group used in authorization policies
208
209
  """
@@ -210,7 +211,7 @@ class GetAuthorizationExceptionRuleResult:
210
211
 
211
212
  @property
212
213
  @pulumi.getter
213
- def state(self) -> str:
214
+ def state(self) -> builtins.str:
214
215
  """
215
216
  The state that the rule is in. A disabled rule cannot be matched.
216
217
  """
@@ -242,9 +243,9 @@ class AwaitableGetAuthorizationExceptionRuleResult(GetAuthorizationExceptionRule
242
243
  state=self.state)
243
244
 
244
245
 
245
- def get_authorization_exception_rule(id: Optional[str] = None,
246
- name: Optional[str] = None,
247
- policy_set_id: Optional[str] = None,
246
+ def get_authorization_exception_rule(id: Optional[builtins.str] = None,
247
+ name: Optional[builtins.str] = None,
248
+ policy_set_id: Optional[builtins.str] = None,
248
249
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAuthorizationExceptionRuleResult:
249
250
  """
250
251
  This data source can read the Network Access Authorization Exception Rule.
@@ -260,9 +261,9 @@ def get_authorization_exception_rule(id: Optional[str] = None,
260
261
  ```
261
262
 
262
263
 
263
- :param str id: The id of the object
264
- :param str name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
265
- :param str policy_set_id: Policy set ID
264
+ :param builtins.str id: The id of the object
265
+ :param builtins.str name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
266
+ :param builtins.str policy_set_id: Policy set ID
266
267
  """
267
268
  __args__ = dict()
268
269
  __args__['id'] = id
@@ -289,9 +290,9 @@ def get_authorization_exception_rule(id: Optional[str] = None,
289
290
  rank=pulumi.get(__ret__, 'rank'),
290
291
  security_group=pulumi.get(__ret__, 'security_group'),
291
292
  state=pulumi.get(__ret__, 'state'))
292
- def get_authorization_exception_rule_output(id: Optional[pulumi.Input[Optional[str]]] = None,
293
- name: Optional[pulumi.Input[Optional[str]]] = None,
294
- policy_set_id: Optional[pulumi.Input[str]] = None,
293
+ def get_authorization_exception_rule_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
294
+ name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
295
+ policy_set_id: Optional[pulumi.Input[builtins.str]] = None,
295
296
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAuthorizationExceptionRuleResult]:
296
297
  """
297
298
  This data source can read the Network Access Authorization Exception Rule.
@@ -307,9 +308,9 @@ def get_authorization_exception_rule_output(id: Optional[pulumi.Input[Optional[s
307
308
  ```
308
309
 
309
310
 
310
- :param str id: The id of the object
311
- :param str name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
312
- :param str policy_set_id: Policy set ID
311
+ :param builtins.str id: The id of the object
312
+ :param builtins.str name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
313
+ :param builtins.str policy_set_id: Policy set ID
313
314
  """
314
315
  __args__ = dict()
315
316
  __args__['id'] = id
@@ -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
@@ -84,7 +85,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
84
85
 
85
86
  @property
86
87
  @pulumi.getter(name="conditionAttributeName")
87
- def condition_attribute_name(self) -> str:
88
+ def condition_attribute_name(self) -> builtins.str:
88
89
  """
89
90
  Dictionary attribute name
90
91
  """
@@ -92,7 +93,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
92
93
 
93
94
  @property
94
95
  @pulumi.getter(name="conditionAttributeValue")
95
- def condition_attribute_value(self) -> str:
96
+ def condition_attribute_value(self) -> builtins.str:
96
97
  """
97
98
  Attribute value for condition. Value type is specified in dictionary object.
98
99
  """
@@ -100,7 +101,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
100
101
 
101
102
  @property
102
103
  @pulumi.getter(name="conditionDictionaryName")
103
- def condition_dictionary_name(self) -> str:
104
+ def condition_dictionary_name(self) -> builtins.str:
104
105
  """
105
106
  Dictionary name
106
107
  """
@@ -108,7 +109,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
108
109
 
109
110
  @property
110
111
  @pulumi.getter(name="conditionDictionaryValue")
111
- def condition_dictionary_value(self) -> str:
112
+ def condition_dictionary_value(self) -> builtins.str:
112
113
  """
113
114
  Dictionary value
114
115
  """
@@ -116,7 +117,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
116
117
 
117
118
  @property
118
119
  @pulumi.getter(name="conditionId")
119
- def condition_id(self) -> str:
120
+ def condition_id(self) -> builtins.str:
120
121
  """
121
122
  UUID for condition
122
123
  """
@@ -124,7 +125,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
124
125
 
125
126
  @property
126
127
  @pulumi.getter(name="conditionIsNegate")
127
- def condition_is_negate(self) -> bool:
128
+ def condition_is_negate(self) -> builtins.bool:
128
129
  """
129
130
  Indicates whereas this condition is in negate mode
130
131
  """
@@ -132,7 +133,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
132
133
 
133
134
  @property
134
135
  @pulumi.getter(name="conditionOperator")
135
- def condition_operator(self) -> str:
136
+ def condition_operator(self) -> builtins.str:
136
137
  """
137
138
  Equality operator
138
139
  """
@@ -140,7 +141,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
140
141
 
141
142
  @property
142
143
  @pulumi.getter(name="conditionType")
143
- def condition_type(self) -> str:
144
+ def condition_type(self) -> builtins.str:
144
145
  """
145
146
  Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
146
147
  """
@@ -148,7 +149,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
148
149
 
149
150
  @property
150
151
  @pulumi.getter
151
- def id(self) -> str:
152
+ def id(self) -> builtins.str:
152
153
  """
153
154
  The id of the object
154
155
  """
@@ -156,7 +157,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
156
157
 
157
158
  @property
158
159
  @pulumi.getter
159
- def name(self) -> str:
160
+ def name(self) -> builtins.str:
160
161
  """
161
162
  Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
162
163
  """
@@ -164,7 +165,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
164
165
 
165
166
  @property
166
167
  @pulumi.getter
167
- def profiles(self) -> Sequence[str]:
168
+ def profiles(self) -> Sequence[builtins.str]:
168
169
  """
169
170
  The authorization profile(s)
170
171
  """
@@ -172,7 +173,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
172
173
 
173
174
  @property
174
175
  @pulumi.getter
175
- def rank(self) -> int:
176
+ def rank(self) -> builtins.int:
176
177
  """
177
178
  The rank (priority) in relation to other rules. Lower rank is higher priority.
178
179
  """
@@ -180,7 +181,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
180
181
 
181
182
  @property
182
183
  @pulumi.getter(name="securityGroup")
183
- def security_group(self) -> str:
184
+ def security_group(self) -> builtins.str:
184
185
  """
185
186
  Security group used in authorization policies
186
187
  """
@@ -188,7 +189,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
188
189
 
189
190
  @property
190
191
  @pulumi.getter
191
- def state(self) -> str:
192
+ def state(self) -> builtins.str:
192
193
  """
193
194
  The state that the rule is in. A disabled rule cannot be matched.
194
195
  """
@@ -218,8 +219,8 @@ class AwaitableGetAuthorizationGlobalExceptionRuleResult(GetAuthorizationGlobalE
218
219
  state=self.state)
219
220
 
220
221
 
221
- def get_authorization_global_exception_rule(id: Optional[str] = None,
222
- name: Optional[str] = None,
222
+ def get_authorization_global_exception_rule(id: Optional[builtins.str] = None,
223
+ name: Optional[builtins.str] = None,
223
224
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAuthorizationGlobalExceptionRuleResult:
224
225
  """
225
226
  This data source can read the Network Access Authorization Global Exception Rule.
@@ -234,8 +235,8 @@ def get_authorization_global_exception_rule(id: Optional[str] = None,
234
235
  ```
235
236
 
236
237
 
237
- :param str id: The id of the object
238
- :param str name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
238
+ :param builtins.str id: The id of the object
239
+ :param builtins.str name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
239
240
  """
240
241
  __args__ = dict()
241
242
  __args__['id'] = id
@@ -259,8 +260,8 @@ def get_authorization_global_exception_rule(id: Optional[str] = None,
259
260
  rank=pulumi.get(__ret__, 'rank'),
260
261
  security_group=pulumi.get(__ret__, 'security_group'),
261
262
  state=pulumi.get(__ret__, 'state'))
262
- def get_authorization_global_exception_rule_output(id: Optional[pulumi.Input[Optional[str]]] = None,
263
- name: Optional[pulumi.Input[Optional[str]]] = None,
263
+ def get_authorization_global_exception_rule_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
264
+ name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
264
265
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAuthorizationGlobalExceptionRuleResult]:
265
266
  """
266
267
  This data source can read the Network Access Authorization Global Exception Rule.
@@ -275,8 +276,8 @@ def get_authorization_global_exception_rule_output(id: Optional[pulumi.Input[Opt
275
276
  ```
276
277
 
277
278
 
278
- :param str id: The id of the object
279
- :param str name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
279
+ :param builtins.str id: The id of the object
280
+ :param builtins.str name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
280
281
  """
281
282
  __args__ = dict()
282
283
  __args__['id'] = id