pulumi-ise 0.3.0a1743573250__py3-none-any.whl → 0.3.0a1744264416__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_ise/__init__.py +1 -0
- pulumi_ise/config/__init__.py +1 -0
- pulumi_ise/config/__init__.pyi +1 -0
- pulumi_ise/config/vars.py +1 -0
- pulumi_ise/deviceadmin/__init__.py +1 -0
- pulumi_ise/deviceadmin/_inputs.py +538 -537
- pulumi_ise/deviceadmin/allowed_protocols_tacacs.py +71 -70
- pulumi_ise/deviceadmin/authentication_rule.py +239 -238
- pulumi_ise/deviceadmin/authentication_rule_update_rank.py +43 -42
- pulumi_ise/deviceadmin/authorization_exception_rule.py +211 -210
- pulumi_ise/deviceadmin/authorization_exception_rule_update_rank.py +43 -42
- pulumi_ise/deviceadmin/authorization_global_exception_rule.py +183 -182
- pulumi_ise/deviceadmin/authorization_global_exception_rule_update_rank.py +29 -28
- pulumi_ise/deviceadmin/authorization_rule.py +211 -210
- pulumi_ise/deviceadmin/authorization_rule_update_rank.py +43 -42
- pulumi_ise/deviceadmin/condition.py +127 -126
- pulumi_ise/deviceadmin/get_allowed_protocols_tacacs.py +15 -14
- pulumi_ise/deviceadmin/get_authentication_rule.py +31 -30
- pulumi_ise/deviceadmin/get_authorization_exception_rule.py +29 -28
- pulumi_ise/deviceadmin/get_authorization_global_exception_rule.py +23 -22
- pulumi_ise/deviceadmin/get_authorization_rule.py +29 -28
- pulumi_ise/deviceadmin/get_condition.py +19 -18
- pulumi_ise/deviceadmin/get_policy_set.py +25 -24
- pulumi_ise/deviceadmin/get_tacacs_command_set.py +13 -12
- pulumi_ise/deviceadmin/get_tacacs_profile.py +12 -11
- pulumi_ise/deviceadmin/get_time_and_date_condition.py +23 -22
- pulumi_ise/deviceadmin/outputs.py +656 -655
- pulumi_ise/deviceadmin/policy_set.py +211 -210
- pulumi_ise/deviceadmin/policy_set_update_rank.py +29 -28
- pulumi_ise/deviceadmin/tacacs_command_set.py +43 -42
- pulumi_ise/deviceadmin/tacacs_profile.py +29 -28
- pulumi_ise/deviceadmin/time_and_date_condition.py +183 -182
- pulumi_ise/identitymanagement/__init__.py +1 -0
- pulumi_ise/identitymanagement/_inputs.py +85 -84
- pulumi_ise/identitymanagement/active_directory_add_groups.py +85 -84
- pulumi_ise/identitymanagement/active_directory_join_domain_with_all_nodes.py +15 -14
- pulumi_ise/identitymanagement/active_directory_join_point.py +421 -420
- pulumi_ise/identitymanagement/certificate_authentication_profile.py +99 -98
- pulumi_ise/identitymanagement/endpoint.py +365 -364
- pulumi_ise/identitymanagement/endpoint_identity_group.py +57 -56
- pulumi_ise/identitymanagement/get_active_directory_groups_by_domain.py +27 -26
- pulumi_ise/identitymanagement/get_active_directory_join_point.py +36 -35
- pulumi_ise/identitymanagement/get_certificate_authentication_profile.py +17 -16
- pulumi_ise/identitymanagement/get_endpoint.py +36 -35
- pulumi_ise/identitymanagement/get_endpoint_identity_group.py +14 -13
- pulumi_ise/identitymanagement/get_identity_source_sequence.py +14 -13
- pulumi_ise/identitymanagement/get_internal_user.py +24 -23
- pulumi_ise/identitymanagement/get_user_identity_group.py +13 -12
- pulumi_ise/identitymanagement/identity_source_sequence.py +57 -56
- pulumi_ise/identitymanagement/internal_user.py +197 -196
- pulumi_ise/identitymanagement/outputs.py +95 -94
- pulumi_ise/identitymanagement/user_identity_group.py +43 -42
- pulumi_ise/network/__init__.py +1 -0
- pulumi_ise/network/_inputs.py +16 -15
- pulumi_ise/network/device.py +575 -574
- pulumi_ise/network/device_group.py +43 -42
- pulumi_ise/network/get_device.py +51 -50
- pulumi_ise/network/get_device_group.py +13 -12
- pulumi_ise/network/outputs.py +19 -18
- pulumi_ise/networkaccess/__init__.py +1 -0
- pulumi_ise/networkaccess/_inputs.py +539 -538
- pulumi_ise/networkaccess/allowed_protocols.py +1079 -1078
- pulumi_ise/networkaccess/authentication_rule.py +239 -238
- pulumi_ise/networkaccess/authentication_rule_update_rank.py +43 -42
- pulumi_ise/networkaccess/authorization_exception_rule.py +211 -210
- pulumi_ise/networkaccess/authorization_exception_rule_update_rank.py +43 -42
- pulumi_ise/networkaccess/authorization_global_exception_rule.py +183 -182
- pulumi_ise/networkaccess/authorization_global_exception_rule_update_rank.py +29 -28
- pulumi_ise/networkaccess/authorization_profile.py +449 -448
- pulumi_ise/networkaccess/authorization_rule.py +211 -210
- pulumi_ise/networkaccess/authorization_rule_update_rank.py +43 -42
- pulumi_ise/networkaccess/condition.py +127 -126
- pulumi_ise/networkaccess/dictionary.py +57 -56
- pulumi_ise/networkaccess/downloadable_acl.py +57 -56
- pulumi_ise/networkaccess/get_allowed_protocols.py +87 -86
- pulumi_ise/networkaccess/get_authentication_rule.py +31 -30
- pulumi_ise/networkaccess/get_authorization_exception_rule.py +29 -28
- pulumi_ise/networkaccess/get_authorization_global_exception_rule.py +23 -22
- pulumi_ise/networkaccess/get_authorization_profile.py +42 -41
- pulumi_ise/networkaccess/get_authorization_rule.py +29 -28
- pulumi_ise/networkaccess/get_condition.py +19 -18
- pulumi_ise/networkaccess/get_dictionary.py +14 -13
- pulumi_ise/networkaccess/get_downloadable_acl.py +14 -13
- pulumi_ise/networkaccess/get_policy_set.py +25 -24
- pulumi_ise/networkaccess/get_time_and_date_condition.py +23 -22
- pulumi_ise/networkaccess/outputs.py +658 -657
- pulumi_ise/networkaccess/policy_set.py +211 -210
- pulumi_ise/networkaccess/policy_set_update_rank.py +29 -28
- pulumi_ise/networkaccess/time_and_date_condition.py +183 -182
- pulumi_ise/provider.py +39 -38
- pulumi_ise/pulumi-plugin.json +1 -1
- pulumi_ise/system/__init__.py +1 -0
- pulumi_ise/system/_inputs.py +11 -10
- pulumi_ise/system/get_license_tier_state.py +6 -5
- pulumi_ise/system/get_repository.py +17 -16
- pulumi_ise/system/license_tier_state.py +1 -0
- pulumi_ise/system/outputs.py +13 -12
- pulumi_ise/system/repository.py +99 -98
- pulumi_ise/trustsec/__init__.py +1 -0
- pulumi_ise/trustsec/egress_matrix_cell.py +85 -84
- pulumi_ise/trustsec/egress_matrix_cell_default.py +57 -56
- pulumi_ise/trustsec/get_egress_matrix_cell.py +12 -11
- pulumi_ise/trustsec/get_egress_matrix_cell_default.py +10 -9
- pulumi_ise/trustsec/get_ip_to_sgt_mapping.py +18 -17
- pulumi_ise/trustsec/get_ip_to_sgt_mapping_group.py +15 -14
- pulumi_ise/trustsec/get_security_group.py +15 -14
- pulumi_ise/trustsec/get_security_group_acl.py +15 -14
- pulumi_ise/trustsec/get_sxp_domain_filter.py +16 -15
- pulumi_ise/trustsec/ip_to_sgt_mapping.py +113 -112
- pulumi_ise/trustsec/ip_to_sgt_mapping_group.py +71 -70
- pulumi_ise/trustsec/security_group.py +71 -70
- pulumi_ise/trustsec/security_group_acl.py +71 -70
- pulumi_ise/trustsec/sxp_domain_filter.py +85 -84
- {pulumi_ise-0.3.0a1743573250.dist-info → pulumi_ise-0.3.0a1744264416.dist-info}/METADATA +1 -1
- pulumi_ise-0.3.0a1744264416.dist-info/RECORD +119 -0
- pulumi_ise-0.3.0a1743573250.dist-info/RECORD +0 -119
- {pulumi_ise-0.3.0a1743573250.dist-info → pulumi_ise-0.3.0a1744264416.dist-info}/WHEEL +0 -0
- {pulumi_ise-0.3.0a1743573250.dist-info → pulumi_ise-0.3.0a1744264416.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -133,7 +134,7 @@ class GetAuthorizationProfileResult:
|
|
133
134
|
|
134
135
|
@property
|
135
136
|
@pulumi.getter(name="accessType")
|
136
|
-
def access_type(self) -> str:
|
137
|
+
def access_type(self) -> builtins.str:
|
137
138
|
"""
|
138
139
|
Access type
|
139
140
|
"""
|
@@ -141,7 +142,7 @@ class GetAuthorizationProfileResult:
|
|
141
142
|
|
142
143
|
@property
|
143
144
|
@pulumi.getter
|
144
|
-
def acl(self) -> str:
|
145
|
+
def acl(self) -> builtins.str:
|
145
146
|
"""
|
146
147
|
ACL
|
147
148
|
"""
|
@@ -157,7 +158,7 @@ class GetAuthorizationProfileResult:
|
|
157
158
|
|
158
159
|
@property
|
159
160
|
@pulumi.getter(name="agentlessPosture")
|
160
|
-
def agentless_posture(self) -> bool:
|
161
|
+
def agentless_posture(self) -> builtins.bool:
|
161
162
|
"""
|
162
163
|
Agentless Posture.
|
163
164
|
"""
|
@@ -165,7 +166,7 @@ class GetAuthorizationProfileResult:
|
|
165
166
|
|
166
167
|
@property
|
167
168
|
@pulumi.getter(name="airespaceAcl")
|
168
|
-
def airespace_acl(self) -> str:
|
169
|
+
def airespace_acl(self) -> builtins.str:
|
169
170
|
"""
|
170
171
|
Airespace ACL
|
171
172
|
"""
|
@@ -173,7 +174,7 @@ class GetAuthorizationProfileResult:
|
|
173
174
|
|
174
175
|
@property
|
175
176
|
@pulumi.getter(name="airespaceIpv6Acl")
|
176
|
-
def airespace_ipv6_acl(self) -> str:
|
177
|
+
def airespace_ipv6_acl(self) -> builtins.str:
|
177
178
|
"""
|
178
179
|
Airespace IPv6 ACL
|
179
180
|
"""
|
@@ -181,7 +182,7 @@ class GetAuthorizationProfileResult:
|
|
181
182
|
|
182
183
|
@property
|
183
184
|
@pulumi.getter(name="asaVpn")
|
184
|
-
def asa_vpn(self) -> str:
|
185
|
+
def asa_vpn(self) -> builtins.str:
|
185
186
|
"""
|
186
187
|
ASA VPN
|
187
188
|
"""
|
@@ -189,7 +190,7 @@ class GetAuthorizationProfileResult:
|
|
189
190
|
|
190
191
|
@property
|
191
192
|
@pulumi.getter(name="autoSmartPort")
|
192
|
-
def auto_smart_port(self) -> str:
|
193
|
+
def auto_smart_port(self) -> builtins.str:
|
193
194
|
"""
|
194
195
|
Auto smart port
|
195
196
|
"""
|
@@ -197,7 +198,7 @@ class GetAuthorizationProfileResult:
|
|
197
198
|
|
198
199
|
@property
|
199
200
|
@pulumi.getter(name="avcProfile")
|
200
|
-
def avc_profile(self) -> str:
|
201
|
+
def avc_profile(self) -> builtins.str:
|
201
202
|
"""
|
202
203
|
AVC profile
|
203
204
|
"""
|
@@ -205,7 +206,7 @@ class GetAuthorizationProfileResult:
|
|
205
206
|
|
206
207
|
@property
|
207
208
|
@pulumi.getter(name="daclName")
|
208
|
-
def dacl_name(self) -> str:
|
209
|
+
def dacl_name(self) -> builtins.str:
|
209
210
|
"""
|
210
211
|
DACL name
|
211
212
|
"""
|
@@ -213,7 +214,7 @@ class GetAuthorizationProfileResult:
|
|
213
214
|
|
214
215
|
@property
|
215
216
|
@pulumi.getter
|
216
|
-
def description(self) -> str:
|
217
|
+
def description(self) -> builtins.str:
|
217
218
|
"""
|
218
219
|
Description
|
219
220
|
"""
|
@@ -221,7 +222,7 @@ class GetAuthorizationProfileResult:
|
|
221
222
|
|
222
223
|
@property
|
223
224
|
@pulumi.getter(name="easywiredSessionCandidate")
|
224
|
-
def easywired_session_candidate(self) -> bool:
|
225
|
+
def easywired_session_candidate(self) -> builtins.bool:
|
225
226
|
"""
|
226
227
|
Easy wired session candidate
|
227
228
|
"""
|
@@ -229,7 +230,7 @@ class GetAuthorizationProfileResult:
|
|
229
230
|
|
230
231
|
@property
|
231
232
|
@pulumi.getter
|
232
|
-
def id(self) -> str:
|
233
|
+
def id(self) -> builtins.str:
|
233
234
|
"""
|
234
235
|
The id of the object
|
235
236
|
"""
|
@@ -237,7 +238,7 @@ class GetAuthorizationProfileResult:
|
|
237
238
|
|
238
239
|
@property
|
239
240
|
@pulumi.getter(name="interfaceTemplate")
|
240
|
-
def interface_template(self) -> str:
|
241
|
+
def interface_template(self) -> builtins.str:
|
241
242
|
"""
|
242
243
|
Interface template
|
243
244
|
"""
|
@@ -245,7 +246,7 @@ class GetAuthorizationProfileResult:
|
|
245
246
|
|
246
247
|
@property
|
247
248
|
@pulumi.getter(name="ipv6AclFilter")
|
248
|
-
def ipv6_acl_filter(self) -> str:
|
249
|
+
def ipv6_acl_filter(self) -> builtins.str:
|
249
250
|
"""
|
250
251
|
IPv6 ACL
|
251
252
|
"""
|
@@ -253,7 +254,7 @@ class GetAuthorizationProfileResult:
|
|
253
254
|
|
254
255
|
@property
|
255
256
|
@pulumi.getter(name="ipv6DaclName")
|
256
|
-
def ipv6_dacl_name(self) -> str:
|
257
|
+
def ipv6_dacl_name(self) -> builtins.str:
|
257
258
|
"""
|
258
259
|
IPv6 DACL name
|
259
260
|
"""
|
@@ -261,7 +262,7 @@ class GetAuthorizationProfileResult:
|
|
261
262
|
|
262
263
|
@property
|
263
264
|
@pulumi.getter(name="macSecPolicy")
|
264
|
-
def mac_sec_policy(self) -> str:
|
265
|
+
def mac_sec_policy(self) -> builtins.str:
|
265
266
|
"""
|
266
267
|
MacSec policy
|
267
268
|
"""
|
@@ -269,7 +270,7 @@ class GetAuthorizationProfileResult:
|
|
269
270
|
|
270
271
|
@property
|
271
272
|
@pulumi.getter
|
272
|
-
def name(self) -> str:
|
273
|
+
def name(self) -> builtins.str:
|
273
274
|
"""
|
274
275
|
The name of the authorization profile
|
275
276
|
"""
|
@@ -277,7 +278,7 @@ class GetAuthorizationProfileResult:
|
|
277
278
|
|
278
279
|
@property
|
279
280
|
@pulumi.getter
|
280
|
-
def neat(self) -> bool:
|
281
|
+
def neat(self) -> builtins.bool:
|
281
282
|
"""
|
282
283
|
NEAT
|
283
284
|
"""
|
@@ -285,7 +286,7 @@ class GetAuthorizationProfileResult:
|
|
285
286
|
|
286
287
|
@property
|
287
288
|
@pulumi.getter(name="profileName")
|
288
|
-
def profile_name(self) -> str:
|
289
|
+
def profile_name(self) -> builtins.str:
|
289
290
|
"""
|
290
291
|
Value needs to be an existing Network Device Profile
|
291
292
|
"""
|
@@ -293,7 +294,7 @@ class GetAuthorizationProfileResult:
|
|
293
294
|
|
294
295
|
@property
|
295
296
|
@pulumi.getter(name="reauthenticationConnectivity")
|
296
|
-
def reauthentication_connectivity(self) -> str:
|
297
|
+
def reauthentication_connectivity(self) -> builtins.str:
|
297
298
|
"""
|
298
299
|
Maintain Connectivity During Reauthentication
|
299
300
|
"""
|
@@ -301,7 +302,7 @@ class GetAuthorizationProfileResult:
|
|
301
302
|
|
302
303
|
@property
|
303
304
|
@pulumi.getter(name="reauthenticationTimer")
|
304
|
-
def reauthentication_timer(self) -> int:
|
305
|
+
def reauthentication_timer(self) -> builtins.int:
|
305
306
|
"""
|
306
307
|
Reauthentication timer
|
307
308
|
"""
|
@@ -309,7 +310,7 @@ class GetAuthorizationProfileResult:
|
|
309
310
|
|
310
311
|
@property
|
311
312
|
@pulumi.getter(name="serviceTemplate")
|
312
|
-
def service_template(self) -> bool:
|
313
|
+
def service_template(self) -> builtins.bool:
|
313
314
|
"""
|
314
315
|
Service template
|
315
316
|
"""
|
@@ -317,7 +318,7 @@ class GetAuthorizationProfileResult:
|
|
317
318
|
|
318
319
|
@property
|
319
320
|
@pulumi.getter(name="trackMovement")
|
320
|
-
def track_movement(self) -> bool:
|
321
|
+
def track_movement(self) -> builtins.bool:
|
321
322
|
"""
|
322
323
|
Track movement
|
323
324
|
"""
|
@@ -325,7 +326,7 @@ class GetAuthorizationProfileResult:
|
|
325
326
|
|
326
327
|
@property
|
327
328
|
@pulumi.getter(name="uniqueIdentifier")
|
328
|
-
def unique_identifier(self) -> str:
|
329
|
+
def unique_identifier(self) -> builtins.str:
|
329
330
|
"""
|
330
331
|
Unique identifier
|
331
332
|
"""
|
@@ -333,7 +334,7 @@ class GetAuthorizationProfileResult:
|
|
333
334
|
|
334
335
|
@property
|
335
336
|
@pulumi.getter(name="vlanNameId")
|
336
|
-
def vlan_name_id(self) -> str:
|
337
|
+
def vlan_name_id(self) -> builtins.str:
|
337
338
|
"""
|
338
339
|
Vlan name or ID
|
339
340
|
"""
|
@@ -341,7 +342,7 @@ class GetAuthorizationProfileResult:
|
|
341
342
|
|
342
343
|
@property
|
343
344
|
@pulumi.getter(name="vlanTagId")
|
344
|
-
def vlan_tag_id(self) -> int:
|
345
|
+
def vlan_tag_id(self) -> builtins.int:
|
345
346
|
"""
|
346
347
|
Vlan tag ID
|
347
348
|
"""
|
@@ -349,7 +350,7 @@ class GetAuthorizationProfileResult:
|
|
349
350
|
|
350
351
|
@property
|
351
352
|
@pulumi.getter(name="voiceDomainPermission")
|
352
|
-
def voice_domain_permission(self) -> bool:
|
353
|
+
def voice_domain_permission(self) -> builtins.bool:
|
353
354
|
"""
|
354
355
|
Voice domain permission
|
355
356
|
"""
|
@@ -357,7 +358,7 @@ class GetAuthorizationProfileResult:
|
|
357
358
|
|
358
359
|
@property
|
359
360
|
@pulumi.getter(name="webAuth")
|
360
|
-
def web_auth(self) -> bool:
|
361
|
+
def web_auth(self) -> builtins.bool:
|
361
362
|
"""
|
362
363
|
Web authentication (local)
|
363
364
|
"""
|
@@ -365,7 +366,7 @@ class GetAuthorizationProfileResult:
|
|
365
366
|
|
366
367
|
@property
|
367
368
|
@pulumi.getter(name="webRedirectionAcl")
|
368
|
-
def web_redirection_acl(self) -> str:
|
369
|
+
def web_redirection_acl(self) -> builtins.str:
|
369
370
|
"""
|
370
371
|
Web redirection ACL
|
371
372
|
"""
|
@@ -373,7 +374,7 @@ class GetAuthorizationProfileResult:
|
|
373
374
|
|
374
375
|
@property
|
375
376
|
@pulumi.getter(name="webRedirectionDisplayCertificatesRenewalMessages")
|
376
|
-
def web_redirection_display_certificates_renewal_messages(self) -> bool:
|
377
|
+
def web_redirection_display_certificates_renewal_messages(self) -> builtins.bool:
|
377
378
|
"""
|
378
379
|
This attribute is mandatory when `web_redirection_type` value is `CentralizedWebAuth`. For all other `web_redirection_type` values the field must be ignored.
|
379
380
|
"""
|
@@ -381,7 +382,7 @@ class GetAuthorizationProfileResult:
|
|
381
382
|
|
382
383
|
@property
|
383
384
|
@pulumi.getter(name="webRedirectionPortalName")
|
384
|
-
def web_redirection_portal_name(self) -> str:
|
385
|
+
def web_redirection_portal_name(self) -> builtins.str:
|
385
386
|
"""
|
386
387
|
A portal that exist in the DB and fits the `web_redirection_type`
|
387
388
|
"""
|
@@ -389,7 +390,7 @@ class GetAuthorizationProfileResult:
|
|
389
390
|
|
390
391
|
@property
|
391
392
|
@pulumi.getter(name="webRedirectionStaticIpHostNameFqdn")
|
392
|
-
def web_redirection_static_ip_host_name_fqdn(self) -> str:
|
393
|
+
def web_redirection_static_ip_host_name_fqdn(self) -> builtins.str:
|
393
394
|
"""
|
394
395
|
IP, hostname or FQDN
|
395
396
|
"""
|
@@ -397,7 +398,7 @@ class GetAuthorizationProfileResult:
|
|
397
398
|
|
398
399
|
@property
|
399
400
|
@pulumi.getter(name="webRedirectionType")
|
400
|
-
def web_redirection_type(self) -> str:
|
401
|
+
def web_redirection_type(self) -> builtins.str:
|
401
402
|
"""
|
402
403
|
This type must fit the `web_redirection_portal_name`
|
403
404
|
"""
|
@@ -446,8 +447,8 @@ class AwaitableGetAuthorizationProfileResult(GetAuthorizationProfileResult):
|
|
446
447
|
web_redirection_type=self.web_redirection_type)
|
447
448
|
|
448
449
|
|
449
|
-
def get_authorization_profile(id: Optional[str] = None,
|
450
|
-
name: Optional[str] = None,
|
450
|
+
def get_authorization_profile(id: Optional[builtins.str] = None,
|
451
|
+
name: Optional[builtins.str] = None,
|
451
452
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAuthorizationProfileResult:
|
452
453
|
"""
|
453
454
|
This data source can read an authorization profiles policy element.
|
@@ -462,8 +463,8 @@ def get_authorization_profile(id: Optional[str] = None,
|
|
462
463
|
```
|
463
464
|
|
464
465
|
|
465
|
-
:param str id: The id of the object
|
466
|
-
:param str name: The name of the authorization profile
|
466
|
+
:param builtins.str id: The id of the object
|
467
|
+
:param builtins.str name: The name of the authorization profile
|
467
468
|
"""
|
468
469
|
__args__ = dict()
|
469
470
|
__args__['id'] = id
|
@@ -506,8 +507,8 @@ def get_authorization_profile(id: Optional[str] = None,
|
|
506
507
|
web_redirection_portal_name=pulumi.get(__ret__, 'web_redirection_portal_name'),
|
507
508
|
web_redirection_static_ip_host_name_fqdn=pulumi.get(__ret__, 'web_redirection_static_ip_host_name_fqdn'),
|
508
509
|
web_redirection_type=pulumi.get(__ret__, 'web_redirection_type'))
|
509
|
-
def get_authorization_profile_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
510
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
510
|
+
def get_authorization_profile_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
511
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
511
512
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAuthorizationProfileResult]:
|
512
513
|
"""
|
513
514
|
This data source can read an authorization profiles policy element.
|
@@ -522,8 +523,8 @@ def get_authorization_profile_output(id: Optional[pulumi.Input[Optional[str]]] =
|
|
522
523
|
```
|
523
524
|
|
524
525
|
|
525
|
-
:param str id: The id of the object
|
526
|
-
:param str name: The name of the authorization profile
|
526
|
+
:param builtins.str id: The id of the object
|
527
|
+
:param builtins.str name: The name of the authorization profile
|
527
528
|
"""
|
528
529
|
__args__ = dict()
|
529
530
|
__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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 AwaitableGetAuthorizationRuleResult(GetAuthorizationRuleResult):
|
|
242
243
|
state=self.state)
|
243
244
|
|
244
245
|
|
245
|
-
def get_authorization_rule(id: Optional[str] = None,
|
246
|
-
name: Optional[str] = None,
|
247
|
-
policy_set_id: Optional[str] = None,
|
246
|
+
def get_authorization_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) -> AwaitableGetAuthorizationRuleResult:
|
249
250
|
"""
|
250
251
|
This data source can read the Network Access Authorization Rule.
|
@@ -260,9 +261,9 @@ def get_authorization_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_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_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_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[GetAuthorizationRuleResult]:
|
296
297
|
"""
|
297
298
|
This data source can read the Network Access Authorization Rule.
|
@@ -307,9 +308,9 @@ def get_authorization_rule_output(id: Optional[pulumi.Input[Optional[str]]] = No
|
|
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
|
@@ -64,7 +65,7 @@ class GetConditionResult:
|
|
64
65
|
|
65
66
|
@property
|
66
67
|
@pulumi.getter(name="attributeName")
|
67
|
-
def attribute_name(self) -> str:
|
68
|
+
def attribute_name(self) -> builtins.str:
|
68
69
|
"""
|
69
70
|
Dictionary attribute name
|
70
71
|
"""
|
@@ -72,7 +73,7 @@ class GetConditionResult:
|
|
72
73
|
|
73
74
|
@property
|
74
75
|
@pulumi.getter(name="attributeValue")
|
75
|
-
def attribute_value(self) -> str:
|
76
|
+
def attribute_value(self) -> builtins.str:
|
76
77
|
"""
|
77
78
|
Attribute value for condition. Value type is specified in dictionary object.
|
78
79
|
"""
|
@@ -88,7 +89,7 @@ class GetConditionResult:
|
|
88
89
|
|
89
90
|
@property
|
90
91
|
@pulumi.getter(name="conditionType")
|
91
|
-
def condition_type(self) -> str:
|
92
|
+
def condition_type(self) -> builtins.str:
|
92
93
|
"""
|
93
94
|
Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
94
95
|
"""
|
@@ -96,7 +97,7 @@ class GetConditionResult:
|
|
96
97
|
|
97
98
|
@property
|
98
99
|
@pulumi.getter
|
99
|
-
def description(self) -> str:
|
100
|
+
def description(self) -> builtins.str:
|
100
101
|
"""
|
101
102
|
Condition description
|
102
103
|
"""
|
@@ -104,7 +105,7 @@ class GetConditionResult:
|
|
104
105
|
|
105
106
|
@property
|
106
107
|
@pulumi.getter(name="dictionaryName")
|
107
|
-
def dictionary_name(self) -> str:
|
108
|
+
def dictionary_name(self) -> builtins.str:
|
108
109
|
"""
|
109
110
|
Dictionary name
|
110
111
|
"""
|
@@ -112,7 +113,7 @@ class GetConditionResult:
|
|
112
113
|
|
113
114
|
@property
|
114
115
|
@pulumi.getter(name="dictionaryValue")
|
115
|
-
def dictionary_value(self) -> str:
|
116
|
+
def dictionary_value(self) -> builtins.str:
|
116
117
|
"""
|
117
118
|
Dictionary value
|
118
119
|
"""
|
@@ -120,7 +121,7 @@ class GetConditionResult:
|
|
120
121
|
|
121
122
|
@property
|
122
123
|
@pulumi.getter
|
123
|
-
def id(self) -> str:
|
124
|
+
def id(self) -> builtins.str:
|
124
125
|
"""
|
125
126
|
The id of the object
|
126
127
|
"""
|
@@ -128,7 +129,7 @@ class GetConditionResult:
|
|
128
129
|
|
129
130
|
@property
|
130
131
|
@pulumi.getter(name="isNegate")
|
131
|
-
def is_negate(self) -> bool:
|
132
|
+
def is_negate(self) -> builtins.bool:
|
132
133
|
"""
|
133
134
|
Indicates whereas this condition is in negate mode
|
134
135
|
"""
|
@@ -136,7 +137,7 @@ class GetConditionResult:
|
|
136
137
|
|
137
138
|
@property
|
138
139
|
@pulumi.getter
|
139
|
-
def name(self) -> str:
|
140
|
+
def name(self) -> builtins.str:
|
140
141
|
"""
|
141
142
|
Condition name
|
142
143
|
"""
|
@@ -144,7 +145,7 @@ class GetConditionResult:
|
|
144
145
|
|
145
146
|
@property
|
146
147
|
@pulumi.getter
|
147
|
-
def operator(self) -> str:
|
148
|
+
def operator(self) -> builtins.str:
|
148
149
|
"""
|
149
150
|
Equality operator
|
150
151
|
"""
|
@@ -170,8 +171,8 @@ class AwaitableGetConditionResult(GetConditionResult):
|
|
170
171
|
operator=self.operator)
|
171
172
|
|
172
173
|
|
173
|
-
def get_condition(id: Optional[str] = None,
|
174
|
-
name: Optional[str] = None,
|
174
|
+
def get_condition(id: Optional[builtins.str] = None,
|
175
|
+
name: Optional[builtins.str] = None,
|
175
176
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetConditionResult:
|
176
177
|
"""
|
177
178
|
This data source can read the Network Access Condition.
|
@@ -186,8 +187,8 @@ def get_condition(id: Optional[str] = None,
|
|
186
187
|
```
|
187
188
|
|
188
189
|
|
189
|
-
:param str id: The id of the object
|
190
|
-
:param str name: Condition name
|
190
|
+
:param builtins.str id: The id of the object
|
191
|
+
:param builtins.str name: Condition name
|
191
192
|
"""
|
192
193
|
__args__ = dict()
|
193
194
|
__args__['id'] = id
|
@@ -207,8 +208,8 @@ def get_condition(id: Optional[str] = None,
|
|
207
208
|
is_negate=pulumi.get(__ret__, 'is_negate'),
|
208
209
|
name=pulumi.get(__ret__, 'name'),
|
209
210
|
operator=pulumi.get(__ret__, 'operator'))
|
210
|
-
def get_condition_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
211
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
211
|
+
def get_condition_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
212
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
212
213
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetConditionResult]:
|
213
214
|
"""
|
214
215
|
This data source can read the Network Access Condition.
|
@@ -223,8 +224,8 @@ def get_condition_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
223
224
|
```
|
224
225
|
|
225
226
|
|
226
|
-
:param str id: The id of the object
|
227
|
-
:param str name: Condition name
|
227
|
+
:param builtins.str id: The id of the object
|
228
|
+
:param builtins.str name: Condition name
|
228
229
|
"""
|
229
230
|
__args__ = dict()
|
230
231
|
__args__['id'] = id
|