pulumi-ise 0.2.0a1736833585__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pulumi_ise/__init__.py +458 -0
- pulumi_ise/_utilities.py +327 -0
- pulumi_ise/config/__init__.py +8 -0
- pulumi_ise/config/__init__.pyi +41 -0
- pulumi_ise/config/vars.py +57 -0
- pulumi_ise/deviceadmin/__init__.py +34 -0
- pulumi_ise/deviceadmin/_inputs.py +2517 -0
- pulumi_ise/deviceadmin/allowed_protocols_tacacs.py +381 -0
- pulumi_ise/deviceadmin/authentication_rule.py +1050 -0
- pulumi_ise/deviceadmin/authentication_rule_update_rank.py +271 -0
- pulumi_ise/deviceadmin/authorization_exception_rule.py +942 -0
- pulumi_ise/deviceadmin/authorization_exception_rule_update_rank.py +271 -0
- pulumi_ise/deviceadmin/authorization_global_exception_rule.py +843 -0
- pulumi_ise/deviceadmin/authorization_global_exception_rule_update_rank.py +221 -0
- pulumi_ise/deviceadmin/authorization_rule.py +942 -0
- pulumi_ise/deviceadmin/authorization_rule_update_rank.py +271 -0
- pulumi_ise/deviceadmin/condition.py +650 -0
- pulumi_ise/deviceadmin/get_allowed_protocols_tacacs.py +174 -0
- pulumi_ise/deviceadmin/get_authentication_rule.py +365 -0
- pulumi_ise/deviceadmin/get_authorization_exception_rule.py +337 -0
- pulumi_ise/deviceadmin/get_authorization_global_exception_rule.py +301 -0
- pulumi_ise/deviceadmin/get_authorization_rule.py +337 -0
- pulumi_ise/deviceadmin/get_condition.py +245 -0
- pulumi_ise/deviceadmin/get_policy_set.py +329 -0
- pulumi_ise/deviceadmin/get_tacacs_command_set.py +158 -0
- pulumi_ise/deviceadmin/get_tacacs_profile.py +144 -0
- pulumi_ise/deviceadmin/get_time_and_date_condition.py +286 -0
- pulumi_ise/deviceadmin/outputs.py +3178 -0
- pulumi_ise/deviceadmin/policy_set.py +947 -0
- pulumi_ise/deviceadmin/policy_set_update_rank.py +221 -0
- pulumi_ise/deviceadmin/tacacs_command_set.py +326 -0
- pulumi_ise/deviceadmin/tacacs_profile.py +277 -0
- pulumi_ise/deviceadmin/time_and_date_condition.py +770 -0
- pulumi_ise/identitymanagement/__init__.py +26 -0
- pulumi_ise/identitymanagement/_inputs.py +419 -0
- pulumi_ise/identitymanagement/active_directory_add_groups.py +483 -0
- pulumi_ise/identitymanagement/active_directory_join_domain_with_all_nodes.py +216 -0
- pulumi_ise/identitymanagement/active_directory_join_point.py +1676 -0
- pulumi_ise/identitymanagement/certificate_authentication_profile.py +525 -0
- pulumi_ise/identitymanagement/endpoint.py +1376 -0
- pulumi_ise/identitymanagement/endpoint_identity_group.py +327 -0
- pulumi_ise/identitymanagement/get_active_directory_groups_by_domain.py +215 -0
- pulumi_ise/identitymanagement/get_active_directory_join_point.py +558 -0
- pulumi_ise/identitymanagement/get_certificate_authentication_profile.py +202 -0
- pulumi_ise/identitymanagement/get_endpoint.py +468 -0
- pulumi_ise/identitymanagement/get_endpoint_identity_group.py +160 -0
- pulumi_ise/identitymanagement/get_identity_source_sequence.py +172 -0
- pulumi_ise/identitymanagement/get_internal_user.py +300 -0
- pulumi_ise/identitymanagement/get_user_identity_group.py +146 -0
- pulumi_ise/identitymanagement/identity_source_sequence.py +376 -0
- pulumi_ise/identitymanagement/internal_user.py +830 -0
- pulumi_ise/identitymanagement/outputs.py +491 -0
- pulumi_ise/identitymanagement/user_identity_group.py +280 -0
- pulumi_ise/network/__init__.py +13 -0
- pulumi_ise/network/_inputs.py +94 -0
- pulumi_ise/network/device.py +2194 -0
- pulumi_ise/network/device_group.py +281 -0
- pulumi_ise/network/get_device.py +693 -0
- pulumi_ise/network/get_device_group.py +146 -0
- pulumi_ise/network/outputs.py +120 -0
- pulumi_ise/networkaccess/__init__.py +36 -0
- pulumi_ise/networkaccess/_inputs.py +2506 -0
- pulumi_ise/networkaccess/allowed_protocols.py +3967 -0
- pulumi_ise/networkaccess/authentication_rule.py +1050 -0
- pulumi_ise/networkaccess/authentication_rule_update_rank.py +271 -0
- pulumi_ise/networkaccess/authorization_exception_rule.py +942 -0
- pulumi_ise/networkaccess/authorization_exception_rule_update_rank.py +271 -0
- pulumi_ise/networkaccess/authorization_global_exception_rule.py +843 -0
- pulumi_ise/networkaccess/authorization_global_exception_rule_update_rank.py +221 -0
- pulumi_ise/networkaccess/authorization_profile.py +1682 -0
- pulumi_ise/networkaccess/authorization_rule.py +942 -0
- pulumi_ise/networkaccess/authorization_rule_update_rank.py +271 -0
- pulumi_ise/networkaccess/condition.py +650 -0
- pulumi_ise/networkaccess/dictionary.py +331 -0
- pulumi_ise/networkaccess/downloadable_acl.py +330 -0
- pulumi_ise/networkaccess/get_allowed_protocols.py +1182 -0
- pulumi_ise/networkaccess/get_authentication_rule.py +365 -0
- pulumi_ise/networkaccess/get_authorization_exception_rule.py +337 -0
- pulumi_ise/networkaccess/get_authorization_global_exception_rule.py +301 -0
- pulumi_ise/networkaccess/get_authorization_profile.py +567 -0
- pulumi_ise/networkaccess/get_authorization_rule.py +337 -0
- pulumi_ise/networkaccess/get_condition.py +245 -0
- pulumi_ise/networkaccess/get_dictionary.py +160 -0
- pulumi_ise/networkaccess/get_downloadable_acl.py +160 -0
- pulumi_ise/networkaccess/get_policy_set.py +329 -0
- pulumi_ise/networkaccess/get_time_and_date_condition.py +286 -0
- pulumi_ise/networkaccess/outputs.py +3193 -0
- pulumi_ise/networkaccess/policy_set.py +947 -0
- pulumi_ise/networkaccess/policy_set_update_rank.py +221 -0
- pulumi_ise/networkaccess/time_and_date_condition.py +770 -0
- pulumi_ise/provider.py +209 -0
- pulumi_ise/pulumi-plugin.json +5 -0
- pulumi_ise/py.typed +0 -0
- pulumi_ise/system/__init__.py +13 -0
- pulumi_ise/system/_inputs.py +79 -0
- pulumi_ise/system/get_license_tier_state.py +113 -0
- pulumi_ise/system/get_repository.py +202 -0
- pulumi_ise/system/license_tier_state.py +189 -0
- pulumi_ise/system/outputs.py +83 -0
- pulumi_ise/system/repository.py +478 -0
- pulumi_ise/trustsec/__init__.py +21 -0
- pulumi_ise/trustsec/egress_matrix_cell.py +429 -0
- pulumi_ise/trustsec/egress_matrix_cell_default.py +327 -0
- pulumi_ise/trustsec/get_egress_matrix_cell.py +182 -0
- pulumi_ise/trustsec/get_egress_matrix_cell_default.py +154 -0
- pulumi_ise/trustsec/get_ip_to_sgt_mapping.py +216 -0
- pulumi_ise/trustsec/get_ip_to_sgt_mapping_group.py +174 -0
- pulumi_ise/trustsec/get_security_group.py +174 -0
- pulumi_ise/trustsec/get_security_group_acl.py +174 -0
- pulumi_ise/trustsec/get_sxp_domain_filter.py +188 -0
- pulumi_ise/trustsec/ip_to_sgt_mapping.py +517 -0
- pulumi_ise/trustsec/ip_to_sgt_mapping_group.py +376 -0
- pulumi_ise/trustsec/security_group.py +379 -0
- pulumi_ise/trustsec/security_group_acl.py +379 -0
- pulumi_ise/trustsec/sxp_domain_filter.py +422 -0
- pulumi_ise-0.2.0a1736833585.dist-info/METADATA +64 -0
- pulumi_ise-0.2.0a1736833585.dist-info/RECORD +119 -0
- pulumi_ise-0.2.0a1736833585.dist-info/WHEEL +5 -0
- pulumi_ise-0.2.0a1736833585.dist-info/top_level.txt +1 -0
@@ -0,0 +1,331 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
|
17
|
+
__all__ = ['DictionaryArgs', 'Dictionary']
|
18
|
+
|
19
|
+
@pulumi.input_type
|
20
|
+
class DictionaryArgs:
|
21
|
+
def __init__(__self__, *,
|
22
|
+
dictionary_attr_type: pulumi.Input[str],
|
23
|
+
version: pulumi.Input[str],
|
24
|
+
description: Optional[pulumi.Input[str]] = None,
|
25
|
+
name: Optional[pulumi.Input[str]] = None):
|
26
|
+
"""
|
27
|
+
The set of arguments for constructing a Dictionary resource.
|
28
|
+
:param pulumi.Input[str] dictionary_attr_type: The dictionary attribute type - Choices: `ENTITY_ATTR`, `MSG_ATTR`, `PIP_ATTR`
|
29
|
+
:param pulumi.Input[str] version: The version of the dictionary
|
30
|
+
:param pulumi.Input[str] description: The description of the dictionary
|
31
|
+
:param pulumi.Input[str] name: The dictionary name
|
32
|
+
"""
|
33
|
+
pulumi.set(__self__, "dictionary_attr_type", dictionary_attr_type)
|
34
|
+
pulumi.set(__self__, "version", version)
|
35
|
+
if description is not None:
|
36
|
+
pulumi.set(__self__, "description", description)
|
37
|
+
if name is not None:
|
38
|
+
pulumi.set(__self__, "name", name)
|
39
|
+
|
40
|
+
@property
|
41
|
+
@pulumi.getter(name="dictionaryAttrType")
|
42
|
+
def dictionary_attr_type(self) -> pulumi.Input[str]:
|
43
|
+
"""
|
44
|
+
The dictionary attribute type - Choices: `ENTITY_ATTR`, `MSG_ATTR`, `PIP_ATTR`
|
45
|
+
"""
|
46
|
+
return pulumi.get(self, "dictionary_attr_type")
|
47
|
+
|
48
|
+
@dictionary_attr_type.setter
|
49
|
+
def dictionary_attr_type(self, value: pulumi.Input[str]):
|
50
|
+
pulumi.set(self, "dictionary_attr_type", value)
|
51
|
+
|
52
|
+
@property
|
53
|
+
@pulumi.getter
|
54
|
+
def version(self) -> pulumi.Input[str]:
|
55
|
+
"""
|
56
|
+
The version of the dictionary
|
57
|
+
"""
|
58
|
+
return pulumi.get(self, "version")
|
59
|
+
|
60
|
+
@version.setter
|
61
|
+
def version(self, value: pulumi.Input[str]):
|
62
|
+
pulumi.set(self, "version", value)
|
63
|
+
|
64
|
+
@property
|
65
|
+
@pulumi.getter
|
66
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
67
|
+
"""
|
68
|
+
The description of the dictionary
|
69
|
+
"""
|
70
|
+
return pulumi.get(self, "description")
|
71
|
+
|
72
|
+
@description.setter
|
73
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
74
|
+
pulumi.set(self, "description", value)
|
75
|
+
|
76
|
+
@property
|
77
|
+
@pulumi.getter
|
78
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
79
|
+
"""
|
80
|
+
The dictionary name
|
81
|
+
"""
|
82
|
+
return pulumi.get(self, "name")
|
83
|
+
|
84
|
+
@name.setter
|
85
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
86
|
+
pulumi.set(self, "name", value)
|
87
|
+
|
88
|
+
|
89
|
+
@pulumi.input_type
|
90
|
+
class _DictionaryState:
|
91
|
+
def __init__(__self__, *,
|
92
|
+
description: Optional[pulumi.Input[str]] = None,
|
93
|
+
dictionary_attr_type: Optional[pulumi.Input[str]] = None,
|
94
|
+
name: Optional[pulumi.Input[str]] = None,
|
95
|
+
version: Optional[pulumi.Input[str]] = None):
|
96
|
+
"""
|
97
|
+
Input properties used for looking up and filtering Dictionary resources.
|
98
|
+
:param pulumi.Input[str] description: The description of the dictionary
|
99
|
+
:param pulumi.Input[str] dictionary_attr_type: The dictionary attribute type - Choices: `ENTITY_ATTR`, `MSG_ATTR`, `PIP_ATTR`
|
100
|
+
:param pulumi.Input[str] name: The dictionary name
|
101
|
+
:param pulumi.Input[str] version: The version of the dictionary
|
102
|
+
"""
|
103
|
+
if description is not None:
|
104
|
+
pulumi.set(__self__, "description", description)
|
105
|
+
if dictionary_attr_type is not None:
|
106
|
+
pulumi.set(__self__, "dictionary_attr_type", dictionary_attr_type)
|
107
|
+
if name is not None:
|
108
|
+
pulumi.set(__self__, "name", name)
|
109
|
+
if version is not None:
|
110
|
+
pulumi.set(__self__, "version", version)
|
111
|
+
|
112
|
+
@property
|
113
|
+
@pulumi.getter
|
114
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
115
|
+
"""
|
116
|
+
The description of the dictionary
|
117
|
+
"""
|
118
|
+
return pulumi.get(self, "description")
|
119
|
+
|
120
|
+
@description.setter
|
121
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
122
|
+
pulumi.set(self, "description", value)
|
123
|
+
|
124
|
+
@property
|
125
|
+
@pulumi.getter(name="dictionaryAttrType")
|
126
|
+
def dictionary_attr_type(self) -> Optional[pulumi.Input[str]]:
|
127
|
+
"""
|
128
|
+
The dictionary attribute type - Choices: `ENTITY_ATTR`, `MSG_ATTR`, `PIP_ATTR`
|
129
|
+
"""
|
130
|
+
return pulumi.get(self, "dictionary_attr_type")
|
131
|
+
|
132
|
+
@dictionary_attr_type.setter
|
133
|
+
def dictionary_attr_type(self, value: Optional[pulumi.Input[str]]):
|
134
|
+
pulumi.set(self, "dictionary_attr_type", value)
|
135
|
+
|
136
|
+
@property
|
137
|
+
@pulumi.getter
|
138
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
139
|
+
"""
|
140
|
+
The dictionary name
|
141
|
+
"""
|
142
|
+
return pulumi.get(self, "name")
|
143
|
+
|
144
|
+
@name.setter
|
145
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
146
|
+
pulumi.set(self, "name", value)
|
147
|
+
|
148
|
+
@property
|
149
|
+
@pulumi.getter
|
150
|
+
def version(self) -> Optional[pulumi.Input[str]]:
|
151
|
+
"""
|
152
|
+
The version of the dictionary
|
153
|
+
"""
|
154
|
+
return pulumi.get(self, "version")
|
155
|
+
|
156
|
+
@version.setter
|
157
|
+
def version(self, value: Optional[pulumi.Input[str]]):
|
158
|
+
pulumi.set(self, "version", value)
|
159
|
+
|
160
|
+
|
161
|
+
class Dictionary(pulumi.CustomResource):
|
162
|
+
@overload
|
163
|
+
def __init__(__self__,
|
164
|
+
resource_name: str,
|
165
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
166
|
+
description: Optional[pulumi.Input[str]] = None,
|
167
|
+
dictionary_attr_type: Optional[pulumi.Input[str]] = None,
|
168
|
+
name: Optional[pulumi.Input[str]] = None,
|
169
|
+
version: Optional[pulumi.Input[str]] = None,
|
170
|
+
__props__=None):
|
171
|
+
"""
|
172
|
+
This resource can manage a Network Access Dictionary.
|
173
|
+
|
174
|
+
## Example Usage
|
175
|
+
|
176
|
+
```python
|
177
|
+
import pulumi
|
178
|
+
import pulumi_ise as ise
|
179
|
+
|
180
|
+
example = ise.networkaccess.Dictionary("example",
|
181
|
+
name="Dict1",
|
182
|
+
description="My description",
|
183
|
+
version="1.1",
|
184
|
+
dictionary_attr_type="ENTITY_ATTR")
|
185
|
+
```
|
186
|
+
|
187
|
+
## Import
|
188
|
+
|
189
|
+
```sh
|
190
|
+
$ pulumi import ise:networkaccess/dictionary:Dictionary example "Dict1"
|
191
|
+
```
|
192
|
+
|
193
|
+
:param str resource_name: The name of the resource.
|
194
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
195
|
+
:param pulumi.Input[str] description: The description of the dictionary
|
196
|
+
:param pulumi.Input[str] dictionary_attr_type: The dictionary attribute type - Choices: `ENTITY_ATTR`, `MSG_ATTR`, `PIP_ATTR`
|
197
|
+
:param pulumi.Input[str] name: The dictionary name
|
198
|
+
:param pulumi.Input[str] version: The version of the dictionary
|
199
|
+
"""
|
200
|
+
...
|
201
|
+
@overload
|
202
|
+
def __init__(__self__,
|
203
|
+
resource_name: str,
|
204
|
+
args: DictionaryArgs,
|
205
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
206
|
+
"""
|
207
|
+
This resource can manage a Network Access Dictionary.
|
208
|
+
|
209
|
+
## Example Usage
|
210
|
+
|
211
|
+
```python
|
212
|
+
import pulumi
|
213
|
+
import pulumi_ise as ise
|
214
|
+
|
215
|
+
example = ise.networkaccess.Dictionary("example",
|
216
|
+
name="Dict1",
|
217
|
+
description="My description",
|
218
|
+
version="1.1",
|
219
|
+
dictionary_attr_type="ENTITY_ATTR")
|
220
|
+
```
|
221
|
+
|
222
|
+
## Import
|
223
|
+
|
224
|
+
```sh
|
225
|
+
$ pulumi import ise:networkaccess/dictionary:Dictionary example "Dict1"
|
226
|
+
```
|
227
|
+
|
228
|
+
:param str resource_name: The name of the resource.
|
229
|
+
:param DictionaryArgs args: The arguments to use to populate this resource's properties.
|
230
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
231
|
+
"""
|
232
|
+
...
|
233
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
234
|
+
resource_args, opts = _utilities.get_resource_args_opts(DictionaryArgs, pulumi.ResourceOptions, *args, **kwargs)
|
235
|
+
if resource_args is not None:
|
236
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
237
|
+
else:
|
238
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
239
|
+
|
240
|
+
def _internal_init(__self__,
|
241
|
+
resource_name: str,
|
242
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
243
|
+
description: Optional[pulumi.Input[str]] = None,
|
244
|
+
dictionary_attr_type: Optional[pulumi.Input[str]] = None,
|
245
|
+
name: Optional[pulumi.Input[str]] = None,
|
246
|
+
version: Optional[pulumi.Input[str]] = None,
|
247
|
+
__props__=None):
|
248
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
249
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
250
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
251
|
+
if opts.id is None:
|
252
|
+
if __props__ is not None:
|
253
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
254
|
+
__props__ = DictionaryArgs.__new__(DictionaryArgs)
|
255
|
+
|
256
|
+
__props__.__dict__["description"] = description
|
257
|
+
if dictionary_attr_type is None and not opts.urn:
|
258
|
+
raise TypeError("Missing required property 'dictionary_attr_type'")
|
259
|
+
__props__.__dict__["dictionary_attr_type"] = dictionary_attr_type
|
260
|
+
__props__.__dict__["name"] = name
|
261
|
+
if version is None and not opts.urn:
|
262
|
+
raise TypeError("Missing required property 'version'")
|
263
|
+
__props__.__dict__["version"] = version
|
264
|
+
super(Dictionary, __self__).__init__(
|
265
|
+
'ise:networkaccess/dictionary:Dictionary',
|
266
|
+
resource_name,
|
267
|
+
__props__,
|
268
|
+
opts)
|
269
|
+
|
270
|
+
@staticmethod
|
271
|
+
def get(resource_name: str,
|
272
|
+
id: pulumi.Input[str],
|
273
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
274
|
+
description: Optional[pulumi.Input[str]] = None,
|
275
|
+
dictionary_attr_type: Optional[pulumi.Input[str]] = None,
|
276
|
+
name: Optional[pulumi.Input[str]] = None,
|
277
|
+
version: Optional[pulumi.Input[str]] = None) -> 'Dictionary':
|
278
|
+
"""
|
279
|
+
Get an existing Dictionary resource's state with the given name, id, and optional extra
|
280
|
+
properties used to qualify the lookup.
|
281
|
+
|
282
|
+
:param str resource_name: The unique name of the resulting resource.
|
283
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
284
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
285
|
+
:param pulumi.Input[str] description: The description of the dictionary
|
286
|
+
:param pulumi.Input[str] dictionary_attr_type: The dictionary attribute type - Choices: `ENTITY_ATTR`, `MSG_ATTR`, `PIP_ATTR`
|
287
|
+
:param pulumi.Input[str] name: The dictionary name
|
288
|
+
:param pulumi.Input[str] version: The version of the dictionary
|
289
|
+
"""
|
290
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
291
|
+
|
292
|
+
__props__ = _DictionaryState.__new__(_DictionaryState)
|
293
|
+
|
294
|
+
__props__.__dict__["description"] = description
|
295
|
+
__props__.__dict__["dictionary_attr_type"] = dictionary_attr_type
|
296
|
+
__props__.__dict__["name"] = name
|
297
|
+
__props__.__dict__["version"] = version
|
298
|
+
return Dictionary(resource_name, opts=opts, __props__=__props__)
|
299
|
+
|
300
|
+
@property
|
301
|
+
@pulumi.getter
|
302
|
+
def description(self) -> pulumi.Output[Optional[str]]:
|
303
|
+
"""
|
304
|
+
The description of the dictionary
|
305
|
+
"""
|
306
|
+
return pulumi.get(self, "description")
|
307
|
+
|
308
|
+
@property
|
309
|
+
@pulumi.getter(name="dictionaryAttrType")
|
310
|
+
def dictionary_attr_type(self) -> pulumi.Output[str]:
|
311
|
+
"""
|
312
|
+
The dictionary attribute type - Choices: `ENTITY_ATTR`, `MSG_ATTR`, `PIP_ATTR`
|
313
|
+
"""
|
314
|
+
return pulumi.get(self, "dictionary_attr_type")
|
315
|
+
|
316
|
+
@property
|
317
|
+
@pulumi.getter
|
318
|
+
def name(self) -> pulumi.Output[str]:
|
319
|
+
"""
|
320
|
+
The dictionary name
|
321
|
+
"""
|
322
|
+
return pulumi.get(self, "name")
|
323
|
+
|
324
|
+
@property
|
325
|
+
@pulumi.getter
|
326
|
+
def version(self) -> pulumi.Output[str]:
|
327
|
+
"""
|
328
|
+
The version of the dictionary
|
329
|
+
"""
|
330
|
+
return pulumi.get(self, "version")
|
331
|
+
|
@@ -0,0 +1,330 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
|
17
|
+
__all__ = ['DownloadableAclArgs', 'DownloadableAcl']
|
18
|
+
|
19
|
+
@pulumi.input_type
|
20
|
+
class DownloadableAclArgs:
|
21
|
+
def __init__(__self__, *,
|
22
|
+
dacl: pulumi.Input[str],
|
23
|
+
dacl_type: Optional[pulumi.Input[str]] = None,
|
24
|
+
description: Optional[pulumi.Input[str]] = None,
|
25
|
+
name: Optional[pulumi.Input[str]] = None):
|
26
|
+
"""
|
27
|
+
The set of arguments for constructing a DownloadableAcl resource.
|
28
|
+
:param pulumi.Input[str] dacl: The DACL content
|
29
|
+
:param pulumi.Input[str] dacl_type: The type of ACL - Choices: `IPV4`, `IPV6`, `IP_AGNOSTIC` - Default value: `IPV4`
|
30
|
+
:param pulumi.Input[str] description: Description
|
31
|
+
:param pulumi.Input[str] name: The name of the downloadable ACL
|
32
|
+
"""
|
33
|
+
pulumi.set(__self__, "dacl", dacl)
|
34
|
+
if dacl_type is not None:
|
35
|
+
pulumi.set(__self__, "dacl_type", dacl_type)
|
36
|
+
if description is not None:
|
37
|
+
pulumi.set(__self__, "description", description)
|
38
|
+
if name is not None:
|
39
|
+
pulumi.set(__self__, "name", name)
|
40
|
+
|
41
|
+
@property
|
42
|
+
@pulumi.getter
|
43
|
+
def dacl(self) -> pulumi.Input[str]:
|
44
|
+
"""
|
45
|
+
The DACL content
|
46
|
+
"""
|
47
|
+
return pulumi.get(self, "dacl")
|
48
|
+
|
49
|
+
@dacl.setter
|
50
|
+
def dacl(self, value: pulumi.Input[str]):
|
51
|
+
pulumi.set(self, "dacl", value)
|
52
|
+
|
53
|
+
@property
|
54
|
+
@pulumi.getter(name="daclType")
|
55
|
+
def dacl_type(self) -> Optional[pulumi.Input[str]]:
|
56
|
+
"""
|
57
|
+
The type of ACL - Choices: `IPV4`, `IPV6`, `IP_AGNOSTIC` - Default value: `IPV4`
|
58
|
+
"""
|
59
|
+
return pulumi.get(self, "dacl_type")
|
60
|
+
|
61
|
+
@dacl_type.setter
|
62
|
+
def dacl_type(self, value: Optional[pulumi.Input[str]]):
|
63
|
+
pulumi.set(self, "dacl_type", value)
|
64
|
+
|
65
|
+
@property
|
66
|
+
@pulumi.getter
|
67
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
68
|
+
"""
|
69
|
+
Description
|
70
|
+
"""
|
71
|
+
return pulumi.get(self, "description")
|
72
|
+
|
73
|
+
@description.setter
|
74
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
75
|
+
pulumi.set(self, "description", value)
|
76
|
+
|
77
|
+
@property
|
78
|
+
@pulumi.getter
|
79
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
80
|
+
"""
|
81
|
+
The name of the downloadable ACL
|
82
|
+
"""
|
83
|
+
return pulumi.get(self, "name")
|
84
|
+
|
85
|
+
@name.setter
|
86
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
87
|
+
pulumi.set(self, "name", value)
|
88
|
+
|
89
|
+
|
90
|
+
@pulumi.input_type
|
91
|
+
class _DownloadableAclState:
|
92
|
+
def __init__(__self__, *,
|
93
|
+
dacl: Optional[pulumi.Input[str]] = None,
|
94
|
+
dacl_type: Optional[pulumi.Input[str]] = None,
|
95
|
+
description: Optional[pulumi.Input[str]] = None,
|
96
|
+
name: Optional[pulumi.Input[str]] = None):
|
97
|
+
"""
|
98
|
+
Input properties used for looking up and filtering DownloadableAcl resources.
|
99
|
+
:param pulumi.Input[str] dacl: The DACL content
|
100
|
+
:param pulumi.Input[str] dacl_type: The type of ACL - Choices: `IPV4`, `IPV6`, `IP_AGNOSTIC` - Default value: `IPV4`
|
101
|
+
:param pulumi.Input[str] description: Description
|
102
|
+
:param pulumi.Input[str] name: The name of the downloadable ACL
|
103
|
+
"""
|
104
|
+
if dacl is not None:
|
105
|
+
pulumi.set(__self__, "dacl", dacl)
|
106
|
+
if dacl_type is not None:
|
107
|
+
pulumi.set(__self__, "dacl_type", dacl_type)
|
108
|
+
if description is not None:
|
109
|
+
pulumi.set(__self__, "description", description)
|
110
|
+
if name is not None:
|
111
|
+
pulumi.set(__self__, "name", name)
|
112
|
+
|
113
|
+
@property
|
114
|
+
@pulumi.getter
|
115
|
+
def dacl(self) -> Optional[pulumi.Input[str]]:
|
116
|
+
"""
|
117
|
+
The DACL content
|
118
|
+
"""
|
119
|
+
return pulumi.get(self, "dacl")
|
120
|
+
|
121
|
+
@dacl.setter
|
122
|
+
def dacl(self, value: Optional[pulumi.Input[str]]):
|
123
|
+
pulumi.set(self, "dacl", value)
|
124
|
+
|
125
|
+
@property
|
126
|
+
@pulumi.getter(name="daclType")
|
127
|
+
def dacl_type(self) -> Optional[pulumi.Input[str]]:
|
128
|
+
"""
|
129
|
+
The type of ACL - Choices: `IPV4`, `IPV6`, `IP_AGNOSTIC` - Default value: `IPV4`
|
130
|
+
"""
|
131
|
+
return pulumi.get(self, "dacl_type")
|
132
|
+
|
133
|
+
@dacl_type.setter
|
134
|
+
def dacl_type(self, value: Optional[pulumi.Input[str]]):
|
135
|
+
pulumi.set(self, "dacl_type", value)
|
136
|
+
|
137
|
+
@property
|
138
|
+
@pulumi.getter
|
139
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
140
|
+
"""
|
141
|
+
Description
|
142
|
+
"""
|
143
|
+
return pulumi.get(self, "description")
|
144
|
+
|
145
|
+
@description.setter
|
146
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
147
|
+
pulumi.set(self, "description", value)
|
148
|
+
|
149
|
+
@property
|
150
|
+
@pulumi.getter
|
151
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
152
|
+
"""
|
153
|
+
The name of the downloadable ACL
|
154
|
+
"""
|
155
|
+
return pulumi.get(self, "name")
|
156
|
+
|
157
|
+
@name.setter
|
158
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
159
|
+
pulumi.set(self, "name", value)
|
160
|
+
|
161
|
+
|
162
|
+
class DownloadableAcl(pulumi.CustomResource):
|
163
|
+
@overload
|
164
|
+
def __init__(__self__,
|
165
|
+
resource_name: str,
|
166
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
167
|
+
dacl: Optional[pulumi.Input[str]] = None,
|
168
|
+
dacl_type: Optional[pulumi.Input[str]] = None,
|
169
|
+
description: Optional[pulumi.Input[str]] = None,
|
170
|
+
name: Optional[pulumi.Input[str]] = None,
|
171
|
+
__props__=None):
|
172
|
+
"""
|
173
|
+
This resource can manage a Downloadable ACL.
|
174
|
+
|
175
|
+
## Example Usage
|
176
|
+
|
177
|
+
```python
|
178
|
+
import pulumi
|
179
|
+
import pulumi_ise as ise
|
180
|
+
|
181
|
+
example = ise.networkaccess.DownloadableAcl("example",
|
182
|
+
name="MyACL",
|
183
|
+
description="My first downloadable ACL",
|
184
|
+
dacl="permit ip any any",
|
185
|
+
dacl_type="IPV4")
|
186
|
+
```
|
187
|
+
|
188
|
+
## Import
|
189
|
+
|
190
|
+
```sh
|
191
|
+
$ pulumi import ise:networkaccess/downloadableAcl:DownloadableAcl example "76d24097-41c4-4558-a4d0-a8c07ac08470"
|
192
|
+
```
|
193
|
+
|
194
|
+
:param str resource_name: The name of the resource.
|
195
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
196
|
+
:param pulumi.Input[str] dacl: The DACL content
|
197
|
+
:param pulumi.Input[str] dacl_type: The type of ACL - Choices: `IPV4`, `IPV6`, `IP_AGNOSTIC` - Default value: `IPV4`
|
198
|
+
:param pulumi.Input[str] description: Description
|
199
|
+
:param pulumi.Input[str] name: The name of the downloadable ACL
|
200
|
+
"""
|
201
|
+
...
|
202
|
+
@overload
|
203
|
+
def __init__(__self__,
|
204
|
+
resource_name: str,
|
205
|
+
args: DownloadableAclArgs,
|
206
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
207
|
+
"""
|
208
|
+
This resource can manage a Downloadable ACL.
|
209
|
+
|
210
|
+
## Example Usage
|
211
|
+
|
212
|
+
```python
|
213
|
+
import pulumi
|
214
|
+
import pulumi_ise as ise
|
215
|
+
|
216
|
+
example = ise.networkaccess.DownloadableAcl("example",
|
217
|
+
name="MyACL",
|
218
|
+
description="My first downloadable ACL",
|
219
|
+
dacl="permit ip any any",
|
220
|
+
dacl_type="IPV4")
|
221
|
+
```
|
222
|
+
|
223
|
+
## Import
|
224
|
+
|
225
|
+
```sh
|
226
|
+
$ pulumi import ise:networkaccess/downloadableAcl:DownloadableAcl example "76d24097-41c4-4558-a4d0-a8c07ac08470"
|
227
|
+
```
|
228
|
+
|
229
|
+
:param str resource_name: The name of the resource.
|
230
|
+
:param DownloadableAclArgs args: The arguments to use to populate this resource's properties.
|
231
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
232
|
+
"""
|
233
|
+
...
|
234
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
235
|
+
resource_args, opts = _utilities.get_resource_args_opts(DownloadableAclArgs, pulumi.ResourceOptions, *args, **kwargs)
|
236
|
+
if resource_args is not None:
|
237
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
238
|
+
else:
|
239
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
240
|
+
|
241
|
+
def _internal_init(__self__,
|
242
|
+
resource_name: str,
|
243
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
244
|
+
dacl: Optional[pulumi.Input[str]] = None,
|
245
|
+
dacl_type: Optional[pulumi.Input[str]] = None,
|
246
|
+
description: Optional[pulumi.Input[str]] = None,
|
247
|
+
name: Optional[pulumi.Input[str]] = None,
|
248
|
+
__props__=None):
|
249
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
250
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
251
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
252
|
+
if opts.id is None:
|
253
|
+
if __props__ is not None:
|
254
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
255
|
+
__props__ = DownloadableAclArgs.__new__(DownloadableAclArgs)
|
256
|
+
|
257
|
+
if dacl is None and not opts.urn:
|
258
|
+
raise TypeError("Missing required property 'dacl'")
|
259
|
+
__props__.__dict__["dacl"] = dacl
|
260
|
+
__props__.__dict__["dacl_type"] = dacl_type
|
261
|
+
__props__.__dict__["description"] = description
|
262
|
+
__props__.__dict__["name"] = name
|
263
|
+
super(DownloadableAcl, __self__).__init__(
|
264
|
+
'ise:networkaccess/downloadableAcl:DownloadableAcl',
|
265
|
+
resource_name,
|
266
|
+
__props__,
|
267
|
+
opts)
|
268
|
+
|
269
|
+
@staticmethod
|
270
|
+
def get(resource_name: str,
|
271
|
+
id: pulumi.Input[str],
|
272
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
273
|
+
dacl: Optional[pulumi.Input[str]] = None,
|
274
|
+
dacl_type: Optional[pulumi.Input[str]] = None,
|
275
|
+
description: Optional[pulumi.Input[str]] = None,
|
276
|
+
name: Optional[pulumi.Input[str]] = None) -> 'DownloadableAcl':
|
277
|
+
"""
|
278
|
+
Get an existing DownloadableAcl resource's state with the given name, id, and optional extra
|
279
|
+
properties used to qualify the lookup.
|
280
|
+
|
281
|
+
:param str resource_name: The unique name of the resulting resource.
|
282
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
283
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
284
|
+
:param pulumi.Input[str] dacl: The DACL content
|
285
|
+
:param pulumi.Input[str] dacl_type: The type of ACL - Choices: `IPV4`, `IPV6`, `IP_AGNOSTIC` - Default value: `IPV4`
|
286
|
+
:param pulumi.Input[str] description: Description
|
287
|
+
:param pulumi.Input[str] name: The name of the downloadable ACL
|
288
|
+
"""
|
289
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
290
|
+
|
291
|
+
__props__ = _DownloadableAclState.__new__(_DownloadableAclState)
|
292
|
+
|
293
|
+
__props__.__dict__["dacl"] = dacl
|
294
|
+
__props__.__dict__["dacl_type"] = dacl_type
|
295
|
+
__props__.__dict__["description"] = description
|
296
|
+
__props__.__dict__["name"] = name
|
297
|
+
return DownloadableAcl(resource_name, opts=opts, __props__=__props__)
|
298
|
+
|
299
|
+
@property
|
300
|
+
@pulumi.getter
|
301
|
+
def dacl(self) -> pulumi.Output[str]:
|
302
|
+
"""
|
303
|
+
The DACL content
|
304
|
+
"""
|
305
|
+
return pulumi.get(self, "dacl")
|
306
|
+
|
307
|
+
@property
|
308
|
+
@pulumi.getter(name="daclType")
|
309
|
+
def dacl_type(self) -> pulumi.Output[str]:
|
310
|
+
"""
|
311
|
+
The type of ACL - Choices: `IPV4`, `IPV6`, `IP_AGNOSTIC` - Default value: `IPV4`
|
312
|
+
"""
|
313
|
+
return pulumi.get(self, "dacl_type")
|
314
|
+
|
315
|
+
@property
|
316
|
+
@pulumi.getter
|
317
|
+
def description(self) -> pulumi.Output[Optional[str]]:
|
318
|
+
"""
|
319
|
+
Description
|
320
|
+
"""
|
321
|
+
return pulumi.get(self, "description")
|
322
|
+
|
323
|
+
@property
|
324
|
+
@pulumi.getter
|
325
|
+
def name(self) -> pulumi.Output[str]:
|
326
|
+
"""
|
327
|
+
The name of the downloadable ACL
|
328
|
+
"""
|
329
|
+
return pulumi.get(self, "name")
|
330
|
+
|