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,174 @@
|
|
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
|
+
'GetSecurityGroupAclResult',
|
19
|
+
'AwaitableGetSecurityGroupAclResult',
|
20
|
+
'get_security_group_acl',
|
21
|
+
'get_security_group_acl_output',
|
22
|
+
]
|
23
|
+
|
24
|
+
@pulumi.output_type
|
25
|
+
class GetSecurityGroupAclResult:
|
26
|
+
"""
|
27
|
+
A collection of values returned by getSecurityGroupAcl.
|
28
|
+
"""
|
29
|
+
def __init__(__self__, acl_content=None, description=None, id=None, ip_version=None, name=None, read_only=None):
|
30
|
+
if acl_content and not isinstance(acl_content, str):
|
31
|
+
raise TypeError("Expected argument 'acl_content' to be a str")
|
32
|
+
pulumi.set(__self__, "acl_content", acl_content)
|
33
|
+
if description and not isinstance(description, str):
|
34
|
+
raise TypeError("Expected argument 'description' to be a str")
|
35
|
+
pulumi.set(__self__, "description", description)
|
36
|
+
if id and not isinstance(id, str):
|
37
|
+
raise TypeError("Expected argument 'id' to be a str")
|
38
|
+
pulumi.set(__self__, "id", id)
|
39
|
+
if ip_version and not isinstance(ip_version, str):
|
40
|
+
raise TypeError("Expected argument 'ip_version' to be a str")
|
41
|
+
pulumi.set(__self__, "ip_version", ip_version)
|
42
|
+
if name and not isinstance(name, str):
|
43
|
+
raise TypeError("Expected argument 'name' to be a str")
|
44
|
+
pulumi.set(__self__, "name", name)
|
45
|
+
if read_only and not isinstance(read_only, bool):
|
46
|
+
raise TypeError("Expected argument 'read_only' to be a bool")
|
47
|
+
pulumi.set(__self__, "read_only", read_only)
|
48
|
+
|
49
|
+
@property
|
50
|
+
@pulumi.getter(name="aclContent")
|
51
|
+
def acl_content(self) -> str:
|
52
|
+
"""
|
53
|
+
Content of ACL
|
54
|
+
"""
|
55
|
+
return pulumi.get(self, "acl_content")
|
56
|
+
|
57
|
+
@property
|
58
|
+
@pulumi.getter
|
59
|
+
def description(self) -> str:
|
60
|
+
"""
|
61
|
+
Description
|
62
|
+
"""
|
63
|
+
return pulumi.get(self, "description")
|
64
|
+
|
65
|
+
@property
|
66
|
+
@pulumi.getter
|
67
|
+
def id(self) -> str:
|
68
|
+
"""
|
69
|
+
The id of the object
|
70
|
+
"""
|
71
|
+
return pulumi.get(self, "id")
|
72
|
+
|
73
|
+
@property
|
74
|
+
@pulumi.getter(name="ipVersion")
|
75
|
+
def ip_version(self) -> str:
|
76
|
+
"""
|
77
|
+
IP Version
|
78
|
+
"""
|
79
|
+
return pulumi.get(self, "ip_version")
|
80
|
+
|
81
|
+
@property
|
82
|
+
@pulumi.getter
|
83
|
+
def name(self) -> str:
|
84
|
+
"""
|
85
|
+
The name of the security group ACL
|
86
|
+
"""
|
87
|
+
return pulumi.get(self, "name")
|
88
|
+
|
89
|
+
@property
|
90
|
+
@pulumi.getter(name="readOnly")
|
91
|
+
def read_only(self) -> bool:
|
92
|
+
"""
|
93
|
+
Read-only
|
94
|
+
"""
|
95
|
+
return pulumi.get(self, "read_only")
|
96
|
+
|
97
|
+
|
98
|
+
class AwaitableGetSecurityGroupAclResult(GetSecurityGroupAclResult):
|
99
|
+
# pylint: disable=using-constant-test
|
100
|
+
def __await__(self):
|
101
|
+
if False:
|
102
|
+
yield self
|
103
|
+
return GetSecurityGroupAclResult(
|
104
|
+
acl_content=self.acl_content,
|
105
|
+
description=self.description,
|
106
|
+
id=self.id,
|
107
|
+
ip_version=self.ip_version,
|
108
|
+
name=self.name,
|
109
|
+
read_only=self.read_only)
|
110
|
+
|
111
|
+
|
112
|
+
def get_security_group_acl(id: Optional[str] = None,
|
113
|
+
name: Optional[str] = None,
|
114
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSecurityGroupAclResult:
|
115
|
+
"""
|
116
|
+
This data source can read the TrustSec Security Group ACL.
|
117
|
+
|
118
|
+
## Example Usage
|
119
|
+
|
120
|
+
```python
|
121
|
+
import pulumi
|
122
|
+
import pulumi_ise as ise
|
123
|
+
|
124
|
+
example = ise.trustsec.get_security_group_acl(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
125
|
+
```
|
126
|
+
|
127
|
+
|
128
|
+
:param str id: The id of the object
|
129
|
+
:param str name: The name of the security group ACL
|
130
|
+
"""
|
131
|
+
__args__ = dict()
|
132
|
+
__args__['id'] = id
|
133
|
+
__args__['name'] = name
|
134
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
135
|
+
__ret__ = pulumi.runtime.invoke('ise:trustsec/getSecurityGroupAcl:getSecurityGroupAcl', __args__, opts=opts, typ=GetSecurityGroupAclResult).value
|
136
|
+
|
137
|
+
return AwaitableGetSecurityGroupAclResult(
|
138
|
+
acl_content=pulumi.get(__ret__, 'acl_content'),
|
139
|
+
description=pulumi.get(__ret__, 'description'),
|
140
|
+
id=pulumi.get(__ret__, 'id'),
|
141
|
+
ip_version=pulumi.get(__ret__, 'ip_version'),
|
142
|
+
name=pulumi.get(__ret__, 'name'),
|
143
|
+
read_only=pulumi.get(__ret__, 'read_only'))
|
144
|
+
def get_security_group_acl_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
145
|
+
name: Optional[pulumi.Input[Optional[str]]] = None,
|
146
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSecurityGroupAclResult]:
|
147
|
+
"""
|
148
|
+
This data source can read the TrustSec Security Group ACL.
|
149
|
+
|
150
|
+
## Example Usage
|
151
|
+
|
152
|
+
```python
|
153
|
+
import pulumi
|
154
|
+
import pulumi_ise as ise
|
155
|
+
|
156
|
+
example = ise.trustsec.get_security_group_acl(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
157
|
+
```
|
158
|
+
|
159
|
+
|
160
|
+
:param str id: The id of the object
|
161
|
+
:param str name: The name of the security group ACL
|
162
|
+
"""
|
163
|
+
__args__ = dict()
|
164
|
+
__args__['id'] = id
|
165
|
+
__args__['name'] = name
|
166
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
167
|
+
__ret__ = pulumi.runtime.invoke_output('ise:trustsec/getSecurityGroupAcl:getSecurityGroupAcl', __args__, opts=opts, typ=GetSecurityGroupAclResult)
|
168
|
+
return __ret__.apply(lambda __response__: GetSecurityGroupAclResult(
|
169
|
+
acl_content=pulumi.get(__response__, 'acl_content'),
|
170
|
+
description=pulumi.get(__response__, 'description'),
|
171
|
+
id=pulumi.get(__response__, 'id'),
|
172
|
+
ip_version=pulumi.get(__response__, 'ip_version'),
|
173
|
+
name=pulumi.get(__response__, 'name'),
|
174
|
+
read_only=pulumi.get(__response__, 'read_only')))
|
@@ -0,0 +1,188 @@
|
|
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
|
+
'GetSxpDomainFilterResult',
|
19
|
+
'AwaitableGetSxpDomainFilterResult',
|
20
|
+
'get_sxp_domain_filter',
|
21
|
+
'get_sxp_domain_filter_output',
|
22
|
+
]
|
23
|
+
|
24
|
+
@pulumi.output_type
|
25
|
+
class GetSxpDomainFilterResult:
|
26
|
+
"""
|
27
|
+
A collection of values returned by getSxpDomainFilter.
|
28
|
+
"""
|
29
|
+
def __init__(__self__, description=None, domains=None, id=None, name=None, sgt=None, subnet=None, vn=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 domains and not isinstance(domains, str):
|
34
|
+
raise TypeError("Expected argument 'domains' to be a str")
|
35
|
+
pulumi.set(__self__, "domains", domains)
|
36
|
+
if id and not isinstance(id, str):
|
37
|
+
raise TypeError("Expected argument 'id' to be a str")
|
38
|
+
pulumi.set(__self__, "id", id)
|
39
|
+
if name and not isinstance(name, str):
|
40
|
+
raise TypeError("Expected argument 'name' to be a str")
|
41
|
+
pulumi.set(__self__, "name", name)
|
42
|
+
if sgt and not isinstance(sgt, str):
|
43
|
+
raise TypeError("Expected argument 'sgt' to be a str")
|
44
|
+
pulumi.set(__self__, "sgt", sgt)
|
45
|
+
if subnet and not isinstance(subnet, str):
|
46
|
+
raise TypeError("Expected argument 'subnet' to be a str")
|
47
|
+
pulumi.set(__self__, "subnet", subnet)
|
48
|
+
if vn and not isinstance(vn, str):
|
49
|
+
raise TypeError("Expected argument 'vn' to be a str")
|
50
|
+
pulumi.set(__self__, "vn", vn)
|
51
|
+
|
52
|
+
@property
|
53
|
+
@pulumi.getter
|
54
|
+
def description(self) -> str:
|
55
|
+
"""
|
56
|
+
Description
|
57
|
+
"""
|
58
|
+
return pulumi.get(self, "description")
|
59
|
+
|
60
|
+
@property
|
61
|
+
@pulumi.getter
|
62
|
+
def domains(self) -> str:
|
63
|
+
"""
|
64
|
+
List of SXP Domains, separated with comma
|
65
|
+
"""
|
66
|
+
return pulumi.get(self, "domains")
|
67
|
+
|
68
|
+
@property
|
69
|
+
@pulumi.getter
|
70
|
+
def id(self) -> str:
|
71
|
+
"""
|
72
|
+
The id of the object
|
73
|
+
"""
|
74
|
+
return pulumi.get(self, "id")
|
75
|
+
|
76
|
+
@property
|
77
|
+
@pulumi.getter
|
78
|
+
def name(self) -> str:
|
79
|
+
"""
|
80
|
+
Resource name
|
81
|
+
"""
|
82
|
+
return pulumi.get(self, "name")
|
83
|
+
|
84
|
+
@property
|
85
|
+
@pulumi.getter
|
86
|
+
def sgt(self) -> str:
|
87
|
+
"""
|
88
|
+
SGT name or ID. At least one of subnet or sgt or vn should be defined
|
89
|
+
"""
|
90
|
+
return pulumi.get(self, "sgt")
|
91
|
+
|
92
|
+
@property
|
93
|
+
@pulumi.getter
|
94
|
+
def subnet(self) -> str:
|
95
|
+
"""
|
96
|
+
Subnet for filter policy (hostname is not supported). At least one of subnet or sgt or vn should be defined
|
97
|
+
"""
|
98
|
+
return pulumi.get(self, "subnet")
|
99
|
+
|
100
|
+
@property
|
101
|
+
@pulumi.getter
|
102
|
+
def vn(self) -> str:
|
103
|
+
"""
|
104
|
+
Virtual Network. At least one of subnet or sgt or vn should be defined
|
105
|
+
"""
|
106
|
+
return pulumi.get(self, "vn")
|
107
|
+
|
108
|
+
|
109
|
+
class AwaitableGetSxpDomainFilterResult(GetSxpDomainFilterResult):
|
110
|
+
# pylint: disable=using-constant-test
|
111
|
+
def __await__(self):
|
112
|
+
if False:
|
113
|
+
yield self
|
114
|
+
return GetSxpDomainFilterResult(
|
115
|
+
description=self.description,
|
116
|
+
domains=self.domains,
|
117
|
+
id=self.id,
|
118
|
+
name=self.name,
|
119
|
+
sgt=self.sgt,
|
120
|
+
subnet=self.subnet,
|
121
|
+
vn=self.vn)
|
122
|
+
|
123
|
+
|
124
|
+
def get_sxp_domain_filter(id: Optional[str] = None,
|
125
|
+
name: Optional[str] = None,
|
126
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSxpDomainFilterResult:
|
127
|
+
"""
|
128
|
+
This data source can read the SXP Domain Filter.
|
129
|
+
|
130
|
+
## Example Usage
|
131
|
+
|
132
|
+
```python
|
133
|
+
import pulumi
|
134
|
+
import pulumi_ise as ise
|
135
|
+
|
136
|
+
example = ise.trustsec.get_sxp_domain_filter(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
137
|
+
```
|
138
|
+
|
139
|
+
|
140
|
+
:param str id: The id of the object
|
141
|
+
:param str name: Resource name
|
142
|
+
"""
|
143
|
+
__args__ = dict()
|
144
|
+
__args__['id'] = id
|
145
|
+
__args__['name'] = name
|
146
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
147
|
+
__ret__ = pulumi.runtime.invoke('ise:trustsec/getSxpDomainFilter:getSxpDomainFilter', __args__, opts=opts, typ=GetSxpDomainFilterResult).value
|
148
|
+
|
149
|
+
return AwaitableGetSxpDomainFilterResult(
|
150
|
+
description=pulumi.get(__ret__, 'description'),
|
151
|
+
domains=pulumi.get(__ret__, 'domains'),
|
152
|
+
id=pulumi.get(__ret__, 'id'),
|
153
|
+
name=pulumi.get(__ret__, 'name'),
|
154
|
+
sgt=pulumi.get(__ret__, 'sgt'),
|
155
|
+
subnet=pulumi.get(__ret__, 'subnet'),
|
156
|
+
vn=pulumi.get(__ret__, 'vn'))
|
157
|
+
def get_sxp_domain_filter_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
158
|
+
name: Optional[pulumi.Input[Optional[str]]] = None,
|
159
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSxpDomainFilterResult]:
|
160
|
+
"""
|
161
|
+
This data source can read the SXP Domain Filter.
|
162
|
+
|
163
|
+
## Example Usage
|
164
|
+
|
165
|
+
```python
|
166
|
+
import pulumi
|
167
|
+
import pulumi_ise as ise
|
168
|
+
|
169
|
+
example = ise.trustsec.get_sxp_domain_filter(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
170
|
+
```
|
171
|
+
|
172
|
+
|
173
|
+
:param str id: The id of the object
|
174
|
+
:param str name: Resource name
|
175
|
+
"""
|
176
|
+
__args__ = dict()
|
177
|
+
__args__['id'] = id
|
178
|
+
__args__['name'] = name
|
179
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
180
|
+
__ret__ = pulumi.runtime.invoke_output('ise:trustsec/getSxpDomainFilter:getSxpDomainFilter', __args__, opts=opts, typ=GetSxpDomainFilterResult)
|
181
|
+
return __ret__.apply(lambda __response__: GetSxpDomainFilterResult(
|
182
|
+
description=pulumi.get(__response__, 'description'),
|
183
|
+
domains=pulumi.get(__response__, 'domains'),
|
184
|
+
id=pulumi.get(__response__, 'id'),
|
185
|
+
name=pulumi.get(__response__, 'name'),
|
186
|
+
sgt=pulumi.get(__response__, 'sgt'),
|
187
|
+
subnet=pulumi.get(__response__, 'subnet'),
|
188
|
+
vn=pulumi.get(__response__, 'vn')))
|