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
@@ -11,61 +11,61 @@ from .. import _utilities
|
|
11
11
|
from . import outputs
|
12
12
|
from ._inputs import *
|
13
13
|
|
14
|
-
__all__ = ['
|
14
|
+
__all__ = ['LicenseTierStateArgs', 'LicenseTierState']
|
15
15
|
|
16
16
|
@pulumi.input_type
|
17
|
-
class
|
17
|
+
class LicenseTierStateArgs:
|
18
18
|
def __init__(__self__, *,
|
19
|
-
licenses: pulumi.Input[Sequence[pulumi.Input['
|
19
|
+
licenses: pulumi.Input[Sequence[pulumi.Input['LicenseTierStateLicenseArgs']]]):
|
20
20
|
"""
|
21
|
-
The set of arguments for constructing a
|
22
|
-
:param pulumi.Input[Sequence[pulumi.Input['
|
21
|
+
The set of arguments for constructing a LicenseTierState resource.
|
22
|
+
:param pulumi.Input[Sequence[pulumi.Input['LicenseTierStateLicenseArgs']]] licenses: List of licenses
|
23
23
|
"""
|
24
24
|
pulumi.set(__self__, "licenses", licenses)
|
25
25
|
|
26
26
|
@property
|
27
27
|
@pulumi.getter
|
28
|
-
def licenses(self) -> pulumi.Input[Sequence[pulumi.Input['
|
28
|
+
def licenses(self) -> pulumi.Input[Sequence[pulumi.Input['LicenseTierStateLicenseArgs']]]:
|
29
29
|
"""
|
30
30
|
List of licenses
|
31
31
|
"""
|
32
32
|
return pulumi.get(self, "licenses")
|
33
33
|
|
34
34
|
@licenses.setter
|
35
|
-
def licenses(self, value: pulumi.Input[Sequence[pulumi.Input['
|
35
|
+
def licenses(self, value: pulumi.Input[Sequence[pulumi.Input['LicenseTierStateLicenseArgs']]]):
|
36
36
|
pulumi.set(self, "licenses", value)
|
37
37
|
|
38
38
|
|
39
39
|
@pulumi.input_type
|
40
|
-
class
|
40
|
+
class _LicenseTierStateState:
|
41
41
|
def __init__(__self__, *,
|
42
|
-
licenses: Optional[pulumi.Input[Sequence[pulumi.Input['
|
42
|
+
licenses: Optional[pulumi.Input[Sequence[pulumi.Input['LicenseTierStateLicenseArgs']]]] = None):
|
43
43
|
"""
|
44
|
-
Input properties used for looking up and filtering
|
45
|
-
:param pulumi.Input[Sequence[pulumi.Input['
|
44
|
+
Input properties used for looking up and filtering LicenseTierState resources.
|
45
|
+
:param pulumi.Input[Sequence[pulumi.Input['LicenseTierStateLicenseArgs']]] licenses: List of licenses
|
46
46
|
"""
|
47
47
|
if licenses is not None:
|
48
48
|
pulumi.set(__self__, "licenses", licenses)
|
49
49
|
|
50
50
|
@property
|
51
51
|
@pulumi.getter
|
52
|
-
def licenses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['
|
52
|
+
def licenses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LicenseTierStateLicenseArgs']]]]:
|
53
53
|
"""
|
54
54
|
List of licenses
|
55
55
|
"""
|
56
56
|
return pulumi.get(self, "licenses")
|
57
57
|
|
58
58
|
@licenses.setter
|
59
|
-
def licenses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['
|
59
|
+
def licenses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['LicenseTierStateLicenseArgs']]]]):
|
60
60
|
pulumi.set(self, "licenses", value)
|
61
61
|
|
62
62
|
|
63
|
-
class
|
63
|
+
class LicenseTierState(pulumi.CustomResource):
|
64
64
|
@overload
|
65
65
|
def __init__(__self__,
|
66
66
|
resource_name: str,
|
67
67
|
opts: Optional[pulumi.ResourceOptions] = None,
|
68
|
-
licenses: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['
|
68
|
+
licenses: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['LicenseTierStateLicenseArgs']]]]] = None,
|
69
69
|
__props__=None):
|
70
70
|
"""
|
71
71
|
This resource can manage a License Tier State.
|
@@ -76,7 +76,7 @@ class State(pulumi.CustomResource):
|
|
76
76
|
import pulumi
|
77
77
|
import pulumi_ise as ise
|
78
78
|
|
79
|
-
example = ise.
|
79
|
+
example = ise.system.LicenseTierState("example", licenses=[ise.system.LicenseTierStateLicenseArgs(
|
80
80
|
name="ESSENTIAL",
|
81
81
|
status="ENABLED",
|
82
82
|
)])
|
@@ -85,18 +85,18 @@ class State(pulumi.CustomResource):
|
|
85
85
|
## Import
|
86
86
|
|
87
87
|
```sh
|
88
|
-
$ pulumi import ise:
|
88
|
+
$ pulumi import ise:system/licenseTierState:LicenseTierState example "76d24097-41c4-4558-a4d0-a8c07ac08470"
|
89
89
|
```
|
90
90
|
|
91
91
|
:param str resource_name: The name of the resource.
|
92
92
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
93
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['
|
93
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['LicenseTierStateLicenseArgs']]]] licenses: List of licenses
|
94
94
|
"""
|
95
95
|
...
|
96
96
|
@overload
|
97
97
|
def __init__(__self__,
|
98
98
|
resource_name: str,
|
99
|
-
args:
|
99
|
+
args: LicenseTierStateArgs,
|
100
100
|
opts: Optional[pulumi.ResourceOptions] = None):
|
101
101
|
"""
|
102
102
|
This resource can manage a License Tier State.
|
@@ -107,7 +107,7 @@ class State(pulumi.CustomResource):
|
|
107
107
|
import pulumi
|
108
108
|
import pulumi_ise as ise
|
109
109
|
|
110
|
-
example = ise.
|
110
|
+
example = ise.system.LicenseTierState("example", licenses=[ise.system.LicenseTierStateLicenseArgs(
|
111
111
|
name="ESSENTIAL",
|
112
112
|
status="ENABLED",
|
113
113
|
)])
|
@@ -116,16 +116,16 @@ class State(pulumi.CustomResource):
|
|
116
116
|
## Import
|
117
117
|
|
118
118
|
```sh
|
119
|
-
$ pulumi import ise:
|
119
|
+
$ pulumi import ise:system/licenseTierState:LicenseTierState example "76d24097-41c4-4558-a4d0-a8c07ac08470"
|
120
120
|
```
|
121
121
|
|
122
122
|
:param str resource_name: The name of the resource.
|
123
|
-
:param
|
123
|
+
:param LicenseTierStateArgs args: The arguments to use to populate this resource's properties.
|
124
124
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
125
125
|
"""
|
126
126
|
...
|
127
127
|
def __init__(__self__, resource_name: str, *args, **kwargs):
|
128
|
-
resource_args, opts = _utilities.get_resource_args_opts(
|
128
|
+
resource_args, opts = _utilities.get_resource_args_opts(LicenseTierStateArgs, pulumi.ResourceOptions, *args, **kwargs)
|
129
129
|
if resource_args is not None:
|
130
130
|
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
131
131
|
else:
|
@@ -134,7 +134,7 @@ class State(pulumi.CustomResource):
|
|
134
134
|
def _internal_init(__self__,
|
135
135
|
resource_name: str,
|
136
136
|
opts: Optional[pulumi.ResourceOptions] = None,
|
137
|
-
licenses: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['
|
137
|
+
licenses: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['LicenseTierStateLicenseArgs']]]]] = None,
|
138
138
|
__props__=None):
|
139
139
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
140
140
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -142,13 +142,13 @@ class State(pulumi.CustomResource):
|
|
142
142
|
if opts.id is None:
|
143
143
|
if __props__ is not None:
|
144
144
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
145
|
-
__props__ =
|
145
|
+
__props__ = LicenseTierStateArgs.__new__(LicenseTierStateArgs)
|
146
146
|
|
147
147
|
if licenses is None and not opts.urn:
|
148
148
|
raise TypeError("Missing required property 'licenses'")
|
149
149
|
__props__.__dict__["licenses"] = licenses
|
150
|
-
super(
|
151
|
-
'ise:
|
150
|
+
super(LicenseTierState, __self__).__init__(
|
151
|
+
'ise:system/licenseTierState:LicenseTierState',
|
152
152
|
resource_name,
|
153
153
|
__props__,
|
154
154
|
opts)
|
@@ -157,26 +157,26 @@ class State(pulumi.CustomResource):
|
|
157
157
|
def get(resource_name: str,
|
158
158
|
id: pulumi.Input[str],
|
159
159
|
opts: Optional[pulumi.ResourceOptions] = None,
|
160
|
-
licenses: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['
|
160
|
+
licenses: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['LicenseTierStateLicenseArgs']]]]] = None) -> 'LicenseTierState':
|
161
161
|
"""
|
162
|
-
Get an existing
|
162
|
+
Get an existing LicenseTierState resource's state with the given name, id, and optional extra
|
163
163
|
properties used to qualify the lookup.
|
164
164
|
|
165
165
|
:param str resource_name: The unique name of the resulting resource.
|
166
166
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
167
167
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
168
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['
|
168
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['LicenseTierStateLicenseArgs']]]] licenses: List of licenses
|
169
169
|
"""
|
170
170
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
171
171
|
|
172
|
-
__props__ =
|
172
|
+
__props__ = _LicenseTierStateState.__new__(_LicenseTierStateState)
|
173
173
|
|
174
174
|
__props__.__dict__["licenses"] = licenses
|
175
|
-
return
|
175
|
+
return LicenseTierState(resource_name, opts=opts, __props__=__props__)
|
176
176
|
|
177
177
|
@property
|
178
178
|
@pulumi.getter
|
179
|
-
def licenses(self) -> pulumi.Output[Sequence['outputs.
|
179
|
+
def licenses(self) -> pulumi.Output[Sequence['outputs.LicenseTierStateLicense']]:
|
180
180
|
"""
|
181
181
|
List of licenses
|
182
182
|
"""
|
@@ -10,12 +10,12 @@ from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
10
|
from .. import _utilities
|
11
11
|
|
12
12
|
__all__ = [
|
13
|
-
'
|
14
|
-
'
|
13
|
+
'LicenseTierStateLicense',
|
14
|
+
'GetLicenseTierStateLicenseResult',
|
15
15
|
]
|
16
16
|
|
17
17
|
@pulumi.output_type
|
18
|
-
class
|
18
|
+
class LicenseTierStateLicense(dict):
|
19
19
|
def __init__(__self__, *,
|
20
20
|
name: str,
|
21
21
|
status: str):
|
@@ -48,7 +48,7 @@ class StateLicense(dict):
|
|
48
48
|
|
49
49
|
|
50
50
|
@pulumi.output_type
|
51
|
-
class
|
51
|
+
class GetLicenseTierStateLicenseResult(dict):
|
52
52
|
def __init__(__self__, *,
|
53
53
|
name: str,
|
54
54
|
status: str):
|
@@ -7,7 +7,7 @@ import warnings
|
|
7
7
|
import pulumi
|
8
8
|
import pulumi.runtime
|
9
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
-
from
|
10
|
+
from .. import _utilities
|
11
11
|
|
12
12
|
__all__ = ['RepositoryArgs', 'Repository']
|
13
13
|
|
@@ -271,7 +271,7 @@ class Repository(pulumi.CustomResource):
|
|
271
271
|
import pulumi
|
272
272
|
import pulumi_ise as ise
|
273
273
|
|
274
|
-
example = ise.Repository("example",
|
274
|
+
example = ise.system.Repository("example",
|
275
275
|
name="repo1",
|
276
276
|
protocol="SFTP",
|
277
277
|
path="/dir",
|
@@ -284,7 +284,7 @@ class Repository(pulumi.CustomResource):
|
|
284
284
|
## Import
|
285
285
|
|
286
286
|
```sh
|
287
|
-
$ pulumi import ise:
|
287
|
+
$ pulumi import ise:system/repository:Repository example "repo1"
|
288
288
|
```
|
289
289
|
|
290
290
|
:param str resource_name: The name of the resource.
|
@@ -312,7 +312,7 @@ class Repository(pulumi.CustomResource):
|
|
312
312
|
import pulumi
|
313
313
|
import pulumi_ise as ise
|
314
314
|
|
315
|
-
example = ise.Repository("example",
|
315
|
+
example = ise.system.Repository("example",
|
316
316
|
name="repo1",
|
317
317
|
protocol="SFTP",
|
318
318
|
path="/dir",
|
@@ -325,7 +325,7 @@ class Repository(pulumi.CustomResource):
|
|
325
325
|
## Import
|
326
326
|
|
327
327
|
```sh
|
328
|
-
$ pulumi import ise:
|
328
|
+
$ pulumi import ise:system/repository:Repository example "repo1"
|
329
329
|
```
|
330
330
|
|
331
331
|
:param str resource_name: The name of the resource.
|
@@ -371,7 +371,7 @@ class Repository(pulumi.CustomResource):
|
|
371
371
|
__props__.__dict__["server_name"] = server_name
|
372
372
|
__props__.__dict__["user_name"] = user_name
|
373
373
|
super(Repository, __self__).__init__(
|
374
|
-
'ise:
|
374
|
+
'ise:system/repository:Repository',
|
375
375
|
resource_name,
|
376
376
|
__props__,
|
377
377
|
opts)
|
@@ -0,0 +1,17 @@
|
|
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 .egress_matrix_cell import *
|
9
|
+
from .get_egress_matrix_cell import *
|
10
|
+
from .get_ip_to_sgt_mapping import *
|
11
|
+
from .get_ip_to_sgt_mapping_group import *
|
12
|
+
from .get_security_group import *
|
13
|
+
from .get_security_group_acl import *
|
14
|
+
from .ip_to_sgt_mapping import *
|
15
|
+
from .ip_to_sgt_mapping_group import *
|
16
|
+
from .security_group import *
|
17
|
+
from .security_group_acl import *
|
@@ -9,10 +9,10 @@ import pulumi.runtime
|
|
9
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
10
|
from .. import _utilities
|
11
11
|
|
12
|
-
__all__ = ['
|
12
|
+
__all__ = ['EgressMatrixCellArgs', 'EgressMatrixCell']
|
13
13
|
|
14
14
|
@pulumi.input_type
|
15
|
-
class
|
15
|
+
class EgressMatrixCellArgs:
|
16
16
|
def __init__(__self__, *,
|
17
17
|
destination_sgt_id: pulumi.Input[str],
|
18
18
|
source_sgt_id: pulumi.Input[str],
|
@@ -21,7 +21,7 @@ class CellArgs:
|
|
21
21
|
matrix_cell_status: Optional[pulumi.Input[str]] = None,
|
22
22
|
sgacls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
23
23
|
"""
|
24
|
-
The set of arguments for constructing a
|
24
|
+
The set of arguments for constructing a EgressMatrixCell resource.
|
25
25
|
:param pulumi.Input[str] destination_sgt_id: Destination Trustsec Security Group ID
|
26
26
|
:param pulumi.Input[str] source_sgt_id: Source Trustsec Security Group ID
|
27
27
|
:param pulumi.Input[str] default_rule: Can be used only if sgacls not specified. - Choices: `NONE`, `DENY_IP`, `PERMIT_IP` - Default value: `NONE`
|
@@ -114,7 +114,7 @@ class CellArgs:
|
|
114
114
|
|
115
115
|
|
116
116
|
@pulumi.input_type
|
117
|
-
class
|
117
|
+
class _EgressMatrixCellState:
|
118
118
|
def __init__(__self__, *,
|
119
119
|
default_rule: Optional[pulumi.Input[str]] = None,
|
120
120
|
description: Optional[pulumi.Input[str]] = None,
|
@@ -123,7 +123,7 @@ class _CellState:
|
|
123
123
|
sgacls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
124
124
|
source_sgt_id: Optional[pulumi.Input[str]] = None):
|
125
125
|
"""
|
126
|
-
Input properties used for looking up and filtering
|
126
|
+
Input properties used for looking up and filtering EgressMatrixCell resources.
|
127
127
|
:param pulumi.Input[str] default_rule: Can be used only if sgacls not specified. - Choices: `NONE`, `DENY_IP`, `PERMIT_IP` - Default value: `NONE`
|
128
128
|
:param pulumi.Input[str] description: Description
|
129
129
|
:param pulumi.Input[str] destination_sgt_id: Destination Trustsec Security Group ID
|
@@ -217,7 +217,7 @@ class _CellState:
|
|
217
217
|
pulumi.set(self, "source_sgt_id", value)
|
218
218
|
|
219
219
|
|
220
|
-
class
|
220
|
+
class EgressMatrixCell(pulumi.CustomResource):
|
221
221
|
@overload
|
222
222
|
def __init__(__self__,
|
223
223
|
resource_name: str,
|
@@ -238,7 +238,7 @@ class Cell(pulumi.CustomResource):
|
|
238
238
|
import pulumi
|
239
239
|
import pulumi_ise as ise
|
240
240
|
|
241
|
-
example = ise.
|
241
|
+
example = ise.trustsec.EgressMatrixCell("example",
|
242
242
|
description="EgressMatrixCell Description",
|
243
243
|
default_rule="NONE",
|
244
244
|
matrix_cell_status="ENABLED",
|
@@ -250,7 +250,7 @@ class Cell(pulumi.CustomResource):
|
|
250
250
|
## Import
|
251
251
|
|
252
252
|
```sh
|
253
|
-
$ pulumi import ise:
|
253
|
+
$ pulumi import ise:trustsec/egressMatrixCell:EgressMatrixCell example "76d24097-41c4-4558-a4d0-a8c07ac08470"
|
254
254
|
```
|
255
255
|
|
256
256
|
:param str resource_name: The name of the resource.
|
@@ -266,7 +266,7 @@ class Cell(pulumi.CustomResource):
|
|
266
266
|
@overload
|
267
267
|
def __init__(__self__,
|
268
268
|
resource_name: str,
|
269
|
-
args:
|
269
|
+
args: EgressMatrixCellArgs,
|
270
270
|
opts: Optional[pulumi.ResourceOptions] = None):
|
271
271
|
"""
|
272
272
|
This resource can manage a TrustSec Egress Matrix Cell.
|
@@ -277,7 +277,7 @@ class Cell(pulumi.CustomResource):
|
|
277
277
|
import pulumi
|
278
278
|
import pulumi_ise as ise
|
279
279
|
|
280
|
-
example = ise.
|
280
|
+
example = ise.trustsec.EgressMatrixCell("example",
|
281
281
|
description="EgressMatrixCell Description",
|
282
282
|
default_rule="NONE",
|
283
283
|
matrix_cell_status="ENABLED",
|
@@ -289,16 +289,16 @@ class Cell(pulumi.CustomResource):
|
|
289
289
|
## Import
|
290
290
|
|
291
291
|
```sh
|
292
|
-
$ pulumi import ise:
|
292
|
+
$ pulumi import ise:trustsec/egressMatrixCell:EgressMatrixCell example "76d24097-41c4-4558-a4d0-a8c07ac08470"
|
293
293
|
```
|
294
294
|
|
295
295
|
:param str resource_name: The name of the resource.
|
296
|
-
:param
|
296
|
+
:param EgressMatrixCellArgs args: The arguments to use to populate this resource's properties.
|
297
297
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
298
298
|
"""
|
299
299
|
...
|
300
300
|
def __init__(__self__, resource_name: str, *args, **kwargs):
|
301
|
-
resource_args, opts = _utilities.get_resource_args_opts(
|
301
|
+
resource_args, opts = _utilities.get_resource_args_opts(EgressMatrixCellArgs, pulumi.ResourceOptions, *args, **kwargs)
|
302
302
|
if resource_args is not None:
|
303
303
|
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
304
304
|
else:
|
@@ -320,7 +320,7 @@ class Cell(pulumi.CustomResource):
|
|
320
320
|
if opts.id is None:
|
321
321
|
if __props__ is not None:
|
322
322
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
323
|
-
__props__ =
|
323
|
+
__props__ = EgressMatrixCellArgs.__new__(EgressMatrixCellArgs)
|
324
324
|
|
325
325
|
__props__.__dict__["default_rule"] = default_rule
|
326
326
|
__props__.__dict__["description"] = description
|
@@ -332,8 +332,8 @@ class Cell(pulumi.CustomResource):
|
|
332
332
|
if source_sgt_id is None and not opts.urn:
|
333
333
|
raise TypeError("Missing required property 'source_sgt_id'")
|
334
334
|
__props__.__dict__["source_sgt_id"] = source_sgt_id
|
335
|
-
super(
|
336
|
-
'ise:
|
335
|
+
super(EgressMatrixCell, __self__).__init__(
|
336
|
+
'ise:trustsec/egressMatrixCell:EgressMatrixCell',
|
337
337
|
resource_name,
|
338
338
|
__props__,
|
339
339
|
opts)
|
@@ -347,9 +347,9 @@ class Cell(pulumi.CustomResource):
|
|
347
347
|
destination_sgt_id: Optional[pulumi.Input[str]] = None,
|
348
348
|
matrix_cell_status: Optional[pulumi.Input[str]] = None,
|
349
349
|
sgacls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
350
|
-
source_sgt_id: Optional[pulumi.Input[str]] = None) -> '
|
350
|
+
source_sgt_id: Optional[pulumi.Input[str]] = None) -> 'EgressMatrixCell':
|
351
351
|
"""
|
352
|
-
Get an existing
|
352
|
+
Get an existing EgressMatrixCell resource's state with the given name, id, and optional extra
|
353
353
|
properties used to qualify the lookup.
|
354
354
|
|
355
355
|
:param str resource_name: The unique name of the resulting resource.
|
@@ -364,7 +364,7 @@ class Cell(pulumi.CustomResource):
|
|
364
364
|
"""
|
365
365
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
366
366
|
|
367
|
-
__props__ =
|
367
|
+
__props__ = _EgressMatrixCellState.__new__(_EgressMatrixCellState)
|
368
368
|
|
369
369
|
__props__.__dict__["default_rule"] = default_rule
|
370
370
|
__props__.__dict__["description"] = description
|
@@ -372,7 +372,7 @@ class Cell(pulumi.CustomResource):
|
|
372
372
|
__props__.__dict__["matrix_cell_status"] = matrix_cell_status
|
373
373
|
__props__.__dict__["sgacls"] = sgacls
|
374
374
|
__props__.__dict__["source_sgt_id"] = source_sgt_id
|
375
|
-
return
|
375
|
+
return EgressMatrixCell(resource_name, opts=opts, __props__=__props__)
|
376
376
|
|
377
377
|
@property
|
378
378
|
@pulumi.getter(name="defaultRule")
|
@@ -10,16 +10,16 @@ from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
10
|
from .. import _utilities
|
11
11
|
|
12
12
|
__all__ = [
|
13
|
-
'
|
14
|
-
'
|
15
|
-
'
|
16
|
-
'
|
13
|
+
'GetEgressMatrixCellResult',
|
14
|
+
'AwaitableGetEgressMatrixCellResult',
|
15
|
+
'get_egress_matrix_cell',
|
16
|
+
'get_egress_matrix_cell_output',
|
17
17
|
]
|
18
18
|
|
19
19
|
@pulumi.output_type
|
20
|
-
class
|
20
|
+
class GetEgressMatrixCellResult:
|
21
21
|
"""
|
22
|
-
A collection of values returned by
|
22
|
+
A collection of values returned by getEgressMatrixCell.
|
23
23
|
"""
|
24
24
|
def __init__(__self__, default_rule=None, description=None, destination_sgt_id=None, id=None, matrix_cell_status=None, sgacls=None, source_sgt_id=None):
|
25
25
|
if default_rule and not isinstance(default_rule, str):
|
@@ -101,12 +101,12 @@ class GetCellResult:
|
|
101
101
|
return pulumi.get(self, "source_sgt_id")
|
102
102
|
|
103
103
|
|
104
|
-
class
|
104
|
+
class AwaitableGetEgressMatrixCellResult(GetEgressMatrixCellResult):
|
105
105
|
# pylint: disable=using-constant-test
|
106
106
|
def __await__(self):
|
107
107
|
if False:
|
108
108
|
yield self
|
109
|
-
return
|
109
|
+
return GetEgressMatrixCellResult(
|
110
110
|
default_rule=self.default_rule,
|
111
111
|
description=self.description,
|
112
112
|
destination_sgt_id=self.destination_sgt_id,
|
@@ -116,8 +116,8 @@ class AwaitableGetCellResult(GetCellResult):
|
|
116
116
|
source_sgt_id=self.source_sgt_id)
|
117
117
|
|
118
118
|
|
119
|
-
def
|
120
|
-
|
119
|
+
def get_egress_matrix_cell(id: Optional[str] = None,
|
120
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetEgressMatrixCellResult:
|
121
121
|
"""
|
122
122
|
This data source can read the TrustSec Egress Matrix Cell.
|
123
123
|
|
@@ -127,7 +127,7 @@ def get_cell(id: Optional[str] = None,
|
|
127
127
|
import pulumi
|
128
128
|
import pulumi_ise as ise
|
129
129
|
|
130
|
-
example = ise.
|
130
|
+
example = ise.trustsec.get_egress_matrix_cell(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
131
131
|
```
|
132
132
|
|
133
133
|
|
@@ -136,9 +136,9 @@ def get_cell(id: Optional[str] = None,
|
|
136
136
|
__args__ = dict()
|
137
137
|
__args__['id'] = id
|
138
138
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
139
|
-
__ret__ = pulumi.runtime.invoke('ise:
|
139
|
+
__ret__ = pulumi.runtime.invoke('ise:trustsec/getEgressMatrixCell:getEgressMatrixCell', __args__, opts=opts, typ=GetEgressMatrixCellResult).value
|
140
140
|
|
141
|
-
return
|
141
|
+
return AwaitableGetEgressMatrixCellResult(
|
142
142
|
default_rule=pulumi.get(__ret__, 'default_rule'),
|
143
143
|
description=pulumi.get(__ret__, 'description'),
|
144
144
|
destination_sgt_id=pulumi.get(__ret__, 'destination_sgt_id'),
|
@@ -148,9 +148,9 @@ def get_cell(id: Optional[str] = None,
|
|
148
148
|
source_sgt_id=pulumi.get(__ret__, 'source_sgt_id'))
|
149
149
|
|
150
150
|
|
151
|
-
@_utilities.lift_output_func(
|
152
|
-
def
|
153
|
-
|
151
|
+
@_utilities.lift_output_func(get_egress_matrix_cell)
|
152
|
+
def get_egress_matrix_cell_output(id: Optional[pulumi.Input[str]] = None,
|
153
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetEgressMatrixCellResult]:
|
154
154
|
"""
|
155
155
|
This data source can read the TrustSec Egress Matrix Cell.
|
156
156
|
|
@@ -160,7 +160,7 @@ def get_cell_output(id: Optional[pulumi.Input[str]] = None,
|
|
160
160
|
import pulumi
|
161
161
|
import pulumi_ise as ise
|
162
162
|
|
163
|
-
example = ise.
|
163
|
+
example = ise.trustsec.get_egress_matrix_cell(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
164
164
|
```
|
165
165
|
|
166
166
|
|
@@ -10,16 +10,16 @@ from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
10
|
from .. import _utilities
|
11
11
|
|
12
12
|
__all__ = [
|
13
|
-
'
|
14
|
-
'
|
15
|
-
'
|
16
|
-
'
|
13
|
+
'GetIpToSgtMappingResult',
|
14
|
+
'AwaitableGetIpToSgtMappingResult',
|
15
|
+
'get_ip_to_sgt_mapping',
|
16
|
+
'get_ip_to_sgt_mapping_output',
|
17
17
|
]
|
18
18
|
|
19
19
|
@pulumi.output_type
|
20
|
-
class
|
20
|
+
class GetIpToSgtMappingResult:
|
21
21
|
"""
|
22
|
-
A collection of values returned by
|
22
|
+
A collection of values returned by getIpToSgtMapping.
|
23
23
|
"""
|
24
24
|
def __init__(__self__, deploy_to=None, deploy_type=None, description=None, host_ip=None, host_name=None, id=None, mapping_group=None, name=None, sgt=None):
|
25
25
|
if deploy_to and not isinstance(deploy_to, str):
|
@@ -123,12 +123,12 @@ class GetMappingResult:
|
|
123
123
|
return pulumi.get(self, "sgt")
|
124
124
|
|
125
125
|
|
126
|
-
class
|
126
|
+
class AwaitableGetIpToSgtMappingResult(GetIpToSgtMappingResult):
|
127
127
|
# pylint: disable=using-constant-test
|
128
128
|
def __await__(self):
|
129
129
|
if False:
|
130
130
|
yield self
|
131
|
-
return
|
131
|
+
return GetIpToSgtMappingResult(
|
132
132
|
deploy_to=self.deploy_to,
|
133
133
|
deploy_type=self.deploy_type,
|
134
134
|
description=self.description,
|
@@ -140,9 +140,9 @@ class AwaitableGetMappingResult(GetMappingResult):
|
|
140
140
|
sgt=self.sgt)
|
141
141
|
|
142
142
|
|
143
|
-
def
|
144
|
-
|
145
|
-
|
143
|
+
def get_ip_to_sgt_mapping(id: Optional[str] = None,
|
144
|
+
name: Optional[str] = None,
|
145
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetIpToSgtMappingResult:
|
146
146
|
"""
|
147
147
|
This data source can read the TrustSec IP to SGT Mapping.
|
148
148
|
|
@@ -152,7 +152,7 @@ def get_mapping(id: Optional[str] = None,
|
|
152
152
|
import pulumi
|
153
153
|
import pulumi_ise as ise
|
154
154
|
|
155
|
-
example = ise.
|
155
|
+
example = ise.trustsec.get_ip_to_sgt_mapping(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
156
156
|
```
|
157
157
|
|
158
158
|
|
@@ -163,9 +163,9 @@ def get_mapping(id: Optional[str] = None,
|
|
163
163
|
__args__['id'] = id
|
164
164
|
__args__['name'] = name
|
165
165
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
166
|
-
__ret__ = pulumi.runtime.invoke('ise:
|
166
|
+
__ret__ = pulumi.runtime.invoke('ise:trustsec/getIpToSgtMapping:getIpToSgtMapping', __args__, opts=opts, typ=GetIpToSgtMappingResult).value
|
167
167
|
|
168
|
-
return
|
168
|
+
return AwaitableGetIpToSgtMappingResult(
|
169
169
|
deploy_to=pulumi.get(__ret__, 'deploy_to'),
|
170
170
|
deploy_type=pulumi.get(__ret__, 'deploy_type'),
|
171
171
|
description=pulumi.get(__ret__, 'description'),
|
@@ -177,10 +177,10 @@ def get_mapping(id: Optional[str] = None,
|
|
177
177
|
sgt=pulumi.get(__ret__, 'sgt'))
|
178
178
|
|
179
179
|
|
180
|
-
@_utilities.lift_output_func(
|
181
|
-
def
|
182
|
-
|
183
|
-
|
180
|
+
@_utilities.lift_output_func(get_ip_to_sgt_mapping)
|
181
|
+
def get_ip_to_sgt_mapping_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
182
|
+
name: Optional[pulumi.Input[Optional[str]]] = None,
|
183
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetIpToSgtMappingResult]:
|
184
184
|
"""
|
185
185
|
This data source can read the TrustSec IP to SGT Mapping.
|
186
186
|
|
@@ -190,7 +190,7 @@ def get_mapping_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
190
190
|
import pulumi
|
191
191
|
import pulumi_ise as ise
|
192
192
|
|
193
|
-
example = ise.
|
193
|
+
example = ise.trustsec.get_ip_to_sgt_mapping(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
194
194
|
```
|
195
195
|
|
196
196
|
|