pulumi-ise 0.3.0a1743573250__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.
- 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.0a1744183105.dist-info}/METADATA +1 -1
- pulumi_ise-0.3.0a1744183105.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.0a1744183105.dist-info}/WHEEL +0 -0
- {pulumi_ise-0.3.0a1743573250.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
|
@@ -264,7 +265,7 @@ class GetAllowedProtocolsResult:
|
|
264
265
|
|
265
266
|
@property
|
266
267
|
@pulumi.getter
|
267
|
-
def allow5g(self) -> bool:
|
268
|
+
def allow5g(self) -> builtins.bool:
|
268
269
|
"""
|
269
270
|
Allow 5G. This field is only supported from ISE 3.2.
|
270
271
|
"""
|
@@ -272,7 +273,7 @@ class GetAllowedProtocolsResult:
|
|
272
273
|
|
273
274
|
@property
|
274
275
|
@pulumi.getter(name="allowChap")
|
275
|
-
def allow_chap(self) -> bool:
|
276
|
+
def allow_chap(self) -> builtins.bool:
|
276
277
|
"""
|
277
278
|
Allow CHAP
|
278
279
|
"""
|
@@ -280,7 +281,7 @@ class GetAllowedProtocolsResult:
|
|
280
281
|
|
281
282
|
@property
|
282
283
|
@pulumi.getter(name="allowEapFast")
|
283
|
-
def allow_eap_fast(self) -> bool:
|
284
|
+
def allow_eap_fast(self) -> builtins.bool:
|
284
285
|
"""
|
285
286
|
Allow EAP Fast
|
286
287
|
"""
|
@@ -288,7 +289,7 @@ class GetAllowedProtocolsResult:
|
|
288
289
|
|
289
290
|
@property
|
290
291
|
@pulumi.getter(name="allowEapMd5")
|
291
|
-
def allow_eap_md5(self) -> bool:
|
292
|
+
def allow_eap_md5(self) -> builtins.bool:
|
292
293
|
"""
|
293
294
|
Allow EAP MD5
|
294
295
|
"""
|
@@ -296,7 +297,7 @@ class GetAllowedProtocolsResult:
|
|
296
297
|
|
297
298
|
@property
|
298
299
|
@pulumi.getter(name="allowEapTls")
|
299
|
-
def allow_eap_tls(self) -> bool:
|
300
|
+
def allow_eap_tls(self) -> builtins.bool:
|
300
301
|
"""
|
301
302
|
Allow EAP TLS
|
302
303
|
"""
|
@@ -304,7 +305,7 @@ class GetAllowedProtocolsResult:
|
|
304
305
|
|
305
306
|
@property
|
306
307
|
@pulumi.getter(name="allowEapTtls")
|
307
|
-
def allow_eap_ttls(self) -> bool:
|
308
|
+
def allow_eap_ttls(self) -> builtins.bool:
|
308
309
|
"""
|
309
310
|
Allow EAP TTLS
|
310
311
|
"""
|
@@ -312,7 +313,7 @@ class GetAllowedProtocolsResult:
|
|
312
313
|
|
313
314
|
@property
|
314
315
|
@pulumi.getter(name="allowLeap")
|
315
|
-
def allow_leap(self) -> bool:
|
316
|
+
def allow_leap(self) -> builtins.bool:
|
316
317
|
"""
|
317
318
|
Allow LEAP
|
318
319
|
"""
|
@@ -320,7 +321,7 @@ class GetAllowedProtocolsResult:
|
|
320
321
|
|
321
322
|
@property
|
322
323
|
@pulumi.getter(name="allowMsChapV1")
|
323
|
-
def allow_ms_chap_v1(self) -> bool:
|
324
|
+
def allow_ms_chap_v1(self) -> builtins.bool:
|
324
325
|
"""
|
325
326
|
Allow MS CHAP v1
|
326
327
|
"""
|
@@ -328,7 +329,7 @@ class GetAllowedProtocolsResult:
|
|
328
329
|
|
329
330
|
@property
|
330
331
|
@pulumi.getter(name="allowMsChapV2")
|
331
|
-
def allow_ms_chap_v2(self) -> bool:
|
332
|
+
def allow_ms_chap_v2(self) -> builtins.bool:
|
332
333
|
"""
|
333
334
|
Allow MS CHAP v2
|
334
335
|
"""
|
@@ -336,7 +337,7 @@ class GetAllowedProtocolsResult:
|
|
336
337
|
|
337
338
|
@property
|
338
339
|
@pulumi.getter(name="allowPapAscii")
|
339
|
-
def allow_pap_ascii(self) -> bool:
|
340
|
+
def allow_pap_ascii(self) -> builtins.bool:
|
340
341
|
"""
|
341
342
|
Allow PAP ASCII
|
342
343
|
"""
|
@@ -344,7 +345,7 @@ class GetAllowedProtocolsResult:
|
|
344
345
|
|
345
346
|
@property
|
346
347
|
@pulumi.getter(name="allowPeap")
|
347
|
-
def allow_peap(self) -> bool:
|
348
|
+
def allow_peap(self) -> builtins.bool:
|
348
349
|
"""
|
349
350
|
Allow PEAP
|
350
351
|
"""
|
@@ -352,7 +353,7 @@ class GetAllowedProtocolsResult:
|
|
352
353
|
|
353
354
|
@property
|
354
355
|
@pulumi.getter(name="allowPreferredEapProtocol")
|
355
|
-
def allow_preferred_eap_protocol(self) -> bool:
|
356
|
+
def allow_preferred_eap_protocol(self) -> builtins.bool:
|
356
357
|
"""
|
357
358
|
Allow preferred EAP protocol
|
358
359
|
"""
|
@@ -360,7 +361,7 @@ class GetAllowedProtocolsResult:
|
|
360
361
|
|
361
362
|
@property
|
362
363
|
@pulumi.getter(name="allowTeap")
|
363
|
-
def allow_teap(self) -> bool:
|
364
|
+
def allow_teap(self) -> builtins.bool:
|
364
365
|
"""
|
365
366
|
Allow TEAP
|
366
367
|
"""
|
@@ -368,7 +369,7 @@ class GetAllowedProtocolsResult:
|
|
368
369
|
|
369
370
|
@property
|
370
371
|
@pulumi.getter(name="allowWeakCiphersForEap")
|
371
|
-
def allow_weak_ciphers_for_eap(self) -> bool:
|
372
|
+
def allow_weak_ciphers_for_eap(self) -> builtins.bool:
|
372
373
|
"""
|
373
374
|
Allow weak ciphers for EAP
|
374
375
|
"""
|
@@ -376,7 +377,7 @@ class GetAllowedProtocolsResult:
|
|
376
377
|
|
377
378
|
@property
|
378
379
|
@pulumi.getter
|
379
|
-
def description(self) -> str:
|
380
|
+
def description(self) -> builtins.str:
|
380
381
|
"""
|
381
382
|
Description
|
382
383
|
"""
|
@@ -384,7 +385,7 @@ class GetAllowedProtocolsResult:
|
|
384
385
|
|
385
386
|
@property
|
386
387
|
@pulumi.getter(name="eapFastAcceptClientCert")
|
387
|
-
def eap_fast_accept_client_cert(self) -> bool:
|
388
|
+
def eap_fast_accept_client_cert(self) -> builtins.bool:
|
388
389
|
"""
|
389
390
|
Accept client certificates. Is required only if `eap_fast_use_pacs` is `false`.
|
390
391
|
"""
|
@@ -392,7 +393,7 @@ class GetAllowedProtocolsResult:
|
|
392
393
|
|
393
394
|
@property
|
394
395
|
@pulumi.getter(name="eapFastAllowMachineAuthentication")
|
395
|
-
def eap_fast_allow_machine_authentication(self) -> bool:
|
396
|
+
def eap_fast_allow_machine_authentication(self) -> builtins.bool:
|
396
397
|
"""
|
397
398
|
Allow machine authentication. Is required only if `eap_fast_use_pacs` is `false`.
|
398
399
|
"""
|
@@ -400,7 +401,7 @@ class GetAllowedProtocolsResult:
|
|
400
401
|
|
401
402
|
@property
|
402
403
|
@pulumi.getter(name="eapFastEapGtc")
|
403
|
-
def eap_fast_eap_gtc(self) -> bool:
|
404
|
+
def eap_fast_eap_gtc(self) -> builtins.bool:
|
404
405
|
"""
|
405
406
|
Allow EAP GTC
|
406
407
|
"""
|
@@ -408,7 +409,7 @@ class GetAllowedProtocolsResult:
|
|
408
409
|
|
409
410
|
@property
|
410
411
|
@pulumi.getter(name="eapFastEapGtcPwdChange")
|
411
|
-
def eap_fast_eap_gtc_pwd_change(self) -> bool:
|
412
|
+
def eap_fast_eap_gtc_pwd_change(self) -> builtins.bool:
|
412
413
|
"""
|
413
414
|
Allow EAP GTC password change. Is required only if `eap_fast_eap_gtc` is `true`.
|
414
415
|
"""
|
@@ -416,7 +417,7 @@ class GetAllowedProtocolsResult:
|
|
416
417
|
|
417
418
|
@property
|
418
419
|
@pulumi.getter(name="eapFastEapGtcPwdChangeRetries")
|
419
|
-
def eap_fast_eap_gtc_pwd_change_retries(self) -> int:
|
420
|
+
def eap_fast_eap_gtc_pwd_change_retries(self) -> builtins.int:
|
420
421
|
"""
|
421
422
|
EAP GTC password change retries. Is required only if `eap_fast_eap_gtc` is `true`.
|
422
423
|
"""
|
@@ -424,7 +425,7 @@ class GetAllowedProtocolsResult:
|
|
424
425
|
|
425
426
|
@property
|
426
427
|
@pulumi.getter(name="eapFastEapMsChapV2")
|
427
|
-
def eap_fast_eap_ms_chap_v2(self) -> bool:
|
428
|
+
def eap_fast_eap_ms_chap_v2(self) -> builtins.bool:
|
428
429
|
"""
|
429
430
|
Allow EAP MS CHAP v2
|
430
431
|
"""
|
@@ -432,7 +433,7 @@ class GetAllowedProtocolsResult:
|
|
432
433
|
|
433
434
|
@property
|
434
435
|
@pulumi.getter(name="eapFastEapMsChapV2PwdChange")
|
435
|
-
def eap_fast_eap_ms_chap_v2_pwd_change(self) -> bool:
|
436
|
+
def eap_fast_eap_ms_chap_v2_pwd_change(self) -> builtins.bool:
|
436
437
|
"""
|
437
438
|
Allow EAP MS CHAP v2 password change. Is required only if `eap_fast_eap_ms_chap_v2` is `true`.
|
438
439
|
"""
|
@@ -440,7 +441,7 @@ class GetAllowedProtocolsResult:
|
|
440
441
|
|
441
442
|
@property
|
442
443
|
@pulumi.getter(name="eapFastEapMsChapV2PwdChangeRetries")
|
443
|
-
def eap_fast_eap_ms_chap_v2_pwd_change_retries(self) -> int:
|
444
|
+
def eap_fast_eap_ms_chap_v2_pwd_change_retries(self) -> builtins.int:
|
444
445
|
"""
|
445
446
|
EAP MS CHAP v2 password change retries. Is required only if `eap_fast_eap_ms_chap_v2` is `true`.
|
446
447
|
"""
|
@@ -448,7 +449,7 @@ class GetAllowedProtocolsResult:
|
|
448
449
|
|
449
450
|
@property
|
450
451
|
@pulumi.getter(name="eapFastEapTls")
|
451
|
-
def eap_fast_eap_tls(self) -> bool:
|
452
|
+
def eap_fast_eap_tls(self) -> builtins.bool:
|
452
453
|
"""
|
453
454
|
Allow EAP TLS
|
454
455
|
"""
|
@@ -456,7 +457,7 @@ class GetAllowedProtocolsResult:
|
|
456
457
|
|
457
458
|
@property
|
458
459
|
@pulumi.getter(name="eapFastEapTlsAuthOfExpiredCerts")
|
459
|
-
def eap_fast_eap_tls_auth_of_expired_certs(self) -> bool:
|
460
|
+
def eap_fast_eap_tls_auth_of_expired_certs(self) -> builtins.bool:
|
460
461
|
"""
|
461
462
|
Allow EAP TLS authentication of expired certificates. Is required only if `eap_fast_eap_tls` is `true`.
|
462
463
|
"""
|
@@ -464,7 +465,7 @@ class GetAllowedProtocolsResult:
|
|
464
465
|
|
465
466
|
@property
|
466
467
|
@pulumi.getter(name="eapFastEnableEapChaining")
|
467
|
-
def eap_fast_enable_eap_chaining(self) -> bool:
|
468
|
+
def eap_fast_enable_eap_chaining(self) -> builtins.bool:
|
468
469
|
"""
|
469
470
|
Enable EAP chaining
|
470
471
|
"""
|
@@ -472,7 +473,7 @@ class GetAllowedProtocolsResult:
|
|
472
473
|
|
473
474
|
@property
|
474
475
|
@pulumi.getter(name="eapFastPacsAllowAnonymousProvisioning")
|
475
|
-
def eap_fast_pacs_allow_anonymous_provisioning(self) -> bool:
|
476
|
+
def eap_fast_pacs_allow_anonymous_provisioning(self) -> builtins.bool:
|
476
477
|
"""
|
477
478
|
Allow anonymous provisioning. Is required only if `eap_fast_use_pacs` is `true`.
|
478
479
|
"""
|
@@ -480,7 +481,7 @@ class GetAllowedProtocolsResult:
|
|
480
481
|
|
481
482
|
@property
|
482
483
|
@pulumi.getter(name="eapFastPacsAllowAuthenticatedProvisioning")
|
483
|
-
def eap_fast_pacs_allow_authenticated_provisioning(self) -> bool:
|
484
|
+
def eap_fast_pacs_allow_authenticated_provisioning(self) -> builtins.bool:
|
484
485
|
"""
|
485
486
|
Allow authenticated provisioning. Is required only if `eap_fast_use_pacs` is `true`.
|
486
487
|
"""
|
@@ -488,7 +489,7 @@ class GetAllowedProtocolsResult:
|
|
488
489
|
|
489
490
|
@property
|
490
491
|
@pulumi.getter(name="eapFastPacsAllowClientCert")
|
491
|
-
def eap_fast_pacs_allow_client_cert(self) -> bool:
|
492
|
+
def eap_fast_pacs_allow_client_cert(self) -> builtins.bool:
|
492
493
|
"""
|
493
494
|
Accept client certification for provisioning. Is required only if `eap_fast_pacs_allow_authenticated_provisioning` is `true`.
|
494
495
|
"""
|
@@ -496,7 +497,7 @@ class GetAllowedProtocolsResult:
|
|
496
497
|
|
497
498
|
@property
|
498
499
|
@pulumi.getter(name="eapFastPacsAllowMachineAuthentication")
|
499
|
-
def eap_fast_pacs_allow_machine_authentication(self) -> bool:
|
500
|
+
def eap_fast_pacs_allow_machine_authentication(self) -> builtins.bool:
|
500
501
|
"""
|
501
502
|
Allow machine authentication. Is required only if `eap_fast_use_pacs` is `true`.
|
502
503
|
"""
|
@@ -504,7 +505,7 @@ class GetAllowedProtocolsResult:
|
|
504
505
|
|
505
506
|
@property
|
506
507
|
@pulumi.getter(name="eapFastPacsAuthorizationPacTtl")
|
507
|
-
def eap_fast_pacs_authorization_pac_ttl(self) -> int:
|
508
|
+
def eap_fast_pacs_authorization_pac_ttl(self) -> builtins.int:
|
508
509
|
"""
|
509
510
|
Authorization PAC TTL. Is required only if `eap_fast_pacs_stateless_session_resume` is `true`.
|
510
511
|
"""
|
@@ -512,7 +513,7 @@ class GetAllowedProtocolsResult:
|
|
512
513
|
|
513
514
|
@property
|
514
515
|
@pulumi.getter(name="eapFastPacsAuthorizationPacTtlUnit")
|
515
|
-
def eap_fast_pacs_authorization_pac_ttl_unit(self) -> str:
|
516
|
+
def eap_fast_pacs_authorization_pac_ttl_unit(self) -> builtins.str:
|
516
517
|
"""
|
517
518
|
Authorization PAC TTL unit. Is required only if `eap_fast_pacs_stateless_session_resume` is `true`.
|
518
519
|
"""
|
@@ -520,7 +521,7 @@ class GetAllowedProtocolsResult:
|
|
520
521
|
|
521
522
|
@property
|
522
523
|
@pulumi.getter(name="eapFastPacsMachinePacTtl")
|
523
|
-
def eap_fast_pacs_machine_pac_ttl(self) -> int:
|
524
|
+
def eap_fast_pacs_machine_pac_ttl(self) -> builtins.int:
|
524
525
|
"""
|
525
526
|
Machine PAC TTL. Is required only if `eap_fast_pacs_allow_machine_authentication` is `true`.
|
526
527
|
"""
|
@@ -528,7 +529,7 @@ class GetAllowedProtocolsResult:
|
|
528
529
|
|
529
530
|
@property
|
530
531
|
@pulumi.getter(name="eapFastPacsMachinePacTtlUnit")
|
531
|
-
def eap_fast_pacs_machine_pac_ttl_unit(self) -> str:
|
532
|
+
def eap_fast_pacs_machine_pac_ttl_unit(self) -> builtins.str:
|
532
533
|
"""
|
533
534
|
Machine PAC TTL unit. Is required only if `eap_fast_pacs_allow_machine_authentication` is `true`.
|
534
535
|
"""
|
@@ -536,7 +537,7 @@ class GetAllowedProtocolsResult:
|
|
536
537
|
|
537
538
|
@property
|
538
539
|
@pulumi.getter(name="eapFastPacsServerReturns")
|
539
|
-
def eap_fast_pacs_server_returns(self) -> bool:
|
540
|
+
def eap_fast_pacs_server_returns(self) -> builtins.bool:
|
540
541
|
"""
|
541
542
|
Server returns access accept after authenticated provisioning. Is required only if `eap_fast_pacs_allow_authenticated_provisioning` is `true`.
|
542
543
|
"""
|
@@ -544,7 +545,7 @@ class GetAllowedProtocolsResult:
|
|
544
545
|
|
545
546
|
@property
|
546
547
|
@pulumi.getter(name="eapFastPacsStatelessSessionResume")
|
547
|
-
def eap_fast_pacs_stateless_session_resume(self) -> bool:
|
548
|
+
def eap_fast_pacs_stateless_session_resume(self) -> builtins.bool:
|
548
549
|
"""
|
549
550
|
Stateless session resume. Is required only if `eap_fast_use_pacs` is `true`.
|
550
551
|
"""
|
@@ -552,7 +553,7 @@ class GetAllowedProtocolsResult:
|
|
552
553
|
|
553
554
|
@property
|
554
555
|
@pulumi.getter(name="eapFastPacsTunnelPacTtl")
|
555
|
-
def eap_fast_pacs_tunnel_pac_ttl(self) -> int:
|
556
|
+
def eap_fast_pacs_tunnel_pac_ttl(self) -> builtins.int:
|
556
557
|
"""
|
557
558
|
PACs tunnel PAC time to live. Is required only if `eap_fast_use_pacs` is `true`.
|
558
559
|
"""
|
@@ -560,7 +561,7 @@ class GetAllowedProtocolsResult:
|
|
560
561
|
|
561
562
|
@property
|
562
563
|
@pulumi.getter(name="eapFastPacsTunnelPacTtlUnit")
|
563
|
-
def eap_fast_pacs_tunnel_pac_ttl_unit(self) -> str:
|
564
|
+
def eap_fast_pacs_tunnel_pac_ttl_unit(self) -> builtins.str:
|
564
565
|
"""
|
565
566
|
PACs tunnel PAC time to live unit. Is required only if `eap_fast_use_pacs` is `true`.
|
566
567
|
"""
|
@@ -568,7 +569,7 @@ class GetAllowedProtocolsResult:
|
|
568
569
|
|
569
570
|
@property
|
570
571
|
@pulumi.getter(name="eapFastPacsUseProactivePacUpdatePercentage")
|
571
|
-
def eap_fast_pacs_use_proactive_pac_update_percentage(self) -> int:
|
572
|
+
def eap_fast_pacs_use_proactive_pac_update_percentage(self) -> builtins.int:
|
572
573
|
"""
|
573
574
|
Use proactive pac update percentage. Is required only if `eap_fast_use_pacs` is `true`.
|
574
575
|
"""
|
@@ -576,7 +577,7 @@ class GetAllowedProtocolsResult:
|
|
576
577
|
|
577
578
|
@property
|
578
579
|
@pulumi.getter(name="eapFastUsePacs")
|
579
|
-
def eap_fast_use_pacs(self) -> bool:
|
580
|
+
def eap_fast_use_pacs(self) -> builtins.bool:
|
580
581
|
"""
|
581
582
|
Use PACs
|
582
583
|
"""
|
@@ -584,7 +585,7 @@ class GetAllowedProtocolsResult:
|
|
584
585
|
|
585
586
|
@property
|
586
587
|
@pulumi.getter(name="eapTlsAllowAuthOfExpiredCerts")
|
587
|
-
def eap_tls_allow_auth_of_expired_certs(self) -> bool:
|
588
|
+
def eap_tls_allow_auth_of_expired_certs(self) -> builtins.bool:
|
588
589
|
"""
|
589
590
|
Allow authentication of expired certificates
|
590
591
|
"""
|
@@ -592,7 +593,7 @@ class GetAllowedProtocolsResult:
|
|
592
593
|
|
593
594
|
@property
|
594
595
|
@pulumi.getter(name="eapTlsEnableStatelessSessionResume")
|
595
|
-
def eap_tls_enable_stateless_session_resume(self) -> bool:
|
596
|
+
def eap_tls_enable_stateless_session_resume(self) -> builtins.bool:
|
596
597
|
"""
|
597
598
|
Enable stateless session resume
|
598
599
|
"""
|
@@ -600,7 +601,7 @@ class GetAllowedProtocolsResult:
|
|
600
601
|
|
601
602
|
@property
|
602
603
|
@pulumi.getter(name="eapTlsLBit")
|
603
|
-
def eap_tls_l_bit(self) -> bool:
|
604
|
+
def eap_tls_l_bit(self) -> builtins.bool:
|
604
605
|
"""
|
605
606
|
EAP TLS L-Bit
|
606
607
|
"""
|
@@ -608,7 +609,7 @@ class GetAllowedProtocolsResult:
|
|
608
609
|
|
609
610
|
@property
|
610
611
|
@pulumi.getter(name="eapTlsSessionTicketPercentage")
|
611
|
-
def eap_tls_session_ticket_percentage(self) -> int:
|
612
|
+
def eap_tls_session_ticket_percentage(self) -> builtins.int:
|
612
613
|
"""
|
613
614
|
Session ticket percentage. Is required only if `eap_tls_enable_stateless_session_resume` is `true`.
|
614
615
|
"""
|
@@ -616,7 +617,7 @@ class GetAllowedProtocolsResult:
|
|
616
617
|
|
617
618
|
@property
|
618
619
|
@pulumi.getter(name="eapTlsSessionTicketTtl")
|
619
|
-
def eap_tls_session_ticket_ttl(self) -> int:
|
620
|
+
def eap_tls_session_ticket_ttl(self) -> builtins.int:
|
620
621
|
"""
|
621
622
|
Session ticket TTL. Is required only if `eap_tls_enable_stateless_session_resume` is `true`.
|
622
623
|
"""
|
@@ -624,7 +625,7 @@ class GetAllowedProtocolsResult:
|
|
624
625
|
|
625
626
|
@property
|
626
627
|
@pulumi.getter(name="eapTlsSessionTicketTtlUnit")
|
627
|
-
def eap_tls_session_ticket_ttl_unit(self) -> str:
|
628
|
+
def eap_tls_session_ticket_ttl_unit(self) -> builtins.str:
|
628
629
|
"""
|
629
630
|
Session ticket TTL unit. Is required only if `eap_tls_enable_stateless_session_resume` is `true`.
|
630
631
|
"""
|
@@ -632,7 +633,7 @@ class GetAllowedProtocolsResult:
|
|
632
633
|
|
633
634
|
@property
|
634
635
|
@pulumi.getter(name="eapTtlsChap")
|
635
|
-
def eap_ttls_chap(self) -> bool:
|
636
|
+
def eap_ttls_chap(self) -> builtins.bool:
|
636
637
|
"""
|
637
638
|
Allow CHAP
|
638
639
|
"""
|
@@ -640,7 +641,7 @@ class GetAllowedProtocolsResult:
|
|
640
641
|
|
641
642
|
@property
|
642
643
|
@pulumi.getter(name="eapTtlsEapMd5")
|
643
|
-
def eap_ttls_eap_md5(self) -> bool:
|
644
|
+
def eap_ttls_eap_md5(self) -> builtins.bool:
|
644
645
|
"""
|
645
646
|
Allow EAP MD5
|
646
647
|
"""
|
@@ -648,7 +649,7 @@ class GetAllowedProtocolsResult:
|
|
648
649
|
|
649
650
|
@property
|
650
651
|
@pulumi.getter(name="eapTtlsEapMsChapV2")
|
651
|
-
def eap_ttls_eap_ms_chap_v2(self) -> bool:
|
652
|
+
def eap_ttls_eap_ms_chap_v2(self) -> builtins.bool:
|
652
653
|
"""
|
653
654
|
Allow EAP MS CHAP v2
|
654
655
|
"""
|
@@ -656,7 +657,7 @@ class GetAllowedProtocolsResult:
|
|
656
657
|
|
657
658
|
@property
|
658
659
|
@pulumi.getter(name="eapTtlsEapMsChapV2PwdChange")
|
659
|
-
def eap_ttls_eap_ms_chap_v2_pwd_change(self) -> bool:
|
660
|
+
def eap_ttls_eap_ms_chap_v2_pwd_change(self) -> builtins.bool:
|
660
661
|
"""
|
661
662
|
Allow EAP MS CHAP v2 password change. Is required only if `eap_ttls_eap_ms_chap_v2` is `true`.
|
662
663
|
"""
|
@@ -664,7 +665,7 @@ class GetAllowedProtocolsResult:
|
|
664
665
|
|
665
666
|
@property
|
666
667
|
@pulumi.getter(name="eapTtlsEapMsChapV2PwdChangeRetries")
|
667
|
-
def eap_ttls_eap_ms_chap_v2_pwd_change_retries(self) -> int:
|
668
|
+
def eap_ttls_eap_ms_chap_v2_pwd_change_retries(self) -> builtins.int:
|
668
669
|
"""
|
669
670
|
EAP MS CHAP v2 password change retries. Is required only if `eap_ttls_eap_ms_chap_v2` is `true`.
|
670
671
|
"""
|
@@ -672,7 +673,7 @@ class GetAllowedProtocolsResult:
|
|
672
673
|
|
673
674
|
@property
|
674
675
|
@pulumi.getter(name="eapTtlsMsChapV1")
|
675
|
-
def eap_ttls_ms_chap_v1(self) -> bool:
|
676
|
+
def eap_ttls_ms_chap_v1(self) -> builtins.bool:
|
676
677
|
"""
|
677
678
|
Allow MS CHAP v1
|
678
679
|
"""
|
@@ -680,7 +681,7 @@ class GetAllowedProtocolsResult:
|
|
680
681
|
|
681
682
|
@property
|
682
683
|
@pulumi.getter(name="eapTtlsMsChapV2")
|
683
|
-
def eap_ttls_ms_chap_v2(self) -> bool:
|
684
|
+
def eap_ttls_ms_chap_v2(self) -> builtins.bool:
|
684
685
|
"""
|
685
686
|
Allow MS CHAP v2
|
686
687
|
"""
|
@@ -688,7 +689,7 @@ class GetAllowedProtocolsResult:
|
|
688
689
|
|
689
690
|
@property
|
690
691
|
@pulumi.getter(name="eapTtlsPapAscii")
|
691
|
-
def eap_ttls_pap_ascii(self) -> bool:
|
692
|
+
def eap_ttls_pap_ascii(self) -> builtins.bool:
|
692
693
|
"""
|
693
694
|
Allow PAP ASCII
|
694
695
|
"""
|
@@ -696,7 +697,7 @@ class GetAllowedProtocolsResult:
|
|
696
697
|
|
697
698
|
@property
|
698
699
|
@pulumi.getter
|
699
|
-
def id(self) -> str:
|
700
|
+
def id(self) -> builtins.str:
|
700
701
|
"""
|
701
702
|
The id of the object
|
702
703
|
"""
|
@@ -704,7 +705,7 @@ class GetAllowedProtocolsResult:
|
|
704
705
|
|
705
706
|
@property
|
706
707
|
@pulumi.getter
|
707
|
-
def name(self) -> str:
|
708
|
+
def name(self) -> builtins.str:
|
708
709
|
"""
|
709
710
|
The name of the allowed protocols
|
710
711
|
"""
|
@@ -712,7 +713,7 @@ class GetAllowedProtocolsResult:
|
|
712
713
|
|
713
714
|
@property
|
714
715
|
@pulumi.getter(name="peapAllowPeapEapGtc")
|
715
|
-
def peap_allow_peap_eap_gtc(self) -> bool:
|
716
|
+
def peap_allow_peap_eap_gtc(self) -> builtins.bool:
|
716
717
|
"""
|
717
718
|
Allow PEAP EAP GTC
|
718
719
|
"""
|
@@ -720,7 +721,7 @@ class GetAllowedProtocolsResult:
|
|
720
721
|
|
721
722
|
@property
|
722
723
|
@pulumi.getter(name="peapAllowPeapEapGtcPwdChange")
|
723
|
-
def peap_allow_peap_eap_gtc_pwd_change(self) -> bool:
|
724
|
+
def peap_allow_peap_eap_gtc_pwd_change(self) -> builtins.bool:
|
724
725
|
"""
|
725
726
|
Allow PEAP EAP GTC password change. Is required only if `allow_peap_eap_gtc` is `true`.
|
726
727
|
"""
|
@@ -728,7 +729,7 @@ class GetAllowedProtocolsResult:
|
|
728
729
|
|
729
730
|
@property
|
730
731
|
@pulumi.getter(name="peapAllowPeapEapGtcPwdChangeRetries")
|
731
|
-
def peap_allow_peap_eap_gtc_pwd_change_retries(self) -> int:
|
732
|
+
def peap_allow_peap_eap_gtc_pwd_change_retries(self) -> builtins.int:
|
732
733
|
"""
|
733
734
|
PEAP EAP GTC password change retries. Is required only if `allow_peap_eap_gtc` is `true`.
|
734
735
|
"""
|
@@ -736,7 +737,7 @@ class GetAllowedProtocolsResult:
|
|
736
737
|
|
737
738
|
@property
|
738
739
|
@pulumi.getter(name="peapAllowPeapEapMsChapV2")
|
739
|
-
def peap_allow_peap_eap_ms_chap_v2(self) -> bool:
|
740
|
+
def peap_allow_peap_eap_ms_chap_v2(self) -> builtins.bool:
|
740
741
|
"""
|
741
742
|
Allow PEAP EAP MS CHAP v2
|
742
743
|
"""
|
@@ -744,7 +745,7 @@ class GetAllowedProtocolsResult:
|
|
744
745
|
|
745
746
|
@property
|
746
747
|
@pulumi.getter(name="peapAllowPeapEapMsChapV2PwdChange")
|
747
|
-
def peap_allow_peap_eap_ms_chap_v2_pwd_change(self) -> bool:
|
748
|
+
def peap_allow_peap_eap_ms_chap_v2_pwd_change(self) -> builtins.bool:
|
748
749
|
"""
|
749
750
|
Allow PEAP EAP MS CHAP v2 password change. Is required only if `allow_peap_eap_ms_chap_v2` is `true`.
|
750
751
|
"""
|
@@ -752,7 +753,7 @@ class GetAllowedProtocolsResult:
|
|
752
753
|
|
753
754
|
@property
|
754
755
|
@pulumi.getter(name="peapAllowPeapEapMsChapV2PwdChangeRetries")
|
755
|
-
def peap_allow_peap_eap_ms_chap_v2_pwd_change_retries(self) -> int:
|
756
|
+
def peap_allow_peap_eap_ms_chap_v2_pwd_change_retries(self) -> builtins.int:
|
756
757
|
"""
|
757
758
|
Allow PEAP EAP MS CHAP v2 password change retries. Is required only if `allow_peap_eap_ms_chap_v2` is `true`.
|
758
759
|
"""
|
@@ -760,7 +761,7 @@ class GetAllowedProtocolsResult:
|
|
760
761
|
|
761
762
|
@property
|
762
763
|
@pulumi.getter(name="peapAllowPeapEapTls")
|
763
|
-
def peap_allow_peap_eap_tls(self) -> bool:
|
764
|
+
def peap_allow_peap_eap_tls(self) -> builtins.bool:
|
764
765
|
"""
|
765
766
|
Allow PEAP EAP TLS
|
766
767
|
"""
|
@@ -768,7 +769,7 @@ class GetAllowedProtocolsResult:
|
|
768
769
|
|
769
770
|
@property
|
770
771
|
@pulumi.getter(name="peapAllowPeapEapTlsAuthOfExpiredCerts")
|
771
|
-
def peap_allow_peap_eap_tls_auth_of_expired_certs(self) -> bool:
|
772
|
+
def peap_allow_peap_eap_tls_auth_of_expired_certs(self) -> builtins.bool:
|
772
773
|
"""
|
773
774
|
Allow PEAP EAP TLS authentication of expired certificates. Is required only if `peap_allow_peap_eap_tls` is `true`.
|
774
775
|
"""
|
@@ -776,7 +777,7 @@ class GetAllowedProtocolsResult:
|
|
776
777
|
|
777
778
|
@property
|
778
779
|
@pulumi.getter(name="peapPeapV0")
|
779
|
-
def peap_peap_v0(self) -> bool:
|
780
|
+
def peap_peap_v0(self) -> builtins.bool:
|
780
781
|
"""
|
781
782
|
Allow PEAP v0
|
782
783
|
"""
|
@@ -784,7 +785,7 @@ class GetAllowedProtocolsResult:
|
|
784
785
|
|
785
786
|
@property
|
786
787
|
@pulumi.getter(name="preferredEapProtocol")
|
787
|
-
def preferred_eap_protocol(self) -> str:
|
788
|
+
def preferred_eap_protocol(self) -> builtins.str:
|
788
789
|
"""
|
789
790
|
Preferred EAP protocol
|
790
791
|
"""
|
@@ -792,7 +793,7 @@ class GetAllowedProtocolsResult:
|
|
792
793
|
|
793
794
|
@property
|
794
795
|
@pulumi.getter(name="processHostLookup")
|
795
|
-
def process_host_lookup(self) -> bool:
|
796
|
+
def process_host_lookup(self) -> builtins.bool:
|
796
797
|
"""
|
797
798
|
Process host lookup
|
798
799
|
"""
|
@@ -800,7 +801,7 @@ class GetAllowedProtocolsResult:
|
|
800
801
|
|
801
802
|
@property
|
802
803
|
@pulumi.getter(name="requireCryptobinding")
|
803
|
-
def require_cryptobinding(self) -> bool:
|
804
|
+
def require_cryptobinding(self) -> builtins.bool:
|
804
805
|
"""
|
805
806
|
Require cryptobinding
|
806
807
|
"""
|
@@ -808,7 +809,7 @@ class GetAllowedProtocolsResult:
|
|
808
809
|
|
809
810
|
@property
|
810
811
|
@pulumi.getter(name="requireMessageAuth")
|
811
|
-
def require_message_auth(self) -> bool:
|
812
|
+
def require_message_auth(self) -> builtins.bool:
|
812
813
|
"""
|
813
814
|
Require message authentication
|
814
815
|
"""
|
@@ -816,7 +817,7 @@ class GetAllowedProtocolsResult:
|
|
816
817
|
|
817
818
|
@property
|
818
819
|
@pulumi.getter(name="teapDowngradeMsk")
|
819
|
-
def teap_downgrade_msk(self) -> bool:
|
820
|
+
def teap_downgrade_msk(self) -> builtins.bool:
|
820
821
|
"""
|
821
822
|
Allow downgrade to MSK
|
822
823
|
"""
|
@@ -824,7 +825,7 @@ class GetAllowedProtocolsResult:
|
|
824
825
|
|
825
826
|
@property
|
826
827
|
@pulumi.getter(name="teapEapAcceptClientCertDuringTunnelEst")
|
827
|
-
def teap_eap_accept_client_cert_during_tunnel_est(self) -> bool:
|
828
|
+
def teap_eap_accept_client_cert_during_tunnel_est(self) -> builtins.bool:
|
828
829
|
"""
|
829
830
|
Accept client certificate during tunnel establishment
|
830
831
|
"""
|
@@ -832,7 +833,7 @@ class GetAllowedProtocolsResult:
|
|
832
833
|
|
833
834
|
@property
|
834
835
|
@pulumi.getter(name="teapEapChaining")
|
835
|
-
def teap_eap_chaining(self) -> bool:
|
836
|
+
def teap_eap_chaining(self) -> builtins.bool:
|
836
837
|
"""
|
837
838
|
Allow EAP chaining
|
838
839
|
"""
|
@@ -840,7 +841,7 @@ class GetAllowedProtocolsResult:
|
|
840
841
|
|
841
842
|
@property
|
842
843
|
@pulumi.getter(name="teapEapMsChapV2")
|
843
|
-
def teap_eap_ms_chap_v2(self) -> bool:
|
844
|
+
def teap_eap_ms_chap_v2(self) -> builtins.bool:
|
844
845
|
"""
|
845
846
|
Allow EAP MS CHAP v2
|
846
847
|
"""
|
@@ -848,7 +849,7 @@ class GetAllowedProtocolsResult:
|
|
848
849
|
|
849
850
|
@property
|
850
851
|
@pulumi.getter(name="teapEapMsChapV2PwdChange")
|
851
|
-
def teap_eap_ms_chap_v2_pwd_change(self) -> bool:
|
852
|
+
def teap_eap_ms_chap_v2_pwd_change(self) -> builtins.bool:
|
852
853
|
"""
|
853
854
|
Allow EAP MS CHAP v2 password change. Is required only if `teap_eap_ms_chap_v2` is `true`.
|
854
855
|
"""
|
@@ -856,7 +857,7 @@ class GetAllowedProtocolsResult:
|
|
856
857
|
|
857
858
|
@property
|
858
859
|
@pulumi.getter(name="teapEapMsChapV2PwdChangeRetries")
|
859
|
-
def teap_eap_ms_chap_v2_pwd_change_retries(self) -> int:
|
860
|
+
def teap_eap_ms_chap_v2_pwd_change_retries(self) -> builtins.int:
|
860
861
|
"""
|
861
862
|
EAP MS CHAP v2 password change retries. Is required only if `teap_eap_ms_chap_v2` is `true`.
|
862
863
|
"""
|
@@ -864,7 +865,7 @@ class GetAllowedProtocolsResult:
|
|
864
865
|
|
865
866
|
@property
|
866
867
|
@pulumi.getter(name="teapEapTls")
|
867
|
-
def teap_eap_tls(self) -> bool:
|
868
|
+
def teap_eap_tls(self) -> builtins.bool:
|
868
869
|
"""
|
869
870
|
Allow EAP TLS
|
870
871
|
"""
|
@@ -872,7 +873,7 @@ class GetAllowedProtocolsResult:
|
|
872
873
|
|
873
874
|
@property
|
874
875
|
@pulumi.getter(name="teapEapTlsAuthOfExpiredCerts")
|
875
|
-
def teap_eap_tls_auth_of_expired_certs(self) -> bool:
|
876
|
+
def teap_eap_tls_auth_of_expired_certs(self) -> builtins.bool:
|
876
877
|
"""
|
877
878
|
Allow EAP TLS authentication of expired certs. Is required only if `teap_eap_tls` is `true`.
|
878
879
|
"""
|
@@ -880,7 +881,7 @@ class GetAllowedProtocolsResult:
|
|
880
881
|
|
881
882
|
@property
|
882
883
|
@pulumi.getter(name="teapRequestBasicPwdAuth")
|
883
|
-
def teap_request_basic_pwd_auth(self) -> bool:
|
884
|
+
def teap_request_basic_pwd_auth(self) -> builtins.bool:
|
884
885
|
"""
|
885
886
|
Request basic password authentication
|
886
887
|
"""
|
@@ -973,8 +974,8 @@ class AwaitableGetAllowedProtocolsResult(GetAllowedProtocolsResult):
|
|
973
974
|
teap_request_basic_pwd_auth=self.teap_request_basic_pwd_auth)
|
974
975
|
|
975
976
|
|
976
|
-
def get_allowed_protocols(id: Optional[str] = None,
|
977
|
-
name: Optional[str] = None,
|
977
|
+
def get_allowed_protocols(id: Optional[builtins.str] = None,
|
978
|
+
name: Optional[builtins.str] = None,
|
978
979
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAllowedProtocolsResult:
|
979
980
|
"""
|
980
981
|
This data source can read an allowed protocols policy element.
|
@@ -989,8 +990,8 @@ def get_allowed_protocols(id: Optional[str] = None,
|
|
989
990
|
```
|
990
991
|
|
991
992
|
|
992
|
-
:param str id: The id of the object
|
993
|
-
:param str name: The name of the allowed protocols
|
993
|
+
:param builtins.str id: The id of the object
|
994
|
+
:param builtins.str name: The name of the allowed protocols
|
994
995
|
"""
|
995
996
|
__args__ = dict()
|
996
997
|
__args__['id'] = id
|
@@ -1077,8 +1078,8 @@ def get_allowed_protocols(id: Optional[str] = None,
|
|
1077
1078
|
teap_eap_tls=pulumi.get(__ret__, 'teap_eap_tls'),
|
1078
1079
|
teap_eap_tls_auth_of_expired_certs=pulumi.get(__ret__, 'teap_eap_tls_auth_of_expired_certs'),
|
1079
1080
|
teap_request_basic_pwd_auth=pulumi.get(__ret__, 'teap_request_basic_pwd_auth'))
|
1080
|
-
def get_allowed_protocols_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
1081
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
1081
|
+
def get_allowed_protocols_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
1082
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
1082
1083
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAllowedProtocolsResult]:
|
1083
1084
|
"""
|
1084
1085
|
This data source can read an allowed protocols policy element.
|
@@ -1093,8 +1094,8 @@ def get_allowed_protocols_output(id: Optional[pulumi.Input[Optional[str]]] = Non
|
|
1093
1094
|
```
|
1094
1095
|
|
1095
1096
|
|
1096
|
-
:param str id: The id of the object
|
1097
|
-
:param str name: The name of the allowed protocols
|
1097
|
+
:param builtins.str id: The id of the object
|
1098
|
+
:param builtins.str name: The name of the allowed protocols
|
1098
1099
|
"""
|
1099
1100
|
__args__ = dict()
|
1100
1101
|
__args__['id'] = id
|