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,567 @@
|
|
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
|
+
from . import outputs
|
17
|
+
|
18
|
+
__all__ = [
|
19
|
+
'GetAuthorizationProfileResult',
|
20
|
+
'AwaitableGetAuthorizationProfileResult',
|
21
|
+
'get_authorization_profile',
|
22
|
+
'get_authorization_profile_output',
|
23
|
+
]
|
24
|
+
|
25
|
+
@pulumi.output_type
|
26
|
+
class GetAuthorizationProfileResult:
|
27
|
+
"""
|
28
|
+
A collection of values returned by getAuthorizationProfile.
|
29
|
+
"""
|
30
|
+
def __init__(__self__, access_type=None, acl=None, advanced_attributes=None, agentless_posture=None, airespace_acl=None, airespace_ipv6_acl=None, asa_vpn=None, auto_smart_port=None, avc_profile=None, dacl_name=None, description=None, easywired_session_candidate=None, id=None, interface_template=None, ipv6_acl_filter=None, ipv6_dacl_name=None, mac_sec_policy=None, name=None, neat=None, profile_name=None, reauthentication_connectivity=None, reauthentication_timer=None, service_template=None, track_movement=None, unique_identifier=None, vlan_name_id=None, vlan_tag_id=None, voice_domain_permission=None, web_auth=None, web_redirection_acl=None, web_redirection_display_certificates_renewal_messages=None, web_redirection_portal_name=None, web_redirection_static_ip_host_name_fqdn=None, web_redirection_type=None):
|
31
|
+
if access_type and not isinstance(access_type, str):
|
32
|
+
raise TypeError("Expected argument 'access_type' to be a str")
|
33
|
+
pulumi.set(__self__, "access_type", access_type)
|
34
|
+
if acl and not isinstance(acl, str):
|
35
|
+
raise TypeError("Expected argument 'acl' to be a str")
|
36
|
+
pulumi.set(__self__, "acl", acl)
|
37
|
+
if advanced_attributes and not isinstance(advanced_attributes, list):
|
38
|
+
raise TypeError("Expected argument 'advanced_attributes' to be a list")
|
39
|
+
pulumi.set(__self__, "advanced_attributes", advanced_attributes)
|
40
|
+
if agentless_posture and not isinstance(agentless_posture, bool):
|
41
|
+
raise TypeError("Expected argument 'agentless_posture' to be a bool")
|
42
|
+
pulumi.set(__self__, "agentless_posture", agentless_posture)
|
43
|
+
if airespace_acl and not isinstance(airespace_acl, str):
|
44
|
+
raise TypeError("Expected argument 'airespace_acl' to be a str")
|
45
|
+
pulumi.set(__self__, "airespace_acl", airespace_acl)
|
46
|
+
if airespace_ipv6_acl and not isinstance(airespace_ipv6_acl, str):
|
47
|
+
raise TypeError("Expected argument 'airespace_ipv6_acl' to be a str")
|
48
|
+
pulumi.set(__self__, "airespace_ipv6_acl", airespace_ipv6_acl)
|
49
|
+
if asa_vpn and not isinstance(asa_vpn, str):
|
50
|
+
raise TypeError("Expected argument 'asa_vpn' to be a str")
|
51
|
+
pulumi.set(__self__, "asa_vpn", asa_vpn)
|
52
|
+
if auto_smart_port and not isinstance(auto_smart_port, str):
|
53
|
+
raise TypeError("Expected argument 'auto_smart_port' to be a str")
|
54
|
+
pulumi.set(__self__, "auto_smart_port", auto_smart_port)
|
55
|
+
if avc_profile and not isinstance(avc_profile, str):
|
56
|
+
raise TypeError("Expected argument 'avc_profile' to be a str")
|
57
|
+
pulumi.set(__self__, "avc_profile", avc_profile)
|
58
|
+
if dacl_name and not isinstance(dacl_name, str):
|
59
|
+
raise TypeError("Expected argument 'dacl_name' to be a str")
|
60
|
+
pulumi.set(__self__, "dacl_name", dacl_name)
|
61
|
+
if description and not isinstance(description, str):
|
62
|
+
raise TypeError("Expected argument 'description' to be a str")
|
63
|
+
pulumi.set(__self__, "description", description)
|
64
|
+
if easywired_session_candidate and not isinstance(easywired_session_candidate, bool):
|
65
|
+
raise TypeError("Expected argument 'easywired_session_candidate' to be a bool")
|
66
|
+
pulumi.set(__self__, "easywired_session_candidate", easywired_session_candidate)
|
67
|
+
if id and not isinstance(id, str):
|
68
|
+
raise TypeError("Expected argument 'id' to be a str")
|
69
|
+
pulumi.set(__self__, "id", id)
|
70
|
+
if interface_template and not isinstance(interface_template, str):
|
71
|
+
raise TypeError("Expected argument 'interface_template' to be a str")
|
72
|
+
pulumi.set(__self__, "interface_template", interface_template)
|
73
|
+
if ipv6_acl_filter and not isinstance(ipv6_acl_filter, str):
|
74
|
+
raise TypeError("Expected argument 'ipv6_acl_filter' to be a str")
|
75
|
+
pulumi.set(__self__, "ipv6_acl_filter", ipv6_acl_filter)
|
76
|
+
if ipv6_dacl_name and not isinstance(ipv6_dacl_name, str):
|
77
|
+
raise TypeError("Expected argument 'ipv6_dacl_name' to be a str")
|
78
|
+
pulumi.set(__self__, "ipv6_dacl_name", ipv6_dacl_name)
|
79
|
+
if mac_sec_policy and not isinstance(mac_sec_policy, str):
|
80
|
+
raise TypeError("Expected argument 'mac_sec_policy' to be a str")
|
81
|
+
pulumi.set(__self__, "mac_sec_policy", mac_sec_policy)
|
82
|
+
if name and not isinstance(name, str):
|
83
|
+
raise TypeError("Expected argument 'name' to be a str")
|
84
|
+
pulumi.set(__self__, "name", name)
|
85
|
+
if neat and not isinstance(neat, bool):
|
86
|
+
raise TypeError("Expected argument 'neat' to be a bool")
|
87
|
+
pulumi.set(__self__, "neat", neat)
|
88
|
+
if profile_name and not isinstance(profile_name, str):
|
89
|
+
raise TypeError("Expected argument 'profile_name' to be a str")
|
90
|
+
pulumi.set(__self__, "profile_name", profile_name)
|
91
|
+
if reauthentication_connectivity and not isinstance(reauthentication_connectivity, str):
|
92
|
+
raise TypeError("Expected argument 'reauthentication_connectivity' to be a str")
|
93
|
+
pulumi.set(__self__, "reauthentication_connectivity", reauthentication_connectivity)
|
94
|
+
if reauthentication_timer and not isinstance(reauthentication_timer, int):
|
95
|
+
raise TypeError("Expected argument 'reauthentication_timer' to be a int")
|
96
|
+
pulumi.set(__self__, "reauthentication_timer", reauthentication_timer)
|
97
|
+
if service_template and not isinstance(service_template, bool):
|
98
|
+
raise TypeError("Expected argument 'service_template' to be a bool")
|
99
|
+
pulumi.set(__self__, "service_template", service_template)
|
100
|
+
if track_movement and not isinstance(track_movement, bool):
|
101
|
+
raise TypeError("Expected argument 'track_movement' to be a bool")
|
102
|
+
pulumi.set(__self__, "track_movement", track_movement)
|
103
|
+
if unique_identifier and not isinstance(unique_identifier, str):
|
104
|
+
raise TypeError("Expected argument 'unique_identifier' to be a str")
|
105
|
+
pulumi.set(__self__, "unique_identifier", unique_identifier)
|
106
|
+
if vlan_name_id and not isinstance(vlan_name_id, str):
|
107
|
+
raise TypeError("Expected argument 'vlan_name_id' to be a str")
|
108
|
+
pulumi.set(__self__, "vlan_name_id", vlan_name_id)
|
109
|
+
if vlan_tag_id and not isinstance(vlan_tag_id, int):
|
110
|
+
raise TypeError("Expected argument 'vlan_tag_id' to be a int")
|
111
|
+
pulumi.set(__self__, "vlan_tag_id", vlan_tag_id)
|
112
|
+
if voice_domain_permission and not isinstance(voice_domain_permission, bool):
|
113
|
+
raise TypeError("Expected argument 'voice_domain_permission' to be a bool")
|
114
|
+
pulumi.set(__self__, "voice_domain_permission", voice_domain_permission)
|
115
|
+
if web_auth and not isinstance(web_auth, bool):
|
116
|
+
raise TypeError("Expected argument 'web_auth' to be a bool")
|
117
|
+
pulumi.set(__self__, "web_auth", web_auth)
|
118
|
+
if web_redirection_acl and not isinstance(web_redirection_acl, str):
|
119
|
+
raise TypeError("Expected argument 'web_redirection_acl' to be a str")
|
120
|
+
pulumi.set(__self__, "web_redirection_acl", web_redirection_acl)
|
121
|
+
if web_redirection_display_certificates_renewal_messages and not isinstance(web_redirection_display_certificates_renewal_messages, bool):
|
122
|
+
raise TypeError("Expected argument 'web_redirection_display_certificates_renewal_messages' to be a bool")
|
123
|
+
pulumi.set(__self__, "web_redirection_display_certificates_renewal_messages", web_redirection_display_certificates_renewal_messages)
|
124
|
+
if web_redirection_portal_name and not isinstance(web_redirection_portal_name, str):
|
125
|
+
raise TypeError("Expected argument 'web_redirection_portal_name' to be a str")
|
126
|
+
pulumi.set(__self__, "web_redirection_portal_name", web_redirection_portal_name)
|
127
|
+
if web_redirection_static_ip_host_name_fqdn and not isinstance(web_redirection_static_ip_host_name_fqdn, str):
|
128
|
+
raise TypeError("Expected argument 'web_redirection_static_ip_host_name_fqdn' to be a str")
|
129
|
+
pulumi.set(__self__, "web_redirection_static_ip_host_name_fqdn", web_redirection_static_ip_host_name_fqdn)
|
130
|
+
if web_redirection_type and not isinstance(web_redirection_type, str):
|
131
|
+
raise TypeError("Expected argument 'web_redirection_type' to be a str")
|
132
|
+
pulumi.set(__self__, "web_redirection_type", web_redirection_type)
|
133
|
+
|
134
|
+
@property
|
135
|
+
@pulumi.getter(name="accessType")
|
136
|
+
def access_type(self) -> str:
|
137
|
+
"""
|
138
|
+
Access type
|
139
|
+
"""
|
140
|
+
return pulumi.get(self, "access_type")
|
141
|
+
|
142
|
+
@property
|
143
|
+
@pulumi.getter
|
144
|
+
def acl(self) -> str:
|
145
|
+
"""
|
146
|
+
ACL
|
147
|
+
"""
|
148
|
+
return pulumi.get(self, "acl")
|
149
|
+
|
150
|
+
@property
|
151
|
+
@pulumi.getter(name="advancedAttributes")
|
152
|
+
def advanced_attributes(self) -> Sequence['outputs.GetAuthorizationProfileAdvancedAttributeResult']:
|
153
|
+
"""
|
154
|
+
List of advanced attributes
|
155
|
+
"""
|
156
|
+
return pulumi.get(self, "advanced_attributes")
|
157
|
+
|
158
|
+
@property
|
159
|
+
@pulumi.getter(name="agentlessPosture")
|
160
|
+
def agentless_posture(self) -> bool:
|
161
|
+
"""
|
162
|
+
Agentless Posture.
|
163
|
+
"""
|
164
|
+
return pulumi.get(self, "agentless_posture")
|
165
|
+
|
166
|
+
@property
|
167
|
+
@pulumi.getter(name="airespaceAcl")
|
168
|
+
def airespace_acl(self) -> str:
|
169
|
+
"""
|
170
|
+
Airespace ACL
|
171
|
+
"""
|
172
|
+
return pulumi.get(self, "airespace_acl")
|
173
|
+
|
174
|
+
@property
|
175
|
+
@pulumi.getter(name="airespaceIpv6Acl")
|
176
|
+
def airespace_ipv6_acl(self) -> str:
|
177
|
+
"""
|
178
|
+
Airespace IPv6 ACL
|
179
|
+
"""
|
180
|
+
return pulumi.get(self, "airespace_ipv6_acl")
|
181
|
+
|
182
|
+
@property
|
183
|
+
@pulumi.getter(name="asaVpn")
|
184
|
+
def asa_vpn(self) -> str:
|
185
|
+
"""
|
186
|
+
ASA VPN
|
187
|
+
"""
|
188
|
+
return pulumi.get(self, "asa_vpn")
|
189
|
+
|
190
|
+
@property
|
191
|
+
@pulumi.getter(name="autoSmartPort")
|
192
|
+
def auto_smart_port(self) -> str:
|
193
|
+
"""
|
194
|
+
Auto smart port
|
195
|
+
"""
|
196
|
+
return pulumi.get(self, "auto_smart_port")
|
197
|
+
|
198
|
+
@property
|
199
|
+
@pulumi.getter(name="avcProfile")
|
200
|
+
def avc_profile(self) -> str:
|
201
|
+
"""
|
202
|
+
AVC profile
|
203
|
+
"""
|
204
|
+
return pulumi.get(self, "avc_profile")
|
205
|
+
|
206
|
+
@property
|
207
|
+
@pulumi.getter(name="daclName")
|
208
|
+
def dacl_name(self) -> str:
|
209
|
+
"""
|
210
|
+
DACL name
|
211
|
+
"""
|
212
|
+
return pulumi.get(self, "dacl_name")
|
213
|
+
|
214
|
+
@property
|
215
|
+
@pulumi.getter
|
216
|
+
def description(self) -> str:
|
217
|
+
"""
|
218
|
+
Description
|
219
|
+
"""
|
220
|
+
return pulumi.get(self, "description")
|
221
|
+
|
222
|
+
@property
|
223
|
+
@pulumi.getter(name="easywiredSessionCandidate")
|
224
|
+
def easywired_session_candidate(self) -> bool:
|
225
|
+
"""
|
226
|
+
Easy wired session candidate
|
227
|
+
"""
|
228
|
+
return pulumi.get(self, "easywired_session_candidate")
|
229
|
+
|
230
|
+
@property
|
231
|
+
@pulumi.getter
|
232
|
+
def id(self) -> str:
|
233
|
+
"""
|
234
|
+
The id of the object
|
235
|
+
"""
|
236
|
+
return pulumi.get(self, "id")
|
237
|
+
|
238
|
+
@property
|
239
|
+
@pulumi.getter(name="interfaceTemplate")
|
240
|
+
def interface_template(self) -> str:
|
241
|
+
"""
|
242
|
+
Interface template
|
243
|
+
"""
|
244
|
+
return pulumi.get(self, "interface_template")
|
245
|
+
|
246
|
+
@property
|
247
|
+
@pulumi.getter(name="ipv6AclFilter")
|
248
|
+
def ipv6_acl_filter(self) -> str:
|
249
|
+
"""
|
250
|
+
IPv6 ACL
|
251
|
+
"""
|
252
|
+
return pulumi.get(self, "ipv6_acl_filter")
|
253
|
+
|
254
|
+
@property
|
255
|
+
@pulumi.getter(name="ipv6DaclName")
|
256
|
+
def ipv6_dacl_name(self) -> str:
|
257
|
+
"""
|
258
|
+
IPv6 DACL name
|
259
|
+
"""
|
260
|
+
return pulumi.get(self, "ipv6_dacl_name")
|
261
|
+
|
262
|
+
@property
|
263
|
+
@pulumi.getter(name="macSecPolicy")
|
264
|
+
def mac_sec_policy(self) -> str:
|
265
|
+
"""
|
266
|
+
MacSec policy
|
267
|
+
"""
|
268
|
+
return pulumi.get(self, "mac_sec_policy")
|
269
|
+
|
270
|
+
@property
|
271
|
+
@pulumi.getter
|
272
|
+
def name(self) -> str:
|
273
|
+
"""
|
274
|
+
The name of the authorization profile
|
275
|
+
"""
|
276
|
+
return pulumi.get(self, "name")
|
277
|
+
|
278
|
+
@property
|
279
|
+
@pulumi.getter
|
280
|
+
def neat(self) -> bool:
|
281
|
+
"""
|
282
|
+
NEAT
|
283
|
+
"""
|
284
|
+
return pulumi.get(self, "neat")
|
285
|
+
|
286
|
+
@property
|
287
|
+
@pulumi.getter(name="profileName")
|
288
|
+
def profile_name(self) -> str:
|
289
|
+
"""
|
290
|
+
Value needs to be an existing Network Device Profile
|
291
|
+
"""
|
292
|
+
return pulumi.get(self, "profile_name")
|
293
|
+
|
294
|
+
@property
|
295
|
+
@pulumi.getter(name="reauthenticationConnectivity")
|
296
|
+
def reauthentication_connectivity(self) -> str:
|
297
|
+
"""
|
298
|
+
Maintain Connectivity During Reauthentication
|
299
|
+
"""
|
300
|
+
return pulumi.get(self, "reauthentication_connectivity")
|
301
|
+
|
302
|
+
@property
|
303
|
+
@pulumi.getter(name="reauthenticationTimer")
|
304
|
+
def reauthentication_timer(self) -> int:
|
305
|
+
"""
|
306
|
+
Reauthentication timer
|
307
|
+
"""
|
308
|
+
return pulumi.get(self, "reauthentication_timer")
|
309
|
+
|
310
|
+
@property
|
311
|
+
@pulumi.getter(name="serviceTemplate")
|
312
|
+
def service_template(self) -> bool:
|
313
|
+
"""
|
314
|
+
Service template
|
315
|
+
"""
|
316
|
+
return pulumi.get(self, "service_template")
|
317
|
+
|
318
|
+
@property
|
319
|
+
@pulumi.getter(name="trackMovement")
|
320
|
+
def track_movement(self) -> bool:
|
321
|
+
"""
|
322
|
+
Track movement
|
323
|
+
"""
|
324
|
+
return pulumi.get(self, "track_movement")
|
325
|
+
|
326
|
+
@property
|
327
|
+
@pulumi.getter(name="uniqueIdentifier")
|
328
|
+
def unique_identifier(self) -> str:
|
329
|
+
"""
|
330
|
+
Unique identifier
|
331
|
+
"""
|
332
|
+
return pulumi.get(self, "unique_identifier")
|
333
|
+
|
334
|
+
@property
|
335
|
+
@pulumi.getter(name="vlanNameId")
|
336
|
+
def vlan_name_id(self) -> str:
|
337
|
+
"""
|
338
|
+
Vlan name or ID
|
339
|
+
"""
|
340
|
+
return pulumi.get(self, "vlan_name_id")
|
341
|
+
|
342
|
+
@property
|
343
|
+
@pulumi.getter(name="vlanTagId")
|
344
|
+
def vlan_tag_id(self) -> int:
|
345
|
+
"""
|
346
|
+
Vlan tag ID
|
347
|
+
"""
|
348
|
+
return pulumi.get(self, "vlan_tag_id")
|
349
|
+
|
350
|
+
@property
|
351
|
+
@pulumi.getter(name="voiceDomainPermission")
|
352
|
+
def voice_domain_permission(self) -> bool:
|
353
|
+
"""
|
354
|
+
Voice domain permission
|
355
|
+
"""
|
356
|
+
return pulumi.get(self, "voice_domain_permission")
|
357
|
+
|
358
|
+
@property
|
359
|
+
@pulumi.getter(name="webAuth")
|
360
|
+
def web_auth(self) -> bool:
|
361
|
+
"""
|
362
|
+
Web authentication (local)
|
363
|
+
"""
|
364
|
+
return pulumi.get(self, "web_auth")
|
365
|
+
|
366
|
+
@property
|
367
|
+
@pulumi.getter(name="webRedirectionAcl")
|
368
|
+
def web_redirection_acl(self) -> str:
|
369
|
+
"""
|
370
|
+
Web redirection ACL
|
371
|
+
"""
|
372
|
+
return pulumi.get(self, "web_redirection_acl")
|
373
|
+
|
374
|
+
@property
|
375
|
+
@pulumi.getter(name="webRedirectionDisplayCertificatesRenewalMessages")
|
376
|
+
def web_redirection_display_certificates_renewal_messages(self) -> bool:
|
377
|
+
"""
|
378
|
+
This attribute is mandatory when `web_redirection_type` value is `CentralizedWebAuth`. For all other `web_redirection_type` values the field must be ignored.
|
379
|
+
"""
|
380
|
+
return pulumi.get(self, "web_redirection_display_certificates_renewal_messages")
|
381
|
+
|
382
|
+
@property
|
383
|
+
@pulumi.getter(name="webRedirectionPortalName")
|
384
|
+
def web_redirection_portal_name(self) -> str:
|
385
|
+
"""
|
386
|
+
A portal that exist in the DB and fits the `web_redirection_type`
|
387
|
+
"""
|
388
|
+
return pulumi.get(self, "web_redirection_portal_name")
|
389
|
+
|
390
|
+
@property
|
391
|
+
@pulumi.getter(name="webRedirectionStaticIpHostNameFqdn")
|
392
|
+
def web_redirection_static_ip_host_name_fqdn(self) -> str:
|
393
|
+
"""
|
394
|
+
IP, hostname or FQDN
|
395
|
+
"""
|
396
|
+
return pulumi.get(self, "web_redirection_static_ip_host_name_fqdn")
|
397
|
+
|
398
|
+
@property
|
399
|
+
@pulumi.getter(name="webRedirectionType")
|
400
|
+
def web_redirection_type(self) -> str:
|
401
|
+
"""
|
402
|
+
This type must fit the `web_redirection_portal_name`
|
403
|
+
"""
|
404
|
+
return pulumi.get(self, "web_redirection_type")
|
405
|
+
|
406
|
+
|
407
|
+
class AwaitableGetAuthorizationProfileResult(GetAuthorizationProfileResult):
|
408
|
+
# pylint: disable=using-constant-test
|
409
|
+
def __await__(self):
|
410
|
+
if False:
|
411
|
+
yield self
|
412
|
+
return GetAuthorizationProfileResult(
|
413
|
+
access_type=self.access_type,
|
414
|
+
acl=self.acl,
|
415
|
+
advanced_attributes=self.advanced_attributes,
|
416
|
+
agentless_posture=self.agentless_posture,
|
417
|
+
airespace_acl=self.airespace_acl,
|
418
|
+
airespace_ipv6_acl=self.airespace_ipv6_acl,
|
419
|
+
asa_vpn=self.asa_vpn,
|
420
|
+
auto_smart_port=self.auto_smart_port,
|
421
|
+
avc_profile=self.avc_profile,
|
422
|
+
dacl_name=self.dacl_name,
|
423
|
+
description=self.description,
|
424
|
+
easywired_session_candidate=self.easywired_session_candidate,
|
425
|
+
id=self.id,
|
426
|
+
interface_template=self.interface_template,
|
427
|
+
ipv6_acl_filter=self.ipv6_acl_filter,
|
428
|
+
ipv6_dacl_name=self.ipv6_dacl_name,
|
429
|
+
mac_sec_policy=self.mac_sec_policy,
|
430
|
+
name=self.name,
|
431
|
+
neat=self.neat,
|
432
|
+
profile_name=self.profile_name,
|
433
|
+
reauthentication_connectivity=self.reauthentication_connectivity,
|
434
|
+
reauthentication_timer=self.reauthentication_timer,
|
435
|
+
service_template=self.service_template,
|
436
|
+
track_movement=self.track_movement,
|
437
|
+
unique_identifier=self.unique_identifier,
|
438
|
+
vlan_name_id=self.vlan_name_id,
|
439
|
+
vlan_tag_id=self.vlan_tag_id,
|
440
|
+
voice_domain_permission=self.voice_domain_permission,
|
441
|
+
web_auth=self.web_auth,
|
442
|
+
web_redirection_acl=self.web_redirection_acl,
|
443
|
+
web_redirection_display_certificates_renewal_messages=self.web_redirection_display_certificates_renewal_messages,
|
444
|
+
web_redirection_portal_name=self.web_redirection_portal_name,
|
445
|
+
web_redirection_static_ip_host_name_fqdn=self.web_redirection_static_ip_host_name_fqdn,
|
446
|
+
web_redirection_type=self.web_redirection_type)
|
447
|
+
|
448
|
+
|
449
|
+
def get_authorization_profile(id: Optional[str] = None,
|
450
|
+
name: Optional[str] = None,
|
451
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAuthorizationProfileResult:
|
452
|
+
"""
|
453
|
+
This data source can read an authorization profiles policy element.
|
454
|
+
|
455
|
+
## Example Usage
|
456
|
+
|
457
|
+
```python
|
458
|
+
import pulumi
|
459
|
+
import pulumi_ise as ise
|
460
|
+
|
461
|
+
example = ise.networkaccess.get_authorization_profile(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
462
|
+
```
|
463
|
+
|
464
|
+
|
465
|
+
:param str id: The id of the object
|
466
|
+
:param str name: The name of the authorization profile
|
467
|
+
"""
|
468
|
+
__args__ = dict()
|
469
|
+
__args__['id'] = id
|
470
|
+
__args__['name'] = name
|
471
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
472
|
+
__ret__ = pulumi.runtime.invoke('ise:networkaccess/getAuthorizationProfile:getAuthorizationProfile', __args__, opts=opts, typ=GetAuthorizationProfileResult).value
|
473
|
+
|
474
|
+
return AwaitableGetAuthorizationProfileResult(
|
475
|
+
access_type=pulumi.get(__ret__, 'access_type'),
|
476
|
+
acl=pulumi.get(__ret__, 'acl'),
|
477
|
+
advanced_attributes=pulumi.get(__ret__, 'advanced_attributes'),
|
478
|
+
agentless_posture=pulumi.get(__ret__, 'agentless_posture'),
|
479
|
+
airespace_acl=pulumi.get(__ret__, 'airespace_acl'),
|
480
|
+
airespace_ipv6_acl=pulumi.get(__ret__, 'airespace_ipv6_acl'),
|
481
|
+
asa_vpn=pulumi.get(__ret__, 'asa_vpn'),
|
482
|
+
auto_smart_port=pulumi.get(__ret__, 'auto_smart_port'),
|
483
|
+
avc_profile=pulumi.get(__ret__, 'avc_profile'),
|
484
|
+
dacl_name=pulumi.get(__ret__, 'dacl_name'),
|
485
|
+
description=pulumi.get(__ret__, 'description'),
|
486
|
+
easywired_session_candidate=pulumi.get(__ret__, 'easywired_session_candidate'),
|
487
|
+
id=pulumi.get(__ret__, 'id'),
|
488
|
+
interface_template=pulumi.get(__ret__, 'interface_template'),
|
489
|
+
ipv6_acl_filter=pulumi.get(__ret__, 'ipv6_acl_filter'),
|
490
|
+
ipv6_dacl_name=pulumi.get(__ret__, 'ipv6_dacl_name'),
|
491
|
+
mac_sec_policy=pulumi.get(__ret__, 'mac_sec_policy'),
|
492
|
+
name=pulumi.get(__ret__, 'name'),
|
493
|
+
neat=pulumi.get(__ret__, 'neat'),
|
494
|
+
profile_name=pulumi.get(__ret__, 'profile_name'),
|
495
|
+
reauthentication_connectivity=pulumi.get(__ret__, 'reauthentication_connectivity'),
|
496
|
+
reauthentication_timer=pulumi.get(__ret__, 'reauthentication_timer'),
|
497
|
+
service_template=pulumi.get(__ret__, 'service_template'),
|
498
|
+
track_movement=pulumi.get(__ret__, 'track_movement'),
|
499
|
+
unique_identifier=pulumi.get(__ret__, 'unique_identifier'),
|
500
|
+
vlan_name_id=pulumi.get(__ret__, 'vlan_name_id'),
|
501
|
+
vlan_tag_id=pulumi.get(__ret__, 'vlan_tag_id'),
|
502
|
+
voice_domain_permission=pulumi.get(__ret__, 'voice_domain_permission'),
|
503
|
+
web_auth=pulumi.get(__ret__, 'web_auth'),
|
504
|
+
web_redirection_acl=pulumi.get(__ret__, 'web_redirection_acl'),
|
505
|
+
web_redirection_display_certificates_renewal_messages=pulumi.get(__ret__, 'web_redirection_display_certificates_renewal_messages'),
|
506
|
+
web_redirection_portal_name=pulumi.get(__ret__, 'web_redirection_portal_name'),
|
507
|
+
web_redirection_static_ip_host_name_fqdn=pulumi.get(__ret__, 'web_redirection_static_ip_host_name_fqdn'),
|
508
|
+
web_redirection_type=pulumi.get(__ret__, 'web_redirection_type'))
|
509
|
+
def get_authorization_profile_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
510
|
+
name: Optional[pulumi.Input[Optional[str]]] = None,
|
511
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAuthorizationProfileResult]:
|
512
|
+
"""
|
513
|
+
This data source can read an authorization profiles policy element.
|
514
|
+
|
515
|
+
## Example Usage
|
516
|
+
|
517
|
+
```python
|
518
|
+
import pulumi
|
519
|
+
import pulumi_ise as ise
|
520
|
+
|
521
|
+
example = ise.networkaccess.get_authorization_profile(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
522
|
+
```
|
523
|
+
|
524
|
+
|
525
|
+
:param str id: The id of the object
|
526
|
+
:param str name: The name of the authorization profile
|
527
|
+
"""
|
528
|
+
__args__ = dict()
|
529
|
+
__args__['id'] = id
|
530
|
+
__args__['name'] = name
|
531
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
532
|
+
__ret__ = pulumi.runtime.invoke_output('ise:networkaccess/getAuthorizationProfile:getAuthorizationProfile', __args__, opts=opts, typ=GetAuthorizationProfileResult)
|
533
|
+
return __ret__.apply(lambda __response__: GetAuthorizationProfileResult(
|
534
|
+
access_type=pulumi.get(__response__, 'access_type'),
|
535
|
+
acl=pulumi.get(__response__, 'acl'),
|
536
|
+
advanced_attributes=pulumi.get(__response__, 'advanced_attributes'),
|
537
|
+
agentless_posture=pulumi.get(__response__, 'agentless_posture'),
|
538
|
+
airespace_acl=pulumi.get(__response__, 'airespace_acl'),
|
539
|
+
airespace_ipv6_acl=pulumi.get(__response__, 'airespace_ipv6_acl'),
|
540
|
+
asa_vpn=pulumi.get(__response__, 'asa_vpn'),
|
541
|
+
auto_smart_port=pulumi.get(__response__, 'auto_smart_port'),
|
542
|
+
avc_profile=pulumi.get(__response__, 'avc_profile'),
|
543
|
+
dacl_name=pulumi.get(__response__, 'dacl_name'),
|
544
|
+
description=pulumi.get(__response__, 'description'),
|
545
|
+
easywired_session_candidate=pulumi.get(__response__, 'easywired_session_candidate'),
|
546
|
+
id=pulumi.get(__response__, 'id'),
|
547
|
+
interface_template=pulumi.get(__response__, 'interface_template'),
|
548
|
+
ipv6_acl_filter=pulumi.get(__response__, 'ipv6_acl_filter'),
|
549
|
+
ipv6_dacl_name=pulumi.get(__response__, 'ipv6_dacl_name'),
|
550
|
+
mac_sec_policy=pulumi.get(__response__, 'mac_sec_policy'),
|
551
|
+
name=pulumi.get(__response__, 'name'),
|
552
|
+
neat=pulumi.get(__response__, 'neat'),
|
553
|
+
profile_name=pulumi.get(__response__, 'profile_name'),
|
554
|
+
reauthentication_connectivity=pulumi.get(__response__, 'reauthentication_connectivity'),
|
555
|
+
reauthentication_timer=pulumi.get(__response__, 'reauthentication_timer'),
|
556
|
+
service_template=pulumi.get(__response__, 'service_template'),
|
557
|
+
track_movement=pulumi.get(__response__, 'track_movement'),
|
558
|
+
unique_identifier=pulumi.get(__response__, 'unique_identifier'),
|
559
|
+
vlan_name_id=pulumi.get(__response__, 'vlan_name_id'),
|
560
|
+
vlan_tag_id=pulumi.get(__response__, 'vlan_tag_id'),
|
561
|
+
voice_domain_permission=pulumi.get(__response__, 'voice_domain_permission'),
|
562
|
+
web_auth=pulumi.get(__response__, 'web_auth'),
|
563
|
+
web_redirection_acl=pulumi.get(__response__, 'web_redirection_acl'),
|
564
|
+
web_redirection_display_certificates_renewal_messages=pulumi.get(__response__, 'web_redirection_display_certificates_renewal_messages'),
|
565
|
+
web_redirection_portal_name=pulumi.get(__response__, 'web_redirection_portal_name'),
|
566
|
+
web_redirection_static_ip_host_name_fqdn=pulumi.get(__response__, 'web_redirection_static_ip_host_name_fqdn'),
|
567
|
+
web_redirection_type=pulumi.get(__response__, 'web_redirection_type')))
|