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
@@ -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_set import *
9
+ from .set import *
10
+ from ._inputs import *
11
+ from . import outputs
@@ -0,0 +1,69 @@
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
+ 'SetCommandArgs',
14
+ ]
15
+
16
+ @pulumi.input_type
17
+ class SetCommandArgs:
18
+ def __init__(__self__, *,
19
+ arguments: pulumi.Input[str],
20
+ command: pulumi.Input[str],
21
+ grant: pulumi.Input[str]):
22
+ """
23
+ :param pulumi.Input[str] arguments: Command arguments
24
+ :param pulumi.Input[str] command: Command
25
+ :param pulumi.Input[str] grant: Grant
26
+ - Choices: `PERMIT`, `DENY`, `DENY_ALWAYS`
27
+ """
28
+ pulumi.set(__self__, "arguments", arguments)
29
+ pulumi.set(__self__, "command", command)
30
+ pulumi.set(__self__, "grant", grant)
31
+
32
+ @property
33
+ @pulumi.getter
34
+ def arguments(self) -> pulumi.Input[str]:
35
+ """
36
+ Command arguments
37
+ """
38
+ return pulumi.get(self, "arguments")
39
+
40
+ @arguments.setter
41
+ def arguments(self, value: pulumi.Input[str]):
42
+ pulumi.set(self, "arguments", value)
43
+
44
+ @property
45
+ @pulumi.getter
46
+ def command(self) -> pulumi.Input[str]:
47
+ """
48
+ Command
49
+ """
50
+ return pulumi.get(self, "command")
51
+
52
+ @command.setter
53
+ def command(self, value: pulumi.Input[str]):
54
+ pulumi.set(self, "command", value)
55
+
56
+ @property
57
+ @pulumi.getter
58
+ def grant(self) -> pulumi.Input[str]:
59
+ """
60
+ Grant
61
+ - Choices: `PERMIT`, `DENY`, `DENY_ALWAYS`
62
+ """
63
+ return pulumi.get(self, "grant")
64
+
65
+ @grant.setter
66
+ def grant(self, value: pulumi.Input[str]):
67
+ pulumi.set(self, "grant", value)
68
+
69
+
@@ -11,16 +11,16 @@ from .. import _utilities
11
11
  from . import outputs
12
12
 
13
13
  __all__ = [
14
- 'GetTacacsCommandSetResult',
15
- 'AwaitableGetTacacsCommandSetResult',
16
- 'get_tacacs_command_set',
17
- 'get_tacacs_command_set_output',
14
+ 'GetSetResult',
15
+ 'AwaitableGetSetResult',
16
+ 'get_set',
17
+ 'get_set_output',
18
18
  ]
19
19
 
20
20
  @pulumi.output_type
21
- class GetTacacsCommandSetResult:
21
+ class GetSetResult:
22
22
  """
23
- A collection of values returned by getTacacsCommandSet.
23
+ A collection of values returned by getSet.
24
24
  """
25
25
  def __init__(__self__, commands=None, description=None, id=None, name=None, permit_unmatched=None):
26
26
  if commands and not isinstance(commands, list):
@@ -41,7 +41,7 @@ class GetTacacsCommandSetResult:
41
41
 
42
42
  @property
43
43
  @pulumi.getter
44
- def commands(self) -> Sequence['outputs.GetTacacsCommandSetCommandResult']:
44
+ def commands(self) -> Sequence['outputs.GetSetCommandResult']:
45
45
  return pulumi.get(self, "commands")
46
46
 
47
47
  @property
@@ -77,12 +77,12 @@ class GetTacacsCommandSetResult:
77
77
  return pulumi.get(self, "permit_unmatched")
78
78
 
79
79
 
80
- class AwaitableGetTacacsCommandSetResult(GetTacacsCommandSetResult):
80
+ class AwaitableGetSetResult(GetSetResult):
81
81
  # pylint: disable=using-constant-test
82
82
  def __await__(self):
83
83
  if False:
84
84
  yield self
85
- return GetTacacsCommandSetResult(
85
+ return GetSetResult(
86
86
  commands=self.commands,
87
87
  description=self.description,
88
88
  id=self.id,
@@ -90,9 +90,9 @@ class AwaitableGetTacacsCommandSetResult(GetTacacsCommandSetResult):
90
90
  permit_unmatched=self.permit_unmatched)
91
91
 
92
92
 
93
- def get_tacacs_command_set(id: Optional[str] = None,
94
- name: Optional[str] = None,
95
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTacacsCommandSetResult:
93
+ def get_set(id: Optional[str] = None,
94
+ name: Optional[str] = None,
95
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSetResult:
96
96
  """
97
97
  This data source can read the TACACS Command Set.
98
98
 
@@ -102,7 +102,7 @@ def get_tacacs_command_set(id: Optional[str] = None,
102
102
  import pulumi
103
103
  import pulumi_ise as ise
104
104
 
105
- example = ise.deviceadmin.get_tacacs_command_set(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
105
+ example = ise.TacacsCommand.get_set(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
106
106
  ```
107
107
 
108
108
 
@@ -113,9 +113,9 @@ def get_tacacs_command_set(id: Optional[str] = None,
113
113
  __args__['id'] = id
114
114
  __args__['name'] = name
115
115
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
116
- __ret__ = pulumi.runtime.invoke('ise:deviceadmin/getTacacsCommandSet:getTacacsCommandSet', __args__, opts=opts, typ=GetTacacsCommandSetResult).value
116
+ __ret__ = pulumi.runtime.invoke('ise:TacacsCommand/getSet:getSet', __args__, opts=opts, typ=GetSetResult).value
117
117
 
118
- return AwaitableGetTacacsCommandSetResult(
118
+ return AwaitableGetSetResult(
119
119
  commands=pulumi.get(__ret__, 'commands'),
120
120
  description=pulumi.get(__ret__, 'description'),
121
121
  id=pulumi.get(__ret__, 'id'),
@@ -123,10 +123,10 @@ def get_tacacs_command_set(id: Optional[str] = None,
123
123
  permit_unmatched=pulumi.get(__ret__, 'permit_unmatched'))
124
124
 
125
125
 
126
- @_utilities.lift_output_func(get_tacacs_command_set)
127
- def get_tacacs_command_set_output(id: Optional[pulumi.Input[Optional[str]]] = None,
128
- name: Optional[pulumi.Input[Optional[str]]] = None,
129
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTacacsCommandSetResult]:
126
+ @_utilities.lift_output_func(get_set)
127
+ def get_set_output(id: Optional[pulumi.Input[Optional[str]]] = None,
128
+ name: Optional[pulumi.Input[Optional[str]]] = None,
129
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSetResult]:
130
130
  """
131
131
  This data source can read the TACACS Command Set.
132
132
 
@@ -136,7 +136,7 @@ def get_tacacs_command_set_output(id: Optional[pulumi.Input[Optional[str]]] = No
136
136
  import pulumi
137
137
  import pulumi_ise as ise
138
138
 
139
- example = ise.deviceadmin.get_tacacs_command_set(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
139
+ example = ise.TacacsCommand.get_set(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
140
140
  ```
141
141
 
142
142
 
@@ -0,0 +1,98 @@
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
+ 'SetCommand',
14
+ 'GetSetCommandResult',
15
+ ]
16
+
17
+ @pulumi.output_type
18
+ class SetCommand(dict):
19
+ def __init__(__self__, *,
20
+ arguments: str,
21
+ command: str,
22
+ grant: str):
23
+ """
24
+ :param str arguments: Command arguments
25
+ :param str command: Command
26
+ :param str grant: Grant
27
+ - Choices: `PERMIT`, `DENY`, `DENY_ALWAYS`
28
+ """
29
+ pulumi.set(__self__, "arguments", arguments)
30
+ pulumi.set(__self__, "command", command)
31
+ pulumi.set(__self__, "grant", grant)
32
+
33
+ @property
34
+ @pulumi.getter
35
+ def arguments(self) -> str:
36
+ """
37
+ Command arguments
38
+ """
39
+ return pulumi.get(self, "arguments")
40
+
41
+ @property
42
+ @pulumi.getter
43
+ def command(self) -> str:
44
+ """
45
+ Command
46
+ """
47
+ return pulumi.get(self, "command")
48
+
49
+ @property
50
+ @pulumi.getter
51
+ def grant(self) -> str:
52
+ """
53
+ Grant
54
+ - Choices: `PERMIT`, `DENY`, `DENY_ALWAYS`
55
+ """
56
+ return pulumi.get(self, "grant")
57
+
58
+
59
+ @pulumi.output_type
60
+ class GetSetCommandResult(dict):
61
+ def __init__(__self__, *,
62
+ arguments: str,
63
+ command: str,
64
+ grant: str):
65
+ """
66
+ :param str arguments: Command arguments
67
+ :param str command: Command
68
+ :param str grant: Grant
69
+ """
70
+ pulumi.set(__self__, "arguments", arguments)
71
+ pulumi.set(__self__, "command", command)
72
+ pulumi.set(__self__, "grant", grant)
73
+
74
+ @property
75
+ @pulumi.getter
76
+ def arguments(self) -> str:
77
+ """
78
+ Command arguments
79
+ """
80
+ return pulumi.get(self, "arguments")
81
+
82
+ @property
83
+ @pulumi.getter
84
+ def command(self) -> str:
85
+ """
86
+ Command
87
+ """
88
+ return pulumi.get(self, "command")
89
+
90
+ @property
91
+ @pulumi.getter
92
+ def grant(self) -> str:
93
+ """
94
+ Grant
95
+ """
96
+ return pulumi.get(self, "grant")
97
+
98
+
@@ -11,17 +11,17 @@ from .. import _utilities
11
11
  from . import outputs
12
12
  from ._inputs import *
13
13
 
14
- __all__ = ['TacacsCommandSetArgs', 'TacacsCommandSet']
14
+ __all__ = ['SetArgs', 'Set']
15
15
 
16
16
  @pulumi.input_type
17
- class TacacsCommandSetArgs:
17
+ class SetArgs:
18
18
  def __init__(__self__, *,
19
- commands: Optional[pulumi.Input[Sequence[pulumi.Input['TacacsCommandSetCommandArgs']]]] = None,
19
+ commands: Optional[pulumi.Input[Sequence[pulumi.Input['SetCommandArgs']]]] = None,
20
20
  description: Optional[pulumi.Input[str]] = None,
21
21
  name: Optional[pulumi.Input[str]] = None,
22
22
  permit_unmatched: Optional[pulumi.Input[bool]] = None):
23
23
  """
24
- The set of arguments for constructing a TacacsCommandSet resource.
24
+ The set of arguments for constructing a Set resource.
25
25
  :param pulumi.Input[str] description: Description
26
26
  :param pulumi.Input[str] name: The name of the TACACS command set
27
27
  :param pulumi.Input[bool] permit_unmatched: Permit unmatched commands - Default value: `false`
@@ -37,11 +37,11 @@ class TacacsCommandSetArgs:
37
37
 
38
38
  @property
39
39
  @pulumi.getter
40
- def commands(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TacacsCommandSetCommandArgs']]]]:
40
+ def commands(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SetCommandArgs']]]]:
41
41
  return pulumi.get(self, "commands")
42
42
 
43
43
  @commands.setter
44
- def commands(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TacacsCommandSetCommandArgs']]]]):
44
+ def commands(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SetCommandArgs']]]]):
45
45
  pulumi.set(self, "commands", value)
46
46
 
47
47
  @property
@@ -82,14 +82,14 @@ class TacacsCommandSetArgs:
82
82
 
83
83
 
84
84
  @pulumi.input_type
85
- class _TacacsCommandSetState:
85
+ class _SetState:
86
86
  def __init__(__self__, *,
87
- commands: Optional[pulumi.Input[Sequence[pulumi.Input['TacacsCommandSetCommandArgs']]]] = None,
87
+ commands: Optional[pulumi.Input[Sequence[pulumi.Input['SetCommandArgs']]]] = None,
88
88
  description: Optional[pulumi.Input[str]] = None,
89
89
  name: Optional[pulumi.Input[str]] = None,
90
90
  permit_unmatched: Optional[pulumi.Input[bool]] = None):
91
91
  """
92
- Input properties used for looking up and filtering TacacsCommandSet resources.
92
+ Input properties used for looking up and filtering Set resources.
93
93
  :param pulumi.Input[str] description: Description
94
94
  :param pulumi.Input[str] name: The name of the TACACS command set
95
95
  :param pulumi.Input[bool] permit_unmatched: Permit unmatched commands - Default value: `false`
@@ -105,11 +105,11 @@ class _TacacsCommandSetState:
105
105
 
106
106
  @property
107
107
  @pulumi.getter
108
- def commands(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TacacsCommandSetCommandArgs']]]]:
108
+ def commands(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SetCommandArgs']]]]:
109
109
  return pulumi.get(self, "commands")
110
110
 
111
111
  @commands.setter
112
- def commands(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TacacsCommandSetCommandArgs']]]]):
112
+ def commands(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SetCommandArgs']]]]):
113
113
  pulumi.set(self, "commands", value)
114
114
 
115
115
  @property
@@ -149,12 +149,12 @@ class _TacacsCommandSetState:
149
149
  pulumi.set(self, "permit_unmatched", value)
150
150
 
151
151
 
152
- class TacacsCommandSet(pulumi.CustomResource):
152
+ class Set(pulumi.CustomResource):
153
153
  @overload
154
154
  def __init__(__self__,
155
155
  resource_name: str,
156
156
  opts: Optional[pulumi.ResourceOptions] = None,
157
- commands: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TacacsCommandSetCommandArgs']]]]] = None,
157
+ commands: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SetCommandArgs']]]]] = None,
158
158
  description: Optional[pulumi.Input[str]] = None,
159
159
  name: Optional[pulumi.Input[str]] = None,
160
160
  permit_unmatched: Optional[pulumi.Input[bool]] = None,
@@ -168,11 +168,11 @@ class TacacsCommandSet(pulumi.CustomResource):
168
168
  import pulumi
169
169
  import pulumi_ise as ise
170
170
 
171
- example = ise.deviceadmin.TacacsCommandSet("example",
171
+ example = ise.tacacs_command.Set("example",
172
172
  name="CommandSet1",
173
173
  description="My TACACS command set",
174
174
  permit_unmatched=True,
175
- commands=[ise.deviceadmin.TacacsCommandSetCommandArgs(
175
+ commands=[ise.tacacs_command.SetCommandArgs(
176
176
  grant="PERMIT",
177
177
  command="show",
178
178
  arguments="",
@@ -182,7 +182,7 @@ class TacacsCommandSet(pulumi.CustomResource):
182
182
  ## Import
183
183
 
184
184
  ```sh
185
- $ pulumi import ise:deviceadmin/tacacsCommandSet:TacacsCommandSet example "76d24097-41c4-4558-a4d0-a8c07ac08470"
185
+ $ pulumi import ise:TacacsCommand/set:Set example "76d24097-41c4-4558-a4d0-a8c07ac08470"
186
186
  ```
187
187
 
188
188
  :param str resource_name: The name of the resource.
@@ -195,7 +195,7 @@ class TacacsCommandSet(pulumi.CustomResource):
195
195
  @overload
196
196
  def __init__(__self__,
197
197
  resource_name: str,
198
- args: Optional[TacacsCommandSetArgs] = None,
198
+ args: Optional[SetArgs] = None,
199
199
  opts: Optional[pulumi.ResourceOptions] = None):
200
200
  """
201
201
  This resource can manage a TACACS Command Set.
@@ -206,11 +206,11 @@ class TacacsCommandSet(pulumi.CustomResource):
206
206
  import pulumi
207
207
  import pulumi_ise as ise
208
208
 
209
- example = ise.deviceadmin.TacacsCommandSet("example",
209
+ example = ise.tacacs_command.Set("example",
210
210
  name="CommandSet1",
211
211
  description="My TACACS command set",
212
212
  permit_unmatched=True,
213
- commands=[ise.deviceadmin.TacacsCommandSetCommandArgs(
213
+ commands=[ise.tacacs_command.SetCommandArgs(
214
214
  grant="PERMIT",
215
215
  command="show",
216
216
  arguments="",
@@ -220,16 +220,16 @@ class TacacsCommandSet(pulumi.CustomResource):
220
220
  ## Import
221
221
 
222
222
  ```sh
223
- $ pulumi import ise:deviceadmin/tacacsCommandSet:TacacsCommandSet example "76d24097-41c4-4558-a4d0-a8c07ac08470"
223
+ $ pulumi import ise:TacacsCommand/set:Set example "76d24097-41c4-4558-a4d0-a8c07ac08470"
224
224
  ```
225
225
 
226
226
  :param str resource_name: The name of the resource.
227
- :param TacacsCommandSetArgs args: The arguments to use to populate this resource's properties.
227
+ :param SetArgs args: The arguments to use to populate this resource's properties.
228
228
  :param pulumi.ResourceOptions opts: Options for the resource.
229
229
  """
230
230
  ...
231
231
  def __init__(__self__, resource_name: str, *args, **kwargs):
232
- resource_args, opts = _utilities.get_resource_args_opts(TacacsCommandSetArgs, pulumi.ResourceOptions, *args, **kwargs)
232
+ resource_args, opts = _utilities.get_resource_args_opts(SetArgs, pulumi.ResourceOptions, *args, **kwargs)
233
233
  if resource_args is not None:
234
234
  __self__._internal_init(resource_name, opts, **resource_args.__dict__)
235
235
  else:
@@ -238,7 +238,7 @@ class TacacsCommandSet(pulumi.CustomResource):
238
238
  def _internal_init(__self__,
239
239
  resource_name: str,
240
240
  opts: Optional[pulumi.ResourceOptions] = None,
241
- commands: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TacacsCommandSetCommandArgs']]]]] = None,
241
+ commands: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SetCommandArgs']]]]] = None,
242
242
  description: Optional[pulumi.Input[str]] = None,
243
243
  name: Optional[pulumi.Input[str]] = None,
244
244
  permit_unmatched: Optional[pulumi.Input[bool]] = None,
@@ -249,14 +249,14 @@ class TacacsCommandSet(pulumi.CustomResource):
249
249
  if opts.id is None:
250
250
  if __props__ is not None:
251
251
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
252
- __props__ = TacacsCommandSetArgs.__new__(TacacsCommandSetArgs)
252
+ __props__ = SetArgs.__new__(SetArgs)
253
253
 
254
254
  __props__.__dict__["commands"] = commands
255
255
  __props__.__dict__["description"] = description
256
256
  __props__.__dict__["name"] = name
257
257
  __props__.__dict__["permit_unmatched"] = permit_unmatched
258
- super(TacacsCommandSet, __self__).__init__(
259
- 'ise:deviceadmin/tacacsCommandSet:TacacsCommandSet',
258
+ super(Set, __self__).__init__(
259
+ 'ise:TacacsCommand/set:Set',
260
260
  resource_name,
261
261
  __props__,
262
262
  opts)
@@ -265,12 +265,12 @@ class TacacsCommandSet(pulumi.CustomResource):
265
265
  def get(resource_name: str,
266
266
  id: pulumi.Input[str],
267
267
  opts: Optional[pulumi.ResourceOptions] = None,
268
- commands: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TacacsCommandSetCommandArgs']]]]] = None,
268
+ commands: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SetCommandArgs']]]]] = None,
269
269
  description: Optional[pulumi.Input[str]] = None,
270
270
  name: Optional[pulumi.Input[str]] = None,
271
- permit_unmatched: Optional[pulumi.Input[bool]] = None) -> 'TacacsCommandSet':
271
+ permit_unmatched: Optional[pulumi.Input[bool]] = None) -> 'Set':
272
272
  """
273
- Get an existing TacacsCommandSet resource's state with the given name, id, and optional extra
273
+ Get an existing Set resource's state with the given name, id, and optional extra
274
274
  properties used to qualify the lookup.
275
275
 
276
276
  :param str resource_name: The unique name of the resulting resource.
@@ -282,17 +282,17 @@ class TacacsCommandSet(pulumi.CustomResource):
282
282
  """
283
283
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
284
284
 
285
- __props__ = _TacacsCommandSetState.__new__(_TacacsCommandSetState)
285
+ __props__ = _SetState.__new__(_SetState)
286
286
 
287
287
  __props__.__dict__["commands"] = commands
288
288
  __props__.__dict__["description"] = description
289
289
  __props__.__dict__["name"] = name
290
290
  __props__.__dict__["permit_unmatched"] = permit_unmatched
291
- return TacacsCommandSet(resource_name, opts=opts, __props__=__props__)
291
+ return Set(resource_name, opts=opts, __props__=__props__)
292
292
 
293
293
  @property
294
294
  @pulumi.getter
295
- def commands(self) -> pulumi.Output[Optional[Sequence['outputs.TacacsCommandSetCommand']]]:
295
+ def commands(self) -> pulumi.Output[Optional[Sequence['outputs.SetCommand']]]:
296
296
  return pulumi.get(self, "commands")
297
297
 
298
298
  @property
@@ -0,0 +1,9 @@
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 .cell import *
9
+ from .get_cell import *
@@ -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__ = ['EgressMatrixCellArgs', 'EgressMatrixCell']
12
+ __all__ = ['CellArgs', 'Cell']
13
13
 
14
14
  @pulumi.input_type
15
- class EgressMatrixCellArgs:
15
+ class CellArgs:
16
16
  def __init__(__self__, *,
17
17
  destination_sgt_id: pulumi.Input[str],
18
18
  source_sgt_id: pulumi.Input[str],
@@ -21,7 +21,7 @@ class EgressMatrixCellArgs:
21
21
  matrix_cell_status: Optional[pulumi.Input[str]] = None,
22
22
  sgacls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
23
23
  """
24
- The set of arguments for constructing a EgressMatrixCell resource.
24
+ The set of arguments for constructing a Cell resource.
25
25
  :param pulumi.Input[str] destination_sgt_id: Destination Trustsec Security Group ID
26
26
  :param pulumi.Input[str] source_sgt_id: Source Trustsec Security Group ID
27
27
  :param pulumi.Input[str] default_rule: Can be used only if sgacls not specified. - Choices: `NONE`, `DENY_IP`, `PERMIT_IP` - Default value: `NONE`
@@ -114,7 +114,7 @@ class EgressMatrixCellArgs:
114
114
 
115
115
 
116
116
  @pulumi.input_type
117
- class _EgressMatrixCellState:
117
+ class _CellState:
118
118
  def __init__(__self__, *,
119
119
  default_rule: Optional[pulumi.Input[str]] = None,
120
120
  description: Optional[pulumi.Input[str]] = None,
@@ -123,7 +123,7 @@ class _EgressMatrixCellState:
123
123
  sgacls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
124
124
  source_sgt_id: Optional[pulumi.Input[str]] = None):
125
125
  """
126
- Input properties used for looking up and filtering EgressMatrixCell resources.
126
+ Input properties used for looking up and filtering Cell resources.
127
127
  :param pulumi.Input[str] default_rule: Can be used only if sgacls not specified. - Choices: `NONE`, `DENY_IP`, `PERMIT_IP` - Default value: `NONE`
128
128
  :param pulumi.Input[str] description: Description
129
129
  :param pulumi.Input[str] destination_sgt_id: Destination Trustsec Security Group ID
@@ -217,7 +217,7 @@ class _EgressMatrixCellState:
217
217
  pulumi.set(self, "source_sgt_id", value)
218
218
 
219
219
 
220
- class EgressMatrixCell(pulumi.CustomResource):
220
+ class Cell(pulumi.CustomResource):
221
221
  @overload
222
222
  def __init__(__self__,
223
223
  resource_name: str,
@@ -238,7 +238,7 @@ class EgressMatrixCell(pulumi.CustomResource):
238
238
  import pulumi
239
239
  import pulumi_ise as ise
240
240
 
241
- example = ise.trustsec.EgressMatrixCell("example",
241
+ example = ise.trustsec_egress_matrix.Cell("example",
242
242
  description="EgressMatrixCell Description",
243
243
  default_rule="NONE",
244
244
  matrix_cell_status="ENABLED",
@@ -250,7 +250,7 @@ class EgressMatrixCell(pulumi.CustomResource):
250
250
  ## Import
251
251
 
252
252
  ```sh
253
- $ pulumi import ise:trustsec/egressMatrixCell:EgressMatrixCell example "76d24097-41c4-4558-a4d0-a8c07ac08470"
253
+ $ pulumi import ise:TrustsecEgressMatrix/cell:Cell example "76d24097-41c4-4558-a4d0-a8c07ac08470"
254
254
  ```
255
255
 
256
256
  :param str resource_name: The name of the resource.
@@ -266,7 +266,7 @@ class EgressMatrixCell(pulumi.CustomResource):
266
266
  @overload
267
267
  def __init__(__self__,
268
268
  resource_name: str,
269
- args: EgressMatrixCellArgs,
269
+ args: CellArgs,
270
270
  opts: Optional[pulumi.ResourceOptions] = None):
271
271
  """
272
272
  This resource can manage a TrustSec Egress Matrix Cell.
@@ -277,7 +277,7 @@ class EgressMatrixCell(pulumi.CustomResource):
277
277
  import pulumi
278
278
  import pulumi_ise as ise
279
279
 
280
- example = ise.trustsec.EgressMatrixCell("example",
280
+ example = ise.trustsec_egress_matrix.Cell("example",
281
281
  description="EgressMatrixCell Description",
282
282
  default_rule="NONE",
283
283
  matrix_cell_status="ENABLED",
@@ -289,16 +289,16 @@ class EgressMatrixCell(pulumi.CustomResource):
289
289
  ## Import
290
290
 
291
291
  ```sh
292
- $ pulumi import ise:trustsec/egressMatrixCell:EgressMatrixCell example "76d24097-41c4-4558-a4d0-a8c07ac08470"
292
+ $ pulumi import ise:TrustsecEgressMatrix/cell:Cell example "76d24097-41c4-4558-a4d0-a8c07ac08470"
293
293
  ```
294
294
 
295
295
  :param str resource_name: The name of the resource.
296
- :param EgressMatrixCellArgs args: The arguments to use to populate this resource's properties.
296
+ :param CellArgs args: The arguments to use to populate this resource's properties.
297
297
  :param pulumi.ResourceOptions opts: Options for the resource.
298
298
  """
299
299
  ...
300
300
  def __init__(__self__, resource_name: str, *args, **kwargs):
301
- resource_args, opts = _utilities.get_resource_args_opts(EgressMatrixCellArgs, pulumi.ResourceOptions, *args, **kwargs)
301
+ resource_args, opts = _utilities.get_resource_args_opts(CellArgs, pulumi.ResourceOptions, *args, **kwargs)
302
302
  if resource_args is not None:
303
303
  __self__._internal_init(resource_name, opts, **resource_args.__dict__)
304
304
  else:
@@ -320,7 +320,7 @@ class EgressMatrixCell(pulumi.CustomResource):
320
320
  if opts.id is None:
321
321
  if __props__ is not None:
322
322
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
323
- __props__ = EgressMatrixCellArgs.__new__(EgressMatrixCellArgs)
323
+ __props__ = CellArgs.__new__(CellArgs)
324
324
 
325
325
  __props__.__dict__["default_rule"] = default_rule
326
326
  __props__.__dict__["description"] = description
@@ -332,8 +332,8 @@ class EgressMatrixCell(pulumi.CustomResource):
332
332
  if source_sgt_id is None and not opts.urn:
333
333
  raise TypeError("Missing required property 'source_sgt_id'")
334
334
  __props__.__dict__["source_sgt_id"] = source_sgt_id
335
- super(EgressMatrixCell, __self__).__init__(
336
- 'ise:trustsec/egressMatrixCell:EgressMatrixCell',
335
+ super(Cell, __self__).__init__(
336
+ 'ise:TrustsecEgressMatrix/cell:Cell',
337
337
  resource_name,
338
338
  __props__,
339
339
  opts)
@@ -347,9 +347,9 @@ class EgressMatrixCell(pulumi.CustomResource):
347
347
  destination_sgt_id: Optional[pulumi.Input[str]] = None,
348
348
  matrix_cell_status: Optional[pulumi.Input[str]] = None,
349
349
  sgacls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
350
- source_sgt_id: Optional[pulumi.Input[str]] = None) -> 'EgressMatrixCell':
350
+ source_sgt_id: Optional[pulumi.Input[str]] = None) -> 'Cell':
351
351
  """
352
- Get an existing EgressMatrixCell resource's state with the given name, id, and optional extra
352
+ Get an existing Cell resource's state with the given name, id, and optional extra
353
353
  properties used to qualify the lookup.
354
354
 
355
355
  :param str resource_name: The unique name of the resulting resource.
@@ -364,7 +364,7 @@ class EgressMatrixCell(pulumi.CustomResource):
364
364
  """
365
365
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
366
366
 
367
- __props__ = _EgressMatrixCellState.__new__(_EgressMatrixCellState)
367
+ __props__ = _CellState.__new__(_CellState)
368
368
 
369
369
  __props__.__dict__["default_rule"] = default_rule
370
370
  __props__.__dict__["description"] = description
@@ -372,7 +372,7 @@ class EgressMatrixCell(pulumi.CustomResource):
372
372
  __props__.__dict__["matrix_cell_status"] = matrix_cell_status
373
373
  __props__.__dict__["sgacls"] = sgacls
374
374
  __props__.__dict__["source_sgt_id"] = source_sgt_id
375
- return EgressMatrixCell(resource_name, opts=opts, __props__=__props__)
375
+ return Cell(resource_name, opts=opts, __props__=__props__)
376
376
 
377
377
  @property
378
378
  @pulumi.getter(name="defaultRule")