pulumi-ise 0.2.0a1736833585__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pulumi_ise/__init__.py +458 -0
- pulumi_ise/_utilities.py +327 -0
- pulumi_ise/config/__init__.py +8 -0
- pulumi_ise/config/__init__.pyi +41 -0
- pulumi_ise/config/vars.py +57 -0
- pulumi_ise/deviceadmin/__init__.py +34 -0
- pulumi_ise/deviceadmin/_inputs.py +2517 -0
- pulumi_ise/deviceadmin/allowed_protocols_tacacs.py +381 -0
- pulumi_ise/deviceadmin/authentication_rule.py +1050 -0
- pulumi_ise/deviceadmin/authentication_rule_update_rank.py +271 -0
- pulumi_ise/deviceadmin/authorization_exception_rule.py +942 -0
- pulumi_ise/deviceadmin/authorization_exception_rule_update_rank.py +271 -0
- pulumi_ise/deviceadmin/authorization_global_exception_rule.py +843 -0
- pulumi_ise/deviceadmin/authorization_global_exception_rule_update_rank.py +221 -0
- pulumi_ise/deviceadmin/authorization_rule.py +942 -0
- pulumi_ise/deviceadmin/authorization_rule_update_rank.py +271 -0
- pulumi_ise/deviceadmin/condition.py +650 -0
- pulumi_ise/deviceadmin/get_allowed_protocols_tacacs.py +174 -0
- pulumi_ise/deviceadmin/get_authentication_rule.py +365 -0
- pulumi_ise/deviceadmin/get_authorization_exception_rule.py +337 -0
- pulumi_ise/deviceadmin/get_authorization_global_exception_rule.py +301 -0
- pulumi_ise/deviceadmin/get_authorization_rule.py +337 -0
- pulumi_ise/deviceadmin/get_condition.py +245 -0
- pulumi_ise/deviceadmin/get_policy_set.py +329 -0
- pulumi_ise/deviceadmin/get_tacacs_command_set.py +158 -0
- pulumi_ise/deviceadmin/get_tacacs_profile.py +144 -0
- pulumi_ise/deviceadmin/get_time_and_date_condition.py +286 -0
- pulumi_ise/deviceadmin/outputs.py +3178 -0
- pulumi_ise/deviceadmin/policy_set.py +947 -0
- pulumi_ise/deviceadmin/policy_set_update_rank.py +221 -0
- pulumi_ise/deviceadmin/tacacs_command_set.py +326 -0
- pulumi_ise/deviceadmin/tacacs_profile.py +277 -0
- pulumi_ise/deviceadmin/time_and_date_condition.py +770 -0
- pulumi_ise/identitymanagement/__init__.py +26 -0
- pulumi_ise/identitymanagement/_inputs.py +419 -0
- pulumi_ise/identitymanagement/active_directory_add_groups.py +483 -0
- pulumi_ise/identitymanagement/active_directory_join_domain_with_all_nodes.py +216 -0
- pulumi_ise/identitymanagement/active_directory_join_point.py +1676 -0
- pulumi_ise/identitymanagement/certificate_authentication_profile.py +525 -0
- pulumi_ise/identitymanagement/endpoint.py +1376 -0
- pulumi_ise/identitymanagement/endpoint_identity_group.py +327 -0
- pulumi_ise/identitymanagement/get_active_directory_groups_by_domain.py +215 -0
- pulumi_ise/identitymanagement/get_active_directory_join_point.py +558 -0
- pulumi_ise/identitymanagement/get_certificate_authentication_profile.py +202 -0
- pulumi_ise/identitymanagement/get_endpoint.py +468 -0
- pulumi_ise/identitymanagement/get_endpoint_identity_group.py +160 -0
- pulumi_ise/identitymanagement/get_identity_source_sequence.py +172 -0
- pulumi_ise/identitymanagement/get_internal_user.py +300 -0
- pulumi_ise/identitymanagement/get_user_identity_group.py +146 -0
- pulumi_ise/identitymanagement/identity_source_sequence.py +376 -0
- pulumi_ise/identitymanagement/internal_user.py +830 -0
- pulumi_ise/identitymanagement/outputs.py +491 -0
- pulumi_ise/identitymanagement/user_identity_group.py +280 -0
- pulumi_ise/network/__init__.py +13 -0
- pulumi_ise/network/_inputs.py +94 -0
- pulumi_ise/network/device.py +2194 -0
- pulumi_ise/network/device_group.py +281 -0
- pulumi_ise/network/get_device.py +693 -0
- pulumi_ise/network/get_device_group.py +146 -0
- pulumi_ise/network/outputs.py +120 -0
- pulumi_ise/networkaccess/__init__.py +36 -0
- pulumi_ise/networkaccess/_inputs.py +2506 -0
- pulumi_ise/networkaccess/allowed_protocols.py +3967 -0
- pulumi_ise/networkaccess/authentication_rule.py +1050 -0
- pulumi_ise/networkaccess/authentication_rule_update_rank.py +271 -0
- pulumi_ise/networkaccess/authorization_exception_rule.py +942 -0
- pulumi_ise/networkaccess/authorization_exception_rule_update_rank.py +271 -0
- pulumi_ise/networkaccess/authorization_global_exception_rule.py +843 -0
- pulumi_ise/networkaccess/authorization_global_exception_rule_update_rank.py +221 -0
- pulumi_ise/networkaccess/authorization_profile.py +1682 -0
- pulumi_ise/networkaccess/authorization_rule.py +942 -0
- pulumi_ise/networkaccess/authorization_rule_update_rank.py +271 -0
- pulumi_ise/networkaccess/condition.py +650 -0
- pulumi_ise/networkaccess/dictionary.py +331 -0
- pulumi_ise/networkaccess/downloadable_acl.py +330 -0
- pulumi_ise/networkaccess/get_allowed_protocols.py +1182 -0
- pulumi_ise/networkaccess/get_authentication_rule.py +365 -0
- pulumi_ise/networkaccess/get_authorization_exception_rule.py +337 -0
- pulumi_ise/networkaccess/get_authorization_global_exception_rule.py +301 -0
- pulumi_ise/networkaccess/get_authorization_profile.py +567 -0
- pulumi_ise/networkaccess/get_authorization_rule.py +337 -0
- pulumi_ise/networkaccess/get_condition.py +245 -0
- pulumi_ise/networkaccess/get_dictionary.py +160 -0
- pulumi_ise/networkaccess/get_downloadable_acl.py +160 -0
- pulumi_ise/networkaccess/get_policy_set.py +329 -0
- pulumi_ise/networkaccess/get_time_and_date_condition.py +286 -0
- pulumi_ise/networkaccess/outputs.py +3193 -0
- pulumi_ise/networkaccess/policy_set.py +947 -0
- pulumi_ise/networkaccess/policy_set_update_rank.py +221 -0
- pulumi_ise/networkaccess/time_and_date_condition.py +770 -0
- pulumi_ise/provider.py +209 -0
- pulumi_ise/pulumi-plugin.json +5 -0
- pulumi_ise/py.typed +0 -0
- pulumi_ise/system/__init__.py +13 -0
- pulumi_ise/system/_inputs.py +79 -0
- pulumi_ise/system/get_license_tier_state.py +113 -0
- pulumi_ise/system/get_repository.py +202 -0
- pulumi_ise/system/license_tier_state.py +189 -0
- pulumi_ise/system/outputs.py +83 -0
- pulumi_ise/system/repository.py +478 -0
- pulumi_ise/trustsec/__init__.py +21 -0
- pulumi_ise/trustsec/egress_matrix_cell.py +429 -0
- pulumi_ise/trustsec/egress_matrix_cell_default.py +327 -0
- pulumi_ise/trustsec/get_egress_matrix_cell.py +182 -0
- pulumi_ise/trustsec/get_egress_matrix_cell_default.py +154 -0
- pulumi_ise/trustsec/get_ip_to_sgt_mapping.py +216 -0
- pulumi_ise/trustsec/get_ip_to_sgt_mapping_group.py +174 -0
- pulumi_ise/trustsec/get_security_group.py +174 -0
- pulumi_ise/trustsec/get_security_group_acl.py +174 -0
- pulumi_ise/trustsec/get_sxp_domain_filter.py +188 -0
- pulumi_ise/trustsec/ip_to_sgt_mapping.py +517 -0
- pulumi_ise/trustsec/ip_to_sgt_mapping_group.py +376 -0
- pulumi_ise/trustsec/security_group.py +379 -0
- pulumi_ise/trustsec/security_group_acl.py +379 -0
- pulumi_ise/trustsec/sxp_domain_filter.py +422 -0
- pulumi_ise-0.2.0a1736833585.dist-info/METADATA +64 -0
- pulumi_ise-0.2.0a1736833585.dist-info/RECORD +119 -0
- pulumi_ise-0.2.0a1736833585.dist-info/WHEEL +5 -0
- pulumi_ise-0.2.0a1736833585.dist-info/top_level.txt +1 -0
@@ -0,0 +1,1182 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
|
17
|
+
__all__ = [
|
18
|
+
'GetAllowedProtocolsResult',
|
19
|
+
'AwaitableGetAllowedProtocolsResult',
|
20
|
+
'get_allowed_protocols',
|
21
|
+
'get_allowed_protocols_output',
|
22
|
+
]
|
23
|
+
|
24
|
+
@pulumi.output_type
|
25
|
+
class GetAllowedProtocolsResult:
|
26
|
+
"""
|
27
|
+
A collection of values returned by getAllowedProtocols.
|
28
|
+
"""
|
29
|
+
def __init__(__self__, allow5g=None, allow_chap=None, allow_eap_fast=None, allow_eap_md5=None, allow_eap_tls=None, allow_eap_ttls=None, allow_leap=None, allow_ms_chap_v1=None, allow_ms_chap_v2=None, allow_pap_ascii=None, allow_peap=None, allow_preferred_eap_protocol=None, allow_teap=None, allow_weak_ciphers_for_eap=None, description=None, eap_fast_accept_client_cert=None, eap_fast_allow_machine_authentication=None, eap_fast_eap_gtc=None, eap_fast_eap_gtc_pwd_change=None, eap_fast_eap_gtc_pwd_change_retries=None, eap_fast_eap_ms_chap_v2=None, eap_fast_eap_ms_chap_v2_pwd_change=None, eap_fast_eap_ms_chap_v2_pwd_change_retries=None, eap_fast_eap_tls=None, eap_fast_eap_tls_auth_of_expired_certs=None, eap_fast_enable_eap_chaining=None, eap_fast_pacs_allow_anonymous_provisioning=None, eap_fast_pacs_allow_authenticated_provisioning=None, eap_fast_pacs_allow_client_cert=None, eap_fast_pacs_allow_machine_authentication=None, eap_fast_pacs_authorization_pac_ttl=None, eap_fast_pacs_authorization_pac_ttl_unit=None, eap_fast_pacs_machine_pac_ttl=None, eap_fast_pacs_machine_pac_ttl_unit=None, eap_fast_pacs_server_returns=None, eap_fast_pacs_stateless_session_resume=None, eap_fast_pacs_tunnel_pac_ttl=None, eap_fast_pacs_tunnel_pac_ttl_unit=None, eap_fast_pacs_use_proactive_pac_update_percentage=None, eap_fast_use_pacs=None, eap_tls_allow_auth_of_expired_certs=None, eap_tls_enable_stateless_session_resume=None, eap_tls_l_bit=None, eap_tls_session_ticket_percentage=None, eap_tls_session_ticket_ttl=None, eap_tls_session_ticket_ttl_unit=None, eap_ttls_chap=None, eap_ttls_eap_md5=None, eap_ttls_eap_ms_chap_v2=None, eap_ttls_eap_ms_chap_v2_pwd_change=None, eap_ttls_eap_ms_chap_v2_pwd_change_retries=None, eap_ttls_ms_chap_v1=None, eap_ttls_ms_chap_v2=None, eap_ttls_pap_ascii=None, id=None, name=None, peap_allow_peap_eap_gtc=None, peap_allow_peap_eap_gtc_pwd_change=None, peap_allow_peap_eap_gtc_pwd_change_retries=None, peap_allow_peap_eap_ms_chap_v2=None, peap_allow_peap_eap_ms_chap_v2_pwd_change=None, peap_allow_peap_eap_ms_chap_v2_pwd_change_retries=None, peap_allow_peap_eap_tls=None, peap_allow_peap_eap_tls_auth_of_expired_certs=None, peap_peap_v0=None, preferred_eap_protocol=None, process_host_lookup=None, require_cryptobinding=None, require_message_auth=None, teap_downgrade_msk=None, teap_eap_accept_client_cert_during_tunnel_est=None, teap_eap_chaining=None, teap_eap_ms_chap_v2=None, teap_eap_ms_chap_v2_pwd_change=None, teap_eap_ms_chap_v2_pwd_change_retries=None, teap_eap_tls=None, teap_eap_tls_auth_of_expired_certs=None, teap_request_basic_pwd_auth=None):
|
30
|
+
if allow5g and not isinstance(allow5g, bool):
|
31
|
+
raise TypeError("Expected argument 'allow5g' to be a bool")
|
32
|
+
pulumi.set(__self__, "allow5g", allow5g)
|
33
|
+
if allow_chap and not isinstance(allow_chap, bool):
|
34
|
+
raise TypeError("Expected argument 'allow_chap' to be a bool")
|
35
|
+
pulumi.set(__self__, "allow_chap", allow_chap)
|
36
|
+
if allow_eap_fast and not isinstance(allow_eap_fast, bool):
|
37
|
+
raise TypeError("Expected argument 'allow_eap_fast' to be a bool")
|
38
|
+
pulumi.set(__self__, "allow_eap_fast", allow_eap_fast)
|
39
|
+
if allow_eap_md5 and not isinstance(allow_eap_md5, bool):
|
40
|
+
raise TypeError("Expected argument 'allow_eap_md5' to be a bool")
|
41
|
+
pulumi.set(__self__, "allow_eap_md5", allow_eap_md5)
|
42
|
+
if allow_eap_tls and not isinstance(allow_eap_tls, bool):
|
43
|
+
raise TypeError("Expected argument 'allow_eap_tls' to be a bool")
|
44
|
+
pulumi.set(__self__, "allow_eap_tls", allow_eap_tls)
|
45
|
+
if allow_eap_ttls and not isinstance(allow_eap_ttls, bool):
|
46
|
+
raise TypeError("Expected argument 'allow_eap_ttls' to be a bool")
|
47
|
+
pulumi.set(__self__, "allow_eap_ttls", allow_eap_ttls)
|
48
|
+
if allow_leap and not isinstance(allow_leap, bool):
|
49
|
+
raise TypeError("Expected argument 'allow_leap' to be a bool")
|
50
|
+
pulumi.set(__self__, "allow_leap", allow_leap)
|
51
|
+
if allow_ms_chap_v1 and not isinstance(allow_ms_chap_v1, bool):
|
52
|
+
raise TypeError("Expected argument 'allow_ms_chap_v1' to be a bool")
|
53
|
+
pulumi.set(__self__, "allow_ms_chap_v1", allow_ms_chap_v1)
|
54
|
+
if allow_ms_chap_v2 and not isinstance(allow_ms_chap_v2, bool):
|
55
|
+
raise TypeError("Expected argument 'allow_ms_chap_v2' to be a bool")
|
56
|
+
pulumi.set(__self__, "allow_ms_chap_v2", allow_ms_chap_v2)
|
57
|
+
if allow_pap_ascii and not isinstance(allow_pap_ascii, bool):
|
58
|
+
raise TypeError("Expected argument 'allow_pap_ascii' to be a bool")
|
59
|
+
pulumi.set(__self__, "allow_pap_ascii", allow_pap_ascii)
|
60
|
+
if allow_peap and not isinstance(allow_peap, bool):
|
61
|
+
raise TypeError("Expected argument 'allow_peap' to be a bool")
|
62
|
+
pulumi.set(__self__, "allow_peap", allow_peap)
|
63
|
+
if allow_preferred_eap_protocol and not isinstance(allow_preferred_eap_protocol, bool):
|
64
|
+
raise TypeError("Expected argument 'allow_preferred_eap_protocol' to be a bool")
|
65
|
+
pulumi.set(__self__, "allow_preferred_eap_protocol", allow_preferred_eap_protocol)
|
66
|
+
if allow_teap and not isinstance(allow_teap, bool):
|
67
|
+
raise TypeError("Expected argument 'allow_teap' to be a bool")
|
68
|
+
pulumi.set(__self__, "allow_teap", allow_teap)
|
69
|
+
if allow_weak_ciphers_for_eap and not isinstance(allow_weak_ciphers_for_eap, bool):
|
70
|
+
raise TypeError("Expected argument 'allow_weak_ciphers_for_eap' to be a bool")
|
71
|
+
pulumi.set(__self__, "allow_weak_ciphers_for_eap", allow_weak_ciphers_for_eap)
|
72
|
+
if description and not isinstance(description, str):
|
73
|
+
raise TypeError("Expected argument 'description' to be a str")
|
74
|
+
pulumi.set(__self__, "description", description)
|
75
|
+
if eap_fast_accept_client_cert and not isinstance(eap_fast_accept_client_cert, bool):
|
76
|
+
raise TypeError("Expected argument 'eap_fast_accept_client_cert' to be a bool")
|
77
|
+
pulumi.set(__self__, "eap_fast_accept_client_cert", eap_fast_accept_client_cert)
|
78
|
+
if eap_fast_allow_machine_authentication and not isinstance(eap_fast_allow_machine_authentication, bool):
|
79
|
+
raise TypeError("Expected argument 'eap_fast_allow_machine_authentication' to be a bool")
|
80
|
+
pulumi.set(__self__, "eap_fast_allow_machine_authentication", eap_fast_allow_machine_authentication)
|
81
|
+
if eap_fast_eap_gtc and not isinstance(eap_fast_eap_gtc, bool):
|
82
|
+
raise TypeError("Expected argument 'eap_fast_eap_gtc' to be a bool")
|
83
|
+
pulumi.set(__self__, "eap_fast_eap_gtc", eap_fast_eap_gtc)
|
84
|
+
if eap_fast_eap_gtc_pwd_change and not isinstance(eap_fast_eap_gtc_pwd_change, bool):
|
85
|
+
raise TypeError("Expected argument 'eap_fast_eap_gtc_pwd_change' to be a bool")
|
86
|
+
pulumi.set(__self__, "eap_fast_eap_gtc_pwd_change", eap_fast_eap_gtc_pwd_change)
|
87
|
+
if eap_fast_eap_gtc_pwd_change_retries and not isinstance(eap_fast_eap_gtc_pwd_change_retries, int):
|
88
|
+
raise TypeError("Expected argument 'eap_fast_eap_gtc_pwd_change_retries' to be a int")
|
89
|
+
pulumi.set(__self__, "eap_fast_eap_gtc_pwd_change_retries", eap_fast_eap_gtc_pwd_change_retries)
|
90
|
+
if eap_fast_eap_ms_chap_v2 and not isinstance(eap_fast_eap_ms_chap_v2, bool):
|
91
|
+
raise TypeError("Expected argument 'eap_fast_eap_ms_chap_v2' to be a bool")
|
92
|
+
pulumi.set(__self__, "eap_fast_eap_ms_chap_v2", eap_fast_eap_ms_chap_v2)
|
93
|
+
if eap_fast_eap_ms_chap_v2_pwd_change and not isinstance(eap_fast_eap_ms_chap_v2_pwd_change, bool):
|
94
|
+
raise TypeError("Expected argument 'eap_fast_eap_ms_chap_v2_pwd_change' to be a bool")
|
95
|
+
pulumi.set(__self__, "eap_fast_eap_ms_chap_v2_pwd_change", eap_fast_eap_ms_chap_v2_pwd_change)
|
96
|
+
if eap_fast_eap_ms_chap_v2_pwd_change_retries and not isinstance(eap_fast_eap_ms_chap_v2_pwd_change_retries, int):
|
97
|
+
raise TypeError("Expected argument 'eap_fast_eap_ms_chap_v2_pwd_change_retries' to be a int")
|
98
|
+
pulumi.set(__self__, "eap_fast_eap_ms_chap_v2_pwd_change_retries", eap_fast_eap_ms_chap_v2_pwd_change_retries)
|
99
|
+
if eap_fast_eap_tls and not isinstance(eap_fast_eap_tls, bool):
|
100
|
+
raise TypeError("Expected argument 'eap_fast_eap_tls' to be a bool")
|
101
|
+
pulumi.set(__self__, "eap_fast_eap_tls", eap_fast_eap_tls)
|
102
|
+
if eap_fast_eap_tls_auth_of_expired_certs and not isinstance(eap_fast_eap_tls_auth_of_expired_certs, bool):
|
103
|
+
raise TypeError("Expected argument 'eap_fast_eap_tls_auth_of_expired_certs' to be a bool")
|
104
|
+
pulumi.set(__self__, "eap_fast_eap_tls_auth_of_expired_certs", eap_fast_eap_tls_auth_of_expired_certs)
|
105
|
+
if eap_fast_enable_eap_chaining and not isinstance(eap_fast_enable_eap_chaining, bool):
|
106
|
+
raise TypeError("Expected argument 'eap_fast_enable_eap_chaining' to be a bool")
|
107
|
+
pulumi.set(__self__, "eap_fast_enable_eap_chaining", eap_fast_enable_eap_chaining)
|
108
|
+
if eap_fast_pacs_allow_anonymous_provisioning and not isinstance(eap_fast_pacs_allow_anonymous_provisioning, bool):
|
109
|
+
raise TypeError("Expected argument 'eap_fast_pacs_allow_anonymous_provisioning' to be a bool")
|
110
|
+
pulumi.set(__self__, "eap_fast_pacs_allow_anonymous_provisioning", eap_fast_pacs_allow_anonymous_provisioning)
|
111
|
+
if eap_fast_pacs_allow_authenticated_provisioning and not isinstance(eap_fast_pacs_allow_authenticated_provisioning, bool):
|
112
|
+
raise TypeError("Expected argument 'eap_fast_pacs_allow_authenticated_provisioning' to be a bool")
|
113
|
+
pulumi.set(__self__, "eap_fast_pacs_allow_authenticated_provisioning", eap_fast_pacs_allow_authenticated_provisioning)
|
114
|
+
if eap_fast_pacs_allow_client_cert and not isinstance(eap_fast_pacs_allow_client_cert, bool):
|
115
|
+
raise TypeError("Expected argument 'eap_fast_pacs_allow_client_cert' to be a bool")
|
116
|
+
pulumi.set(__self__, "eap_fast_pacs_allow_client_cert", eap_fast_pacs_allow_client_cert)
|
117
|
+
if eap_fast_pacs_allow_machine_authentication and not isinstance(eap_fast_pacs_allow_machine_authentication, bool):
|
118
|
+
raise TypeError("Expected argument 'eap_fast_pacs_allow_machine_authentication' to be a bool")
|
119
|
+
pulumi.set(__self__, "eap_fast_pacs_allow_machine_authentication", eap_fast_pacs_allow_machine_authentication)
|
120
|
+
if eap_fast_pacs_authorization_pac_ttl and not isinstance(eap_fast_pacs_authorization_pac_ttl, int):
|
121
|
+
raise TypeError("Expected argument 'eap_fast_pacs_authorization_pac_ttl' to be a int")
|
122
|
+
pulumi.set(__self__, "eap_fast_pacs_authorization_pac_ttl", eap_fast_pacs_authorization_pac_ttl)
|
123
|
+
if eap_fast_pacs_authorization_pac_ttl_unit and not isinstance(eap_fast_pacs_authorization_pac_ttl_unit, str):
|
124
|
+
raise TypeError("Expected argument 'eap_fast_pacs_authorization_pac_ttl_unit' to be a str")
|
125
|
+
pulumi.set(__self__, "eap_fast_pacs_authorization_pac_ttl_unit", eap_fast_pacs_authorization_pac_ttl_unit)
|
126
|
+
if eap_fast_pacs_machine_pac_ttl and not isinstance(eap_fast_pacs_machine_pac_ttl, int):
|
127
|
+
raise TypeError("Expected argument 'eap_fast_pacs_machine_pac_ttl' to be a int")
|
128
|
+
pulumi.set(__self__, "eap_fast_pacs_machine_pac_ttl", eap_fast_pacs_machine_pac_ttl)
|
129
|
+
if eap_fast_pacs_machine_pac_ttl_unit and not isinstance(eap_fast_pacs_machine_pac_ttl_unit, str):
|
130
|
+
raise TypeError("Expected argument 'eap_fast_pacs_machine_pac_ttl_unit' to be a str")
|
131
|
+
pulumi.set(__self__, "eap_fast_pacs_machine_pac_ttl_unit", eap_fast_pacs_machine_pac_ttl_unit)
|
132
|
+
if eap_fast_pacs_server_returns and not isinstance(eap_fast_pacs_server_returns, bool):
|
133
|
+
raise TypeError("Expected argument 'eap_fast_pacs_server_returns' to be a bool")
|
134
|
+
pulumi.set(__self__, "eap_fast_pacs_server_returns", eap_fast_pacs_server_returns)
|
135
|
+
if eap_fast_pacs_stateless_session_resume and not isinstance(eap_fast_pacs_stateless_session_resume, bool):
|
136
|
+
raise TypeError("Expected argument 'eap_fast_pacs_stateless_session_resume' to be a bool")
|
137
|
+
pulumi.set(__self__, "eap_fast_pacs_stateless_session_resume", eap_fast_pacs_stateless_session_resume)
|
138
|
+
if eap_fast_pacs_tunnel_pac_ttl and not isinstance(eap_fast_pacs_tunnel_pac_ttl, int):
|
139
|
+
raise TypeError("Expected argument 'eap_fast_pacs_tunnel_pac_ttl' to be a int")
|
140
|
+
pulumi.set(__self__, "eap_fast_pacs_tunnel_pac_ttl", eap_fast_pacs_tunnel_pac_ttl)
|
141
|
+
if eap_fast_pacs_tunnel_pac_ttl_unit and not isinstance(eap_fast_pacs_tunnel_pac_ttl_unit, str):
|
142
|
+
raise TypeError("Expected argument 'eap_fast_pacs_tunnel_pac_ttl_unit' to be a str")
|
143
|
+
pulumi.set(__self__, "eap_fast_pacs_tunnel_pac_ttl_unit", eap_fast_pacs_tunnel_pac_ttl_unit)
|
144
|
+
if eap_fast_pacs_use_proactive_pac_update_percentage and not isinstance(eap_fast_pacs_use_proactive_pac_update_percentage, int):
|
145
|
+
raise TypeError("Expected argument 'eap_fast_pacs_use_proactive_pac_update_percentage' to be a int")
|
146
|
+
pulumi.set(__self__, "eap_fast_pacs_use_proactive_pac_update_percentage", eap_fast_pacs_use_proactive_pac_update_percentage)
|
147
|
+
if eap_fast_use_pacs and not isinstance(eap_fast_use_pacs, bool):
|
148
|
+
raise TypeError("Expected argument 'eap_fast_use_pacs' to be a bool")
|
149
|
+
pulumi.set(__self__, "eap_fast_use_pacs", eap_fast_use_pacs)
|
150
|
+
if eap_tls_allow_auth_of_expired_certs and not isinstance(eap_tls_allow_auth_of_expired_certs, bool):
|
151
|
+
raise TypeError("Expected argument 'eap_tls_allow_auth_of_expired_certs' to be a bool")
|
152
|
+
pulumi.set(__self__, "eap_tls_allow_auth_of_expired_certs", eap_tls_allow_auth_of_expired_certs)
|
153
|
+
if eap_tls_enable_stateless_session_resume and not isinstance(eap_tls_enable_stateless_session_resume, bool):
|
154
|
+
raise TypeError("Expected argument 'eap_tls_enable_stateless_session_resume' to be a bool")
|
155
|
+
pulumi.set(__self__, "eap_tls_enable_stateless_session_resume", eap_tls_enable_stateless_session_resume)
|
156
|
+
if eap_tls_l_bit and not isinstance(eap_tls_l_bit, bool):
|
157
|
+
raise TypeError("Expected argument 'eap_tls_l_bit' to be a bool")
|
158
|
+
pulumi.set(__self__, "eap_tls_l_bit", eap_tls_l_bit)
|
159
|
+
if eap_tls_session_ticket_percentage and not isinstance(eap_tls_session_ticket_percentage, int):
|
160
|
+
raise TypeError("Expected argument 'eap_tls_session_ticket_percentage' to be a int")
|
161
|
+
pulumi.set(__self__, "eap_tls_session_ticket_percentage", eap_tls_session_ticket_percentage)
|
162
|
+
if eap_tls_session_ticket_ttl and not isinstance(eap_tls_session_ticket_ttl, int):
|
163
|
+
raise TypeError("Expected argument 'eap_tls_session_ticket_ttl' to be a int")
|
164
|
+
pulumi.set(__self__, "eap_tls_session_ticket_ttl", eap_tls_session_ticket_ttl)
|
165
|
+
if eap_tls_session_ticket_ttl_unit and not isinstance(eap_tls_session_ticket_ttl_unit, str):
|
166
|
+
raise TypeError("Expected argument 'eap_tls_session_ticket_ttl_unit' to be a str")
|
167
|
+
pulumi.set(__self__, "eap_tls_session_ticket_ttl_unit", eap_tls_session_ticket_ttl_unit)
|
168
|
+
if eap_ttls_chap and not isinstance(eap_ttls_chap, bool):
|
169
|
+
raise TypeError("Expected argument 'eap_ttls_chap' to be a bool")
|
170
|
+
pulumi.set(__self__, "eap_ttls_chap", eap_ttls_chap)
|
171
|
+
if eap_ttls_eap_md5 and not isinstance(eap_ttls_eap_md5, bool):
|
172
|
+
raise TypeError("Expected argument 'eap_ttls_eap_md5' to be a bool")
|
173
|
+
pulumi.set(__self__, "eap_ttls_eap_md5", eap_ttls_eap_md5)
|
174
|
+
if eap_ttls_eap_ms_chap_v2 and not isinstance(eap_ttls_eap_ms_chap_v2, bool):
|
175
|
+
raise TypeError("Expected argument 'eap_ttls_eap_ms_chap_v2' to be a bool")
|
176
|
+
pulumi.set(__self__, "eap_ttls_eap_ms_chap_v2", eap_ttls_eap_ms_chap_v2)
|
177
|
+
if eap_ttls_eap_ms_chap_v2_pwd_change and not isinstance(eap_ttls_eap_ms_chap_v2_pwd_change, bool):
|
178
|
+
raise TypeError("Expected argument 'eap_ttls_eap_ms_chap_v2_pwd_change' to be a bool")
|
179
|
+
pulumi.set(__self__, "eap_ttls_eap_ms_chap_v2_pwd_change", eap_ttls_eap_ms_chap_v2_pwd_change)
|
180
|
+
if eap_ttls_eap_ms_chap_v2_pwd_change_retries and not isinstance(eap_ttls_eap_ms_chap_v2_pwd_change_retries, int):
|
181
|
+
raise TypeError("Expected argument 'eap_ttls_eap_ms_chap_v2_pwd_change_retries' to be a int")
|
182
|
+
pulumi.set(__self__, "eap_ttls_eap_ms_chap_v2_pwd_change_retries", eap_ttls_eap_ms_chap_v2_pwd_change_retries)
|
183
|
+
if eap_ttls_ms_chap_v1 and not isinstance(eap_ttls_ms_chap_v1, bool):
|
184
|
+
raise TypeError("Expected argument 'eap_ttls_ms_chap_v1' to be a bool")
|
185
|
+
pulumi.set(__self__, "eap_ttls_ms_chap_v1", eap_ttls_ms_chap_v1)
|
186
|
+
if eap_ttls_ms_chap_v2 and not isinstance(eap_ttls_ms_chap_v2, bool):
|
187
|
+
raise TypeError("Expected argument 'eap_ttls_ms_chap_v2' to be a bool")
|
188
|
+
pulumi.set(__self__, "eap_ttls_ms_chap_v2", eap_ttls_ms_chap_v2)
|
189
|
+
if eap_ttls_pap_ascii and not isinstance(eap_ttls_pap_ascii, bool):
|
190
|
+
raise TypeError("Expected argument 'eap_ttls_pap_ascii' to be a bool")
|
191
|
+
pulumi.set(__self__, "eap_ttls_pap_ascii", eap_ttls_pap_ascii)
|
192
|
+
if id and not isinstance(id, str):
|
193
|
+
raise TypeError("Expected argument 'id' to be a str")
|
194
|
+
pulumi.set(__self__, "id", id)
|
195
|
+
if name and not isinstance(name, str):
|
196
|
+
raise TypeError("Expected argument 'name' to be a str")
|
197
|
+
pulumi.set(__self__, "name", name)
|
198
|
+
if peap_allow_peap_eap_gtc and not isinstance(peap_allow_peap_eap_gtc, bool):
|
199
|
+
raise TypeError("Expected argument 'peap_allow_peap_eap_gtc' to be a bool")
|
200
|
+
pulumi.set(__self__, "peap_allow_peap_eap_gtc", peap_allow_peap_eap_gtc)
|
201
|
+
if peap_allow_peap_eap_gtc_pwd_change and not isinstance(peap_allow_peap_eap_gtc_pwd_change, bool):
|
202
|
+
raise TypeError("Expected argument 'peap_allow_peap_eap_gtc_pwd_change' to be a bool")
|
203
|
+
pulumi.set(__self__, "peap_allow_peap_eap_gtc_pwd_change", peap_allow_peap_eap_gtc_pwd_change)
|
204
|
+
if peap_allow_peap_eap_gtc_pwd_change_retries and not isinstance(peap_allow_peap_eap_gtc_pwd_change_retries, int):
|
205
|
+
raise TypeError("Expected argument 'peap_allow_peap_eap_gtc_pwd_change_retries' to be a int")
|
206
|
+
pulumi.set(__self__, "peap_allow_peap_eap_gtc_pwd_change_retries", peap_allow_peap_eap_gtc_pwd_change_retries)
|
207
|
+
if peap_allow_peap_eap_ms_chap_v2 and not isinstance(peap_allow_peap_eap_ms_chap_v2, bool):
|
208
|
+
raise TypeError("Expected argument 'peap_allow_peap_eap_ms_chap_v2' to be a bool")
|
209
|
+
pulumi.set(__self__, "peap_allow_peap_eap_ms_chap_v2", peap_allow_peap_eap_ms_chap_v2)
|
210
|
+
if peap_allow_peap_eap_ms_chap_v2_pwd_change and not isinstance(peap_allow_peap_eap_ms_chap_v2_pwd_change, bool):
|
211
|
+
raise TypeError("Expected argument 'peap_allow_peap_eap_ms_chap_v2_pwd_change' to be a bool")
|
212
|
+
pulumi.set(__self__, "peap_allow_peap_eap_ms_chap_v2_pwd_change", peap_allow_peap_eap_ms_chap_v2_pwd_change)
|
213
|
+
if peap_allow_peap_eap_ms_chap_v2_pwd_change_retries and not isinstance(peap_allow_peap_eap_ms_chap_v2_pwd_change_retries, int):
|
214
|
+
raise TypeError("Expected argument 'peap_allow_peap_eap_ms_chap_v2_pwd_change_retries' to be a int")
|
215
|
+
pulumi.set(__self__, "peap_allow_peap_eap_ms_chap_v2_pwd_change_retries", peap_allow_peap_eap_ms_chap_v2_pwd_change_retries)
|
216
|
+
if peap_allow_peap_eap_tls and not isinstance(peap_allow_peap_eap_tls, bool):
|
217
|
+
raise TypeError("Expected argument 'peap_allow_peap_eap_tls' to be a bool")
|
218
|
+
pulumi.set(__self__, "peap_allow_peap_eap_tls", peap_allow_peap_eap_tls)
|
219
|
+
if peap_allow_peap_eap_tls_auth_of_expired_certs and not isinstance(peap_allow_peap_eap_tls_auth_of_expired_certs, bool):
|
220
|
+
raise TypeError("Expected argument 'peap_allow_peap_eap_tls_auth_of_expired_certs' to be a bool")
|
221
|
+
pulumi.set(__self__, "peap_allow_peap_eap_tls_auth_of_expired_certs", peap_allow_peap_eap_tls_auth_of_expired_certs)
|
222
|
+
if peap_peap_v0 and not isinstance(peap_peap_v0, bool):
|
223
|
+
raise TypeError("Expected argument 'peap_peap_v0' to be a bool")
|
224
|
+
pulumi.set(__self__, "peap_peap_v0", peap_peap_v0)
|
225
|
+
if preferred_eap_protocol and not isinstance(preferred_eap_protocol, str):
|
226
|
+
raise TypeError("Expected argument 'preferred_eap_protocol' to be a str")
|
227
|
+
pulumi.set(__self__, "preferred_eap_protocol", preferred_eap_protocol)
|
228
|
+
if process_host_lookup and not isinstance(process_host_lookup, bool):
|
229
|
+
raise TypeError("Expected argument 'process_host_lookup' to be a bool")
|
230
|
+
pulumi.set(__self__, "process_host_lookup", process_host_lookup)
|
231
|
+
if require_cryptobinding and not isinstance(require_cryptobinding, bool):
|
232
|
+
raise TypeError("Expected argument 'require_cryptobinding' to be a bool")
|
233
|
+
pulumi.set(__self__, "require_cryptobinding", require_cryptobinding)
|
234
|
+
if require_message_auth and not isinstance(require_message_auth, bool):
|
235
|
+
raise TypeError("Expected argument 'require_message_auth' to be a bool")
|
236
|
+
pulumi.set(__self__, "require_message_auth", require_message_auth)
|
237
|
+
if teap_downgrade_msk and not isinstance(teap_downgrade_msk, bool):
|
238
|
+
raise TypeError("Expected argument 'teap_downgrade_msk' to be a bool")
|
239
|
+
pulumi.set(__self__, "teap_downgrade_msk", teap_downgrade_msk)
|
240
|
+
if teap_eap_accept_client_cert_during_tunnel_est and not isinstance(teap_eap_accept_client_cert_during_tunnel_est, bool):
|
241
|
+
raise TypeError("Expected argument 'teap_eap_accept_client_cert_during_tunnel_est' to be a bool")
|
242
|
+
pulumi.set(__self__, "teap_eap_accept_client_cert_during_tunnel_est", teap_eap_accept_client_cert_during_tunnel_est)
|
243
|
+
if teap_eap_chaining and not isinstance(teap_eap_chaining, bool):
|
244
|
+
raise TypeError("Expected argument 'teap_eap_chaining' to be a bool")
|
245
|
+
pulumi.set(__self__, "teap_eap_chaining", teap_eap_chaining)
|
246
|
+
if teap_eap_ms_chap_v2 and not isinstance(teap_eap_ms_chap_v2, bool):
|
247
|
+
raise TypeError("Expected argument 'teap_eap_ms_chap_v2' to be a bool")
|
248
|
+
pulumi.set(__self__, "teap_eap_ms_chap_v2", teap_eap_ms_chap_v2)
|
249
|
+
if teap_eap_ms_chap_v2_pwd_change and not isinstance(teap_eap_ms_chap_v2_pwd_change, bool):
|
250
|
+
raise TypeError("Expected argument 'teap_eap_ms_chap_v2_pwd_change' to be a bool")
|
251
|
+
pulumi.set(__self__, "teap_eap_ms_chap_v2_pwd_change", teap_eap_ms_chap_v2_pwd_change)
|
252
|
+
if teap_eap_ms_chap_v2_pwd_change_retries and not isinstance(teap_eap_ms_chap_v2_pwd_change_retries, int):
|
253
|
+
raise TypeError("Expected argument 'teap_eap_ms_chap_v2_pwd_change_retries' to be a int")
|
254
|
+
pulumi.set(__self__, "teap_eap_ms_chap_v2_pwd_change_retries", teap_eap_ms_chap_v2_pwd_change_retries)
|
255
|
+
if teap_eap_tls and not isinstance(teap_eap_tls, bool):
|
256
|
+
raise TypeError("Expected argument 'teap_eap_tls' to be a bool")
|
257
|
+
pulumi.set(__self__, "teap_eap_tls", teap_eap_tls)
|
258
|
+
if teap_eap_tls_auth_of_expired_certs and not isinstance(teap_eap_tls_auth_of_expired_certs, bool):
|
259
|
+
raise TypeError("Expected argument 'teap_eap_tls_auth_of_expired_certs' to be a bool")
|
260
|
+
pulumi.set(__self__, "teap_eap_tls_auth_of_expired_certs", teap_eap_tls_auth_of_expired_certs)
|
261
|
+
if teap_request_basic_pwd_auth and not isinstance(teap_request_basic_pwd_auth, bool):
|
262
|
+
raise TypeError("Expected argument 'teap_request_basic_pwd_auth' to be a bool")
|
263
|
+
pulumi.set(__self__, "teap_request_basic_pwd_auth", teap_request_basic_pwd_auth)
|
264
|
+
|
265
|
+
@property
|
266
|
+
@pulumi.getter
|
267
|
+
def allow5g(self) -> bool:
|
268
|
+
"""
|
269
|
+
Allow 5G. This field is only supported from ISE 3.2.
|
270
|
+
"""
|
271
|
+
return pulumi.get(self, "allow5g")
|
272
|
+
|
273
|
+
@property
|
274
|
+
@pulumi.getter(name="allowChap")
|
275
|
+
def allow_chap(self) -> bool:
|
276
|
+
"""
|
277
|
+
Allow CHAP
|
278
|
+
"""
|
279
|
+
return pulumi.get(self, "allow_chap")
|
280
|
+
|
281
|
+
@property
|
282
|
+
@pulumi.getter(name="allowEapFast")
|
283
|
+
def allow_eap_fast(self) -> bool:
|
284
|
+
"""
|
285
|
+
Allow EAP Fast
|
286
|
+
"""
|
287
|
+
return pulumi.get(self, "allow_eap_fast")
|
288
|
+
|
289
|
+
@property
|
290
|
+
@pulumi.getter(name="allowEapMd5")
|
291
|
+
def allow_eap_md5(self) -> bool:
|
292
|
+
"""
|
293
|
+
Allow EAP MD5
|
294
|
+
"""
|
295
|
+
return pulumi.get(self, "allow_eap_md5")
|
296
|
+
|
297
|
+
@property
|
298
|
+
@pulumi.getter(name="allowEapTls")
|
299
|
+
def allow_eap_tls(self) -> bool:
|
300
|
+
"""
|
301
|
+
Allow EAP TLS
|
302
|
+
"""
|
303
|
+
return pulumi.get(self, "allow_eap_tls")
|
304
|
+
|
305
|
+
@property
|
306
|
+
@pulumi.getter(name="allowEapTtls")
|
307
|
+
def allow_eap_ttls(self) -> bool:
|
308
|
+
"""
|
309
|
+
Allow EAP TTLS
|
310
|
+
"""
|
311
|
+
return pulumi.get(self, "allow_eap_ttls")
|
312
|
+
|
313
|
+
@property
|
314
|
+
@pulumi.getter(name="allowLeap")
|
315
|
+
def allow_leap(self) -> bool:
|
316
|
+
"""
|
317
|
+
Allow LEAP
|
318
|
+
"""
|
319
|
+
return pulumi.get(self, "allow_leap")
|
320
|
+
|
321
|
+
@property
|
322
|
+
@pulumi.getter(name="allowMsChapV1")
|
323
|
+
def allow_ms_chap_v1(self) -> bool:
|
324
|
+
"""
|
325
|
+
Allow MS CHAP v1
|
326
|
+
"""
|
327
|
+
return pulumi.get(self, "allow_ms_chap_v1")
|
328
|
+
|
329
|
+
@property
|
330
|
+
@pulumi.getter(name="allowMsChapV2")
|
331
|
+
def allow_ms_chap_v2(self) -> bool:
|
332
|
+
"""
|
333
|
+
Allow MS CHAP v2
|
334
|
+
"""
|
335
|
+
return pulumi.get(self, "allow_ms_chap_v2")
|
336
|
+
|
337
|
+
@property
|
338
|
+
@pulumi.getter(name="allowPapAscii")
|
339
|
+
def allow_pap_ascii(self) -> bool:
|
340
|
+
"""
|
341
|
+
Allow PAP ASCII
|
342
|
+
"""
|
343
|
+
return pulumi.get(self, "allow_pap_ascii")
|
344
|
+
|
345
|
+
@property
|
346
|
+
@pulumi.getter(name="allowPeap")
|
347
|
+
def allow_peap(self) -> bool:
|
348
|
+
"""
|
349
|
+
Allow PEAP
|
350
|
+
"""
|
351
|
+
return pulumi.get(self, "allow_peap")
|
352
|
+
|
353
|
+
@property
|
354
|
+
@pulumi.getter(name="allowPreferredEapProtocol")
|
355
|
+
def allow_preferred_eap_protocol(self) -> bool:
|
356
|
+
"""
|
357
|
+
Allow preferred EAP protocol
|
358
|
+
"""
|
359
|
+
return pulumi.get(self, "allow_preferred_eap_protocol")
|
360
|
+
|
361
|
+
@property
|
362
|
+
@pulumi.getter(name="allowTeap")
|
363
|
+
def allow_teap(self) -> bool:
|
364
|
+
"""
|
365
|
+
Allow TEAP
|
366
|
+
"""
|
367
|
+
return pulumi.get(self, "allow_teap")
|
368
|
+
|
369
|
+
@property
|
370
|
+
@pulumi.getter(name="allowWeakCiphersForEap")
|
371
|
+
def allow_weak_ciphers_for_eap(self) -> bool:
|
372
|
+
"""
|
373
|
+
Allow weak ciphers for EAP
|
374
|
+
"""
|
375
|
+
return pulumi.get(self, "allow_weak_ciphers_for_eap")
|
376
|
+
|
377
|
+
@property
|
378
|
+
@pulumi.getter
|
379
|
+
def description(self) -> str:
|
380
|
+
"""
|
381
|
+
Description
|
382
|
+
"""
|
383
|
+
return pulumi.get(self, "description")
|
384
|
+
|
385
|
+
@property
|
386
|
+
@pulumi.getter(name="eapFastAcceptClientCert")
|
387
|
+
def eap_fast_accept_client_cert(self) -> bool:
|
388
|
+
"""
|
389
|
+
Accept client certificates. Is required only if `eap_fast_use_pacs` is `false`.
|
390
|
+
"""
|
391
|
+
return pulumi.get(self, "eap_fast_accept_client_cert")
|
392
|
+
|
393
|
+
@property
|
394
|
+
@pulumi.getter(name="eapFastAllowMachineAuthentication")
|
395
|
+
def eap_fast_allow_machine_authentication(self) -> bool:
|
396
|
+
"""
|
397
|
+
Allow machine authentication. Is required only if `eap_fast_use_pacs` is `false`.
|
398
|
+
"""
|
399
|
+
return pulumi.get(self, "eap_fast_allow_machine_authentication")
|
400
|
+
|
401
|
+
@property
|
402
|
+
@pulumi.getter(name="eapFastEapGtc")
|
403
|
+
def eap_fast_eap_gtc(self) -> bool:
|
404
|
+
"""
|
405
|
+
Allow EAP GTC
|
406
|
+
"""
|
407
|
+
return pulumi.get(self, "eap_fast_eap_gtc")
|
408
|
+
|
409
|
+
@property
|
410
|
+
@pulumi.getter(name="eapFastEapGtcPwdChange")
|
411
|
+
def eap_fast_eap_gtc_pwd_change(self) -> bool:
|
412
|
+
"""
|
413
|
+
Allow EAP GTC password change. Is required only if `eap_fast_eap_gtc` is `true`.
|
414
|
+
"""
|
415
|
+
return pulumi.get(self, "eap_fast_eap_gtc_pwd_change")
|
416
|
+
|
417
|
+
@property
|
418
|
+
@pulumi.getter(name="eapFastEapGtcPwdChangeRetries")
|
419
|
+
def eap_fast_eap_gtc_pwd_change_retries(self) -> int:
|
420
|
+
"""
|
421
|
+
EAP GTC password change retries. Is required only if `eap_fast_eap_gtc` is `true`.
|
422
|
+
"""
|
423
|
+
return pulumi.get(self, "eap_fast_eap_gtc_pwd_change_retries")
|
424
|
+
|
425
|
+
@property
|
426
|
+
@pulumi.getter(name="eapFastEapMsChapV2")
|
427
|
+
def eap_fast_eap_ms_chap_v2(self) -> bool:
|
428
|
+
"""
|
429
|
+
Allow EAP MS CHAP v2
|
430
|
+
"""
|
431
|
+
return pulumi.get(self, "eap_fast_eap_ms_chap_v2")
|
432
|
+
|
433
|
+
@property
|
434
|
+
@pulumi.getter(name="eapFastEapMsChapV2PwdChange")
|
435
|
+
def eap_fast_eap_ms_chap_v2_pwd_change(self) -> bool:
|
436
|
+
"""
|
437
|
+
Allow EAP MS CHAP v2 password change. Is required only if `eap_fast_eap_ms_chap_v2` is `true`.
|
438
|
+
"""
|
439
|
+
return pulumi.get(self, "eap_fast_eap_ms_chap_v2_pwd_change")
|
440
|
+
|
441
|
+
@property
|
442
|
+
@pulumi.getter(name="eapFastEapMsChapV2PwdChangeRetries")
|
443
|
+
def eap_fast_eap_ms_chap_v2_pwd_change_retries(self) -> int:
|
444
|
+
"""
|
445
|
+
EAP MS CHAP v2 password change retries. Is required only if `eap_fast_eap_ms_chap_v2` is `true`.
|
446
|
+
"""
|
447
|
+
return pulumi.get(self, "eap_fast_eap_ms_chap_v2_pwd_change_retries")
|
448
|
+
|
449
|
+
@property
|
450
|
+
@pulumi.getter(name="eapFastEapTls")
|
451
|
+
def eap_fast_eap_tls(self) -> bool:
|
452
|
+
"""
|
453
|
+
Allow EAP TLS
|
454
|
+
"""
|
455
|
+
return pulumi.get(self, "eap_fast_eap_tls")
|
456
|
+
|
457
|
+
@property
|
458
|
+
@pulumi.getter(name="eapFastEapTlsAuthOfExpiredCerts")
|
459
|
+
def eap_fast_eap_tls_auth_of_expired_certs(self) -> bool:
|
460
|
+
"""
|
461
|
+
Allow EAP TLS authentication of expired certificates. Is required only if `eap_fast_eap_tls` is `true`.
|
462
|
+
"""
|
463
|
+
return pulumi.get(self, "eap_fast_eap_tls_auth_of_expired_certs")
|
464
|
+
|
465
|
+
@property
|
466
|
+
@pulumi.getter(name="eapFastEnableEapChaining")
|
467
|
+
def eap_fast_enable_eap_chaining(self) -> bool:
|
468
|
+
"""
|
469
|
+
Enable EAP chaining
|
470
|
+
"""
|
471
|
+
return pulumi.get(self, "eap_fast_enable_eap_chaining")
|
472
|
+
|
473
|
+
@property
|
474
|
+
@pulumi.getter(name="eapFastPacsAllowAnonymousProvisioning")
|
475
|
+
def eap_fast_pacs_allow_anonymous_provisioning(self) -> bool:
|
476
|
+
"""
|
477
|
+
Allow anonymous provisioning. Is required only if `eap_fast_use_pacs` is `true`.
|
478
|
+
"""
|
479
|
+
return pulumi.get(self, "eap_fast_pacs_allow_anonymous_provisioning")
|
480
|
+
|
481
|
+
@property
|
482
|
+
@pulumi.getter(name="eapFastPacsAllowAuthenticatedProvisioning")
|
483
|
+
def eap_fast_pacs_allow_authenticated_provisioning(self) -> bool:
|
484
|
+
"""
|
485
|
+
Allow authenticated provisioning. Is required only if `eap_fast_use_pacs` is `true`.
|
486
|
+
"""
|
487
|
+
return pulumi.get(self, "eap_fast_pacs_allow_authenticated_provisioning")
|
488
|
+
|
489
|
+
@property
|
490
|
+
@pulumi.getter(name="eapFastPacsAllowClientCert")
|
491
|
+
def eap_fast_pacs_allow_client_cert(self) -> bool:
|
492
|
+
"""
|
493
|
+
Accept client certification for provisioning. Is required only if `eap_fast_pacs_allow_authenticated_provisioning` is `true`.
|
494
|
+
"""
|
495
|
+
return pulumi.get(self, "eap_fast_pacs_allow_client_cert")
|
496
|
+
|
497
|
+
@property
|
498
|
+
@pulumi.getter(name="eapFastPacsAllowMachineAuthentication")
|
499
|
+
def eap_fast_pacs_allow_machine_authentication(self) -> bool:
|
500
|
+
"""
|
501
|
+
Allow machine authentication. Is required only if `eap_fast_use_pacs` is `true`.
|
502
|
+
"""
|
503
|
+
return pulumi.get(self, "eap_fast_pacs_allow_machine_authentication")
|
504
|
+
|
505
|
+
@property
|
506
|
+
@pulumi.getter(name="eapFastPacsAuthorizationPacTtl")
|
507
|
+
def eap_fast_pacs_authorization_pac_ttl(self) -> int:
|
508
|
+
"""
|
509
|
+
Authorization PAC TTL. Is required only if `eap_fast_pacs_stateless_session_resume` is `true`.
|
510
|
+
"""
|
511
|
+
return pulumi.get(self, "eap_fast_pacs_authorization_pac_ttl")
|
512
|
+
|
513
|
+
@property
|
514
|
+
@pulumi.getter(name="eapFastPacsAuthorizationPacTtlUnit")
|
515
|
+
def eap_fast_pacs_authorization_pac_ttl_unit(self) -> str:
|
516
|
+
"""
|
517
|
+
Authorization PAC TTL unit. Is required only if `eap_fast_pacs_stateless_session_resume` is `true`.
|
518
|
+
"""
|
519
|
+
return pulumi.get(self, "eap_fast_pacs_authorization_pac_ttl_unit")
|
520
|
+
|
521
|
+
@property
|
522
|
+
@pulumi.getter(name="eapFastPacsMachinePacTtl")
|
523
|
+
def eap_fast_pacs_machine_pac_ttl(self) -> int:
|
524
|
+
"""
|
525
|
+
Machine PAC TTL. Is required only if `eap_fast_pacs_allow_machine_authentication` is `true`.
|
526
|
+
"""
|
527
|
+
return pulumi.get(self, "eap_fast_pacs_machine_pac_ttl")
|
528
|
+
|
529
|
+
@property
|
530
|
+
@pulumi.getter(name="eapFastPacsMachinePacTtlUnit")
|
531
|
+
def eap_fast_pacs_machine_pac_ttl_unit(self) -> str:
|
532
|
+
"""
|
533
|
+
Machine PAC TTL unit. Is required only if `eap_fast_pacs_allow_machine_authentication` is `true`.
|
534
|
+
"""
|
535
|
+
return pulumi.get(self, "eap_fast_pacs_machine_pac_ttl_unit")
|
536
|
+
|
537
|
+
@property
|
538
|
+
@pulumi.getter(name="eapFastPacsServerReturns")
|
539
|
+
def eap_fast_pacs_server_returns(self) -> bool:
|
540
|
+
"""
|
541
|
+
Server returns access accept after authenticated provisioning. Is required only if `eap_fast_pacs_allow_authenticated_provisioning` is `true`.
|
542
|
+
"""
|
543
|
+
return pulumi.get(self, "eap_fast_pacs_server_returns")
|
544
|
+
|
545
|
+
@property
|
546
|
+
@pulumi.getter(name="eapFastPacsStatelessSessionResume")
|
547
|
+
def eap_fast_pacs_stateless_session_resume(self) -> bool:
|
548
|
+
"""
|
549
|
+
Stateless session resume. Is required only if `eap_fast_use_pacs` is `true`.
|
550
|
+
"""
|
551
|
+
return pulumi.get(self, "eap_fast_pacs_stateless_session_resume")
|
552
|
+
|
553
|
+
@property
|
554
|
+
@pulumi.getter(name="eapFastPacsTunnelPacTtl")
|
555
|
+
def eap_fast_pacs_tunnel_pac_ttl(self) -> int:
|
556
|
+
"""
|
557
|
+
PACs tunnel PAC time to live. Is required only if `eap_fast_use_pacs` is `true`.
|
558
|
+
"""
|
559
|
+
return pulumi.get(self, "eap_fast_pacs_tunnel_pac_ttl")
|
560
|
+
|
561
|
+
@property
|
562
|
+
@pulumi.getter(name="eapFastPacsTunnelPacTtlUnit")
|
563
|
+
def eap_fast_pacs_tunnel_pac_ttl_unit(self) -> str:
|
564
|
+
"""
|
565
|
+
PACs tunnel PAC time to live unit. Is required only if `eap_fast_use_pacs` is `true`.
|
566
|
+
"""
|
567
|
+
return pulumi.get(self, "eap_fast_pacs_tunnel_pac_ttl_unit")
|
568
|
+
|
569
|
+
@property
|
570
|
+
@pulumi.getter(name="eapFastPacsUseProactivePacUpdatePercentage")
|
571
|
+
def eap_fast_pacs_use_proactive_pac_update_percentage(self) -> int:
|
572
|
+
"""
|
573
|
+
Use proactive pac update percentage. Is required only if `eap_fast_use_pacs` is `true`.
|
574
|
+
"""
|
575
|
+
return pulumi.get(self, "eap_fast_pacs_use_proactive_pac_update_percentage")
|
576
|
+
|
577
|
+
@property
|
578
|
+
@pulumi.getter(name="eapFastUsePacs")
|
579
|
+
def eap_fast_use_pacs(self) -> bool:
|
580
|
+
"""
|
581
|
+
Use PACs
|
582
|
+
"""
|
583
|
+
return pulumi.get(self, "eap_fast_use_pacs")
|
584
|
+
|
585
|
+
@property
|
586
|
+
@pulumi.getter(name="eapTlsAllowAuthOfExpiredCerts")
|
587
|
+
def eap_tls_allow_auth_of_expired_certs(self) -> bool:
|
588
|
+
"""
|
589
|
+
Allow authentication of expired certificates
|
590
|
+
"""
|
591
|
+
return pulumi.get(self, "eap_tls_allow_auth_of_expired_certs")
|
592
|
+
|
593
|
+
@property
|
594
|
+
@pulumi.getter(name="eapTlsEnableStatelessSessionResume")
|
595
|
+
def eap_tls_enable_stateless_session_resume(self) -> bool:
|
596
|
+
"""
|
597
|
+
Enable stateless session resume
|
598
|
+
"""
|
599
|
+
return pulumi.get(self, "eap_tls_enable_stateless_session_resume")
|
600
|
+
|
601
|
+
@property
|
602
|
+
@pulumi.getter(name="eapTlsLBit")
|
603
|
+
def eap_tls_l_bit(self) -> bool:
|
604
|
+
"""
|
605
|
+
EAP TLS L-Bit
|
606
|
+
"""
|
607
|
+
return pulumi.get(self, "eap_tls_l_bit")
|
608
|
+
|
609
|
+
@property
|
610
|
+
@pulumi.getter(name="eapTlsSessionTicketPercentage")
|
611
|
+
def eap_tls_session_ticket_percentage(self) -> int:
|
612
|
+
"""
|
613
|
+
Session ticket percentage. Is required only if `eap_tls_enable_stateless_session_resume` is `true`.
|
614
|
+
"""
|
615
|
+
return pulumi.get(self, "eap_tls_session_ticket_percentage")
|
616
|
+
|
617
|
+
@property
|
618
|
+
@pulumi.getter(name="eapTlsSessionTicketTtl")
|
619
|
+
def eap_tls_session_ticket_ttl(self) -> int:
|
620
|
+
"""
|
621
|
+
Session ticket TTL. Is required only if `eap_tls_enable_stateless_session_resume` is `true`.
|
622
|
+
"""
|
623
|
+
return pulumi.get(self, "eap_tls_session_ticket_ttl")
|
624
|
+
|
625
|
+
@property
|
626
|
+
@pulumi.getter(name="eapTlsSessionTicketTtlUnit")
|
627
|
+
def eap_tls_session_ticket_ttl_unit(self) -> str:
|
628
|
+
"""
|
629
|
+
Session ticket TTL unit. Is required only if `eap_tls_enable_stateless_session_resume` is `true`.
|
630
|
+
"""
|
631
|
+
return pulumi.get(self, "eap_tls_session_ticket_ttl_unit")
|
632
|
+
|
633
|
+
@property
|
634
|
+
@pulumi.getter(name="eapTtlsChap")
|
635
|
+
def eap_ttls_chap(self) -> bool:
|
636
|
+
"""
|
637
|
+
Allow CHAP
|
638
|
+
"""
|
639
|
+
return pulumi.get(self, "eap_ttls_chap")
|
640
|
+
|
641
|
+
@property
|
642
|
+
@pulumi.getter(name="eapTtlsEapMd5")
|
643
|
+
def eap_ttls_eap_md5(self) -> bool:
|
644
|
+
"""
|
645
|
+
Allow EAP MD5
|
646
|
+
"""
|
647
|
+
return pulumi.get(self, "eap_ttls_eap_md5")
|
648
|
+
|
649
|
+
@property
|
650
|
+
@pulumi.getter(name="eapTtlsEapMsChapV2")
|
651
|
+
def eap_ttls_eap_ms_chap_v2(self) -> bool:
|
652
|
+
"""
|
653
|
+
Allow EAP MS CHAP v2
|
654
|
+
"""
|
655
|
+
return pulumi.get(self, "eap_ttls_eap_ms_chap_v2")
|
656
|
+
|
657
|
+
@property
|
658
|
+
@pulumi.getter(name="eapTtlsEapMsChapV2PwdChange")
|
659
|
+
def eap_ttls_eap_ms_chap_v2_pwd_change(self) -> bool:
|
660
|
+
"""
|
661
|
+
Allow EAP MS CHAP v2 password change. Is required only if `eap_ttls_eap_ms_chap_v2` is `true`.
|
662
|
+
"""
|
663
|
+
return pulumi.get(self, "eap_ttls_eap_ms_chap_v2_pwd_change")
|
664
|
+
|
665
|
+
@property
|
666
|
+
@pulumi.getter(name="eapTtlsEapMsChapV2PwdChangeRetries")
|
667
|
+
def eap_ttls_eap_ms_chap_v2_pwd_change_retries(self) -> int:
|
668
|
+
"""
|
669
|
+
EAP MS CHAP v2 password change retries. Is required only if `eap_ttls_eap_ms_chap_v2` is `true`.
|
670
|
+
"""
|
671
|
+
return pulumi.get(self, "eap_ttls_eap_ms_chap_v2_pwd_change_retries")
|
672
|
+
|
673
|
+
@property
|
674
|
+
@pulumi.getter(name="eapTtlsMsChapV1")
|
675
|
+
def eap_ttls_ms_chap_v1(self) -> bool:
|
676
|
+
"""
|
677
|
+
Allow MS CHAP v1
|
678
|
+
"""
|
679
|
+
return pulumi.get(self, "eap_ttls_ms_chap_v1")
|
680
|
+
|
681
|
+
@property
|
682
|
+
@pulumi.getter(name="eapTtlsMsChapV2")
|
683
|
+
def eap_ttls_ms_chap_v2(self) -> bool:
|
684
|
+
"""
|
685
|
+
Allow MS CHAP v2
|
686
|
+
"""
|
687
|
+
return pulumi.get(self, "eap_ttls_ms_chap_v2")
|
688
|
+
|
689
|
+
@property
|
690
|
+
@pulumi.getter(name="eapTtlsPapAscii")
|
691
|
+
def eap_ttls_pap_ascii(self) -> bool:
|
692
|
+
"""
|
693
|
+
Allow PAP ASCII
|
694
|
+
"""
|
695
|
+
return pulumi.get(self, "eap_ttls_pap_ascii")
|
696
|
+
|
697
|
+
@property
|
698
|
+
@pulumi.getter
|
699
|
+
def id(self) -> str:
|
700
|
+
"""
|
701
|
+
The id of the object
|
702
|
+
"""
|
703
|
+
return pulumi.get(self, "id")
|
704
|
+
|
705
|
+
@property
|
706
|
+
@pulumi.getter
|
707
|
+
def name(self) -> str:
|
708
|
+
"""
|
709
|
+
The name of the allowed protocols
|
710
|
+
"""
|
711
|
+
return pulumi.get(self, "name")
|
712
|
+
|
713
|
+
@property
|
714
|
+
@pulumi.getter(name="peapAllowPeapEapGtc")
|
715
|
+
def peap_allow_peap_eap_gtc(self) -> bool:
|
716
|
+
"""
|
717
|
+
Allow PEAP EAP GTC
|
718
|
+
"""
|
719
|
+
return pulumi.get(self, "peap_allow_peap_eap_gtc")
|
720
|
+
|
721
|
+
@property
|
722
|
+
@pulumi.getter(name="peapAllowPeapEapGtcPwdChange")
|
723
|
+
def peap_allow_peap_eap_gtc_pwd_change(self) -> bool:
|
724
|
+
"""
|
725
|
+
Allow PEAP EAP GTC password change. Is required only if `allow_peap_eap_gtc` is `true`.
|
726
|
+
"""
|
727
|
+
return pulumi.get(self, "peap_allow_peap_eap_gtc_pwd_change")
|
728
|
+
|
729
|
+
@property
|
730
|
+
@pulumi.getter(name="peapAllowPeapEapGtcPwdChangeRetries")
|
731
|
+
def peap_allow_peap_eap_gtc_pwd_change_retries(self) -> int:
|
732
|
+
"""
|
733
|
+
PEAP EAP GTC password change retries. Is required only if `allow_peap_eap_gtc` is `true`.
|
734
|
+
"""
|
735
|
+
return pulumi.get(self, "peap_allow_peap_eap_gtc_pwd_change_retries")
|
736
|
+
|
737
|
+
@property
|
738
|
+
@pulumi.getter(name="peapAllowPeapEapMsChapV2")
|
739
|
+
def peap_allow_peap_eap_ms_chap_v2(self) -> bool:
|
740
|
+
"""
|
741
|
+
Allow PEAP EAP MS CHAP v2
|
742
|
+
"""
|
743
|
+
return pulumi.get(self, "peap_allow_peap_eap_ms_chap_v2")
|
744
|
+
|
745
|
+
@property
|
746
|
+
@pulumi.getter(name="peapAllowPeapEapMsChapV2PwdChange")
|
747
|
+
def peap_allow_peap_eap_ms_chap_v2_pwd_change(self) -> bool:
|
748
|
+
"""
|
749
|
+
Allow PEAP EAP MS CHAP v2 password change. Is required only if `allow_peap_eap_ms_chap_v2` is `true`.
|
750
|
+
"""
|
751
|
+
return pulumi.get(self, "peap_allow_peap_eap_ms_chap_v2_pwd_change")
|
752
|
+
|
753
|
+
@property
|
754
|
+
@pulumi.getter(name="peapAllowPeapEapMsChapV2PwdChangeRetries")
|
755
|
+
def peap_allow_peap_eap_ms_chap_v2_pwd_change_retries(self) -> int:
|
756
|
+
"""
|
757
|
+
Allow PEAP EAP MS CHAP v2 password change retries. Is required only if `allow_peap_eap_ms_chap_v2` is `true`.
|
758
|
+
"""
|
759
|
+
return pulumi.get(self, "peap_allow_peap_eap_ms_chap_v2_pwd_change_retries")
|
760
|
+
|
761
|
+
@property
|
762
|
+
@pulumi.getter(name="peapAllowPeapEapTls")
|
763
|
+
def peap_allow_peap_eap_tls(self) -> bool:
|
764
|
+
"""
|
765
|
+
Allow PEAP EAP TLS
|
766
|
+
"""
|
767
|
+
return pulumi.get(self, "peap_allow_peap_eap_tls")
|
768
|
+
|
769
|
+
@property
|
770
|
+
@pulumi.getter(name="peapAllowPeapEapTlsAuthOfExpiredCerts")
|
771
|
+
def peap_allow_peap_eap_tls_auth_of_expired_certs(self) -> bool:
|
772
|
+
"""
|
773
|
+
Allow PEAP EAP TLS authentication of expired certificates. Is required only if `peap_allow_peap_eap_tls` is `true`.
|
774
|
+
"""
|
775
|
+
return pulumi.get(self, "peap_allow_peap_eap_tls_auth_of_expired_certs")
|
776
|
+
|
777
|
+
@property
|
778
|
+
@pulumi.getter(name="peapPeapV0")
|
779
|
+
def peap_peap_v0(self) -> bool:
|
780
|
+
"""
|
781
|
+
Allow PEAP v0
|
782
|
+
"""
|
783
|
+
return pulumi.get(self, "peap_peap_v0")
|
784
|
+
|
785
|
+
@property
|
786
|
+
@pulumi.getter(name="preferredEapProtocol")
|
787
|
+
def preferred_eap_protocol(self) -> str:
|
788
|
+
"""
|
789
|
+
Preferred EAP protocol
|
790
|
+
"""
|
791
|
+
return pulumi.get(self, "preferred_eap_protocol")
|
792
|
+
|
793
|
+
@property
|
794
|
+
@pulumi.getter(name="processHostLookup")
|
795
|
+
def process_host_lookup(self) -> bool:
|
796
|
+
"""
|
797
|
+
Process host lookup
|
798
|
+
"""
|
799
|
+
return pulumi.get(self, "process_host_lookup")
|
800
|
+
|
801
|
+
@property
|
802
|
+
@pulumi.getter(name="requireCryptobinding")
|
803
|
+
def require_cryptobinding(self) -> bool:
|
804
|
+
"""
|
805
|
+
Require cryptobinding
|
806
|
+
"""
|
807
|
+
return pulumi.get(self, "require_cryptobinding")
|
808
|
+
|
809
|
+
@property
|
810
|
+
@pulumi.getter(name="requireMessageAuth")
|
811
|
+
def require_message_auth(self) -> bool:
|
812
|
+
"""
|
813
|
+
Require message authentication
|
814
|
+
"""
|
815
|
+
return pulumi.get(self, "require_message_auth")
|
816
|
+
|
817
|
+
@property
|
818
|
+
@pulumi.getter(name="teapDowngradeMsk")
|
819
|
+
def teap_downgrade_msk(self) -> bool:
|
820
|
+
"""
|
821
|
+
Allow downgrade to MSK
|
822
|
+
"""
|
823
|
+
return pulumi.get(self, "teap_downgrade_msk")
|
824
|
+
|
825
|
+
@property
|
826
|
+
@pulumi.getter(name="teapEapAcceptClientCertDuringTunnelEst")
|
827
|
+
def teap_eap_accept_client_cert_during_tunnel_est(self) -> bool:
|
828
|
+
"""
|
829
|
+
Accept client certificate during tunnel establishment
|
830
|
+
"""
|
831
|
+
return pulumi.get(self, "teap_eap_accept_client_cert_during_tunnel_est")
|
832
|
+
|
833
|
+
@property
|
834
|
+
@pulumi.getter(name="teapEapChaining")
|
835
|
+
def teap_eap_chaining(self) -> bool:
|
836
|
+
"""
|
837
|
+
Allow EAP chaining
|
838
|
+
"""
|
839
|
+
return pulumi.get(self, "teap_eap_chaining")
|
840
|
+
|
841
|
+
@property
|
842
|
+
@pulumi.getter(name="teapEapMsChapV2")
|
843
|
+
def teap_eap_ms_chap_v2(self) -> bool:
|
844
|
+
"""
|
845
|
+
Allow EAP MS CHAP v2
|
846
|
+
"""
|
847
|
+
return pulumi.get(self, "teap_eap_ms_chap_v2")
|
848
|
+
|
849
|
+
@property
|
850
|
+
@pulumi.getter(name="teapEapMsChapV2PwdChange")
|
851
|
+
def teap_eap_ms_chap_v2_pwd_change(self) -> bool:
|
852
|
+
"""
|
853
|
+
Allow EAP MS CHAP v2 password change. Is required only if `teap_eap_ms_chap_v2` is `true`.
|
854
|
+
"""
|
855
|
+
return pulumi.get(self, "teap_eap_ms_chap_v2_pwd_change")
|
856
|
+
|
857
|
+
@property
|
858
|
+
@pulumi.getter(name="teapEapMsChapV2PwdChangeRetries")
|
859
|
+
def teap_eap_ms_chap_v2_pwd_change_retries(self) -> int:
|
860
|
+
"""
|
861
|
+
EAP MS CHAP v2 password change retries. Is required only if `teap_eap_ms_chap_v2` is `true`.
|
862
|
+
"""
|
863
|
+
return pulumi.get(self, "teap_eap_ms_chap_v2_pwd_change_retries")
|
864
|
+
|
865
|
+
@property
|
866
|
+
@pulumi.getter(name="teapEapTls")
|
867
|
+
def teap_eap_tls(self) -> bool:
|
868
|
+
"""
|
869
|
+
Allow EAP TLS
|
870
|
+
"""
|
871
|
+
return pulumi.get(self, "teap_eap_tls")
|
872
|
+
|
873
|
+
@property
|
874
|
+
@pulumi.getter(name="teapEapTlsAuthOfExpiredCerts")
|
875
|
+
def teap_eap_tls_auth_of_expired_certs(self) -> bool:
|
876
|
+
"""
|
877
|
+
Allow EAP TLS authentication of expired certs. Is required only if `teap_eap_tls` is `true`.
|
878
|
+
"""
|
879
|
+
return pulumi.get(self, "teap_eap_tls_auth_of_expired_certs")
|
880
|
+
|
881
|
+
@property
|
882
|
+
@pulumi.getter(name="teapRequestBasicPwdAuth")
|
883
|
+
def teap_request_basic_pwd_auth(self) -> bool:
|
884
|
+
"""
|
885
|
+
Request basic password authentication
|
886
|
+
"""
|
887
|
+
return pulumi.get(self, "teap_request_basic_pwd_auth")
|
888
|
+
|
889
|
+
|
890
|
+
class AwaitableGetAllowedProtocolsResult(GetAllowedProtocolsResult):
|
891
|
+
# pylint: disable=using-constant-test
|
892
|
+
def __await__(self):
|
893
|
+
if False:
|
894
|
+
yield self
|
895
|
+
return GetAllowedProtocolsResult(
|
896
|
+
allow5g=self.allow5g,
|
897
|
+
allow_chap=self.allow_chap,
|
898
|
+
allow_eap_fast=self.allow_eap_fast,
|
899
|
+
allow_eap_md5=self.allow_eap_md5,
|
900
|
+
allow_eap_tls=self.allow_eap_tls,
|
901
|
+
allow_eap_ttls=self.allow_eap_ttls,
|
902
|
+
allow_leap=self.allow_leap,
|
903
|
+
allow_ms_chap_v1=self.allow_ms_chap_v1,
|
904
|
+
allow_ms_chap_v2=self.allow_ms_chap_v2,
|
905
|
+
allow_pap_ascii=self.allow_pap_ascii,
|
906
|
+
allow_peap=self.allow_peap,
|
907
|
+
allow_preferred_eap_protocol=self.allow_preferred_eap_protocol,
|
908
|
+
allow_teap=self.allow_teap,
|
909
|
+
allow_weak_ciphers_for_eap=self.allow_weak_ciphers_for_eap,
|
910
|
+
description=self.description,
|
911
|
+
eap_fast_accept_client_cert=self.eap_fast_accept_client_cert,
|
912
|
+
eap_fast_allow_machine_authentication=self.eap_fast_allow_machine_authentication,
|
913
|
+
eap_fast_eap_gtc=self.eap_fast_eap_gtc,
|
914
|
+
eap_fast_eap_gtc_pwd_change=self.eap_fast_eap_gtc_pwd_change,
|
915
|
+
eap_fast_eap_gtc_pwd_change_retries=self.eap_fast_eap_gtc_pwd_change_retries,
|
916
|
+
eap_fast_eap_ms_chap_v2=self.eap_fast_eap_ms_chap_v2,
|
917
|
+
eap_fast_eap_ms_chap_v2_pwd_change=self.eap_fast_eap_ms_chap_v2_pwd_change,
|
918
|
+
eap_fast_eap_ms_chap_v2_pwd_change_retries=self.eap_fast_eap_ms_chap_v2_pwd_change_retries,
|
919
|
+
eap_fast_eap_tls=self.eap_fast_eap_tls,
|
920
|
+
eap_fast_eap_tls_auth_of_expired_certs=self.eap_fast_eap_tls_auth_of_expired_certs,
|
921
|
+
eap_fast_enable_eap_chaining=self.eap_fast_enable_eap_chaining,
|
922
|
+
eap_fast_pacs_allow_anonymous_provisioning=self.eap_fast_pacs_allow_anonymous_provisioning,
|
923
|
+
eap_fast_pacs_allow_authenticated_provisioning=self.eap_fast_pacs_allow_authenticated_provisioning,
|
924
|
+
eap_fast_pacs_allow_client_cert=self.eap_fast_pacs_allow_client_cert,
|
925
|
+
eap_fast_pacs_allow_machine_authentication=self.eap_fast_pacs_allow_machine_authentication,
|
926
|
+
eap_fast_pacs_authorization_pac_ttl=self.eap_fast_pacs_authorization_pac_ttl,
|
927
|
+
eap_fast_pacs_authorization_pac_ttl_unit=self.eap_fast_pacs_authorization_pac_ttl_unit,
|
928
|
+
eap_fast_pacs_machine_pac_ttl=self.eap_fast_pacs_machine_pac_ttl,
|
929
|
+
eap_fast_pacs_machine_pac_ttl_unit=self.eap_fast_pacs_machine_pac_ttl_unit,
|
930
|
+
eap_fast_pacs_server_returns=self.eap_fast_pacs_server_returns,
|
931
|
+
eap_fast_pacs_stateless_session_resume=self.eap_fast_pacs_stateless_session_resume,
|
932
|
+
eap_fast_pacs_tunnel_pac_ttl=self.eap_fast_pacs_tunnel_pac_ttl,
|
933
|
+
eap_fast_pacs_tunnel_pac_ttl_unit=self.eap_fast_pacs_tunnel_pac_ttl_unit,
|
934
|
+
eap_fast_pacs_use_proactive_pac_update_percentage=self.eap_fast_pacs_use_proactive_pac_update_percentage,
|
935
|
+
eap_fast_use_pacs=self.eap_fast_use_pacs,
|
936
|
+
eap_tls_allow_auth_of_expired_certs=self.eap_tls_allow_auth_of_expired_certs,
|
937
|
+
eap_tls_enable_stateless_session_resume=self.eap_tls_enable_stateless_session_resume,
|
938
|
+
eap_tls_l_bit=self.eap_tls_l_bit,
|
939
|
+
eap_tls_session_ticket_percentage=self.eap_tls_session_ticket_percentage,
|
940
|
+
eap_tls_session_ticket_ttl=self.eap_tls_session_ticket_ttl,
|
941
|
+
eap_tls_session_ticket_ttl_unit=self.eap_tls_session_ticket_ttl_unit,
|
942
|
+
eap_ttls_chap=self.eap_ttls_chap,
|
943
|
+
eap_ttls_eap_md5=self.eap_ttls_eap_md5,
|
944
|
+
eap_ttls_eap_ms_chap_v2=self.eap_ttls_eap_ms_chap_v2,
|
945
|
+
eap_ttls_eap_ms_chap_v2_pwd_change=self.eap_ttls_eap_ms_chap_v2_pwd_change,
|
946
|
+
eap_ttls_eap_ms_chap_v2_pwd_change_retries=self.eap_ttls_eap_ms_chap_v2_pwd_change_retries,
|
947
|
+
eap_ttls_ms_chap_v1=self.eap_ttls_ms_chap_v1,
|
948
|
+
eap_ttls_ms_chap_v2=self.eap_ttls_ms_chap_v2,
|
949
|
+
eap_ttls_pap_ascii=self.eap_ttls_pap_ascii,
|
950
|
+
id=self.id,
|
951
|
+
name=self.name,
|
952
|
+
peap_allow_peap_eap_gtc=self.peap_allow_peap_eap_gtc,
|
953
|
+
peap_allow_peap_eap_gtc_pwd_change=self.peap_allow_peap_eap_gtc_pwd_change,
|
954
|
+
peap_allow_peap_eap_gtc_pwd_change_retries=self.peap_allow_peap_eap_gtc_pwd_change_retries,
|
955
|
+
peap_allow_peap_eap_ms_chap_v2=self.peap_allow_peap_eap_ms_chap_v2,
|
956
|
+
peap_allow_peap_eap_ms_chap_v2_pwd_change=self.peap_allow_peap_eap_ms_chap_v2_pwd_change,
|
957
|
+
peap_allow_peap_eap_ms_chap_v2_pwd_change_retries=self.peap_allow_peap_eap_ms_chap_v2_pwd_change_retries,
|
958
|
+
peap_allow_peap_eap_tls=self.peap_allow_peap_eap_tls,
|
959
|
+
peap_allow_peap_eap_tls_auth_of_expired_certs=self.peap_allow_peap_eap_tls_auth_of_expired_certs,
|
960
|
+
peap_peap_v0=self.peap_peap_v0,
|
961
|
+
preferred_eap_protocol=self.preferred_eap_protocol,
|
962
|
+
process_host_lookup=self.process_host_lookup,
|
963
|
+
require_cryptobinding=self.require_cryptobinding,
|
964
|
+
require_message_auth=self.require_message_auth,
|
965
|
+
teap_downgrade_msk=self.teap_downgrade_msk,
|
966
|
+
teap_eap_accept_client_cert_during_tunnel_est=self.teap_eap_accept_client_cert_during_tunnel_est,
|
967
|
+
teap_eap_chaining=self.teap_eap_chaining,
|
968
|
+
teap_eap_ms_chap_v2=self.teap_eap_ms_chap_v2,
|
969
|
+
teap_eap_ms_chap_v2_pwd_change=self.teap_eap_ms_chap_v2_pwd_change,
|
970
|
+
teap_eap_ms_chap_v2_pwd_change_retries=self.teap_eap_ms_chap_v2_pwd_change_retries,
|
971
|
+
teap_eap_tls=self.teap_eap_tls,
|
972
|
+
teap_eap_tls_auth_of_expired_certs=self.teap_eap_tls_auth_of_expired_certs,
|
973
|
+
teap_request_basic_pwd_auth=self.teap_request_basic_pwd_auth)
|
974
|
+
|
975
|
+
|
976
|
+
def get_allowed_protocols(id: Optional[str] = None,
|
977
|
+
name: Optional[str] = None,
|
978
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAllowedProtocolsResult:
|
979
|
+
"""
|
980
|
+
This data source can read an allowed protocols policy element.
|
981
|
+
|
982
|
+
## Example Usage
|
983
|
+
|
984
|
+
```python
|
985
|
+
import pulumi
|
986
|
+
import pulumi_ise as ise
|
987
|
+
|
988
|
+
example = ise.networkaccess.get_allowed_protocols(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
989
|
+
```
|
990
|
+
|
991
|
+
|
992
|
+
:param str id: The id of the object
|
993
|
+
:param str name: The name of the allowed protocols
|
994
|
+
"""
|
995
|
+
__args__ = dict()
|
996
|
+
__args__['id'] = id
|
997
|
+
__args__['name'] = name
|
998
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
999
|
+
__ret__ = pulumi.runtime.invoke('ise:networkaccess/getAllowedProtocols:getAllowedProtocols', __args__, opts=opts, typ=GetAllowedProtocolsResult).value
|
1000
|
+
|
1001
|
+
return AwaitableGetAllowedProtocolsResult(
|
1002
|
+
allow5g=pulumi.get(__ret__, 'allow5g'),
|
1003
|
+
allow_chap=pulumi.get(__ret__, 'allow_chap'),
|
1004
|
+
allow_eap_fast=pulumi.get(__ret__, 'allow_eap_fast'),
|
1005
|
+
allow_eap_md5=pulumi.get(__ret__, 'allow_eap_md5'),
|
1006
|
+
allow_eap_tls=pulumi.get(__ret__, 'allow_eap_tls'),
|
1007
|
+
allow_eap_ttls=pulumi.get(__ret__, 'allow_eap_ttls'),
|
1008
|
+
allow_leap=pulumi.get(__ret__, 'allow_leap'),
|
1009
|
+
allow_ms_chap_v1=pulumi.get(__ret__, 'allow_ms_chap_v1'),
|
1010
|
+
allow_ms_chap_v2=pulumi.get(__ret__, 'allow_ms_chap_v2'),
|
1011
|
+
allow_pap_ascii=pulumi.get(__ret__, 'allow_pap_ascii'),
|
1012
|
+
allow_peap=pulumi.get(__ret__, 'allow_peap'),
|
1013
|
+
allow_preferred_eap_protocol=pulumi.get(__ret__, 'allow_preferred_eap_protocol'),
|
1014
|
+
allow_teap=pulumi.get(__ret__, 'allow_teap'),
|
1015
|
+
allow_weak_ciphers_for_eap=pulumi.get(__ret__, 'allow_weak_ciphers_for_eap'),
|
1016
|
+
description=pulumi.get(__ret__, 'description'),
|
1017
|
+
eap_fast_accept_client_cert=pulumi.get(__ret__, 'eap_fast_accept_client_cert'),
|
1018
|
+
eap_fast_allow_machine_authentication=pulumi.get(__ret__, 'eap_fast_allow_machine_authentication'),
|
1019
|
+
eap_fast_eap_gtc=pulumi.get(__ret__, 'eap_fast_eap_gtc'),
|
1020
|
+
eap_fast_eap_gtc_pwd_change=pulumi.get(__ret__, 'eap_fast_eap_gtc_pwd_change'),
|
1021
|
+
eap_fast_eap_gtc_pwd_change_retries=pulumi.get(__ret__, 'eap_fast_eap_gtc_pwd_change_retries'),
|
1022
|
+
eap_fast_eap_ms_chap_v2=pulumi.get(__ret__, 'eap_fast_eap_ms_chap_v2'),
|
1023
|
+
eap_fast_eap_ms_chap_v2_pwd_change=pulumi.get(__ret__, 'eap_fast_eap_ms_chap_v2_pwd_change'),
|
1024
|
+
eap_fast_eap_ms_chap_v2_pwd_change_retries=pulumi.get(__ret__, 'eap_fast_eap_ms_chap_v2_pwd_change_retries'),
|
1025
|
+
eap_fast_eap_tls=pulumi.get(__ret__, 'eap_fast_eap_tls'),
|
1026
|
+
eap_fast_eap_tls_auth_of_expired_certs=pulumi.get(__ret__, 'eap_fast_eap_tls_auth_of_expired_certs'),
|
1027
|
+
eap_fast_enable_eap_chaining=pulumi.get(__ret__, 'eap_fast_enable_eap_chaining'),
|
1028
|
+
eap_fast_pacs_allow_anonymous_provisioning=pulumi.get(__ret__, 'eap_fast_pacs_allow_anonymous_provisioning'),
|
1029
|
+
eap_fast_pacs_allow_authenticated_provisioning=pulumi.get(__ret__, 'eap_fast_pacs_allow_authenticated_provisioning'),
|
1030
|
+
eap_fast_pacs_allow_client_cert=pulumi.get(__ret__, 'eap_fast_pacs_allow_client_cert'),
|
1031
|
+
eap_fast_pacs_allow_machine_authentication=pulumi.get(__ret__, 'eap_fast_pacs_allow_machine_authentication'),
|
1032
|
+
eap_fast_pacs_authorization_pac_ttl=pulumi.get(__ret__, 'eap_fast_pacs_authorization_pac_ttl'),
|
1033
|
+
eap_fast_pacs_authorization_pac_ttl_unit=pulumi.get(__ret__, 'eap_fast_pacs_authorization_pac_ttl_unit'),
|
1034
|
+
eap_fast_pacs_machine_pac_ttl=pulumi.get(__ret__, 'eap_fast_pacs_machine_pac_ttl'),
|
1035
|
+
eap_fast_pacs_machine_pac_ttl_unit=pulumi.get(__ret__, 'eap_fast_pacs_machine_pac_ttl_unit'),
|
1036
|
+
eap_fast_pacs_server_returns=pulumi.get(__ret__, 'eap_fast_pacs_server_returns'),
|
1037
|
+
eap_fast_pacs_stateless_session_resume=pulumi.get(__ret__, 'eap_fast_pacs_stateless_session_resume'),
|
1038
|
+
eap_fast_pacs_tunnel_pac_ttl=pulumi.get(__ret__, 'eap_fast_pacs_tunnel_pac_ttl'),
|
1039
|
+
eap_fast_pacs_tunnel_pac_ttl_unit=pulumi.get(__ret__, 'eap_fast_pacs_tunnel_pac_ttl_unit'),
|
1040
|
+
eap_fast_pacs_use_proactive_pac_update_percentage=pulumi.get(__ret__, 'eap_fast_pacs_use_proactive_pac_update_percentage'),
|
1041
|
+
eap_fast_use_pacs=pulumi.get(__ret__, 'eap_fast_use_pacs'),
|
1042
|
+
eap_tls_allow_auth_of_expired_certs=pulumi.get(__ret__, 'eap_tls_allow_auth_of_expired_certs'),
|
1043
|
+
eap_tls_enable_stateless_session_resume=pulumi.get(__ret__, 'eap_tls_enable_stateless_session_resume'),
|
1044
|
+
eap_tls_l_bit=pulumi.get(__ret__, 'eap_tls_l_bit'),
|
1045
|
+
eap_tls_session_ticket_percentage=pulumi.get(__ret__, 'eap_tls_session_ticket_percentage'),
|
1046
|
+
eap_tls_session_ticket_ttl=pulumi.get(__ret__, 'eap_tls_session_ticket_ttl'),
|
1047
|
+
eap_tls_session_ticket_ttl_unit=pulumi.get(__ret__, 'eap_tls_session_ticket_ttl_unit'),
|
1048
|
+
eap_ttls_chap=pulumi.get(__ret__, 'eap_ttls_chap'),
|
1049
|
+
eap_ttls_eap_md5=pulumi.get(__ret__, 'eap_ttls_eap_md5'),
|
1050
|
+
eap_ttls_eap_ms_chap_v2=pulumi.get(__ret__, 'eap_ttls_eap_ms_chap_v2'),
|
1051
|
+
eap_ttls_eap_ms_chap_v2_pwd_change=pulumi.get(__ret__, 'eap_ttls_eap_ms_chap_v2_pwd_change'),
|
1052
|
+
eap_ttls_eap_ms_chap_v2_pwd_change_retries=pulumi.get(__ret__, 'eap_ttls_eap_ms_chap_v2_pwd_change_retries'),
|
1053
|
+
eap_ttls_ms_chap_v1=pulumi.get(__ret__, 'eap_ttls_ms_chap_v1'),
|
1054
|
+
eap_ttls_ms_chap_v2=pulumi.get(__ret__, 'eap_ttls_ms_chap_v2'),
|
1055
|
+
eap_ttls_pap_ascii=pulumi.get(__ret__, 'eap_ttls_pap_ascii'),
|
1056
|
+
id=pulumi.get(__ret__, 'id'),
|
1057
|
+
name=pulumi.get(__ret__, 'name'),
|
1058
|
+
peap_allow_peap_eap_gtc=pulumi.get(__ret__, 'peap_allow_peap_eap_gtc'),
|
1059
|
+
peap_allow_peap_eap_gtc_pwd_change=pulumi.get(__ret__, 'peap_allow_peap_eap_gtc_pwd_change'),
|
1060
|
+
peap_allow_peap_eap_gtc_pwd_change_retries=pulumi.get(__ret__, 'peap_allow_peap_eap_gtc_pwd_change_retries'),
|
1061
|
+
peap_allow_peap_eap_ms_chap_v2=pulumi.get(__ret__, 'peap_allow_peap_eap_ms_chap_v2'),
|
1062
|
+
peap_allow_peap_eap_ms_chap_v2_pwd_change=pulumi.get(__ret__, 'peap_allow_peap_eap_ms_chap_v2_pwd_change'),
|
1063
|
+
peap_allow_peap_eap_ms_chap_v2_pwd_change_retries=pulumi.get(__ret__, 'peap_allow_peap_eap_ms_chap_v2_pwd_change_retries'),
|
1064
|
+
peap_allow_peap_eap_tls=pulumi.get(__ret__, 'peap_allow_peap_eap_tls'),
|
1065
|
+
peap_allow_peap_eap_tls_auth_of_expired_certs=pulumi.get(__ret__, 'peap_allow_peap_eap_tls_auth_of_expired_certs'),
|
1066
|
+
peap_peap_v0=pulumi.get(__ret__, 'peap_peap_v0'),
|
1067
|
+
preferred_eap_protocol=pulumi.get(__ret__, 'preferred_eap_protocol'),
|
1068
|
+
process_host_lookup=pulumi.get(__ret__, 'process_host_lookup'),
|
1069
|
+
require_cryptobinding=pulumi.get(__ret__, 'require_cryptobinding'),
|
1070
|
+
require_message_auth=pulumi.get(__ret__, 'require_message_auth'),
|
1071
|
+
teap_downgrade_msk=pulumi.get(__ret__, 'teap_downgrade_msk'),
|
1072
|
+
teap_eap_accept_client_cert_during_tunnel_est=pulumi.get(__ret__, 'teap_eap_accept_client_cert_during_tunnel_est'),
|
1073
|
+
teap_eap_chaining=pulumi.get(__ret__, 'teap_eap_chaining'),
|
1074
|
+
teap_eap_ms_chap_v2=pulumi.get(__ret__, 'teap_eap_ms_chap_v2'),
|
1075
|
+
teap_eap_ms_chap_v2_pwd_change=pulumi.get(__ret__, 'teap_eap_ms_chap_v2_pwd_change'),
|
1076
|
+
teap_eap_ms_chap_v2_pwd_change_retries=pulumi.get(__ret__, 'teap_eap_ms_chap_v2_pwd_change_retries'),
|
1077
|
+
teap_eap_tls=pulumi.get(__ret__, 'teap_eap_tls'),
|
1078
|
+
teap_eap_tls_auth_of_expired_certs=pulumi.get(__ret__, 'teap_eap_tls_auth_of_expired_certs'),
|
1079
|
+
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,
|
1082
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAllowedProtocolsResult]:
|
1083
|
+
"""
|
1084
|
+
This data source can read an allowed protocols policy element.
|
1085
|
+
|
1086
|
+
## Example Usage
|
1087
|
+
|
1088
|
+
```python
|
1089
|
+
import pulumi
|
1090
|
+
import pulumi_ise as ise
|
1091
|
+
|
1092
|
+
example = ise.networkaccess.get_allowed_protocols(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
1093
|
+
```
|
1094
|
+
|
1095
|
+
|
1096
|
+
:param str id: The id of the object
|
1097
|
+
:param str name: The name of the allowed protocols
|
1098
|
+
"""
|
1099
|
+
__args__ = dict()
|
1100
|
+
__args__['id'] = id
|
1101
|
+
__args__['name'] = name
|
1102
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
1103
|
+
__ret__ = pulumi.runtime.invoke_output('ise:networkaccess/getAllowedProtocols:getAllowedProtocols', __args__, opts=opts, typ=GetAllowedProtocolsResult)
|
1104
|
+
return __ret__.apply(lambda __response__: GetAllowedProtocolsResult(
|
1105
|
+
allow5g=pulumi.get(__response__, 'allow5g'),
|
1106
|
+
allow_chap=pulumi.get(__response__, 'allow_chap'),
|
1107
|
+
allow_eap_fast=pulumi.get(__response__, 'allow_eap_fast'),
|
1108
|
+
allow_eap_md5=pulumi.get(__response__, 'allow_eap_md5'),
|
1109
|
+
allow_eap_tls=pulumi.get(__response__, 'allow_eap_tls'),
|
1110
|
+
allow_eap_ttls=pulumi.get(__response__, 'allow_eap_ttls'),
|
1111
|
+
allow_leap=pulumi.get(__response__, 'allow_leap'),
|
1112
|
+
allow_ms_chap_v1=pulumi.get(__response__, 'allow_ms_chap_v1'),
|
1113
|
+
allow_ms_chap_v2=pulumi.get(__response__, 'allow_ms_chap_v2'),
|
1114
|
+
allow_pap_ascii=pulumi.get(__response__, 'allow_pap_ascii'),
|
1115
|
+
allow_peap=pulumi.get(__response__, 'allow_peap'),
|
1116
|
+
allow_preferred_eap_protocol=pulumi.get(__response__, 'allow_preferred_eap_protocol'),
|
1117
|
+
allow_teap=pulumi.get(__response__, 'allow_teap'),
|
1118
|
+
allow_weak_ciphers_for_eap=pulumi.get(__response__, 'allow_weak_ciphers_for_eap'),
|
1119
|
+
description=pulumi.get(__response__, 'description'),
|
1120
|
+
eap_fast_accept_client_cert=pulumi.get(__response__, 'eap_fast_accept_client_cert'),
|
1121
|
+
eap_fast_allow_machine_authentication=pulumi.get(__response__, 'eap_fast_allow_machine_authentication'),
|
1122
|
+
eap_fast_eap_gtc=pulumi.get(__response__, 'eap_fast_eap_gtc'),
|
1123
|
+
eap_fast_eap_gtc_pwd_change=pulumi.get(__response__, 'eap_fast_eap_gtc_pwd_change'),
|
1124
|
+
eap_fast_eap_gtc_pwd_change_retries=pulumi.get(__response__, 'eap_fast_eap_gtc_pwd_change_retries'),
|
1125
|
+
eap_fast_eap_ms_chap_v2=pulumi.get(__response__, 'eap_fast_eap_ms_chap_v2'),
|
1126
|
+
eap_fast_eap_ms_chap_v2_pwd_change=pulumi.get(__response__, 'eap_fast_eap_ms_chap_v2_pwd_change'),
|
1127
|
+
eap_fast_eap_ms_chap_v2_pwd_change_retries=pulumi.get(__response__, 'eap_fast_eap_ms_chap_v2_pwd_change_retries'),
|
1128
|
+
eap_fast_eap_tls=pulumi.get(__response__, 'eap_fast_eap_tls'),
|
1129
|
+
eap_fast_eap_tls_auth_of_expired_certs=pulumi.get(__response__, 'eap_fast_eap_tls_auth_of_expired_certs'),
|
1130
|
+
eap_fast_enable_eap_chaining=pulumi.get(__response__, 'eap_fast_enable_eap_chaining'),
|
1131
|
+
eap_fast_pacs_allow_anonymous_provisioning=pulumi.get(__response__, 'eap_fast_pacs_allow_anonymous_provisioning'),
|
1132
|
+
eap_fast_pacs_allow_authenticated_provisioning=pulumi.get(__response__, 'eap_fast_pacs_allow_authenticated_provisioning'),
|
1133
|
+
eap_fast_pacs_allow_client_cert=pulumi.get(__response__, 'eap_fast_pacs_allow_client_cert'),
|
1134
|
+
eap_fast_pacs_allow_machine_authentication=pulumi.get(__response__, 'eap_fast_pacs_allow_machine_authentication'),
|
1135
|
+
eap_fast_pacs_authorization_pac_ttl=pulumi.get(__response__, 'eap_fast_pacs_authorization_pac_ttl'),
|
1136
|
+
eap_fast_pacs_authorization_pac_ttl_unit=pulumi.get(__response__, 'eap_fast_pacs_authorization_pac_ttl_unit'),
|
1137
|
+
eap_fast_pacs_machine_pac_ttl=pulumi.get(__response__, 'eap_fast_pacs_machine_pac_ttl'),
|
1138
|
+
eap_fast_pacs_machine_pac_ttl_unit=pulumi.get(__response__, 'eap_fast_pacs_machine_pac_ttl_unit'),
|
1139
|
+
eap_fast_pacs_server_returns=pulumi.get(__response__, 'eap_fast_pacs_server_returns'),
|
1140
|
+
eap_fast_pacs_stateless_session_resume=pulumi.get(__response__, 'eap_fast_pacs_stateless_session_resume'),
|
1141
|
+
eap_fast_pacs_tunnel_pac_ttl=pulumi.get(__response__, 'eap_fast_pacs_tunnel_pac_ttl'),
|
1142
|
+
eap_fast_pacs_tunnel_pac_ttl_unit=pulumi.get(__response__, 'eap_fast_pacs_tunnel_pac_ttl_unit'),
|
1143
|
+
eap_fast_pacs_use_proactive_pac_update_percentage=pulumi.get(__response__, 'eap_fast_pacs_use_proactive_pac_update_percentage'),
|
1144
|
+
eap_fast_use_pacs=pulumi.get(__response__, 'eap_fast_use_pacs'),
|
1145
|
+
eap_tls_allow_auth_of_expired_certs=pulumi.get(__response__, 'eap_tls_allow_auth_of_expired_certs'),
|
1146
|
+
eap_tls_enable_stateless_session_resume=pulumi.get(__response__, 'eap_tls_enable_stateless_session_resume'),
|
1147
|
+
eap_tls_l_bit=pulumi.get(__response__, 'eap_tls_l_bit'),
|
1148
|
+
eap_tls_session_ticket_percentage=pulumi.get(__response__, 'eap_tls_session_ticket_percentage'),
|
1149
|
+
eap_tls_session_ticket_ttl=pulumi.get(__response__, 'eap_tls_session_ticket_ttl'),
|
1150
|
+
eap_tls_session_ticket_ttl_unit=pulumi.get(__response__, 'eap_tls_session_ticket_ttl_unit'),
|
1151
|
+
eap_ttls_chap=pulumi.get(__response__, 'eap_ttls_chap'),
|
1152
|
+
eap_ttls_eap_md5=pulumi.get(__response__, 'eap_ttls_eap_md5'),
|
1153
|
+
eap_ttls_eap_ms_chap_v2=pulumi.get(__response__, 'eap_ttls_eap_ms_chap_v2'),
|
1154
|
+
eap_ttls_eap_ms_chap_v2_pwd_change=pulumi.get(__response__, 'eap_ttls_eap_ms_chap_v2_pwd_change'),
|
1155
|
+
eap_ttls_eap_ms_chap_v2_pwd_change_retries=pulumi.get(__response__, 'eap_ttls_eap_ms_chap_v2_pwd_change_retries'),
|
1156
|
+
eap_ttls_ms_chap_v1=pulumi.get(__response__, 'eap_ttls_ms_chap_v1'),
|
1157
|
+
eap_ttls_ms_chap_v2=pulumi.get(__response__, 'eap_ttls_ms_chap_v2'),
|
1158
|
+
eap_ttls_pap_ascii=pulumi.get(__response__, 'eap_ttls_pap_ascii'),
|
1159
|
+
id=pulumi.get(__response__, 'id'),
|
1160
|
+
name=pulumi.get(__response__, 'name'),
|
1161
|
+
peap_allow_peap_eap_gtc=pulumi.get(__response__, 'peap_allow_peap_eap_gtc'),
|
1162
|
+
peap_allow_peap_eap_gtc_pwd_change=pulumi.get(__response__, 'peap_allow_peap_eap_gtc_pwd_change'),
|
1163
|
+
peap_allow_peap_eap_gtc_pwd_change_retries=pulumi.get(__response__, 'peap_allow_peap_eap_gtc_pwd_change_retries'),
|
1164
|
+
peap_allow_peap_eap_ms_chap_v2=pulumi.get(__response__, 'peap_allow_peap_eap_ms_chap_v2'),
|
1165
|
+
peap_allow_peap_eap_ms_chap_v2_pwd_change=pulumi.get(__response__, 'peap_allow_peap_eap_ms_chap_v2_pwd_change'),
|
1166
|
+
peap_allow_peap_eap_ms_chap_v2_pwd_change_retries=pulumi.get(__response__, 'peap_allow_peap_eap_ms_chap_v2_pwd_change_retries'),
|
1167
|
+
peap_allow_peap_eap_tls=pulumi.get(__response__, 'peap_allow_peap_eap_tls'),
|
1168
|
+
peap_allow_peap_eap_tls_auth_of_expired_certs=pulumi.get(__response__, 'peap_allow_peap_eap_tls_auth_of_expired_certs'),
|
1169
|
+
peap_peap_v0=pulumi.get(__response__, 'peap_peap_v0'),
|
1170
|
+
preferred_eap_protocol=pulumi.get(__response__, 'preferred_eap_protocol'),
|
1171
|
+
process_host_lookup=pulumi.get(__response__, 'process_host_lookup'),
|
1172
|
+
require_cryptobinding=pulumi.get(__response__, 'require_cryptobinding'),
|
1173
|
+
require_message_auth=pulumi.get(__response__, 'require_message_auth'),
|
1174
|
+
teap_downgrade_msk=pulumi.get(__response__, 'teap_downgrade_msk'),
|
1175
|
+
teap_eap_accept_client_cert_during_tunnel_est=pulumi.get(__response__, 'teap_eap_accept_client_cert_during_tunnel_est'),
|
1176
|
+
teap_eap_chaining=pulumi.get(__response__, 'teap_eap_chaining'),
|
1177
|
+
teap_eap_ms_chap_v2=pulumi.get(__response__, 'teap_eap_ms_chap_v2'),
|
1178
|
+
teap_eap_ms_chap_v2_pwd_change=pulumi.get(__response__, 'teap_eap_ms_chap_v2_pwd_change'),
|
1179
|
+
teap_eap_ms_chap_v2_pwd_change_retries=pulumi.get(__response__, 'teap_eap_ms_chap_v2_pwd_change_retries'),
|
1180
|
+
teap_eap_tls=pulumi.get(__response__, 'teap_eap_tls'),
|
1181
|
+
teap_eap_tls_auth_of_expired_certs=pulumi.get(__response__, 'teap_eap_tls_auth_of_expired_certs'),
|
1182
|
+
teap_request_basic_pwd_auth=pulumi.get(__response__, 'teap_request_basic_pwd_auth')))
|