pulumi-ise 0.1.0a1715108131__py3-none-any.whl → 0.1.1__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.
- pulumi_ise/__init__.py +123 -220
- pulumi_ise/deviceadmin/__init__.py +18 -0
- pulumi_ise/deviceadmin/_inputs.py +1625 -45
- pulumi_ise/{allowedprotocols/tacacs.py → deviceadmin/allowed_protocols_tacacs.py} +20 -20
- pulumi_ise/{deviceadminauthentication/rule.py → deviceadmin/authentication_rule.py} +34 -34
- pulumi_ise/{deviceadminauthorizationexception/rule.py → deviceadmin/authorization_exception_rule.py} +34 -34
- pulumi_ise/{deviceadminauthorizationglobalexception/rule.py → deviceadmin/authorization_global_exception_rule.py} +34 -34
- pulumi_ise/{deviceadminauthorization/rule.py → deviceadmin/authorization_rule.py} +34 -34
- pulumi_ise/deviceadmin/condition.py +5 -5
- pulumi_ise/{allowedprotocols/get_tacacs.py → deviceadmin/get_allowed_protocols_tacacs.py} +19 -19
- pulumi_ise/{deviceadminauthentication/get_rule.py → deviceadmin/get_authentication_rule.py} +22 -22
- pulumi_ise/{deviceadminauthorizationexception/get_rule.py → deviceadmin/get_authorization_exception_rule.py} +22 -22
- pulumi_ise/{deviceadminauthorizationglobalexception/get_rule.py → deviceadmin/get_authorization_global_exception_rule.py} +20 -20
- pulumi_ise/{deviceadminauthorization/get_rule.py → deviceadmin/get_authorization_rule.py} +22 -22
- pulumi_ise/deviceadmin/get_condition.py +3 -3
- pulumi_ise/{deviceadminpolicy/get_set.py → deviceadmin/get_policy_set.py} +20 -20
- pulumi_ise/{tacacscommand/get_set.py → deviceadmin/get_tacacs_command_set.py} +20 -20
- pulumi_ise/{tacacs/get_profile.py → deviceadmin/get_tacacs_profile.py} +20 -20
- pulumi_ise/{deviceadmintimeanddate/get_condition.py → deviceadmin/get_time_and_date_condition.py} +19 -19
- pulumi_ise/deviceadmin/outputs.py +2733 -150
- pulumi_ise/{deviceadminpolicy/set.py → deviceadmin/policy_set.py} +34 -34
- pulumi_ise/{tacacscommand/set.py → deviceadmin/tacacs_command_set.py} +32 -32
- pulumi_ise/{tacacs/profile.py → deviceadmin/tacacs_profile.py} +31 -31
- pulumi_ise/{deviceadmintimeanddate/condition.py → deviceadmin/time_and_date_condition.py} +20 -20
- pulumi_ise/identitymanagement/__init__.py +26 -0
- pulumi_ise/{activedirectoryjoin → identitymanagement}/_inputs.py +132 -6
- pulumi_ise/{activedirectoryadd/groups.py → identitymanagement/active_directory_add_groups.py} +34 -34
- pulumi_ise/{activedirectoryjoindomainwithall/nodes.py → identitymanagement/active_directory_join_domain_with_all_nodes.py} +30 -30
- pulumi_ise/{activedirectoryjoin/point.py → identitymanagement/active_directory_join_point.py} +60 -60
- pulumi_ise/{certificateauthentication/profile.py → identitymanagement/certificate_authentication_profile.py} +20 -20
- pulumi_ise/{endpoint.py → identitymanagement/endpoint.py} +6 -6
- pulumi_ise/{endpointidentity/group.py → identitymanagement/endpoint_identity_group.py} +20 -20
- pulumi_ise/{activedirectorygroupsby/get_domain.py → identitymanagement/get_active_directory_groups_by_domain.py} +26 -26
- pulumi_ise/{activedirectoryjoin/get_point.py → identitymanagement/get_active_directory_join_point.py} +20 -20
- pulumi_ise/{certificateauthentication/get_profile.py → identitymanagement/get_certificate_authentication_profile.py} +19 -19
- pulumi_ise/{get_endpoint.py → identitymanagement/get_endpoint.py} +4 -4
- pulumi_ise/{endpointidentity/get_group.py → identitymanagement/get_endpoint_identity_group.py} +19 -19
- pulumi_ise/{identitysource/get_sequence.py → identitymanagement/get_identity_source_sequence.py} +20 -20
- pulumi_ise/{internal/get_user.py → identitymanagement/get_internal_user.py} +19 -19
- pulumi_ise/{useridentity/get_group.py → identitymanagement/get_user_identity_group.py} +19 -19
- pulumi_ise/{identitysource/sequence.py → identitymanagement/identity_source_sequence.py} +32 -32
- pulumi_ise/{internal/user.py → identitymanagement/internal_user.py} +20 -20
- pulumi_ise/{activedirectoryjoin → identitymanagement}/outputs.py +187 -18
- pulumi_ise/{useridentity/group.py → identitymanagement/user_identity_group.py} +20 -20
- pulumi_ise/network/__init__.py +2 -0
- pulumi_ise/network/device.py +3 -3
- pulumi_ise/{networkdevice/group.py → network/device_group.py} +20 -20
- pulumi_ise/network/get_device.py +3 -3
- pulumi_ise/{networkdevice/get_group.py → network/get_device_group.py} +19 -19
- pulumi_ise/networkaccess/__init__.py +18 -0
- pulumi_ise/networkaccess/_inputs.py +1621 -45
- pulumi_ise/{allowed/protocols.py → networkaccess/allowed_protocols.py} +20 -20
- pulumi_ise/{networkaccessauthentication/rule.py → networkaccess/authentication_rule.py} +34 -34
- pulumi_ise/{networkaccessauthorizationexception/rule.py → networkaccess/authorization_exception_rule.py} +34 -34
- pulumi_ise/{networkaccessauthorizationglobalexception/rule.py → networkaccess/authorization_global_exception_rule.py} +34 -34
- pulumi_ise/{authorization/profile.py → networkaccess/authorization_profile.py} +32 -32
- pulumi_ise/{networkaccessauthorization/rule.py → networkaccess/authorization_rule.py} +34 -34
- pulumi_ise/networkaccess/condition.py +5 -5
- pulumi_ise/networkaccess/dictionary.py +5 -5
- pulumi_ise/{downloadable/acl.py → networkaccess/downloadable_acl.py} +20 -20
- pulumi_ise/{allowed/get_protocols.py → networkaccess/get_allowed_protocols.py} +19 -19
- pulumi_ise/{networkaccessauthentication/get_rule.py → networkaccess/get_authentication_rule.py} +22 -22
- pulumi_ise/{networkaccessauthorizationexception/get_rule.py → networkaccess/get_authorization_exception_rule.py} +22 -22
- pulumi_ise/{networkaccessauthorizationglobalexception/get_rule.py → networkaccess/get_authorization_global_exception_rule.py} +20 -20
- pulumi_ise/{authorization/get_profile.py → networkaccess/get_authorization_profile.py} +20 -20
- pulumi_ise/{networkaccessauthorization/get_rule.py → networkaccess/get_authorization_rule.py} +22 -22
- pulumi_ise/networkaccess/get_condition.py +3 -3
- pulumi_ise/networkaccess/get_dictionary.py +3 -3
- pulumi_ise/{downloadable/get_acl.py → networkaccess/get_downloadable_acl.py} +19 -19
- pulumi_ise/{networkaccesspolicy/get_set.py → networkaccess/get_policy_set.py} +20 -20
- pulumi_ise/{networkaccesstimeanddate/get_condition.py → networkaccess/get_time_and_date_condition.py} +19 -19
- pulumi_ise/networkaccess/outputs.py +2739 -141
- pulumi_ise/{networkaccesspolicy/set.py → networkaccess/policy_set.py} +34 -34
- pulumi_ise/{networkaccesstimeanddate/condition.py → networkaccess/time_and_date_condition.py} +20 -20
- pulumi_ise/{activedirectoryadd → system}/__init__.py +4 -1
- pulumi_ise/{licensetier → system}/_inputs.py +2 -2
- pulumi_ise/{licensetier/get_state.py → system/get_license_tier_state.py} +18 -18
- pulumi_ise/{get_repository.py → system/get_repository.py} +4 -4
- pulumi_ise/{licensetier/state.py → system/license_tier_state.py} +33 -33
- pulumi_ise/{licensetier → system}/outputs.py +4 -4
- pulumi_ise/{repository.py → system/repository.py} +6 -6
- pulumi_ise/trustsec/__init__.py +17 -0
- pulumi_ise/{trustsecegressmatrix/cell.py → trustsec/egress_matrix_cell.py} +20 -20
- pulumi_ise/{trustsecegressmatrix/get_cell.py → trustsec/get_egress_matrix_cell.py} +17 -17
- pulumi_ise/{trustseciptosgt/get_mapping.py → trustsec/get_ip_to_sgt_mapping.py} +19 -19
- pulumi_ise/{trustseciptosgtmapping/get_group.py → trustsec/get_ip_to_sgt_mapping_group.py} +19 -19
- pulumi_ise/{trustsecsecurity/get_group.py → trustsec/get_security_group.py} +19 -19
- pulumi_ise/{trustsecsecuritygroup/get_acl.py → trustsec/get_security_group_acl.py} +19 -19
- pulumi_ise/{trustseciptosgt/mapping.py → trustsec/ip_to_sgt_mapping.py} +20 -20
- pulumi_ise/{trustseciptosgtmapping/group.py → trustsec/ip_to_sgt_mapping_group.py} +20 -20
- pulumi_ise/{trustsecsecurity/group.py → trustsec/security_group.py} +20 -20
- pulumi_ise/{trustsecsecuritygroup/acl.py → trustsec/security_group_acl.py} +20 -20
- {pulumi_ise-0.1.0a1715108131.dist-info → pulumi_ise-0.1.1.dist-info}/METADATA +4 -4
- pulumi_ise-0.1.1.dist-info/RECORD +105 -0
- pulumi_ise/activedirectoryadd/_inputs.py +0 -64
- pulumi_ise/activedirectoryadd/outputs.py +0 -52
- pulumi_ise/activedirectorygroupsby/__init__.py +0 -9
- pulumi_ise/activedirectorygroupsby/outputs.py +0 -55
- pulumi_ise/activedirectoryjoin/__init__.py +0 -11
- pulumi_ise/activedirectoryjoindomainwithall/__init__.py +0 -10
- pulumi_ise/activedirectoryjoindomainwithall/_inputs.py +0 -52
- pulumi_ise/activedirectoryjoindomainwithall/outputs.py +0 -44
- pulumi_ise/allowed/__init__.py +0 -9
- pulumi_ise/allowedprotocols/__init__.py +0 -9
- pulumi_ise/authorization/__init__.py +0 -11
- pulumi_ise/authorization/_inputs.py +0 -120
- pulumi_ise/authorization/outputs.py +0 -197
- pulumi_ise/certificateauthentication/__init__.py +0 -9
- pulumi_ise/deviceadminauthentication/__init__.py +0 -11
- pulumi_ise/deviceadminauthentication/_inputs.py +0 -308
- pulumi_ise/deviceadminauthentication/outputs.py +0 -498
- pulumi_ise/deviceadminauthorization/__init__.py +0 -11
- pulumi_ise/deviceadminauthorization/_inputs.py +0 -308
- pulumi_ise/deviceadminauthorization/outputs.py +0 -498
- pulumi_ise/deviceadminauthorizationexception/__init__.py +0 -11
- pulumi_ise/deviceadminauthorizationexception/_inputs.py +0 -308
- pulumi_ise/deviceadminauthorizationexception/outputs.py +0 -498
- pulumi_ise/deviceadminauthorizationglobalexception/__init__.py +0 -11
- pulumi_ise/deviceadminauthorizationglobalexception/_inputs.py +0 -308
- pulumi_ise/deviceadminauthorizationglobalexception/outputs.py +0 -498
- pulumi_ise/deviceadminpolicy/__init__.py +0 -11
- pulumi_ise/deviceadminpolicy/_inputs.py +0 -308
- pulumi_ise/deviceadminpolicy/outputs.py +0 -498
- pulumi_ise/deviceadmintimeanddate/__init__.py +0 -9
- pulumi_ise/downloadable/__init__.py +0 -9
- pulumi_ise/endpointidentity/__init__.py +0 -9
- pulumi_ise/identitysource/__init__.py +0 -11
- pulumi_ise/identitysource/_inputs.py +0 -52
- pulumi_ise/identitysource/outputs.py +0 -74
- pulumi_ise/internal/__init__.py +0 -9
- pulumi_ise/licensetier/__init__.py +0 -11
- pulumi_ise/networkaccessauthentication/__init__.py +0 -11
- pulumi_ise/networkaccessauthentication/_inputs.py +0 -308
- pulumi_ise/networkaccessauthentication/outputs.py +0 -498
- pulumi_ise/networkaccessauthorization/__init__.py +0 -11
- pulumi_ise/networkaccessauthorization/_inputs.py +0 -308
- pulumi_ise/networkaccessauthorization/outputs.py +0 -498
- pulumi_ise/networkaccessauthorizationexception/__init__.py +0 -11
- pulumi_ise/networkaccessauthorizationexception/_inputs.py +0 -308
- pulumi_ise/networkaccessauthorizationexception/outputs.py +0 -498
- pulumi_ise/networkaccessauthorizationglobalexception/__init__.py +0 -11
- pulumi_ise/networkaccessauthorizationglobalexception/_inputs.py +0 -308
- pulumi_ise/networkaccessauthorizationglobalexception/outputs.py +0 -498
- pulumi_ise/networkaccesspolicy/__init__.py +0 -11
- pulumi_ise/networkaccesspolicy/_inputs.py +0 -308
- pulumi_ise/networkaccesspolicy/outputs.py +0 -498
- pulumi_ise/networkaccesstimeanddate/__init__.py +0 -9
- pulumi_ise/networkdevice/__init__.py +0 -9
- pulumi_ise/tacacs/__init__.py +0 -11
- pulumi_ise/tacacs/_inputs.py +0 -69
- pulumi_ise/tacacs/outputs.py +0 -98
- pulumi_ise/tacacscommand/__init__.py +0 -11
- pulumi_ise/tacacscommand/_inputs.py +0 -69
- pulumi_ise/tacacscommand/outputs.py +0 -98
- pulumi_ise/trustsecegressmatrix/__init__.py +0 -9
- pulumi_ise/trustseciptosgt/__init__.py +0 -9
- pulumi_ise/trustseciptosgtmapping/__init__.py +0 -9
- pulumi_ise/trustsecsecurity/__init__.py +0 -9
- pulumi_ise/trustsecsecuritygroup/__init__.py +0 -9
- pulumi_ise/useridentity/__init__.py +0 -9
- pulumi_ise-0.1.0a1715108131.dist-info/RECORD +0 -169
- {pulumi_ise-0.1.0a1715108131.dist-info → pulumi_ise-0.1.1.dist-info}/WHEEL +0 -0
- {pulumi_ise-0.1.0a1715108131.dist-info → pulumi_ise-0.1.1.dist-info}/top_level.txt +0 -0
@@ -9,10 +9,10 @@ import pulumi.runtime
|
|
9
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
10
|
from .. import _utilities
|
11
11
|
|
12
|
-
__all__ = ['
|
12
|
+
__all__ = ['SecurityGroupArgs', 'SecurityGroup']
|
13
13
|
|
14
14
|
@pulumi.input_type
|
15
|
-
class
|
15
|
+
class SecurityGroupArgs:
|
16
16
|
def __init__(__self__, *,
|
17
17
|
value: pulumi.Input[int],
|
18
18
|
description: Optional[pulumi.Input[str]] = None,
|
@@ -20,7 +20,7 @@ class GroupArgs:
|
|
20
20
|
name: Optional[pulumi.Input[str]] = None,
|
21
21
|
propogate_to_apic: Optional[pulumi.Input[bool]] = None):
|
22
22
|
"""
|
23
|
-
The set of arguments for constructing a
|
23
|
+
The set of arguments for constructing a SecurityGroup resource.
|
24
24
|
:param pulumi.Input[int] value: `-1` to auto-generate - Range: `-1`-`65519`
|
25
25
|
:param pulumi.Input[str] description: Description
|
26
26
|
:param pulumi.Input[bool] is_read_only: Read-only - Default value: `false`
|
@@ -99,7 +99,7 @@ class GroupArgs:
|
|
99
99
|
|
100
100
|
|
101
101
|
@pulumi.input_type
|
102
|
-
class
|
102
|
+
class _SecurityGroupState:
|
103
103
|
def __init__(__self__, *,
|
104
104
|
description: Optional[pulumi.Input[str]] = None,
|
105
105
|
is_read_only: Optional[pulumi.Input[bool]] = None,
|
@@ -107,7 +107,7 @@ class _GroupState:
|
|
107
107
|
propogate_to_apic: Optional[pulumi.Input[bool]] = None,
|
108
108
|
value: Optional[pulumi.Input[int]] = None):
|
109
109
|
"""
|
110
|
-
Input properties used for looking up and filtering
|
110
|
+
Input properties used for looking up and filtering SecurityGroup resources.
|
111
111
|
:param pulumi.Input[str] description: Description
|
112
112
|
:param pulumi.Input[bool] is_read_only: Read-only - Default value: `false`
|
113
113
|
:param pulumi.Input[str] name: The name of the security group
|
@@ -186,7 +186,7 @@ class _GroupState:
|
|
186
186
|
pulumi.set(self, "value", value)
|
187
187
|
|
188
188
|
|
189
|
-
class
|
189
|
+
class SecurityGroup(pulumi.CustomResource):
|
190
190
|
@overload
|
191
191
|
def __init__(__self__,
|
192
192
|
resource_name: str,
|
@@ -206,7 +206,7 @@ class Group(pulumi.CustomResource):
|
|
206
206
|
import pulumi
|
207
207
|
import pulumi_ise as ise
|
208
208
|
|
209
|
-
example = ise.
|
209
|
+
example = ise.trustsec.SecurityGroup("example",
|
210
210
|
name="SGT1234",
|
211
211
|
description="My SGT",
|
212
212
|
value=1234,
|
@@ -217,7 +217,7 @@ class Group(pulumi.CustomResource):
|
|
217
217
|
## Import
|
218
218
|
|
219
219
|
```sh
|
220
|
-
$ pulumi import ise:
|
220
|
+
$ pulumi import ise:trustsec/securityGroup:SecurityGroup example "76d24097-41c4-4558-a4d0-a8c07ac08470"
|
221
221
|
```
|
222
222
|
|
223
223
|
:param str resource_name: The name of the resource.
|
@@ -232,7 +232,7 @@ class Group(pulumi.CustomResource):
|
|
232
232
|
@overload
|
233
233
|
def __init__(__self__,
|
234
234
|
resource_name: str,
|
235
|
-
args:
|
235
|
+
args: SecurityGroupArgs,
|
236
236
|
opts: Optional[pulumi.ResourceOptions] = None):
|
237
237
|
"""
|
238
238
|
This resource can manage a TrustSec Security Group.
|
@@ -243,7 +243,7 @@ class Group(pulumi.CustomResource):
|
|
243
243
|
import pulumi
|
244
244
|
import pulumi_ise as ise
|
245
245
|
|
246
|
-
example = ise.
|
246
|
+
example = ise.trustsec.SecurityGroup("example",
|
247
247
|
name="SGT1234",
|
248
248
|
description="My SGT",
|
249
249
|
value=1234,
|
@@ -254,16 +254,16 @@ class Group(pulumi.CustomResource):
|
|
254
254
|
## Import
|
255
255
|
|
256
256
|
```sh
|
257
|
-
$ pulumi import ise:
|
257
|
+
$ pulumi import ise:trustsec/securityGroup:SecurityGroup example "76d24097-41c4-4558-a4d0-a8c07ac08470"
|
258
258
|
```
|
259
259
|
|
260
260
|
:param str resource_name: The name of the resource.
|
261
|
-
:param
|
261
|
+
:param SecurityGroupArgs args: The arguments to use to populate this resource's properties.
|
262
262
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
263
263
|
"""
|
264
264
|
...
|
265
265
|
def __init__(__self__, resource_name: str, *args, **kwargs):
|
266
|
-
resource_args, opts = _utilities.get_resource_args_opts(
|
266
|
+
resource_args, opts = _utilities.get_resource_args_opts(SecurityGroupArgs, pulumi.ResourceOptions, *args, **kwargs)
|
267
267
|
if resource_args is not None:
|
268
268
|
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
269
269
|
else:
|
@@ -284,7 +284,7 @@ class Group(pulumi.CustomResource):
|
|
284
284
|
if opts.id is None:
|
285
285
|
if __props__ is not None:
|
286
286
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
287
|
-
__props__ =
|
287
|
+
__props__ = SecurityGroupArgs.__new__(SecurityGroupArgs)
|
288
288
|
|
289
289
|
__props__.__dict__["description"] = description
|
290
290
|
__props__.__dict__["is_read_only"] = is_read_only
|
@@ -293,8 +293,8 @@ class Group(pulumi.CustomResource):
|
|
293
293
|
if value is None and not opts.urn:
|
294
294
|
raise TypeError("Missing required property 'value'")
|
295
295
|
__props__.__dict__["value"] = value
|
296
|
-
super(
|
297
|
-
'ise:
|
296
|
+
super(SecurityGroup, __self__).__init__(
|
297
|
+
'ise:trustsec/securityGroup:SecurityGroup',
|
298
298
|
resource_name,
|
299
299
|
__props__,
|
300
300
|
opts)
|
@@ -307,9 +307,9 @@ class Group(pulumi.CustomResource):
|
|
307
307
|
is_read_only: Optional[pulumi.Input[bool]] = None,
|
308
308
|
name: Optional[pulumi.Input[str]] = None,
|
309
309
|
propogate_to_apic: Optional[pulumi.Input[bool]] = None,
|
310
|
-
value: Optional[pulumi.Input[int]] = None) -> '
|
310
|
+
value: Optional[pulumi.Input[int]] = None) -> 'SecurityGroup':
|
311
311
|
"""
|
312
|
-
Get an existing
|
312
|
+
Get an existing SecurityGroup resource's state with the given name, id, and optional extra
|
313
313
|
properties used to qualify the lookup.
|
314
314
|
|
315
315
|
:param str resource_name: The unique name of the resulting resource.
|
@@ -323,14 +323,14 @@ class Group(pulumi.CustomResource):
|
|
323
323
|
"""
|
324
324
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
325
325
|
|
326
|
-
__props__ =
|
326
|
+
__props__ = _SecurityGroupState.__new__(_SecurityGroupState)
|
327
327
|
|
328
328
|
__props__.__dict__["description"] = description
|
329
329
|
__props__.__dict__["is_read_only"] = is_read_only
|
330
330
|
__props__.__dict__["name"] = name
|
331
331
|
__props__.__dict__["propogate_to_apic"] = propogate_to_apic
|
332
332
|
__props__.__dict__["value"] = value
|
333
|
-
return
|
333
|
+
return SecurityGroup(resource_name, opts=opts, __props__=__props__)
|
334
334
|
|
335
335
|
@property
|
336
336
|
@pulumi.getter
|
@@ -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__ = ['
|
12
|
+
__all__ = ['SecurityGroupAclArgs', 'SecurityGroupAcl']
|
13
13
|
|
14
14
|
@pulumi.input_type
|
15
|
-
class
|
15
|
+
class SecurityGroupAclArgs:
|
16
16
|
def __init__(__self__, *,
|
17
17
|
acl_content: pulumi.Input[str],
|
18
18
|
description: Optional[pulumi.Input[str]] = None,
|
@@ -20,7 +20,7 @@ class AclArgs:
|
|
20
20
|
name: Optional[pulumi.Input[str]] = None,
|
21
21
|
read_only: Optional[pulumi.Input[bool]] = None):
|
22
22
|
"""
|
23
|
-
The set of arguments for constructing a
|
23
|
+
The set of arguments for constructing a SecurityGroupAcl resource.
|
24
24
|
:param pulumi.Input[str] acl_content: Content of ACL
|
25
25
|
:param pulumi.Input[str] description: Description
|
26
26
|
:param pulumi.Input[str] ip_version: IP Version - Choices: `IPV4`, `IPV6`, `IP_AGNOSTIC` - Default value: `IP_AGNOSTIC`
|
@@ -99,7 +99,7 @@ class AclArgs:
|
|
99
99
|
|
100
100
|
|
101
101
|
@pulumi.input_type
|
102
|
-
class
|
102
|
+
class _SecurityGroupAclState:
|
103
103
|
def __init__(__self__, *,
|
104
104
|
acl_content: Optional[pulumi.Input[str]] = None,
|
105
105
|
description: Optional[pulumi.Input[str]] = None,
|
@@ -107,7 +107,7 @@ class _AclState:
|
|
107
107
|
name: Optional[pulumi.Input[str]] = None,
|
108
108
|
read_only: Optional[pulumi.Input[bool]] = None):
|
109
109
|
"""
|
110
|
-
Input properties used for looking up and filtering
|
110
|
+
Input properties used for looking up and filtering SecurityGroupAcl resources.
|
111
111
|
:param pulumi.Input[str] acl_content: Content of ACL
|
112
112
|
:param pulumi.Input[str] description: Description
|
113
113
|
:param pulumi.Input[str] ip_version: IP Version - Choices: `IPV4`, `IPV6`, `IP_AGNOSTIC` - Default value: `IP_AGNOSTIC`
|
@@ -186,7 +186,7 @@ class _AclState:
|
|
186
186
|
pulumi.set(self, "read_only", value)
|
187
187
|
|
188
188
|
|
189
|
-
class
|
189
|
+
class SecurityGroupAcl(pulumi.CustomResource):
|
190
190
|
@overload
|
191
191
|
def __init__(__self__,
|
192
192
|
resource_name: str,
|
@@ -206,7 +206,7 @@ class Acl(pulumi.CustomResource):
|
|
206
206
|
import pulumi
|
207
207
|
import pulumi_ise as ise
|
208
208
|
|
209
|
-
example = ise.
|
209
|
+
example = ise.trustsec.SecurityGroupAcl("example",
|
210
210
|
name="ACL1",
|
211
211
|
description="SG ACL 1",
|
212
212
|
acl_content="Permit IP",
|
@@ -217,7 +217,7 @@ class Acl(pulumi.CustomResource):
|
|
217
217
|
## Import
|
218
218
|
|
219
219
|
```sh
|
220
|
-
$ pulumi import ise:
|
220
|
+
$ pulumi import ise:trustsec/securityGroupAcl:SecurityGroupAcl example "76d24097-41c4-4558-a4d0-a8c07ac08470"
|
221
221
|
```
|
222
222
|
|
223
223
|
:param str resource_name: The name of the resource.
|
@@ -232,7 +232,7 @@ class Acl(pulumi.CustomResource):
|
|
232
232
|
@overload
|
233
233
|
def __init__(__self__,
|
234
234
|
resource_name: str,
|
235
|
-
args:
|
235
|
+
args: SecurityGroupAclArgs,
|
236
236
|
opts: Optional[pulumi.ResourceOptions] = None):
|
237
237
|
"""
|
238
238
|
This resource can manage a TrustSec Security Group ACL.
|
@@ -243,7 +243,7 @@ class Acl(pulumi.CustomResource):
|
|
243
243
|
import pulumi
|
244
244
|
import pulumi_ise as ise
|
245
245
|
|
246
|
-
example = ise.
|
246
|
+
example = ise.trustsec.SecurityGroupAcl("example",
|
247
247
|
name="ACL1",
|
248
248
|
description="SG ACL 1",
|
249
249
|
acl_content="Permit IP",
|
@@ -254,16 +254,16 @@ class Acl(pulumi.CustomResource):
|
|
254
254
|
## Import
|
255
255
|
|
256
256
|
```sh
|
257
|
-
$ pulumi import ise:
|
257
|
+
$ pulumi import ise:trustsec/securityGroupAcl:SecurityGroupAcl example "76d24097-41c4-4558-a4d0-a8c07ac08470"
|
258
258
|
```
|
259
259
|
|
260
260
|
:param str resource_name: The name of the resource.
|
261
|
-
:param
|
261
|
+
:param SecurityGroupAclArgs args: The arguments to use to populate this resource's properties.
|
262
262
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
263
263
|
"""
|
264
264
|
...
|
265
265
|
def __init__(__self__, resource_name: str, *args, **kwargs):
|
266
|
-
resource_args, opts = _utilities.get_resource_args_opts(
|
266
|
+
resource_args, opts = _utilities.get_resource_args_opts(SecurityGroupAclArgs, pulumi.ResourceOptions, *args, **kwargs)
|
267
267
|
if resource_args is not None:
|
268
268
|
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
269
269
|
else:
|
@@ -284,7 +284,7 @@ class Acl(pulumi.CustomResource):
|
|
284
284
|
if opts.id is None:
|
285
285
|
if __props__ is not None:
|
286
286
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
287
|
-
__props__ =
|
287
|
+
__props__ = SecurityGroupAclArgs.__new__(SecurityGroupAclArgs)
|
288
288
|
|
289
289
|
if acl_content is None and not opts.urn:
|
290
290
|
raise TypeError("Missing required property 'acl_content'")
|
@@ -293,8 +293,8 @@ class Acl(pulumi.CustomResource):
|
|
293
293
|
__props__.__dict__["ip_version"] = ip_version
|
294
294
|
__props__.__dict__["name"] = name
|
295
295
|
__props__.__dict__["read_only"] = read_only
|
296
|
-
super(
|
297
|
-
'ise:
|
296
|
+
super(SecurityGroupAcl, __self__).__init__(
|
297
|
+
'ise:trustsec/securityGroupAcl:SecurityGroupAcl',
|
298
298
|
resource_name,
|
299
299
|
__props__,
|
300
300
|
opts)
|
@@ -307,9 +307,9 @@ class Acl(pulumi.CustomResource):
|
|
307
307
|
description: Optional[pulumi.Input[str]] = None,
|
308
308
|
ip_version: Optional[pulumi.Input[str]] = None,
|
309
309
|
name: Optional[pulumi.Input[str]] = None,
|
310
|
-
read_only: Optional[pulumi.Input[bool]] = None) -> '
|
310
|
+
read_only: Optional[pulumi.Input[bool]] = None) -> 'SecurityGroupAcl':
|
311
311
|
"""
|
312
|
-
Get an existing
|
312
|
+
Get an existing SecurityGroupAcl resource's state with the given name, id, and optional extra
|
313
313
|
properties used to qualify the lookup.
|
314
314
|
|
315
315
|
:param str resource_name: The unique name of the resulting resource.
|
@@ -323,14 +323,14 @@ class Acl(pulumi.CustomResource):
|
|
323
323
|
"""
|
324
324
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
325
325
|
|
326
|
-
__props__ =
|
326
|
+
__props__ = _SecurityGroupAclState.__new__(_SecurityGroupAclState)
|
327
327
|
|
328
328
|
__props__.__dict__["acl_content"] = acl_content
|
329
329
|
__props__.__dict__["description"] = description
|
330
330
|
__props__.__dict__["ip_version"] = ip_version
|
331
331
|
__props__.__dict__["name"] = name
|
332
332
|
__props__.__dict__["read_only"] = read_only
|
333
|
-
return
|
333
|
+
return SecurityGroupAcl(resource_name, opts=opts, __props__=__props__)
|
334
334
|
|
335
335
|
@property
|
336
336
|
@pulumi.getter(name="aclContent")
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pulumi_ise
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1
|
4
4
|
Summary: A Pulumi package for managing resources on a Cisco ISE (Identity Service Engine) instance.
|
5
5
|
License: Apache-2.0
|
6
6
|
Project-URL: Homepage, https://github.com/pulumi/pulumi-ise
|
@@ -12,9 +12,9 @@ Requires-Dist: parver >=0.2.1
|
|
12
12
|
Requires-Dist: pulumi <4.0.0,>=3.0.0
|
13
13
|
Requires-Dist: semver >=2.8.1
|
14
14
|
|
15
|
-
#
|
15
|
+
# Cisco ISE Resource Provider
|
16
16
|
|
17
|
-
|
17
|
+
A Pulumi package for managing resources on a [Cisco ISE](https://www.pulumi.com/registry/packages/ise/) (Identity Service Engine) instance.
|
18
18
|
|
19
19
|
## Installing
|
20
20
|
|
@@ -39,7 +39,7 @@ yarn add @pulumi/ise
|
|
39
39
|
To use from Python, install using `pip`:
|
40
40
|
|
41
41
|
```bash
|
42
|
-
pip install
|
42
|
+
pip install pulumi_ise
|
43
43
|
```
|
44
44
|
|
45
45
|
### Go
|
@@ -0,0 +1,105 @@
|
|
1
|
+
pulumi_ise/__init__.py,sha256=bkmV5ESw9VplR88UezLC7A3Rf4iV1rhuUgNAvhVoerE,9504
|
2
|
+
pulumi_ise/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
|
3
|
+
pulumi_ise/provider.py,sha256=rmOvrd0QwMTg2J4XtisK6BJWJdGSanA9qsJZtcTGKr8,9520
|
4
|
+
pulumi_ise/pulumi-plugin.json,sha256=DYa_MVN2z8oSrbG-VkpgVBm5xsraRjo6NuLQUbDewL0,40
|
5
|
+
pulumi_ise/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
+
pulumi_ise/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
7
|
+
pulumi_ise/config/__init__.pyi,sha256=dY0CGhSxk3lgWmAfOaOEOWrjDwfHynOBNAIjyHMp4YA,1011
|
8
|
+
pulumi_ise/config/vars.py,sha256=Yc9HNa8H2jbrD2Uw-9SYTkrqmBIbJhRTyD1x-SoUpt8,1592
|
9
|
+
pulumi_ise/deviceadmin/__init__.py,sha256=ClgG23hldmqi3bLhfgbdK9B5_xCuGTJzFmAgTerRt_s,1070
|
10
|
+
pulumi_ise/deviceadmin/_inputs.py,sha256=bw5Vg10p3LVDJlzLw50K5dCIFeB6EXSYebbqLJCCh9k,80156
|
11
|
+
pulumi_ise/deviceadmin/allowed_protocols_tacacs.py,sha256=ZnGrFjvWcpc3iGP9R7Mrl-XG4YTVh9GWKE7XaCmAc00,14084
|
12
|
+
pulumi_ise/deviceadmin/authentication_rule.py,sha256=khviAzN94IfQ0r6qUmNLC5XD8iIzoQz1WfAODwv8dvo,50601
|
13
|
+
pulumi_ise/deviceadmin/authorization_exception_rule.py,sha256=kMtWCCrRSr0311wvojyXVcwSg87pTinZqzfs90oSxOI,45277
|
14
|
+
pulumi_ise/deviceadmin/authorization_global_exception_rule.py,sha256=GF7l7zWJVMwUaZEodUZxJHTMBR9hreXURA7VqRPxS-U,43476
|
15
|
+
pulumi_ise/deviceadmin/authorization_rule.py,sha256=TDiyF7bgWWfGJhJUJfj7MdzzdtnhRaYYYIzsY8DNNC4,44897
|
16
|
+
pulumi_ise/deviceadmin/condition.py,sha256=sn_vjYL26cIK9dcaatRre9lhfFFSGZ7ys4oO4HsbC54,28863
|
17
|
+
pulumi_ise/deviceadmin/get_allowed_protocols_tacacs.py,sha256=dOkbVxKI5Lpv2tueNRlS0eSc6P5i1AKodbiw3pHVKwU,5532
|
18
|
+
pulumi_ise/deviceadmin/get_authentication_rule.py,sha256=xRrRqrxLF2EhEBgRsG4G6JsWJ3LqkQtI9QthmDOIPgc,14042
|
19
|
+
pulumi_ise/deviceadmin/get_authorization_exception_rule.py,sha256=v5rV5k98XSJGFVuBo4XjeKQx03gkYx0Ou6ixx8DPQN8,12950
|
20
|
+
pulumi_ise/deviceadmin/get_authorization_global_exception_rule.py,sha256=KrVfEFp8W7p8ofFzmLMTuhJJ3AKu1enFv6k9nuOVkSY,12186
|
21
|
+
pulumi_ise/deviceadmin/get_authorization_rule.py,sha256=QNJFWXmIiqWEWDNIkxip14AncDwsTqQHB1RTwPM9Dgs,12674
|
22
|
+
pulumi_ise/deviceadmin/get_condition.py,sha256=3rqE8BUSI3_x1CQuafY5vmTaOrmsfHG1_l6imoX9Z8E,8032
|
23
|
+
pulumi_ise/deviceadmin/get_policy_set.py,sha256=vD4FPYETFuKXzX0lyh0MXc7tkSGtlID1RMAskSOoJXY,12120
|
24
|
+
pulumi_ise/deviceadmin/get_tacacs_command_set.py,sha256=XQtbSTnoms2DdLbQz7w5f9MywnPHscHueT_qA0oew68,4804
|
25
|
+
pulumi_ise/deviceadmin/get_tacacs_profile.py,sha256=mzW83BIKyWXwWVUdiJ9rx6hqN4xw2OyoS7YII60pGWE,4284
|
26
|
+
pulumi_ise/deviceadmin/get_time_and_date_condition.py,sha256=1FaLRQo2ywnavIgU-nUC5f-AhcgYMES5A_Nt6YtKbaA,10003
|
27
|
+
pulumi_ise/deviceadmin/outputs.py,sha256=-KPAswvqOpQLBvrVlmw6IpWSKzJb_nu0CbvchV4MkZQ,116498
|
28
|
+
pulumi_ise/deviceadmin/policy_set.py,sha256=0Rz7X3RKc-P6do9QA0tSwd-p-oSPrxCGP919_hxwdCY,44443
|
29
|
+
pulumi_ise/deviceadmin/tacacs_command_set.py,sha256=04G1DxJaSjNJM14WqVj8xRlAVH33pHP0GPwoKy_oqJc,12426
|
30
|
+
pulumi_ise/deviceadmin/tacacs_profile.py,sha256=sx7-kf-YkIkn-PAzPHrdHbxQXPVt29p1iq9sA3HJsnI,10479
|
31
|
+
pulumi_ise/deviceadmin/time_and_date_condition.py,sha256=dsA1_zJBqR7RNNgnwUN7oIODymfc0U0pr62f_96uoAw,32331
|
32
|
+
pulumi_ise/identitymanagement/__init__.py,sha256=436wbxcpm3xYxczwGqpE7kKHdE-ytKMS2rkvEwCgsMY,1017
|
33
|
+
pulumi_ise/identitymanagement/_inputs.py,sha256=I0BVTTQ_wkB1GErwxmeBSd9w5n2YyvxDXfuw58Xsqr4,10056
|
34
|
+
pulumi_ise/identitymanagement/active_directory_add_groups.py,sha256=J4vnyWNQpfWpcY2Bp20vWY17lSEN-dIkZURZZM-3cmc,20220
|
35
|
+
pulumi_ise/identitymanagement/active_directory_join_domain_with_all_nodes.py,sha256=H-KMuux1fv2NgSwppE958sgAv2gjW7JbXsdwO9pGyeY,9652
|
36
|
+
pulumi_ise/identitymanagement/active_directory_join_point.py,sha256=bIKJCLoJzsyLsMfnU73bKkYFiFGFoS6DHX0Q6MW20Es,75887
|
37
|
+
pulumi_ise/identitymanagement/certificate_authentication_profile.py,sha256=sp0kDrK4NxUd19foXE0MQapffUAV6554XgtsoUwLdvE,26681
|
38
|
+
pulumi_ise/identitymanagement/endpoint.py,sha256=Q-FBLpAuxnSF6-QhQpzY0ai1nt4Mj3CVGk4xsgC0sk4,55166
|
39
|
+
pulumi_ise/identitymanagement/endpoint_identity_group.py,sha256=bC_3-8E094WsHUkDBwIpiM-XGw5f-pNLU-oLqb6KOp4,13111
|
40
|
+
pulumi_ise/identitymanagement/get_active_directory_groups_by_domain.py,sha256=5kLE0PccfOOsKdZmMkNxMO7B41hK8nJehYoryiJkPZo,8035
|
41
|
+
pulumi_ise/identitymanagement/get_active_directory_join_point.py,sha256=bSgww-hHVjUgVDKWT1KNoue2YA6TjtDRxI4Vjoc7ugw,21235
|
42
|
+
pulumi_ise/identitymanagement/get_certificate_authentication_profile.py,sha256=yUDgk4JzIF-ZRGF_ot72F1lHzHKSteUmy777WbXmCjQ,7743
|
43
|
+
pulumi_ise/identitymanagement/get_endpoint.py,sha256=oAetyoCLg7mBi7lsllgJWVvISVKycG_MmeomN_8LFPw,16573
|
44
|
+
pulumi_ise/identitymanagement/get_endpoint_identity_group.py,sha256=U1DV9ykp3FzE98bYDkvTooMHN1ezVCbDyTbhb0STHng,5288
|
45
|
+
pulumi_ise/identitymanagement/get_identity_source_sequence.py,sha256=sy4r2QLn3V0EgwW6kR8sTnf0yPHLsG2pDFmgbg5I1Fw,6085
|
46
|
+
pulumi_ise/identitymanagement/get_internal_user.py,sha256=Ms1J31Up_op4jLjl1zbBcu164mzTmAto0S0dGgpobFg,10306
|
47
|
+
pulumi_ise/identitymanagement/get_user_identity_group.py,sha256=txzw2XGzjpvaft78Ylt3lJyKsYxQXLvCkSJJWoJy3po,4305
|
48
|
+
pulumi_ise/identitymanagement/identity_source_sequence.py,sha256=1IpvZqDDxuP_1kuketKCguZkiLMkeTcBgmSzApmKU5s,16774
|
49
|
+
pulumi_ise/identitymanagement/internal_user.py,sha256=t86P9b48lbcVz3ZGql8CICb8Xr9U0mULRLDBo80j_zQ,34526
|
50
|
+
pulumi_ise/identitymanagement/outputs.py,sha256=aALPddzFKzkHZZU83I6n4BxZKXM1MDa_FJObQ_o2q5Y,14895
|
51
|
+
pulumi_ise/identitymanagement/user_identity_group.py,sha256=XE6zT9BJPIdmvC8M8Xqgqxx9CJ_amRCyKsfSDKYArnw,10239
|
52
|
+
pulumi_ise/network/__init__.py,sha256=A7om1U6WdiytfTl8KjOtx-2kNSHbuMSSQ48UM0Cycqs,422
|
53
|
+
pulumi_ise/network/_inputs.py,sha256=Gj50PZ9-suMyk6v5e-GTbLfbMOOWPtO1bEtAnRzLwhU,2199
|
54
|
+
pulumi_ise/network/device.py,sha256=Jp_F7L6Y2e0mh1PVJKlk-RqkBHBlGT4VwjQCzmn9VtA,112154
|
55
|
+
pulumi_ise/network/device_group.py,sha256=NizpqNlTDYw-3TBMABFTzsVS5uNSZufYdOdqfmIrEsw,10353
|
56
|
+
pulumi_ise/network/get_device.py,sha256=GbernLSLZ-9vrHGzOOr7rDkdBMr8XBBJGFk85k_FBfA,32581
|
57
|
+
pulumi_ise/network/get_device_group.py,sha256=fhbqJ7kmWTJrxdSc84-0UbbrJML2EE_64wNjeC-7Pus,4345
|
58
|
+
pulumi_ise/network/outputs.py,sha256=KW3BF-dt4-sqc4ING0vmqImv7W2Qhne5jyG3EgJUO-0,3453
|
59
|
+
pulumi_ise/networkaccess/__init__.py,sha256=JZFLgBhRFpm18S-7NgK4k7YxKSLmsDrZcGJZFJsiNko,1122
|
60
|
+
pulumi_ise/networkaccess/_inputs.py,sha256=qK3q25G9HuLvDOXTaeeyg0PcOZXOane3dQNbXyzeqDY,82293
|
61
|
+
pulumi_ise/networkaccess/allowed_protocols.py,sha256=iuqLV9MsyXNESa6i6CEZkcvIv3BfUl59j8wq6VmQV4Q,211450
|
62
|
+
pulumi_ise/networkaccess/authentication_rule.py,sha256=DGoeOReDsGU2X6ICKe_QwVaro6C5TEQ2R08sp_Az5Fw,50615
|
63
|
+
pulumi_ise/networkaccess/authorization_exception_rule.py,sha256=tQNrPDw-5wAUqE17ykVCaw1uaxgh0BhTB4_0mD_QjqM,44600
|
64
|
+
pulumi_ise/networkaccess/authorization_global_exception_rule.py,sha256=D_MTvAKqIT4fwcm29ePSG2Axsui7GX6l3vOuzLO_xMc,42799
|
65
|
+
pulumi_ise/networkaccess/authorization_profile.py,sha256=qBgUYirgMBr5w0Y12ZPflpzMaKrceZe_0T-ZfcINxGw,75898
|
66
|
+
pulumi_ise/networkaccess/authorization_rule.py,sha256=R46DjBzpFE-DsOhPW5ao5HAVUFon_xvpHbSUc4BRIdc,44220
|
67
|
+
pulumi_ise/networkaccess/condition.py,sha256=zZwGC9kdReWRMZwsfAEQpi20Q9tNpkCNJ5BwtlMmM_Q,28923
|
68
|
+
pulumi_ise/networkaccess/dictionary.py,sha256=yWJBtFLFjiKJ6DLr5-zhnJMIrgwpopj_obupmCLKiko,12234
|
69
|
+
pulumi_ise/networkaccess/downloadable_acl.py,sha256=1c3Qs70lCRNOflNliNsgz6qaj7zyTOn_x6qSy0EewIQ,11749
|
70
|
+
pulumi_ise/networkaccess/get_allowed_protocols.py,sha256=wFC8JFo4k4FFEcb876j-pYGrmPxuUx5j3_wzCPwDBtI,58584
|
71
|
+
pulumi_ise/networkaccess/get_authentication_rule.py,sha256=uz4u0GcSJk2vxX2z6Kmj86umxuHni-UDNbym0HHZGOQ,14052
|
72
|
+
pulumi_ise/networkaccess/get_authorization_exception_rule.py,sha256=eELI0soaIHWF3_NXgt1CRFbJslePWZ66qg0w_oUsvNA,12890
|
73
|
+
pulumi_ise/networkaccess/get_authorization_global_exception_rule.py,sha256=qY1sIG1i0DZ984ZhoQSH0m9KvYcggK-I-CAXkPRzc8s,12126
|
74
|
+
pulumi_ise/networkaccess/get_authorization_profile.py,sha256=WfyfozdyJOHb8VviHi1ztPLOgF4eDGx1YOQAWaHJT2s,22064
|
75
|
+
pulumi_ise/networkaccess/get_authorization_rule.py,sha256=WGv0FuPGqaQYGrHRIbdI4w8G-ypELg15UQolcVaNo8Y,12614
|
76
|
+
pulumi_ise/networkaccess/get_condition.py,sha256=6Z5Vzd8zGy75mDtQB_w5nwn9Fn7xSwDRtFKW4MiOvXM,8042
|
77
|
+
pulumi_ise/networkaccess/get_dictionary.py,sha256=7a_W4PuI5XNxVV0f3v6fSoF5_-8LcS0ANKALevznzk8,4602
|
78
|
+
pulumi_ise/networkaccess/get_downloadable_acl.py,sha256=xV8Rf3SSFq6Pv-IC9d-KEZ20OHvnHwRN5ad_aOq1U50,4589
|
79
|
+
pulumi_ise/networkaccess/get_policy_set.py,sha256=mIOFbjO5KRejA7uVw5UJykdl4bE89y1lVS0ClpoVQ5s,12130
|
80
|
+
pulumi_ise/networkaccess/get_time_and_date_condition.py,sha256=cNm3xZehpAqXQ68HCH2N9IcUYQz1LYab_FF3RQFZazE,10013
|
81
|
+
pulumi_ise/networkaccess/outputs.py,sha256=qIWgKTunNEomQJ4Wk81HJ4xfZV0ziNhDu39qr8sy0nQ,120674
|
82
|
+
pulumi_ise/networkaccess/policy_set.py,sha256=4PDxxlM4q87kF_kMWMlUu6_G-u4Lc__1WdWS8Zd1jlA,44461
|
83
|
+
pulumi_ise/networkaccess/time_and_date_condition.py,sha256=jYFiftrRrE36B_2ZItP4MZnAQXLA0CxZN4vcLLPfRf4,32345
|
84
|
+
pulumi_ise/system/__init__.py,sha256=VpaGfOYvIxEEeP7GsVSL5A6Jaq3gUEHAeUfznUeeKhI,442
|
85
|
+
pulumi_ise/system/_inputs.py,sha256=hb_LSNtAyNGAolNr24NXk1Eeu0gNPPq3-7U0UFBrSYk,1586
|
86
|
+
pulumi_ise/system/get_license_tier_state.py,sha256=C15pWpzIfU0qrNr_p3GIWpq8lt-6Ow9Fiqc3m9ocXO4,3103
|
87
|
+
pulumi_ise/system/get_repository.py,sha256=ynKyCdSwTG9eZQZmvgS1mEBNhwMkSMgsT34lCSYlooo,6113
|
88
|
+
pulumi_ise/system/license_tier_state.py,sha256=rkeo5LXxLynS8uK_rCsT-QDQueDCkF9dkLJH4KWW_Hw,7204
|
89
|
+
pulumi_ise/system/outputs.py,sha256=aFm1C7GSivmfy4s-GNRO9SanQgNytm89jXQF7vzeeS4,1976
|
90
|
+
pulumi_ise/system/repository.py,sha256=ID6ndjg2Rrm5IKDPq8d3AtuDt0OeZ1zs1xCOALNX2QI,18240
|
91
|
+
pulumi_ise/trustsec/__init__.py,sha256=_wf3YdpblWhBykVFFuooGTFM6AAHP35QBOmCaRULTNA,629
|
92
|
+
pulumi_ise/trustsec/egress_matrix_cell.py,sha256=mtF04kUe3LdKsi7ZEDKqVUrovvDRnXRZvcQJmc0SdMA,18137
|
93
|
+
pulumi_ise/trustsec/get_egress_matrix_cell.py,sha256=LNzgBEmTlSwUHXseE2O4guUwxgtjc8mEMWZNiTODkio,5783
|
94
|
+
pulumi_ise/trustsec/get_ip_to_sgt_mapping.py,sha256=L0hvuwcB0dX3RjKiA0vr3TdZKTnWrb4gq4Wkc2qHTiI,6710
|
95
|
+
pulumi_ise/trustsec/get_ip_to_sgt_mapping_group.py,sha256=c7SfDRCvgtzdQDrspcbASQ6J3cpUufxKfZ9mPTaJ9hM,5265
|
96
|
+
pulumi_ise/trustsec/get_security_group.py,sha256=zHPel-M1GRAqPMh3fuHxIvPKGy7ivip5BzbZGVOl3lM,5165
|
97
|
+
pulumi_ise/trustsec/get_security_group_acl.py,sha256=hOH5e9BaZ6D2DlaKPmXTxrP24U13fGg06frEkRVY1rI,5208
|
98
|
+
pulumi_ise/trustsec/ip_to_sgt_mapping.py,sha256=ph2BV5vsWOruMuFJo-dF6j0MSaE1eslz3ZJNLt2Yj5s,19913
|
99
|
+
pulumi_ise/trustsec/ip_to_sgt_mapping_group.py,sha256=EQBRV6lwaKTxIt3Ch9zG65USvzZEZVtFmMJDGXUpna0,13599
|
100
|
+
pulumi_ise/trustsec/security_group.py,sha256=Br4c4GqPpvS-DUBw9eY2Me7XCU6BncC3rAFsPD8Zk9g,13741
|
101
|
+
pulumi_ise/trustsec/security_group_acl.py,sha256=7yRCKKIfbxDydrlRPjjMtfoopuXRufZXwm0Tkiob_68,13964
|
102
|
+
pulumi_ise-0.1.1.dist-info/METADATA,sha256=nrZvfyh9D7v8L7wKLRmmjgcVE8ThEq3APIIPnrG_yrs,1423
|
103
|
+
pulumi_ise-0.1.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
104
|
+
pulumi_ise-0.1.1.dist-info/top_level.txt,sha256=oFNRT2ED37ACpG9aXKjxzIS6O-f9vaDcEci2KQl7KO0,11
|
105
|
+
pulumi_ise-0.1.1.dist-info/RECORD,,
|
@@ -1,64 +0,0 @@
|
|
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
|
-
'GroupsGroupArgs',
|
14
|
-
]
|
15
|
-
|
16
|
-
@pulumi.input_type
|
17
|
-
class GroupsGroupArgs:
|
18
|
-
def __init__(__self__, *,
|
19
|
-
name: pulumi.Input[str],
|
20
|
-
sid: pulumi.Input[str],
|
21
|
-
type: Optional[pulumi.Input[str]] = None):
|
22
|
-
"""
|
23
|
-
:param pulumi.Input[str] name: Required for each group in the group list with no duplication between groups
|
24
|
-
:param pulumi.Input[str] sid: Required for each group in the group list with no duplication between groups
|
25
|
-
"""
|
26
|
-
pulumi.set(__self__, "name", name)
|
27
|
-
pulumi.set(__self__, "sid", sid)
|
28
|
-
if type is not None:
|
29
|
-
pulumi.set(__self__, "type", type)
|
30
|
-
|
31
|
-
@property
|
32
|
-
@pulumi.getter
|
33
|
-
def name(self) -> pulumi.Input[str]:
|
34
|
-
"""
|
35
|
-
Required for each group in the group list with no duplication between groups
|
36
|
-
"""
|
37
|
-
return pulumi.get(self, "name")
|
38
|
-
|
39
|
-
@name.setter
|
40
|
-
def name(self, value: pulumi.Input[str]):
|
41
|
-
pulumi.set(self, "name", value)
|
42
|
-
|
43
|
-
@property
|
44
|
-
@pulumi.getter
|
45
|
-
def sid(self) -> pulumi.Input[str]:
|
46
|
-
"""
|
47
|
-
Required for each group in the group list with no duplication between groups
|
48
|
-
"""
|
49
|
-
return pulumi.get(self, "sid")
|
50
|
-
|
51
|
-
@sid.setter
|
52
|
-
def sid(self, value: pulumi.Input[str]):
|
53
|
-
pulumi.set(self, "sid", value)
|
54
|
-
|
55
|
-
@property
|
56
|
-
@pulumi.getter
|
57
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
58
|
-
return pulumi.get(self, "type")
|
59
|
-
|
60
|
-
@type.setter
|
61
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
62
|
-
pulumi.set(self, "type", value)
|
63
|
-
|
64
|
-
|
@@ -1,52 +0,0 @@
|
|
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
|
-
'GroupsGroup',
|
14
|
-
]
|
15
|
-
|
16
|
-
@pulumi.output_type
|
17
|
-
class GroupsGroup(dict):
|
18
|
-
def __init__(__self__, *,
|
19
|
-
name: str,
|
20
|
-
sid: str,
|
21
|
-
type: Optional[str] = None):
|
22
|
-
"""
|
23
|
-
:param str name: Required for each group in the group list with no duplication between groups
|
24
|
-
:param str sid: Required for each group in the group list with no duplication between groups
|
25
|
-
"""
|
26
|
-
pulumi.set(__self__, "name", name)
|
27
|
-
pulumi.set(__self__, "sid", sid)
|
28
|
-
if type is not None:
|
29
|
-
pulumi.set(__self__, "type", type)
|
30
|
-
|
31
|
-
@property
|
32
|
-
@pulumi.getter
|
33
|
-
def name(self) -> str:
|
34
|
-
"""
|
35
|
-
Required for each group in the group list with no duplication between groups
|
36
|
-
"""
|
37
|
-
return pulumi.get(self, "name")
|
38
|
-
|
39
|
-
@property
|
40
|
-
@pulumi.getter
|
41
|
-
def sid(self) -> str:
|
42
|
-
"""
|
43
|
-
Required for each group in the group list with no duplication between groups
|
44
|
-
"""
|
45
|
-
return pulumi.get(self, "sid")
|
46
|
-
|
47
|
-
@property
|
48
|
-
@pulumi.getter
|
49
|
-
def type(self) -> Optional[str]:
|
50
|
-
return pulumi.get(self, "type")
|
51
|
-
|
52
|
-
|
@@ -1,9 +0,0 @@
|
|
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_domain import *
|
9
|
-
from . import outputs
|
@@ -1,55 +0,0 @@
|
|
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
|
-
'GetDomainGroupResult',
|
14
|
-
]
|
15
|
-
|
16
|
-
@pulumi.output_type
|
17
|
-
class GetDomainGroupResult(dict):
|
18
|
-
def __init__(__self__, *,
|
19
|
-
name: str,
|
20
|
-
sid: str,
|
21
|
-
type: str):
|
22
|
-
"""
|
23
|
-
:param str name: Group name
|
24
|
-
:param str sid: Group SID
|
25
|
-
:param str type: Group type
|
26
|
-
"""
|
27
|
-
pulumi.set(__self__, "name", name)
|
28
|
-
pulumi.set(__self__, "sid", sid)
|
29
|
-
pulumi.set(__self__, "type", type)
|
30
|
-
|
31
|
-
@property
|
32
|
-
@pulumi.getter
|
33
|
-
def name(self) -> str:
|
34
|
-
"""
|
35
|
-
Group name
|
36
|
-
"""
|
37
|
-
return pulumi.get(self, "name")
|
38
|
-
|
39
|
-
@property
|
40
|
-
@pulumi.getter
|
41
|
-
def sid(self) -> str:
|
42
|
-
"""
|
43
|
-
Group SID
|
44
|
-
"""
|
45
|
-
return pulumi.get(self, "sid")
|
46
|
-
|
47
|
-
@property
|
48
|
-
@pulumi.getter
|
49
|
-
def type(self) -> str:
|
50
|
-
"""
|
51
|
-
Group type
|
52
|
-
"""
|
53
|
-
return pulumi.get(self, "type")
|
54
|
-
|
55
|
-
|
@@ -1,11 +0,0 @@
|
|
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_point import *
|
9
|
-
from .point import *
|
10
|
-
from ._inputs import *
|
11
|
-
from . import outputs
|
@@ -1,10 +0,0 @@
|
|
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 .nodes import *
|
9
|
-
from ._inputs import *
|
10
|
-
from . import outputs
|