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,146 @@
|
|
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__ = [
|
18
|
+
'GetDeviceGroupResult',
|
19
|
+
'AwaitableGetDeviceGroupResult',
|
20
|
+
'get_device_group',
|
21
|
+
'get_device_group_output',
|
22
|
+
]
|
23
|
+
|
24
|
+
@pulumi.output_type
|
25
|
+
class GetDeviceGroupResult:
|
26
|
+
"""
|
27
|
+
A collection of values returned by getDeviceGroup.
|
28
|
+
"""
|
29
|
+
def __init__(__self__, description=None, id=None, name=None, root_group=None):
|
30
|
+
if description and not isinstance(description, str):
|
31
|
+
raise TypeError("Expected argument 'description' to be a str")
|
32
|
+
pulumi.set(__self__, "description", description)
|
33
|
+
if id and not isinstance(id, str):
|
34
|
+
raise TypeError("Expected argument 'id' to be a str")
|
35
|
+
pulumi.set(__self__, "id", id)
|
36
|
+
if name and not isinstance(name, str):
|
37
|
+
raise TypeError("Expected argument 'name' to be a str")
|
38
|
+
pulumi.set(__self__, "name", name)
|
39
|
+
if root_group and not isinstance(root_group, str):
|
40
|
+
raise TypeError("Expected argument 'root_group' to be a str")
|
41
|
+
pulumi.set(__self__, "root_group", root_group)
|
42
|
+
|
43
|
+
@property
|
44
|
+
@pulumi.getter
|
45
|
+
def description(self) -> str:
|
46
|
+
"""
|
47
|
+
Description
|
48
|
+
"""
|
49
|
+
return pulumi.get(self, "description")
|
50
|
+
|
51
|
+
@property
|
52
|
+
@pulumi.getter
|
53
|
+
def id(self) -> str:
|
54
|
+
"""
|
55
|
+
The id of the object
|
56
|
+
"""
|
57
|
+
return pulumi.get(self, "id")
|
58
|
+
|
59
|
+
@property
|
60
|
+
@pulumi.getter
|
61
|
+
def name(self) -> str:
|
62
|
+
"""
|
63
|
+
The name of the network device group including its hierarchy, e.g. `Device Type#All Device Types#ACCESS`.
|
64
|
+
"""
|
65
|
+
return pulumi.get(self, "name")
|
66
|
+
|
67
|
+
@property
|
68
|
+
@pulumi.getter(name="rootGroup")
|
69
|
+
def root_group(self) -> str:
|
70
|
+
"""
|
71
|
+
The name of the root device group.
|
72
|
+
"""
|
73
|
+
return pulumi.get(self, "root_group")
|
74
|
+
|
75
|
+
|
76
|
+
class AwaitableGetDeviceGroupResult(GetDeviceGroupResult):
|
77
|
+
# pylint: disable=using-constant-test
|
78
|
+
def __await__(self):
|
79
|
+
if False:
|
80
|
+
yield self
|
81
|
+
return GetDeviceGroupResult(
|
82
|
+
description=self.description,
|
83
|
+
id=self.id,
|
84
|
+
name=self.name,
|
85
|
+
root_group=self.root_group)
|
86
|
+
|
87
|
+
|
88
|
+
def get_device_group(id: Optional[str] = None,
|
89
|
+
name: Optional[str] = None,
|
90
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDeviceGroupResult:
|
91
|
+
"""
|
92
|
+
This data source can read the Network Device Group.
|
93
|
+
|
94
|
+
## Example Usage
|
95
|
+
|
96
|
+
```python
|
97
|
+
import pulumi
|
98
|
+
import pulumi_ise as ise
|
99
|
+
|
100
|
+
example = ise.network.get_device_group(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
101
|
+
```
|
102
|
+
|
103
|
+
|
104
|
+
:param str id: The id of the object
|
105
|
+
:param str name: The name of the network device group including its hierarchy, e.g. `Device Type#All Device Types#ACCESS`.
|
106
|
+
"""
|
107
|
+
__args__ = dict()
|
108
|
+
__args__['id'] = id
|
109
|
+
__args__['name'] = name
|
110
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
111
|
+
__ret__ = pulumi.runtime.invoke('ise:network/getDeviceGroup:getDeviceGroup', __args__, opts=opts, typ=GetDeviceGroupResult).value
|
112
|
+
|
113
|
+
return AwaitableGetDeviceGroupResult(
|
114
|
+
description=pulumi.get(__ret__, 'description'),
|
115
|
+
id=pulumi.get(__ret__, 'id'),
|
116
|
+
name=pulumi.get(__ret__, 'name'),
|
117
|
+
root_group=pulumi.get(__ret__, 'root_group'))
|
118
|
+
def get_device_group_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
119
|
+
name: Optional[pulumi.Input[Optional[str]]] = None,
|
120
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDeviceGroupResult]:
|
121
|
+
"""
|
122
|
+
This data source can read the Network Device Group.
|
123
|
+
|
124
|
+
## Example Usage
|
125
|
+
|
126
|
+
```python
|
127
|
+
import pulumi
|
128
|
+
import pulumi_ise as ise
|
129
|
+
|
130
|
+
example = ise.network.get_device_group(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
131
|
+
```
|
132
|
+
|
133
|
+
|
134
|
+
:param str id: The id of the object
|
135
|
+
:param str name: The name of the network device group including its hierarchy, e.g. `Device Type#All Device Types#ACCESS`.
|
136
|
+
"""
|
137
|
+
__args__ = dict()
|
138
|
+
__args__['id'] = id
|
139
|
+
__args__['name'] = name
|
140
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
141
|
+
__ret__ = pulumi.runtime.invoke_output('ise:network/getDeviceGroup:getDeviceGroup', __args__, opts=opts, typ=GetDeviceGroupResult)
|
142
|
+
return __ret__.apply(lambda __response__: GetDeviceGroupResult(
|
143
|
+
description=pulumi.get(__response__, 'description'),
|
144
|
+
id=pulumi.get(__response__, 'id'),
|
145
|
+
name=pulumi.get(__response__, 'name'),
|
146
|
+
root_group=pulumi.get(__response__, 'root_group')))
|
@@ -0,0 +1,120 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import 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__ = [
|
18
|
+
'DeviceIp',
|
19
|
+
'GetDeviceIpResult',
|
20
|
+
]
|
21
|
+
|
22
|
+
@pulumi.output_type
|
23
|
+
class DeviceIp(dict):
|
24
|
+
@staticmethod
|
25
|
+
def __key_warning(key: str):
|
26
|
+
suggest = None
|
27
|
+
if key == "ipaddressExclude":
|
28
|
+
suggest = "ipaddress_exclude"
|
29
|
+
|
30
|
+
if suggest:
|
31
|
+
pulumi.log.warn(f"Key '{key}' not found in DeviceIp. Access the value via the '{suggest}' property getter instead.")
|
32
|
+
|
33
|
+
def __getitem__(self, key: str) -> Any:
|
34
|
+
DeviceIp.__key_warning(key)
|
35
|
+
return super().__getitem__(key)
|
36
|
+
|
37
|
+
def get(self, key: str, default = None) -> Any:
|
38
|
+
DeviceIp.__key_warning(key)
|
39
|
+
return super().get(key, default)
|
40
|
+
|
41
|
+
def __init__(__self__, *,
|
42
|
+
ipaddress: str,
|
43
|
+
ipaddress_exclude: Optional[str] = None,
|
44
|
+
mask: Optional[str] = None):
|
45
|
+
"""
|
46
|
+
:param str ipaddress: It can be either single ip address or ip range address
|
47
|
+
:param str ipaddress_exclude: It can be either single ip address or ip range address
|
48
|
+
:param str mask: Subnet mask length
|
49
|
+
"""
|
50
|
+
pulumi.set(__self__, "ipaddress", ipaddress)
|
51
|
+
if ipaddress_exclude is not None:
|
52
|
+
pulumi.set(__self__, "ipaddress_exclude", ipaddress_exclude)
|
53
|
+
if mask is not None:
|
54
|
+
pulumi.set(__self__, "mask", mask)
|
55
|
+
|
56
|
+
@property
|
57
|
+
@pulumi.getter
|
58
|
+
def ipaddress(self) -> str:
|
59
|
+
"""
|
60
|
+
It can be either single ip address or ip range address
|
61
|
+
"""
|
62
|
+
return pulumi.get(self, "ipaddress")
|
63
|
+
|
64
|
+
@property
|
65
|
+
@pulumi.getter(name="ipaddressExclude")
|
66
|
+
def ipaddress_exclude(self) -> Optional[str]:
|
67
|
+
"""
|
68
|
+
It can be either single ip address or ip range address
|
69
|
+
"""
|
70
|
+
return pulumi.get(self, "ipaddress_exclude")
|
71
|
+
|
72
|
+
@property
|
73
|
+
@pulumi.getter
|
74
|
+
def mask(self) -> Optional[str]:
|
75
|
+
"""
|
76
|
+
Subnet mask length
|
77
|
+
"""
|
78
|
+
return pulumi.get(self, "mask")
|
79
|
+
|
80
|
+
|
81
|
+
@pulumi.output_type
|
82
|
+
class GetDeviceIpResult(dict):
|
83
|
+
def __init__(__self__, *,
|
84
|
+
ipaddress: str,
|
85
|
+
ipaddress_exclude: str,
|
86
|
+
mask: str):
|
87
|
+
"""
|
88
|
+
:param str ipaddress: It can be either single ip address or ip range address
|
89
|
+
:param str ipaddress_exclude: It can be either single ip address or ip range address
|
90
|
+
:param str mask: Subnet mask length
|
91
|
+
"""
|
92
|
+
pulumi.set(__self__, "ipaddress", ipaddress)
|
93
|
+
pulumi.set(__self__, "ipaddress_exclude", ipaddress_exclude)
|
94
|
+
pulumi.set(__self__, "mask", mask)
|
95
|
+
|
96
|
+
@property
|
97
|
+
@pulumi.getter
|
98
|
+
def ipaddress(self) -> str:
|
99
|
+
"""
|
100
|
+
It can be either single ip address or ip range address
|
101
|
+
"""
|
102
|
+
return pulumi.get(self, "ipaddress")
|
103
|
+
|
104
|
+
@property
|
105
|
+
@pulumi.getter(name="ipaddressExclude")
|
106
|
+
def ipaddress_exclude(self) -> str:
|
107
|
+
"""
|
108
|
+
It can be either single ip address or ip range address
|
109
|
+
"""
|
110
|
+
return pulumi.get(self, "ipaddress_exclude")
|
111
|
+
|
112
|
+
@property
|
113
|
+
@pulumi.getter
|
114
|
+
def mask(self) -> str:
|
115
|
+
"""
|
116
|
+
Subnet mask length
|
117
|
+
"""
|
118
|
+
return pulumi.get(self, "mask")
|
119
|
+
|
120
|
+
|
@@ -0,0 +1,36 @@
|
|
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 .allowed_protocols import *
|
9
|
+
from .authentication_rule import *
|
10
|
+
from .authentication_rule_update_rank import *
|
11
|
+
from .authorization_exception_rule import *
|
12
|
+
from .authorization_exception_rule_update_rank import *
|
13
|
+
from .authorization_global_exception_rule import *
|
14
|
+
from .authorization_global_exception_rule_update_rank import *
|
15
|
+
from .authorization_profile import *
|
16
|
+
from .authorization_rule import *
|
17
|
+
from .authorization_rule_update_rank import *
|
18
|
+
from .condition import *
|
19
|
+
from .dictionary import *
|
20
|
+
from .downloadable_acl import *
|
21
|
+
from .get_allowed_protocols import *
|
22
|
+
from .get_authentication_rule import *
|
23
|
+
from .get_authorization_exception_rule import *
|
24
|
+
from .get_authorization_global_exception_rule import *
|
25
|
+
from .get_authorization_profile import *
|
26
|
+
from .get_authorization_rule import *
|
27
|
+
from .get_condition import *
|
28
|
+
from .get_dictionary import *
|
29
|
+
from .get_downloadable_acl import *
|
30
|
+
from .get_policy_set import *
|
31
|
+
from .get_time_and_date_condition import *
|
32
|
+
from .policy_set import *
|
33
|
+
from .policy_set_update_rank import *
|
34
|
+
from .time_and_date_condition import *
|
35
|
+
from ._inputs import *
|
36
|
+
from . import outputs
|