pulumi-ise 0.1.0__py3-none-any.whl → 0.1.0a1715070880__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (163) hide show
  1. pulumi_ise/__init__.py +220 -123
  2. pulumi_ise/{system → activedirectoryadd}/__init__.py +1 -4
  3. pulumi_ise/activedirectoryadd/_inputs.py +64 -0
  4. pulumi_ise/{identitymanagement/active_directory_add_groups.py → activedirectoryadd/groups.py} +34 -34
  5. pulumi_ise/activedirectoryadd/outputs.py +52 -0
  6. pulumi_ise/activedirectorygroupsby/__init__.py +9 -0
  7. pulumi_ise/{identitymanagement/get_active_directory_groups_by_domain.py → activedirectorygroupsby/get_domain.py} +26 -26
  8. pulumi_ise/activedirectorygroupsby/outputs.py +55 -0
  9. pulumi_ise/activedirectoryjoin/__init__.py +11 -0
  10. pulumi_ise/{identitymanagement → activedirectoryjoin}/_inputs.py +6 -132
  11. pulumi_ise/{identitymanagement/get_active_directory_join_point.py → activedirectoryjoin/get_point.py} +20 -20
  12. pulumi_ise/{identitymanagement → activedirectoryjoin}/outputs.py +18 -187
  13. pulumi_ise/{identitymanagement/active_directory_join_point.py → activedirectoryjoin/point.py} +60 -60
  14. pulumi_ise/activedirectoryjoindomainwithall/__init__.py +10 -0
  15. pulumi_ise/activedirectoryjoindomainwithall/_inputs.py +52 -0
  16. pulumi_ise/{identitymanagement/active_directory_join_domain_with_all_nodes.py → activedirectoryjoindomainwithall/nodes.py} +30 -30
  17. pulumi_ise/activedirectoryjoindomainwithall/outputs.py +44 -0
  18. pulumi_ise/allowed/__init__.py +9 -0
  19. pulumi_ise/{networkaccess/get_allowed_protocols.py → allowed/get_protocols.py} +19 -19
  20. pulumi_ise/{networkaccess/allowed_protocols.py → allowed/protocols.py} +20 -20
  21. pulumi_ise/allowedprotocols/__init__.py +9 -0
  22. pulumi_ise/{deviceadmin/get_allowed_protocols_tacacs.py → allowedprotocols/get_tacacs.py} +19 -19
  23. pulumi_ise/{deviceadmin/allowed_protocols_tacacs.py → allowedprotocols/tacacs.py} +20 -20
  24. pulumi_ise/authorization/__init__.py +11 -0
  25. pulumi_ise/authorization/_inputs.py +120 -0
  26. pulumi_ise/{networkaccess/get_authorization_profile.py → authorization/get_profile.py} +20 -20
  27. pulumi_ise/authorization/outputs.py +197 -0
  28. pulumi_ise/{networkaccess/authorization_profile.py → authorization/profile.py} +32 -32
  29. pulumi_ise/certificateauthentication/__init__.py +9 -0
  30. pulumi_ise/{identitymanagement/get_certificate_authentication_profile.py → certificateauthentication/get_profile.py} +19 -19
  31. pulumi_ise/{identitymanagement/certificate_authentication_profile.py → certificateauthentication/profile.py} +20 -20
  32. pulumi_ise/deviceadmin/__init__.py +0 -18
  33. pulumi_ise/deviceadmin/_inputs.py +46 -1626
  34. pulumi_ise/deviceadmin/condition.py +5 -5
  35. pulumi_ise/deviceadmin/get_condition.py +3 -3
  36. pulumi_ise/deviceadmin/outputs.py +151 -2734
  37. pulumi_ise/deviceadminauthentication/__init__.py +11 -0
  38. pulumi_ise/deviceadminauthentication/_inputs.py +308 -0
  39. pulumi_ise/{deviceadmin/get_authentication_rule.py → deviceadminauthentication/get_rule.py} +22 -22
  40. pulumi_ise/deviceadminauthentication/outputs.py +498 -0
  41. pulumi_ise/{deviceadmin/authentication_rule.py → deviceadminauthentication/rule.py} +34 -34
  42. pulumi_ise/deviceadminauthorization/__init__.py +11 -0
  43. pulumi_ise/deviceadminauthorization/_inputs.py +308 -0
  44. pulumi_ise/{deviceadmin/get_authorization_rule.py → deviceadminauthorization/get_rule.py} +22 -22
  45. pulumi_ise/deviceadminauthorization/outputs.py +498 -0
  46. pulumi_ise/{deviceadmin/authorization_rule.py → deviceadminauthorization/rule.py} +34 -34
  47. pulumi_ise/deviceadminauthorizationexception/__init__.py +11 -0
  48. pulumi_ise/deviceadminauthorizationexception/_inputs.py +308 -0
  49. pulumi_ise/{deviceadmin/get_authorization_exception_rule.py → deviceadminauthorizationexception/get_rule.py} +22 -22
  50. pulumi_ise/deviceadminauthorizationexception/outputs.py +498 -0
  51. pulumi_ise/{deviceadmin/authorization_exception_rule.py → deviceadminauthorizationexception/rule.py} +34 -34
  52. pulumi_ise/deviceadminauthorizationglobalexception/__init__.py +11 -0
  53. pulumi_ise/deviceadminauthorizationglobalexception/_inputs.py +308 -0
  54. pulumi_ise/{deviceadmin/get_authorization_global_exception_rule.py → deviceadminauthorizationglobalexception/get_rule.py} +20 -20
  55. pulumi_ise/deviceadminauthorizationglobalexception/outputs.py +498 -0
  56. pulumi_ise/{deviceadmin/authorization_global_exception_rule.py → deviceadminauthorizationglobalexception/rule.py} +34 -34
  57. pulumi_ise/deviceadminpolicy/__init__.py +11 -0
  58. pulumi_ise/deviceadminpolicy/_inputs.py +308 -0
  59. pulumi_ise/{deviceadmin/get_policy_set.py → deviceadminpolicy/get_set.py} +20 -20
  60. pulumi_ise/deviceadminpolicy/outputs.py +498 -0
  61. pulumi_ise/{deviceadmin/policy_set.py → deviceadminpolicy/set.py} +34 -34
  62. pulumi_ise/deviceadmintimeanddate/__init__.py +9 -0
  63. pulumi_ise/{deviceadmin/time_and_date_condition.py → deviceadmintimeanddate/condition.py} +20 -20
  64. pulumi_ise/{deviceadmin/get_time_and_date_condition.py → deviceadmintimeanddate/get_condition.py} +19 -19
  65. pulumi_ise/downloadable/__init__.py +9 -0
  66. pulumi_ise/{networkaccess/downloadable_acl.py → downloadable/acl.py} +20 -20
  67. pulumi_ise/{networkaccess/get_downloadable_acl.py → downloadable/get_acl.py} +19 -19
  68. pulumi_ise/{identitymanagement/endpoint.py → endpoint.py} +6 -6
  69. pulumi_ise/endpointidentity/__init__.py +9 -0
  70. pulumi_ise/{identitymanagement/get_endpoint_identity_group.py → endpointidentity/get_group.py} +19 -19
  71. pulumi_ise/{identitymanagement/endpoint_identity_group.py → endpointidentity/group.py} +20 -20
  72. pulumi_ise/{identitymanagement/get_endpoint.py → get_endpoint.py} +4 -4
  73. pulumi_ise/{system/get_repository.py → get_repository.py} +4 -4
  74. pulumi_ise/identitysource/__init__.py +11 -0
  75. pulumi_ise/identitysource/_inputs.py +52 -0
  76. pulumi_ise/{identitymanagement/get_identity_source_sequence.py → identitysource/get_sequence.py} +20 -20
  77. pulumi_ise/identitysource/outputs.py +74 -0
  78. pulumi_ise/{identitymanagement/identity_source_sequence.py → identitysource/sequence.py} +32 -32
  79. pulumi_ise/internal/__init__.py +9 -0
  80. pulumi_ise/{identitymanagement/get_internal_user.py → internal/get_user.py} +19 -19
  81. pulumi_ise/{identitymanagement/internal_user.py → internal/user.py} +20 -20
  82. pulumi_ise/licensetier/__init__.py +11 -0
  83. pulumi_ise/{system → licensetier}/_inputs.py +2 -2
  84. pulumi_ise/{system/get_license_tier_state.py → licensetier/get_state.py} +18 -18
  85. pulumi_ise/{system → licensetier}/outputs.py +4 -4
  86. pulumi_ise/{system/license_tier_state.py → licensetier/state.py} +33 -33
  87. pulumi_ise/network/__init__.py +0 -2
  88. pulumi_ise/network/device.py +3 -3
  89. pulumi_ise/network/get_device.py +3 -3
  90. pulumi_ise/networkaccess/__init__.py +0 -18
  91. pulumi_ise/networkaccess/_inputs.py +46 -1622
  92. pulumi_ise/networkaccess/condition.py +5 -5
  93. pulumi_ise/networkaccess/dictionary.py +5 -5
  94. pulumi_ise/networkaccess/get_condition.py +3 -3
  95. pulumi_ise/networkaccess/get_dictionary.py +3 -3
  96. pulumi_ise/networkaccess/outputs.py +138 -2736
  97. pulumi_ise/networkaccessauthentication/__init__.py +11 -0
  98. pulumi_ise/networkaccessauthentication/_inputs.py +308 -0
  99. pulumi_ise/{networkaccess/get_authentication_rule.py → networkaccessauthentication/get_rule.py} +22 -22
  100. pulumi_ise/networkaccessauthentication/outputs.py +498 -0
  101. pulumi_ise/{networkaccess/authentication_rule.py → networkaccessauthentication/rule.py} +34 -34
  102. pulumi_ise/networkaccessauthorization/__init__.py +11 -0
  103. pulumi_ise/networkaccessauthorization/_inputs.py +308 -0
  104. pulumi_ise/{networkaccess/get_authorization_rule.py → networkaccessauthorization/get_rule.py} +22 -22
  105. pulumi_ise/networkaccessauthorization/outputs.py +498 -0
  106. pulumi_ise/{networkaccess/authorization_rule.py → networkaccessauthorization/rule.py} +34 -34
  107. pulumi_ise/networkaccessauthorizationexception/__init__.py +11 -0
  108. pulumi_ise/networkaccessauthorizationexception/_inputs.py +308 -0
  109. pulumi_ise/{networkaccess/get_authorization_exception_rule.py → networkaccessauthorizationexception/get_rule.py} +22 -22
  110. pulumi_ise/networkaccessauthorizationexception/outputs.py +498 -0
  111. pulumi_ise/{networkaccess/authorization_exception_rule.py → networkaccessauthorizationexception/rule.py} +34 -34
  112. pulumi_ise/networkaccessauthorizationglobalexception/__init__.py +11 -0
  113. pulumi_ise/networkaccessauthorizationglobalexception/_inputs.py +308 -0
  114. pulumi_ise/{networkaccess/get_authorization_global_exception_rule.py → networkaccessauthorizationglobalexception/get_rule.py} +20 -20
  115. pulumi_ise/networkaccessauthorizationglobalexception/outputs.py +498 -0
  116. pulumi_ise/{networkaccess/authorization_global_exception_rule.py → networkaccessauthorizationglobalexception/rule.py} +34 -34
  117. pulumi_ise/networkaccesspolicy/__init__.py +11 -0
  118. pulumi_ise/networkaccesspolicy/_inputs.py +308 -0
  119. pulumi_ise/{networkaccess/get_policy_set.py → networkaccesspolicy/get_set.py} +20 -20
  120. pulumi_ise/networkaccesspolicy/outputs.py +498 -0
  121. pulumi_ise/{networkaccess/policy_set.py → networkaccesspolicy/set.py} +34 -34
  122. pulumi_ise/networkaccesstimeanddate/__init__.py +9 -0
  123. pulumi_ise/{networkaccess/time_and_date_condition.py → networkaccesstimeanddate/condition.py} +20 -20
  124. pulumi_ise/{networkaccess/get_time_and_date_condition.py → networkaccesstimeanddate/get_condition.py} +19 -19
  125. pulumi_ise/networkdevice/__init__.py +9 -0
  126. pulumi_ise/{network/get_device_group.py → networkdevice/get_group.py} +19 -19
  127. pulumi_ise/{network/device_group.py → networkdevice/group.py} +20 -20
  128. pulumi_ise/{system/repository.py → repository.py} +6 -6
  129. pulumi_ise/tacacs/__init__.py +11 -0
  130. pulumi_ise/tacacs/_inputs.py +69 -0
  131. pulumi_ise/{deviceadmin/get_tacacs_profile.py → tacacs/get_profile.py} +20 -20
  132. pulumi_ise/tacacs/outputs.py +98 -0
  133. pulumi_ise/{deviceadmin/tacacs_profile.py → tacacs/profile.py} +31 -31
  134. pulumi_ise/tacacscommand/__init__.py +11 -0
  135. pulumi_ise/tacacscommand/_inputs.py +69 -0
  136. pulumi_ise/{deviceadmin/get_tacacs_command_set.py → tacacscommand/get_set.py} +20 -20
  137. pulumi_ise/tacacscommand/outputs.py +98 -0
  138. pulumi_ise/{deviceadmin/tacacs_command_set.py → tacacscommand/set.py} +32 -32
  139. pulumi_ise/trustsecegressmatrix/__init__.py +9 -0
  140. pulumi_ise/{trustsec/egress_matrix_cell.py → trustsecegressmatrix/cell.py} +20 -20
  141. pulumi_ise/{trustsec/get_egress_matrix_cell.py → trustsecegressmatrix/get_cell.py} +17 -17
  142. pulumi_ise/trustseciptosgt/__init__.py +9 -0
  143. pulumi_ise/{trustsec/get_ip_to_sgt_mapping.py → trustseciptosgt/get_mapping.py} +19 -19
  144. pulumi_ise/{trustsec/ip_to_sgt_mapping.py → trustseciptosgt/mapping.py} +20 -20
  145. pulumi_ise/trustseciptosgtmapping/__init__.py +9 -0
  146. pulumi_ise/{trustsec/get_ip_to_sgt_mapping_group.py → trustseciptosgtmapping/get_group.py} +19 -19
  147. pulumi_ise/{trustsec/ip_to_sgt_mapping_group.py → trustseciptosgtmapping/group.py} +20 -20
  148. pulumi_ise/trustsecsecurity/__init__.py +9 -0
  149. pulumi_ise/{trustsec/get_security_group.py → trustsecsecurity/get_group.py} +19 -19
  150. pulumi_ise/{trustsec/security_group.py → trustsecsecurity/group.py} +20 -20
  151. pulumi_ise/trustsecsecuritygroup/__init__.py +9 -0
  152. pulumi_ise/{trustsec/security_group_acl.py → trustsecsecuritygroup/acl.py} +20 -20
  153. pulumi_ise/{trustsec/get_security_group_acl.py → trustsecsecuritygroup/get_acl.py} +19 -19
  154. pulumi_ise/useridentity/__init__.py +9 -0
  155. pulumi_ise/{identitymanagement/get_user_identity_group.py → useridentity/get_group.py} +19 -19
  156. pulumi_ise/{identitymanagement/user_identity_group.py → useridentity/group.py} +20 -20
  157. {pulumi_ise-0.1.0.dist-info → pulumi_ise-0.1.0a1715070880.dist-info}/METADATA +1 -1
  158. pulumi_ise-0.1.0a1715070880.dist-info/RECORD +169 -0
  159. pulumi_ise/identitymanagement/__init__.py +0 -26
  160. pulumi_ise/trustsec/__init__.py +0 -17
  161. pulumi_ise-0.1.0.dist-info/RECORD +0 -105
  162. {pulumi_ise-0.1.0.dist-info → pulumi_ise-0.1.0a1715070880.dist-info}/WHEEL +0 -0
  163. {pulumi_ise-0.1.0.dist-info → pulumi_ise-0.1.0a1715070880.dist-info}/top_level.txt +0 -0
@@ -9,10 +9,10 @@ import pulumi.runtime
9
9
  from typing import Any, Mapping, Optional, Sequence, Union, overload
10
10
  from .. import _utilities
11
11
 
12
- __all__ = ['AllowedProtocolsTacacsArgs', 'AllowedProtocolsTacacs']
12
+ __all__ = ['TacacsArgs', 'Tacacs']
13
13
 
14
14
  @pulumi.input_type
15
- class AllowedProtocolsTacacsArgs:
15
+ class TacacsArgs:
16
16
  def __init__(__self__, *,
17
17
  allow_chap: pulumi.Input[bool],
18
18
  allow_ms_chap_v1: pulumi.Input[bool],
@@ -20,7 +20,7 @@ class AllowedProtocolsTacacsArgs:
20
20
  description: Optional[pulumi.Input[str]] = None,
21
21
  name: Optional[pulumi.Input[str]] = None):
22
22
  """
23
- The set of arguments for constructing a AllowedProtocolsTacacs resource.
23
+ The set of arguments for constructing a Tacacs resource.
24
24
  :param pulumi.Input[bool] allow_chap: Allow CHAP
25
25
  :param pulumi.Input[bool] allow_ms_chap_v1: Allow MS CHAP v1
26
26
  :param pulumi.Input[bool] allow_pap_ascii: Allow PAP ASCII
@@ -97,7 +97,7 @@ class AllowedProtocolsTacacsArgs:
97
97
 
98
98
 
99
99
  @pulumi.input_type
100
- class _AllowedProtocolsTacacsState:
100
+ class _TacacsState:
101
101
  def __init__(__self__, *,
102
102
  allow_chap: Optional[pulumi.Input[bool]] = None,
103
103
  allow_ms_chap_v1: Optional[pulumi.Input[bool]] = None,
@@ -105,7 +105,7 @@ class _AllowedProtocolsTacacsState:
105
105
  description: Optional[pulumi.Input[str]] = None,
106
106
  name: Optional[pulumi.Input[str]] = None):
107
107
  """
108
- Input properties used for looking up and filtering AllowedProtocolsTacacs resources.
108
+ Input properties used for looking up and filtering Tacacs resources.
109
109
  :param pulumi.Input[bool] allow_chap: Allow CHAP
110
110
  :param pulumi.Input[bool] allow_ms_chap_v1: Allow MS CHAP v1
111
111
  :param pulumi.Input[bool] allow_pap_ascii: Allow PAP ASCII
@@ -184,7 +184,7 @@ class _AllowedProtocolsTacacsState:
184
184
  pulumi.set(self, "name", value)
185
185
 
186
186
 
187
- class AllowedProtocolsTacacs(pulumi.CustomResource):
187
+ class Tacacs(pulumi.CustomResource):
188
188
  @overload
189
189
  def __init__(__self__,
190
190
  resource_name: str,
@@ -204,7 +204,7 @@ class AllowedProtocolsTacacs(pulumi.CustomResource):
204
204
  import pulumi
205
205
  import pulumi_ise as ise
206
206
 
207
- example = ise.deviceadmin.AllowedProtocolsTacacs("example",
207
+ example = ise.allowed_protocols.Tacacs("example",
208
208
  name="Protocols1",
209
209
  description="My allowed TACACS protocols",
210
210
  allow_pap_ascii=True,
@@ -215,7 +215,7 @@ class AllowedProtocolsTacacs(pulumi.CustomResource):
215
215
  ## Import
216
216
 
217
217
  ```sh
218
- $ pulumi import ise:deviceadmin/allowedProtocolsTacacs:AllowedProtocolsTacacs example "76d24097-41c4-4558-a4d0-a8c07ac08470"
218
+ $ pulumi import ise:AllowedProtocols/tacacs:Tacacs example "76d24097-41c4-4558-a4d0-a8c07ac08470"
219
219
  ```
220
220
 
221
221
  :param str resource_name: The name of the resource.
@@ -230,7 +230,7 @@ class AllowedProtocolsTacacs(pulumi.CustomResource):
230
230
  @overload
231
231
  def __init__(__self__,
232
232
  resource_name: str,
233
- args: AllowedProtocolsTacacsArgs,
233
+ args: TacacsArgs,
234
234
  opts: Optional[pulumi.ResourceOptions] = None):
235
235
  """
236
236
  This resource can manage a TACACS allowed protocols policy element.
@@ -241,7 +241,7 @@ class AllowedProtocolsTacacs(pulumi.CustomResource):
241
241
  import pulumi
242
242
  import pulumi_ise as ise
243
243
 
244
- example = ise.deviceadmin.AllowedProtocolsTacacs("example",
244
+ example = ise.allowed_protocols.Tacacs("example",
245
245
  name="Protocols1",
246
246
  description="My allowed TACACS protocols",
247
247
  allow_pap_ascii=True,
@@ -252,16 +252,16 @@ class AllowedProtocolsTacacs(pulumi.CustomResource):
252
252
  ## Import
253
253
 
254
254
  ```sh
255
- $ pulumi import ise:deviceadmin/allowedProtocolsTacacs:AllowedProtocolsTacacs example "76d24097-41c4-4558-a4d0-a8c07ac08470"
255
+ $ pulumi import ise:AllowedProtocols/tacacs:Tacacs example "76d24097-41c4-4558-a4d0-a8c07ac08470"
256
256
  ```
257
257
 
258
258
  :param str resource_name: The name of the resource.
259
- :param AllowedProtocolsTacacsArgs args: The arguments to use to populate this resource's properties.
259
+ :param TacacsArgs args: The arguments to use to populate this resource's properties.
260
260
  :param pulumi.ResourceOptions opts: Options for the resource.
261
261
  """
262
262
  ...
263
263
  def __init__(__self__, resource_name: str, *args, **kwargs):
264
- resource_args, opts = _utilities.get_resource_args_opts(AllowedProtocolsTacacsArgs, pulumi.ResourceOptions, *args, **kwargs)
264
+ resource_args, opts = _utilities.get_resource_args_opts(TacacsArgs, pulumi.ResourceOptions, *args, **kwargs)
265
265
  if resource_args is not None:
266
266
  __self__._internal_init(resource_name, opts, **resource_args.__dict__)
267
267
  else:
@@ -282,7 +282,7 @@ class AllowedProtocolsTacacs(pulumi.CustomResource):
282
282
  if opts.id is None:
283
283
  if __props__ is not None:
284
284
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
285
- __props__ = AllowedProtocolsTacacsArgs.__new__(AllowedProtocolsTacacsArgs)
285
+ __props__ = TacacsArgs.__new__(TacacsArgs)
286
286
 
287
287
  if allow_chap is None and not opts.urn:
288
288
  raise TypeError("Missing required property 'allow_chap'")
@@ -295,8 +295,8 @@ class AllowedProtocolsTacacs(pulumi.CustomResource):
295
295
  __props__.__dict__["allow_pap_ascii"] = allow_pap_ascii
296
296
  __props__.__dict__["description"] = description
297
297
  __props__.__dict__["name"] = name
298
- super(AllowedProtocolsTacacs, __self__).__init__(
299
- 'ise:deviceadmin/allowedProtocolsTacacs:AllowedProtocolsTacacs',
298
+ super(Tacacs, __self__).__init__(
299
+ 'ise:AllowedProtocols/tacacs:Tacacs',
300
300
  resource_name,
301
301
  __props__,
302
302
  opts)
@@ -309,9 +309,9 @@ class AllowedProtocolsTacacs(pulumi.CustomResource):
309
309
  allow_ms_chap_v1: Optional[pulumi.Input[bool]] = None,
310
310
  allow_pap_ascii: Optional[pulumi.Input[bool]] = None,
311
311
  description: Optional[pulumi.Input[str]] = None,
312
- name: Optional[pulumi.Input[str]] = None) -> 'AllowedProtocolsTacacs':
312
+ name: Optional[pulumi.Input[str]] = None) -> 'Tacacs':
313
313
  """
314
- Get an existing AllowedProtocolsTacacs resource's state with the given name, id, and optional extra
314
+ Get an existing Tacacs resource's state with the given name, id, and optional extra
315
315
  properties used to qualify the lookup.
316
316
 
317
317
  :param str resource_name: The unique name of the resulting resource.
@@ -325,14 +325,14 @@ class AllowedProtocolsTacacs(pulumi.CustomResource):
325
325
  """
326
326
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
327
327
 
328
- __props__ = _AllowedProtocolsTacacsState.__new__(_AllowedProtocolsTacacsState)
328
+ __props__ = _TacacsState.__new__(_TacacsState)
329
329
 
330
330
  __props__.__dict__["allow_chap"] = allow_chap
331
331
  __props__.__dict__["allow_ms_chap_v1"] = allow_ms_chap_v1
332
332
  __props__.__dict__["allow_pap_ascii"] = allow_pap_ascii
333
333
  __props__.__dict__["description"] = description
334
334
  __props__.__dict__["name"] = name
335
- return AllowedProtocolsTacacs(resource_name, opts=opts, __props__=__props__)
335
+ return Tacacs(resource_name, opts=opts, __props__=__props__)
336
336
 
337
337
  @property
338
338
  @pulumi.getter(name="allowChap")
@@ -0,0 +1,11 @@
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
+ from .. import _utilities
6
+ import typing
7
+ # Export this package's modules as members:
8
+ from .get_profile import *
9
+ from .profile import *
10
+ from ._inputs import *
11
+ from . import outputs
@@ -0,0 +1,120 @@
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 pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from .. import _utilities
11
+
12
+ __all__ = [
13
+ 'ProfileAdvancedAttributeArgs',
14
+ ]
15
+
16
+ @pulumi.input_type
17
+ class ProfileAdvancedAttributeArgs:
18
+ def __init__(__self__, *,
19
+ attribute_left_dictionary_name: Optional[pulumi.Input[str]] = None,
20
+ attribute_left_name: Optional[pulumi.Input[str]] = None,
21
+ attribute_right_dictionary_name: Optional[pulumi.Input[str]] = None,
22
+ attribute_right_name: Optional[pulumi.Input[str]] = None,
23
+ attribute_right_value: Optional[pulumi.Input[str]] = None,
24
+ attribute_right_value_type: Optional[pulumi.Input[str]] = None):
25
+ """
26
+ :param pulumi.Input[str] attribute_left_dictionary_name: Dictionary name
27
+ :param pulumi.Input[str] attribute_left_name: Attribute name
28
+ :param pulumi.Input[str] attribute_right_dictionary_name: Dictionary name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
29
+ :param pulumi.Input[str] attribute_right_name: Attribute name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
30
+ :param pulumi.Input[str] attribute_right_value: Attribute value, only required when `attribute_right_value_type` is `AttributeValue`
31
+ :param pulumi.Input[str] attribute_right_value_type: Advanced attribute value type
32
+ - Choices: `AdvancedDictionaryAttribute`, `AttributeValue`
33
+ """
34
+ if attribute_left_dictionary_name is not None:
35
+ pulumi.set(__self__, "attribute_left_dictionary_name", attribute_left_dictionary_name)
36
+ if attribute_left_name is not None:
37
+ pulumi.set(__self__, "attribute_left_name", attribute_left_name)
38
+ if attribute_right_dictionary_name is not None:
39
+ pulumi.set(__self__, "attribute_right_dictionary_name", attribute_right_dictionary_name)
40
+ if attribute_right_name is not None:
41
+ pulumi.set(__self__, "attribute_right_name", attribute_right_name)
42
+ if attribute_right_value is not None:
43
+ pulumi.set(__self__, "attribute_right_value", attribute_right_value)
44
+ if attribute_right_value_type is not None:
45
+ pulumi.set(__self__, "attribute_right_value_type", attribute_right_value_type)
46
+
47
+ @property
48
+ @pulumi.getter(name="attributeLeftDictionaryName")
49
+ def attribute_left_dictionary_name(self) -> Optional[pulumi.Input[str]]:
50
+ """
51
+ Dictionary name
52
+ """
53
+ return pulumi.get(self, "attribute_left_dictionary_name")
54
+
55
+ @attribute_left_dictionary_name.setter
56
+ def attribute_left_dictionary_name(self, value: Optional[pulumi.Input[str]]):
57
+ pulumi.set(self, "attribute_left_dictionary_name", value)
58
+
59
+ @property
60
+ @pulumi.getter(name="attributeLeftName")
61
+ def attribute_left_name(self) -> Optional[pulumi.Input[str]]:
62
+ """
63
+ Attribute name
64
+ """
65
+ return pulumi.get(self, "attribute_left_name")
66
+
67
+ @attribute_left_name.setter
68
+ def attribute_left_name(self, value: Optional[pulumi.Input[str]]):
69
+ pulumi.set(self, "attribute_left_name", value)
70
+
71
+ @property
72
+ @pulumi.getter(name="attributeRightDictionaryName")
73
+ def attribute_right_dictionary_name(self) -> Optional[pulumi.Input[str]]:
74
+ """
75
+ Dictionary name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
76
+ """
77
+ return pulumi.get(self, "attribute_right_dictionary_name")
78
+
79
+ @attribute_right_dictionary_name.setter
80
+ def attribute_right_dictionary_name(self, value: Optional[pulumi.Input[str]]):
81
+ pulumi.set(self, "attribute_right_dictionary_name", value)
82
+
83
+ @property
84
+ @pulumi.getter(name="attributeRightName")
85
+ def attribute_right_name(self) -> Optional[pulumi.Input[str]]:
86
+ """
87
+ Attribute name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
88
+ """
89
+ return pulumi.get(self, "attribute_right_name")
90
+
91
+ @attribute_right_name.setter
92
+ def attribute_right_name(self, value: Optional[pulumi.Input[str]]):
93
+ pulumi.set(self, "attribute_right_name", value)
94
+
95
+ @property
96
+ @pulumi.getter(name="attributeRightValue")
97
+ def attribute_right_value(self) -> Optional[pulumi.Input[str]]:
98
+ """
99
+ Attribute value, only required when `attribute_right_value_type` is `AttributeValue`
100
+ """
101
+ return pulumi.get(self, "attribute_right_value")
102
+
103
+ @attribute_right_value.setter
104
+ def attribute_right_value(self, value: Optional[pulumi.Input[str]]):
105
+ pulumi.set(self, "attribute_right_value", value)
106
+
107
+ @property
108
+ @pulumi.getter(name="attributeRightValueType")
109
+ def attribute_right_value_type(self) -> Optional[pulumi.Input[str]]:
110
+ """
111
+ Advanced attribute value type
112
+ - Choices: `AdvancedDictionaryAttribute`, `AttributeValue`
113
+ """
114
+ return pulumi.get(self, "attribute_right_value_type")
115
+
116
+ @attribute_right_value_type.setter
117
+ def attribute_right_value_type(self, value: Optional[pulumi.Input[str]]):
118
+ pulumi.set(self, "attribute_right_value_type", value)
119
+
120
+
@@ -11,16 +11,16 @@ from .. import _utilities
11
11
  from . import outputs
12
12
 
13
13
  __all__ = [
14
- 'GetAuthorizationProfileResult',
15
- 'AwaitableGetAuthorizationProfileResult',
16
- 'get_authorization_profile',
17
- 'get_authorization_profile_output',
14
+ 'GetProfileResult',
15
+ 'AwaitableGetProfileResult',
16
+ 'get_profile',
17
+ 'get_profile_output',
18
18
  ]
19
19
 
20
20
  @pulumi.output_type
21
- class GetAuthorizationProfileResult:
21
+ class GetProfileResult:
22
22
  """
23
- A collection of values returned by getAuthorizationProfile.
23
+ A collection of values returned by getProfile.
24
24
  """
25
25
  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):
26
26
  if access_type and not isinstance(access_type, str):
@@ -144,7 +144,7 @@ class GetAuthorizationProfileResult:
144
144
 
145
145
  @property
146
146
  @pulumi.getter(name="advancedAttributes")
147
- def advanced_attributes(self) -> Sequence['outputs.GetAuthorizationProfileAdvancedAttributeResult']:
147
+ def advanced_attributes(self) -> Sequence['outputs.GetProfileAdvancedAttributeResult']:
148
148
  """
149
149
  List of advanced attributes
150
150
  """
@@ -399,12 +399,12 @@ class GetAuthorizationProfileResult:
399
399
  return pulumi.get(self, "web_redirection_type")
400
400
 
401
401
 
402
- class AwaitableGetAuthorizationProfileResult(GetAuthorizationProfileResult):
402
+ class AwaitableGetProfileResult(GetProfileResult):
403
403
  # pylint: disable=using-constant-test
404
404
  def __await__(self):
405
405
  if False:
406
406
  yield self
407
- return GetAuthorizationProfileResult(
407
+ return GetProfileResult(
408
408
  access_type=self.access_type,
409
409
  acl=self.acl,
410
410
  advanced_attributes=self.advanced_attributes,
@@ -441,9 +441,9 @@ class AwaitableGetAuthorizationProfileResult(GetAuthorizationProfileResult):
441
441
  web_redirection_type=self.web_redirection_type)
442
442
 
443
443
 
444
- def get_authorization_profile(id: Optional[str] = None,
445
- name: Optional[str] = None,
446
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAuthorizationProfileResult:
444
+ def get_profile(id: Optional[str] = None,
445
+ name: Optional[str] = None,
446
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProfileResult:
447
447
  """
448
448
  This data source can read an authorization profiles policy element.
449
449
 
@@ -453,7 +453,7 @@ def get_authorization_profile(id: Optional[str] = None,
453
453
  import pulumi
454
454
  import pulumi_ise as ise
455
455
 
456
- example = ise.networkaccess.get_authorization_profile(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
456
+ example = ise.Authorization.get_profile(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
457
457
  ```
458
458
 
459
459
 
@@ -464,9 +464,9 @@ def get_authorization_profile(id: Optional[str] = None,
464
464
  __args__['id'] = id
465
465
  __args__['name'] = name
466
466
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
467
- __ret__ = pulumi.runtime.invoke('ise:networkaccess/getAuthorizationProfile:getAuthorizationProfile', __args__, opts=opts, typ=GetAuthorizationProfileResult).value
467
+ __ret__ = pulumi.runtime.invoke('ise:Authorization/getProfile:getProfile', __args__, opts=opts, typ=GetProfileResult).value
468
468
 
469
- return AwaitableGetAuthorizationProfileResult(
469
+ return AwaitableGetProfileResult(
470
470
  access_type=pulumi.get(__ret__, 'access_type'),
471
471
  acl=pulumi.get(__ret__, 'acl'),
472
472
  advanced_attributes=pulumi.get(__ret__, 'advanced_attributes'),
@@ -503,10 +503,10 @@ def get_authorization_profile(id: Optional[str] = None,
503
503
  web_redirection_type=pulumi.get(__ret__, 'web_redirection_type'))
504
504
 
505
505
 
506
- @_utilities.lift_output_func(get_authorization_profile)
507
- def get_authorization_profile_output(id: Optional[pulumi.Input[Optional[str]]] = None,
508
- name: Optional[pulumi.Input[Optional[str]]] = None,
509
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAuthorizationProfileResult]:
506
+ @_utilities.lift_output_func(get_profile)
507
+ def get_profile_output(id: Optional[pulumi.Input[Optional[str]]] = None,
508
+ name: Optional[pulumi.Input[Optional[str]]] = None,
509
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProfileResult]:
510
510
  """
511
511
  This data source can read an authorization profiles policy element.
512
512
 
@@ -516,7 +516,7 @@ def get_authorization_profile_output(id: Optional[pulumi.Input[Optional[str]]] =
516
516
  import pulumi
517
517
  import pulumi_ise as ise
518
518
 
519
- example = ise.networkaccess.get_authorization_profile(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
519
+ example = ise.Authorization.get_profile(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
520
520
  ```
521
521
 
522
522
 
@@ -0,0 +1,197 @@
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 pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from .. import _utilities
11
+
12
+ __all__ = [
13
+ 'ProfileAdvancedAttribute',
14
+ 'GetProfileAdvancedAttributeResult',
15
+ ]
16
+
17
+ @pulumi.output_type
18
+ class ProfileAdvancedAttribute(dict):
19
+ @staticmethod
20
+ def __key_warning(key: str):
21
+ suggest = None
22
+ if key == "attributeLeftDictionaryName":
23
+ suggest = "attribute_left_dictionary_name"
24
+ elif key == "attributeLeftName":
25
+ suggest = "attribute_left_name"
26
+ elif key == "attributeRightDictionaryName":
27
+ suggest = "attribute_right_dictionary_name"
28
+ elif key == "attributeRightName":
29
+ suggest = "attribute_right_name"
30
+ elif key == "attributeRightValue":
31
+ suggest = "attribute_right_value"
32
+ elif key == "attributeRightValueType":
33
+ suggest = "attribute_right_value_type"
34
+
35
+ if suggest:
36
+ pulumi.log.warn(f"Key '{key}' not found in ProfileAdvancedAttribute. Access the value via the '{suggest}' property getter instead.")
37
+
38
+ def __getitem__(self, key: str) -> Any:
39
+ ProfileAdvancedAttribute.__key_warning(key)
40
+ return super().__getitem__(key)
41
+
42
+ def get(self, key: str, default = None) -> Any:
43
+ ProfileAdvancedAttribute.__key_warning(key)
44
+ return super().get(key, default)
45
+
46
+ def __init__(__self__, *,
47
+ attribute_left_dictionary_name: Optional[str] = None,
48
+ attribute_left_name: Optional[str] = None,
49
+ attribute_right_dictionary_name: Optional[str] = None,
50
+ attribute_right_name: Optional[str] = None,
51
+ attribute_right_value: Optional[str] = None,
52
+ attribute_right_value_type: Optional[str] = None):
53
+ """
54
+ :param str attribute_left_dictionary_name: Dictionary name
55
+ :param str attribute_left_name: Attribute name
56
+ :param str attribute_right_dictionary_name: Dictionary name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
57
+ :param str attribute_right_name: Attribute name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
58
+ :param str attribute_right_value: Attribute value, only required when `attribute_right_value_type` is `AttributeValue`
59
+ :param str attribute_right_value_type: Advanced attribute value type
60
+ - Choices: `AdvancedDictionaryAttribute`, `AttributeValue`
61
+ """
62
+ if attribute_left_dictionary_name is not None:
63
+ pulumi.set(__self__, "attribute_left_dictionary_name", attribute_left_dictionary_name)
64
+ if attribute_left_name is not None:
65
+ pulumi.set(__self__, "attribute_left_name", attribute_left_name)
66
+ if attribute_right_dictionary_name is not None:
67
+ pulumi.set(__self__, "attribute_right_dictionary_name", attribute_right_dictionary_name)
68
+ if attribute_right_name is not None:
69
+ pulumi.set(__self__, "attribute_right_name", attribute_right_name)
70
+ if attribute_right_value is not None:
71
+ pulumi.set(__self__, "attribute_right_value", attribute_right_value)
72
+ if attribute_right_value_type is not None:
73
+ pulumi.set(__self__, "attribute_right_value_type", attribute_right_value_type)
74
+
75
+ @property
76
+ @pulumi.getter(name="attributeLeftDictionaryName")
77
+ def attribute_left_dictionary_name(self) -> Optional[str]:
78
+ """
79
+ Dictionary name
80
+ """
81
+ return pulumi.get(self, "attribute_left_dictionary_name")
82
+
83
+ @property
84
+ @pulumi.getter(name="attributeLeftName")
85
+ def attribute_left_name(self) -> Optional[str]:
86
+ """
87
+ Attribute name
88
+ """
89
+ return pulumi.get(self, "attribute_left_name")
90
+
91
+ @property
92
+ @pulumi.getter(name="attributeRightDictionaryName")
93
+ def attribute_right_dictionary_name(self) -> Optional[str]:
94
+ """
95
+ Dictionary name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
96
+ """
97
+ return pulumi.get(self, "attribute_right_dictionary_name")
98
+
99
+ @property
100
+ @pulumi.getter(name="attributeRightName")
101
+ def attribute_right_name(self) -> Optional[str]:
102
+ """
103
+ Attribute name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
104
+ """
105
+ return pulumi.get(self, "attribute_right_name")
106
+
107
+ @property
108
+ @pulumi.getter(name="attributeRightValue")
109
+ def attribute_right_value(self) -> Optional[str]:
110
+ """
111
+ Attribute value, only required when `attribute_right_value_type` is `AttributeValue`
112
+ """
113
+ return pulumi.get(self, "attribute_right_value")
114
+
115
+ @property
116
+ @pulumi.getter(name="attributeRightValueType")
117
+ def attribute_right_value_type(self) -> Optional[str]:
118
+ """
119
+ Advanced attribute value type
120
+ - Choices: `AdvancedDictionaryAttribute`, `AttributeValue`
121
+ """
122
+ return pulumi.get(self, "attribute_right_value_type")
123
+
124
+
125
+ @pulumi.output_type
126
+ class GetProfileAdvancedAttributeResult(dict):
127
+ def __init__(__self__, *,
128
+ attribute_left_dictionary_name: str,
129
+ attribute_left_name: str,
130
+ attribute_right_dictionary_name: str,
131
+ attribute_right_name: str,
132
+ attribute_right_value: str,
133
+ attribute_right_value_type: str):
134
+ """
135
+ :param str attribute_left_dictionary_name: Dictionary name
136
+ :param str attribute_left_name: Attribute name
137
+ :param str attribute_right_dictionary_name: Dictionary name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
138
+ :param str attribute_right_name: Attribute name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
139
+ :param str attribute_right_value: Attribute value, only required when `attribute_right_value_type` is `AttributeValue`
140
+ :param str attribute_right_value_type: Advanced attribute value type
141
+ """
142
+ pulumi.set(__self__, "attribute_left_dictionary_name", attribute_left_dictionary_name)
143
+ pulumi.set(__self__, "attribute_left_name", attribute_left_name)
144
+ pulumi.set(__self__, "attribute_right_dictionary_name", attribute_right_dictionary_name)
145
+ pulumi.set(__self__, "attribute_right_name", attribute_right_name)
146
+ pulumi.set(__self__, "attribute_right_value", attribute_right_value)
147
+ pulumi.set(__self__, "attribute_right_value_type", attribute_right_value_type)
148
+
149
+ @property
150
+ @pulumi.getter(name="attributeLeftDictionaryName")
151
+ def attribute_left_dictionary_name(self) -> str:
152
+ """
153
+ Dictionary name
154
+ """
155
+ return pulumi.get(self, "attribute_left_dictionary_name")
156
+
157
+ @property
158
+ @pulumi.getter(name="attributeLeftName")
159
+ def attribute_left_name(self) -> str:
160
+ """
161
+ Attribute name
162
+ """
163
+ return pulumi.get(self, "attribute_left_name")
164
+
165
+ @property
166
+ @pulumi.getter(name="attributeRightDictionaryName")
167
+ def attribute_right_dictionary_name(self) -> str:
168
+ """
169
+ Dictionary name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
170
+ """
171
+ return pulumi.get(self, "attribute_right_dictionary_name")
172
+
173
+ @property
174
+ @pulumi.getter(name="attributeRightName")
175
+ def attribute_right_name(self) -> str:
176
+ """
177
+ Attribute name, only required when `attribute_right_value_type` is `AdvancedDictionaryAttribute`
178
+ """
179
+ return pulumi.get(self, "attribute_right_name")
180
+
181
+ @property
182
+ @pulumi.getter(name="attributeRightValue")
183
+ def attribute_right_value(self) -> str:
184
+ """
185
+ Attribute value, only required when `attribute_right_value_type` is `AttributeValue`
186
+ """
187
+ return pulumi.get(self, "attribute_right_value")
188
+
189
+ @property
190
+ @pulumi.getter(name="attributeRightValueType")
191
+ def attribute_right_value_type(self) -> str:
192
+ """
193
+ Advanced attribute value type
194
+ """
195
+ return pulumi.get(self, "attribute_right_value_type")
196
+
197
+