pulumi-ise 0.1.13__py3-none-any.whl → 0.2.0a1715166376__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 (115) hide show
  1. pulumi_ise/__init__.py +0 -96
  2. pulumi_ise/_utilities.py +5 -41
  3. pulumi_ise/config/__init__.pyi +0 -5
  4. pulumi_ise/config/vars.py +0 -5
  5. pulumi_ise/deviceadmin/__init__.py +0 -5
  6. pulumi_ise/deviceadmin/_inputs.py +0 -565
  7. pulumi_ise/deviceadmin/allowed_protocols_tacacs.py +0 -5
  8. pulumi_ise/deviceadmin/authentication_rule.py +5 -10
  9. pulumi_ise/deviceadmin/authorization_exception_rule.py +5 -10
  10. pulumi_ise/deviceadmin/authorization_global_exception_rule.py +54 -10
  11. pulumi_ise/deviceadmin/authorization_rule.py +5 -10
  12. pulumi_ise/deviceadmin/condition.py +5 -10
  13. pulumi_ise/deviceadmin/get_allowed_protocols_tacacs.py +5 -18
  14. pulumi_ise/deviceadmin/get_authentication_rule.py +5 -32
  15. pulumi_ise/deviceadmin/get_authorization_exception_rule.py +5 -30
  16. pulumi_ise/deviceadmin/get_authorization_global_exception_rule.py +19 -28
  17. pulumi_ise/deviceadmin/get_authorization_rule.py +5 -30
  18. pulumi_ise/deviceadmin/get_condition.py +5 -23
  19. pulumi_ise/deviceadmin/get_policy_set.py +5 -29
  20. pulumi_ise/deviceadmin/get_tacacs_command_set.py +5 -17
  21. pulumi_ise/deviceadmin/get_tacacs_profile.py +5 -16
  22. pulumi_ise/deviceadmin/get_time_and_date_condition.py +5 -26
  23. pulumi_ise/deviceadmin/outputs.py +0 -5
  24. pulumi_ise/deviceadmin/policy_set.py +7 -12
  25. pulumi_ise/deviceadmin/tacacs_command_set.py +13 -18
  26. pulumi_ise/deviceadmin/tacacs_profile.py +13 -18
  27. pulumi_ise/deviceadmin/time_and_date_condition.py +0 -5
  28. pulumi_ise/identitymanagement/_inputs.py +0 -106
  29. pulumi_ise/identitymanagement/active_directory_add_groups.py +15 -20
  30. pulumi_ise/identitymanagement/active_directory_join_domain_with_all_nodes.py +11 -16
  31. pulumi_ise/identitymanagement/active_directory_join_point.py +15 -20
  32. pulumi_ise/identitymanagement/certificate_authentication_profile.py +0 -5
  33. pulumi_ise/identitymanagement/endpoint.py +0 -5
  34. pulumi_ise/identitymanagement/endpoint_identity_group.py +8 -13
  35. pulumi_ise/identitymanagement/get_active_directory_groups_by_domain.py +5 -22
  36. pulumi_ise/identitymanagement/get_active_directory_join_point.py +5 -45
  37. pulumi_ise/identitymanagement/get_certificate_authentication_profile.py +5 -20
  38. pulumi_ise/identitymanagement/get_endpoint.py +5 -39
  39. pulumi_ise/identitymanagement/get_endpoint_identity_group.py +5 -17
  40. pulumi_ise/identitymanagement/get_identity_source_sequence.py +5 -18
  41. pulumi_ise/identitymanagement/get_internal_user.py +5 -27
  42. pulumi_ise/identitymanagement/get_user_identity_group.py +5 -16
  43. pulumi_ise/identitymanagement/identity_source_sequence.py +11 -16
  44. pulumi_ise/identitymanagement/internal_user.py +0 -5
  45. pulumi_ise/identitymanagement/outputs.py +0 -5
  46. pulumi_ise/identitymanagement/user_identity_group.py +0 -5
  47. pulumi_ise/network/_inputs.py +0 -25
  48. pulumi_ise/network/device.py +13 -18
  49. pulumi_ise/network/device_group.py +0 -5
  50. pulumi_ise/network/get_device.py +5 -55
  51. pulumi_ise/network/get_device_group.py +5 -16
  52. pulumi_ise/network/outputs.py +0 -5
  53. pulumi_ise/networkaccess/__init__.py +0 -5
  54. pulumi_ise/networkaccess/_inputs.py +0 -558
  55. pulumi_ise/networkaccess/allowed_protocols.py +0 -5
  56. pulumi_ise/networkaccess/authentication_rule.py +5 -10
  57. pulumi_ise/networkaccess/authorization_exception_rule.py +5 -10
  58. pulumi_ise/networkaccess/authorization_global_exception_rule.py +54 -10
  59. pulumi_ise/networkaccess/authorization_profile.py +5 -10
  60. pulumi_ise/networkaccess/authorization_rule.py +5 -10
  61. pulumi_ise/networkaccess/condition.py +5 -10
  62. pulumi_ise/networkaccess/dictionary.py +0 -5
  63. pulumi_ise/networkaccess/downloadable_acl.py +0 -5
  64. pulumi_ise/networkaccess/get_allowed_protocols.py +5 -90
  65. pulumi_ise/networkaccess/get_authentication_rule.py +5 -32
  66. pulumi_ise/networkaccess/get_authorization_exception_rule.py +5 -30
  67. pulumi_ise/networkaccess/get_authorization_global_exception_rule.py +19 -28
  68. pulumi_ise/networkaccess/get_authorization_profile.py +5 -46
  69. pulumi_ise/networkaccess/get_authorization_rule.py +5 -30
  70. pulumi_ise/networkaccess/get_condition.py +5 -23
  71. pulumi_ise/networkaccess/get_dictionary.py +5 -17
  72. pulumi_ise/networkaccess/get_downloadable_acl.py +5 -17
  73. pulumi_ise/networkaccess/get_policy_set.py +5 -29
  74. pulumi_ise/networkaccess/get_time_and_date_condition.py +5 -26
  75. pulumi_ise/networkaccess/outputs.py +0 -5
  76. pulumi_ise/networkaccess/policy_set.py +7 -12
  77. pulumi_ise/networkaccess/time_and_date_condition.py +0 -5
  78. pulumi_ise/provider.py +0 -5
  79. pulumi_ise/pulumi-plugin.json +1 -2
  80. pulumi_ise/system/_inputs.py +0 -23
  81. pulumi_ise/system/get_license_tier_state.py +5 -13
  82. pulumi_ise/system/get_repository.py +5 -20
  83. pulumi_ise/system/license_tier_state.py +13 -18
  84. pulumi_ise/system/outputs.py +0 -5
  85. pulumi_ise/system/repository.py +0 -5
  86. pulumi_ise/trustsec/__init__.py +0 -4
  87. pulumi_ise/trustsec/egress_matrix_cell.py +0 -5
  88. pulumi_ise/trustsec/get_egress_matrix_cell.py +5 -18
  89. pulumi_ise/trustsec/get_ip_to_sgt_mapping.py +5 -21
  90. pulumi_ise/trustsec/get_ip_to_sgt_mapping_group.py +5 -18
  91. pulumi_ise/trustsec/get_security_group.py +5 -18
  92. pulumi_ise/trustsec/get_security_group_acl.py +5 -18
  93. pulumi_ise/trustsec/ip_to_sgt_mapping.py +0 -5
  94. pulumi_ise/trustsec/ip_to_sgt_mapping_group.py +0 -5
  95. pulumi_ise/trustsec/security_group.py +8 -13
  96. pulumi_ise/trustsec/security_group_acl.py +8 -13
  97. {pulumi_ise-0.1.13.dist-info → pulumi_ise-0.2.0a1715166376.dist-info}/METADATA +6 -7
  98. pulumi_ise-0.2.0a1715166376.dist-info/RECORD +105 -0
  99. {pulumi_ise-0.1.13.dist-info → pulumi_ise-0.2.0a1715166376.dist-info}/WHEEL +1 -1
  100. pulumi_ise/deviceadmin/authentication_rule_update_rank.py +0 -271
  101. pulumi_ise/deviceadmin/authorization_exception_rule_update_rank.py +0 -271
  102. pulumi_ise/deviceadmin/authorization_global_exception_rule_update_rank.py +0 -221
  103. pulumi_ise/deviceadmin/authorization_rule_update_rank.py +0 -271
  104. pulumi_ise/deviceadmin/policy_set_update_rank.py +0 -221
  105. pulumi_ise/networkaccess/authentication_rule_update_rank.py +0 -271
  106. pulumi_ise/networkaccess/authorization_exception_rule_update_rank.py +0 -271
  107. pulumi_ise/networkaccess/authorization_global_exception_rule_update_rank.py +0 -221
  108. pulumi_ise/networkaccess/authorization_rule_update_rank.py +0 -271
  109. pulumi_ise/networkaccess/policy_set_update_rank.py +0 -221
  110. pulumi_ise/trustsec/egress_matrix_cell_default.py +0 -327
  111. pulumi_ise/trustsec/get_egress_matrix_cell_default.py +0 -154
  112. pulumi_ise/trustsec/get_sxp_domain_filter.py +0 -188
  113. pulumi_ise/trustsec/sxp_domain_filter.py +0 -422
  114. pulumi_ise-0.1.13.dist-info/RECORD +0 -119
  115. {pulumi_ise-0.1.13.dist-info → pulumi_ise-0.2.0a1715166376.dist-info}/top_level.txt +0 -0
pulumi_ise/__init__.py CHANGED
@@ -51,14 +51,6 @@ _utilities.register(
51
51
  "ise:deviceadmin/authenticationRule:AuthenticationRule": "AuthenticationRule"
52
52
  }
53
53
  },
54
- {
55
- "pkg": "ise",
56
- "mod": "deviceadmin/authenticationRuleUpdateRank",
57
- "fqn": "pulumi_ise.deviceadmin",
58
- "classes": {
59
- "ise:deviceadmin/authenticationRuleUpdateRank:AuthenticationRuleUpdateRank": "AuthenticationRuleUpdateRank"
60
- }
61
- },
62
54
  {
63
55
  "pkg": "ise",
64
56
  "mod": "deviceadmin/authorizationExceptionRule",
@@ -67,14 +59,6 @@ _utilities.register(
67
59
  "ise:deviceadmin/authorizationExceptionRule:AuthorizationExceptionRule": "AuthorizationExceptionRule"
68
60
  }
69
61
  },
70
- {
71
- "pkg": "ise",
72
- "mod": "deviceadmin/authorizationExceptionRuleUpdateRank",
73
- "fqn": "pulumi_ise.deviceadmin",
74
- "classes": {
75
- "ise:deviceadmin/authorizationExceptionRuleUpdateRank:AuthorizationExceptionRuleUpdateRank": "AuthorizationExceptionRuleUpdateRank"
76
- }
77
- },
78
62
  {
79
63
  "pkg": "ise",
80
64
  "mod": "deviceadmin/authorizationGlobalExceptionRule",
@@ -83,14 +67,6 @@ _utilities.register(
83
67
  "ise:deviceadmin/authorizationGlobalExceptionRule:AuthorizationGlobalExceptionRule": "AuthorizationGlobalExceptionRule"
84
68
  }
85
69
  },
86
- {
87
- "pkg": "ise",
88
- "mod": "deviceadmin/authorizationGlobalExceptionRuleUpdateRank",
89
- "fqn": "pulumi_ise.deviceadmin",
90
- "classes": {
91
- "ise:deviceadmin/authorizationGlobalExceptionRuleUpdateRank:AuthorizationGlobalExceptionRuleUpdateRank": "AuthorizationGlobalExceptionRuleUpdateRank"
92
- }
93
- },
94
70
  {
95
71
  "pkg": "ise",
96
72
  "mod": "deviceadmin/authorizationRule",
@@ -99,14 +75,6 @@ _utilities.register(
99
75
  "ise:deviceadmin/authorizationRule:AuthorizationRule": "AuthorizationRule"
100
76
  }
101
77
  },
102
- {
103
- "pkg": "ise",
104
- "mod": "deviceadmin/authorizationRuleUpdateRank",
105
- "fqn": "pulumi_ise.deviceadmin",
106
- "classes": {
107
- "ise:deviceadmin/authorizationRuleUpdateRank:AuthorizationRuleUpdateRank": "AuthorizationRuleUpdateRank"
108
- }
109
- },
110
78
  {
111
79
  "pkg": "ise",
112
80
  "mod": "deviceadmin/condition",
@@ -123,14 +91,6 @@ _utilities.register(
123
91
  "ise:deviceadmin/policySet:PolicySet": "PolicySet"
124
92
  }
125
93
  },
126
- {
127
- "pkg": "ise",
128
- "mod": "deviceadmin/policySetUpdateRank",
129
- "fqn": "pulumi_ise.deviceadmin",
130
- "classes": {
131
- "ise:deviceadmin/policySetUpdateRank:PolicySetUpdateRank": "PolicySetUpdateRank"
132
- }
133
- },
134
94
  {
135
95
  "pkg": "ise",
136
96
  "mod": "deviceadmin/tacacsCommandSet",
@@ -259,14 +219,6 @@ _utilities.register(
259
219
  "ise:networkaccess/authenticationRule:AuthenticationRule": "AuthenticationRule"
260
220
  }
261
221
  },
262
- {
263
- "pkg": "ise",
264
- "mod": "networkaccess/authenticationRuleUpdateRank",
265
- "fqn": "pulumi_ise.networkaccess",
266
- "classes": {
267
- "ise:networkaccess/authenticationRuleUpdateRank:AuthenticationRuleUpdateRank": "AuthenticationRuleUpdateRank"
268
- }
269
- },
270
222
  {
271
223
  "pkg": "ise",
272
224
  "mod": "networkaccess/authorizationExceptionRule",
@@ -275,14 +227,6 @@ _utilities.register(
275
227
  "ise:networkaccess/authorizationExceptionRule:AuthorizationExceptionRule": "AuthorizationExceptionRule"
276
228
  }
277
229
  },
278
- {
279
- "pkg": "ise",
280
- "mod": "networkaccess/authorizationExceptionRuleUpdateRank",
281
- "fqn": "pulumi_ise.networkaccess",
282
- "classes": {
283
- "ise:networkaccess/authorizationExceptionRuleUpdateRank:AuthorizationExceptionRuleUpdateRank": "AuthorizationExceptionRuleUpdateRank"
284
- }
285
- },
286
230
  {
287
231
  "pkg": "ise",
288
232
  "mod": "networkaccess/authorizationGlobalExceptionRule",
@@ -291,14 +235,6 @@ _utilities.register(
291
235
  "ise:networkaccess/authorizationGlobalExceptionRule:AuthorizationGlobalExceptionRule": "AuthorizationGlobalExceptionRule"
292
236
  }
293
237
  },
294
- {
295
- "pkg": "ise",
296
- "mod": "networkaccess/authorizationGlobalExceptionRuleUpdateRank",
297
- "fqn": "pulumi_ise.networkaccess",
298
- "classes": {
299
- "ise:networkaccess/authorizationGlobalExceptionRuleUpdateRank:AuthorizationGlobalExceptionRuleUpdateRank": "AuthorizationGlobalExceptionRuleUpdateRank"
300
- }
301
- },
302
238
  {
303
239
  "pkg": "ise",
304
240
  "mod": "networkaccess/authorizationProfile",
@@ -315,14 +251,6 @@ _utilities.register(
315
251
  "ise:networkaccess/authorizationRule:AuthorizationRule": "AuthorizationRule"
316
252
  }
317
253
  },
318
- {
319
- "pkg": "ise",
320
- "mod": "networkaccess/authorizationRuleUpdateRank",
321
- "fqn": "pulumi_ise.networkaccess",
322
- "classes": {
323
- "ise:networkaccess/authorizationRuleUpdateRank:AuthorizationRuleUpdateRank": "AuthorizationRuleUpdateRank"
324
- }
325
- },
326
254
  {
327
255
  "pkg": "ise",
328
256
  "mod": "networkaccess/condition",
@@ -355,14 +283,6 @@ _utilities.register(
355
283
  "ise:networkaccess/policySet:PolicySet": "PolicySet"
356
284
  }
357
285
  },
358
- {
359
- "pkg": "ise",
360
- "mod": "networkaccess/policySetUpdateRank",
361
- "fqn": "pulumi_ise.networkaccess",
362
- "classes": {
363
- "ise:networkaccess/policySetUpdateRank:PolicySetUpdateRank": "PolicySetUpdateRank"
364
- }
365
- },
366
286
  {
367
287
  "pkg": "ise",
368
288
  "mod": "networkaccess/timeAndDateCondition",
@@ -395,14 +315,6 @@ _utilities.register(
395
315
  "ise:trustsec/egressMatrixCell:EgressMatrixCell": "EgressMatrixCell"
396
316
  }
397
317
  },
398
- {
399
- "pkg": "ise",
400
- "mod": "trustsec/egressMatrixCellDefault",
401
- "fqn": "pulumi_ise.trustsec",
402
- "classes": {
403
- "ise:trustsec/egressMatrixCellDefault:EgressMatrixCellDefault": "EgressMatrixCellDefault"
404
- }
405
- },
406
318
  {
407
319
  "pkg": "ise",
408
320
  "mod": "trustsec/ipToSgtMapping",
@@ -434,14 +346,6 @@ _utilities.register(
434
346
  "classes": {
435
347
  "ise:trustsec/securityGroupAcl:SecurityGroupAcl": "SecurityGroupAcl"
436
348
  }
437
- },
438
- {
439
- "pkg": "ise",
440
- "mod": "trustsec/sxpDomainFilter",
441
- "fqn": "pulumi_ise.trustsec",
442
- "classes": {
443
- "ise:trustsec/sxpDomainFilter:SxpDomainFilter": "SxpDomainFilter"
444
- }
445
349
  }
446
350
  ]
447
351
  """,
pulumi_ise/_utilities.py CHANGED
@@ -4,7 +4,6 @@
4
4
 
5
5
 
6
6
  import asyncio
7
- import functools
8
7
  import importlib.metadata
9
8
  import importlib.util
10
9
  import inspect
@@ -12,19 +11,14 @@ import json
12
11
  import os
13
12
  import sys
14
13
  import typing
15
- import warnings
16
- import base64
17
14
 
18
15
  import pulumi
19
16
  import pulumi.runtime
20
17
  from pulumi.runtime.sync_await import _sync_await
21
- from pulumi.runtime.proto import resource_pb2
22
18
 
23
19
  from semver import VersionInfo as SemverVersion
24
20
  from parver import Version as PEP440Version
25
21
 
26
- C = typing.TypeVar("C", bound=typing.Callable)
27
-
28
22
 
29
23
  def get_env(*args):
30
24
  for v in args:
@@ -102,6 +96,10 @@ def _get_semver_version():
102
96
  _version = _get_semver_version()
103
97
  _version_str = str(_version)
104
98
 
99
+
100
+ def get_version():
101
+ return _version_str
102
+
105
103
  def get_resource_opts_defaults() -> pulumi.ResourceOptions:
106
104
  return pulumi.ResourceOptions(
107
105
  version=get_version(),
@@ -264,7 +262,7 @@ def call_plain(
264
262
  output = pulumi.runtime.call(tok, props, res, typ)
265
263
 
266
264
  # Ingoring deps silently. They are typically non-empty, r.f() calls include r as a dependency.
267
- result, known, secret, _ = _sync_await(asyncio.create_task(_await_output(output)))
265
+ result, known, secret, _ = _sync_await(asyncio.ensure_future(_await_output(output)))
268
266
 
269
267
  problem = None
270
268
  if not known:
@@ -289,39 +287,5 @@ async def _await_output(o: pulumi.Output[typing.Any]) -> typing.Tuple[object, bo
289
287
  await o._resources,
290
288
  )
291
289
 
292
-
293
- # This is included to provide an upgrade path for users who are using a version
294
- # of the Pulumi SDK (<3.121.0) that does not include the `deprecated` decorator.
295
- def deprecated(message: str) -> typing.Callable[[C], C]:
296
- """
297
- Decorator to indicate a function is deprecated.
298
-
299
- As well as inserting appropriate statements to indicate that the function is
300
- deprecated, this decorator also tags the function with a special attribute
301
- so that Pulumi code can detect that it is deprecated and react appropriately
302
- in certain situations.
303
-
304
- message is the deprecation message that should be printed if the function is called.
305
- """
306
-
307
- def decorator(fn: C) -> C:
308
- if not callable(fn):
309
- raise TypeError("Expected fn to be callable")
310
-
311
- @functools.wraps(fn)
312
- def deprecated_fn(*args, **kwargs):
313
- warnings.warn(message)
314
- pulumi.warn(f"{fn.__name__} is deprecated: {message}")
315
-
316
- return fn(*args, **kwargs)
317
-
318
- deprecated_fn.__dict__["_pulumi_deprecated_callable"] = fn
319
- return typing.cast(C, deprecated_fn)
320
-
321
- return decorator
322
-
323
290
  def get_plugin_download_url():
324
291
  return None
325
-
326
- def get_version():
327
- return _version_str
@@ -4,14 +4,9 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
- import sys
8
7
  import pulumi
9
8
  import pulumi.runtime
10
9
  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
10
  from .. import _utilities
16
11
 
17
12
  insecure: Optional[bool]
pulumi_ise/config/vars.py CHANGED
@@ -4,14 +4,9 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
- import sys
8
7
  import pulumi
9
8
  import pulumi.runtime
10
9
  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
10
  from .. import _utilities
16
11
 
17
12
  import types
@@ -7,13 +7,9 @@ import typing
7
7
  # Export this package's modules as members:
8
8
  from .allowed_protocols_tacacs import *
9
9
  from .authentication_rule import *
10
- from .authentication_rule_update_rank import *
11
10
  from .authorization_exception_rule import *
12
- from .authorization_exception_rule_update_rank import *
13
11
  from .authorization_global_exception_rule import *
14
- from .authorization_global_exception_rule_update_rank import *
15
12
  from .authorization_rule import *
16
- from .authorization_rule_update_rank import *
17
13
  from .condition import *
18
14
  from .get_allowed_protocols_tacacs import *
19
15
  from .get_authentication_rule import *
@@ -26,7 +22,6 @@ from .get_tacacs_command_set import *
26
22
  from .get_tacacs_profile import *
27
23
  from .get_time_and_date_condition import *
28
24
  from .policy_set import *
29
- from .policy_set_update_rank import *
30
25
  from .tacacs_command_set import *
31
26
  from .tacacs_profile import *
32
27
  from .time_and_date_condition import *