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
@@ -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__ = ['EndpointArgs', 'Endpoint']
|
13
13
|
|
@@ -897,7 +897,7 @@ class Endpoint(pulumi.CustomResource):
|
|
897
897
|
import pulumi
|
898
898
|
import pulumi_ise as ise
|
899
899
|
|
900
|
-
example = ise.Endpoint("example",
|
900
|
+
example = ise.identitymanagement.Endpoint("example",
|
901
901
|
name="00:11:22:33:44:55",
|
902
902
|
description="My endpoint",
|
903
903
|
mac="00:11:22:33:44:55",
|
@@ -912,7 +912,7 @@ class Endpoint(pulumi.CustomResource):
|
|
912
912
|
## Import
|
913
913
|
|
914
914
|
```sh
|
915
|
-
$ pulumi import ise:
|
915
|
+
$ pulumi import ise:identitymanagement/endpoint:Endpoint example "76d24097-41c4-4558-a4d0-a8c07ac08470"
|
916
916
|
```
|
917
917
|
|
918
918
|
:param str resource_name: The name of the resource.
|
@@ -959,7 +959,7 @@ class Endpoint(pulumi.CustomResource):
|
|
959
959
|
import pulumi
|
960
960
|
import pulumi_ise as ise
|
961
961
|
|
962
|
-
example = ise.Endpoint("example",
|
962
|
+
example = ise.identitymanagement.Endpoint("example",
|
963
963
|
name="00:11:22:33:44:55",
|
964
964
|
description="My endpoint",
|
965
965
|
mac="00:11:22:33:44:55",
|
@@ -974,7 +974,7 @@ class Endpoint(pulumi.CustomResource):
|
|
974
974
|
## Import
|
975
975
|
|
976
976
|
```sh
|
977
|
-
$ pulumi import ise:
|
977
|
+
$ pulumi import ise:identitymanagement/endpoint:Endpoint example "76d24097-41c4-4558-a4d0-a8c07ac08470"
|
978
978
|
```
|
979
979
|
|
980
980
|
:param str resource_name: The name of the resource.
|
@@ -1060,7 +1060,7 @@ class Endpoint(pulumi.CustomResource):
|
|
1060
1060
|
__props__.__dict__["static_profile_assignment"] = static_profile_assignment
|
1061
1061
|
__props__.__dict__["static_profile_assignment_defined"] = static_profile_assignment_defined
|
1062
1062
|
super(Endpoint, __self__).__init__(
|
1063
|
-
'ise:
|
1063
|
+
'ise:identitymanagement/endpoint:Endpoint',
|
1064
1064
|
resource_name,
|
1065
1065
|
__props__,
|
1066
1066
|
opts)
|
@@ -9,17 +9,17 @@ 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__ = ['EndpointIdentityGroupArgs', 'EndpointIdentityGroup']
|
13
13
|
|
14
14
|
@pulumi.input_type
|
15
|
-
class
|
15
|
+
class EndpointIdentityGroupArgs:
|
16
16
|
def __init__(__self__, *,
|
17
17
|
description: Optional[pulumi.Input[str]] = None,
|
18
18
|
name: Optional[pulumi.Input[str]] = None,
|
19
19
|
parent_endpoint_identity_group_id: Optional[pulumi.Input[str]] = None,
|
20
20
|
system_defined: Optional[pulumi.Input[bool]] = None):
|
21
21
|
"""
|
22
|
-
The set of arguments for constructing a
|
22
|
+
The set of arguments for constructing a EndpointIdentityGroup resource.
|
23
23
|
:param pulumi.Input[str] description: Description
|
24
24
|
:param pulumi.Input[str] name: The name of the endpoint identity group
|
25
25
|
:param pulumi.Input[str] parent_endpoint_identity_group_id: Parent endpoint identity group ID
|
@@ -84,14 +84,14 @@ class GroupArgs:
|
|
84
84
|
|
85
85
|
|
86
86
|
@pulumi.input_type
|
87
|
-
class
|
87
|
+
class _EndpointIdentityGroupState:
|
88
88
|
def __init__(__self__, *,
|
89
89
|
description: Optional[pulumi.Input[str]] = None,
|
90
90
|
name: Optional[pulumi.Input[str]] = None,
|
91
91
|
parent_endpoint_identity_group_id: Optional[pulumi.Input[str]] = None,
|
92
92
|
system_defined: Optional[pulumi.Input[bool]] = None):
|
93
93
|
"""
|
94
|
-
Input properties used for looking up and filtering
|
94
|
+
Input properties used for looking up and filtering EndpointIdentityGroup resources.
|
95
95
|
:param pulumi.Input[str] description: Description
|
96
96
|
:param pulumi.Input[str] name: The name of the endpoint identity group
|
97
97
|
:param pulumi.Input[str] parent_endpoint_identity_group_id: Parent endpoint identity group ID
|
@@ -155,7 +155,7 @@ class _GroupState:
|
|
155
155
|
pulumi.set(self, "system_defined", value)
|
156
156
|
|
157
157
|
|
158
|
-
class
|
158
|
+
class EndpointIdentityGroup(pulumi.CustomResource):
|
159
159
|
@overload
|
160
160
|
def __init__(__self__,
|
161
161
|
resource_name: str,
|
@@ -174,7 +174,7 @@ class Group(pulumi.CustomResource):
|
|
174
174
|
import pulumi
|
175
175
|
import pulumi_ise as ise
|
176
176
|
|
177
|
-
example = ise.
|
177
|
+
example = ise.identitymanagement.EndpointIdentityGroup("example",
|
178
178
|
name="Group1",
|
179
179
|
description="My endpoint identity group",
|
180
180
|
system_defined=False)
|
@@ -183,7 +183,7 @@ class Group(pulumi.CustomResource):
|
|
183
183
|
## Import
|
184
184
|
|
185
185
|
```sh
|
186
|
-
$ pulumi import ise:
|
186
|
+
$ pulumi import ise:identitymanagement/endpointIdentityGroup:EndpointIdentityGroup example "76d24097-41c4-4558-a4d0-a8c07ac08470"
|
187
187
|
```
|
188
188
|
|
189
189
|
:param str resource_name: The name of the resource.
|
@@ -197,7 +197,7 @@ class Group(pulumi.CustomResource):
|
|
197
197
|
@overload
|
198
198
|
def __init__(__self__,
|
199
199
|
resource_name: str,
|
200
|
-
args: Optional[
|
200
|
+
args: Optional[EndpointIdentityGroupArgs] = None,
|
201
201
|
opts: Optional[pulumi.ResourceOptions] = None):
|
202
202
|
"""
|
203
203
|
This resource can manage an Endpoint Identity Group.
|
@@ -208,7 +208,7 @@ class Group(pulumi.CustomResource):
|
|
208
208
|
import pulumi
|
209
209
|
import pulumi_ise as ise
|
210
210
|
|
211
|
-
example = ise.
|
211
|
+
example = ise.identitymanagement.EndpointIdentityGroup("example",
|
212
212
|
name="Group1",
|
213
213
|
description="My endpoint identity group",
|
214
214
|
system_defined=False)
|
@@ -217,16 +217,16 @@ class Group(pulumi.CustomResource):
|
|
217
217
|
## Import
|
218
218
|
|
219
219
|
```sh
|
220
|
-
$ pulumi import ise:
|
220
|
+
$ pulumi import ise:identitymanagement/endpointIdentityGroup:EndpointIdentityGroup example "76d24097-41c4-4558-a4d0-a8c07ac08470"
|
221
221
|
```
|
222
222
|
|
223
223
|
:param str resource_name: The name of the resource.
|
224
|
-
:param
|
224
|
+
:param EndpointIdentityGroupArgs args: The arguments to use to populate this resource's properties.
|
225
225
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
226
226
|
"""
|
227
227
|
...
|
228
228
|
def __init__(__self__, resource_name: str, *args, **kwargs):
|
229
|
-
resource_args, opts = _utilities.get_resource_args_opts(
|
229
|
+
resource_args, opts = _utilities.get_resource_args_opts(EndpointIdentityGroupArgs, pulumi.ResourceOptions, *args, **kwargs)
|
230
230
|
if resource_args is not None:
|
231
231
|
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
232
232
|
else:
|
@@ -246,14 +246,14 @@ class Group(pulumi.CustomResource):
|
|
246
246
|
if opts.id is None:
|
247
247
|
if __props__ is not None:
|
248
248
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
249
|
-
__props__ =
|
249
|
+
__props__ = EndpointIdentityGroupArgs.__new__(EndpointIdentityGroupArgs)
|
250
250
|
|
251
251
|
__props__.__dict__["description"] = description
|
252
252
|
__props__.__dict__["name"] = name
|
253
253
|
__props__.__dict__["parent_endpoint_identity_group_id"] = parent_endpoint_identity_group_id
|
254
254
|
__props__.__dict__["system_defined"] = system_defined
|
255
|
-
super(
|
256
|
-
'ise:
|
255
|
+
super(EndpointIdentityGroup, __self__).__init__(
|
256
|
+
'ise:identitymanagement/endpointIdentityGroup:EndpointIdentityGroup',
|
257
257
|
resource_name,
|
258
258
|
__props__,
|
259
259
|
opts)
|
@@ -265,9 +265,9 @@ class Group(pulumi.CustomResource):
|
|
265
265
|
description: Optional[pulumi.Input[str]] = None,
|
266
266
|
name: Optional[pulumi.Input[str]] = None,
|
267
267
|
parent_endpoint_identity_group_id: Optional[pulumi.Input[str]] = None,
|
268
|
-
system_defined: Optional[pulumi.Input[bool]] = None) -> '
|
268
|
+
system_defined: Optional[pulumi.Input[bool]] = None) -> 'EndpointIdentityGroup':
|
269
269
|
"""
|
270
|
-
Get an existing
|
270
|
+
Get an existing EndpointIdentityGroup resource's state with the given name, id, and optional extra
|
271
271
|
properties used to qualify the lookup.
|
272
272
|
|
273
273
|
:param str resource_name: The unique name of the resulting resource.
|
@@ -280,13 +280,13 @@ class Group(pulumi.CustomResource):
|
|
280
280
|
"""
|
281
281
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
282
282
|
|
283
|
-
__props__ =
|
283
|
+
__props__ = _EndpointIdentityGroupState.__new__(_EndpointIdentityGroupState)
|
284
284
|
|
285
285
|
__props__.__dict__["description"] = description
|
286
286
|
__props__.__dict__["name"] = name
|
287
287
|
__props__.__dict__["parent_endpoint_identity_group_id"] = parent_endpoint_identity_group_id
|
288
288
|
__props__.__dict__["system_defined"] = system_defined
|
289
|
-
return
|
289
|
+
return EndpointIdentityGroup(resource_name, opts=opts, __props__=__props__)
|
290
290
|
|
291
291
|
@property
|
292
292
|
@pulumi.getter
|
@@ -11,16 +11,16 @@ from .. import _utilities
|
|
11
11
|
from . import outputs
|
12
12
|
|
13
13
|
__all__ = [
|
14
|
-
'
|
15
|
-
'
|
16
|
-
'
|
17
|
-
'
|
14
|
+
'GetActiveDirectoryGroupsByDomainResult',
|
15
|
+
'AwaitableGetActiveDirectoryGroupsByDomainResult',
|
16
|
+
'get_active_directory_groups_by_domain',
|
17
|
+
'get_active_directory_groups_by_domain_output',
|
18
18
|
]
|
19
19
|
|
20
20
|
@pulumi.output_type
|
21
|
-
class
|
21
|
+
class GetActiveDirectoryGroupsByDomainResult:
|
22
22
|
"""
|
23
|
-
A collection of values returned by
|
23
|
+
A collection of values returned by getActiveDirectoryGroupsByDomain.
|
24
24
|
"""
|
25
25
|
def __init__(__self__, domain=None, filter=None, groups=None, id=None, join_point_id=None, sid_filter=None, type_filter=None):
|
26
26
|
if domain and not isinstance(domain, str):
|
@@ -63,7 +63,7 @@ class GetDomainResult:
|
|
63
63
|
|
64
64
|
@property
|
65
65
|
@pulumi.getter
|
66
|
-
def groups(self) -> Sequence['outputs.
|
66
|
+
def groups(self) -> Sequence['outputs.GetActiveDirectoryGroupsByDomainGroupResult']:
|
67
67
|
"""
|
68
68
|
List of groups
|
69
69
|
"""
|
@@ -102,12 +102,12 @@ class GetDomainResult:
|
|
102
102
|
return pulumi.get(self, "type_filter")
|
103
103
|
|
104
104
|
|
105
|
-
class
|
105
|
+
class AwaitableGetActiveDirectoryGroupsByDomainResult(GetActiveDirectoryGroupsByDomainResult):
|
106
106
|
# pylint: disable=using-constant-test
|
107
107
|
def __await__(self):
|
108
108
|
if False:
|
109
109
|
yield self
|
110
|
-
return
|
110
|
+
return GetActiveDirectoryGroupsByDomainResult(
|
111
111
|
domain=self.domain,
|
112
112
|
filter=self.filter,
|
113
113
|
groups=self.groups,
|
@@ -117,12 +117,12 @@ class AwaitableGetDomainResult(GetDomainResult):
|
|
117
117
|
type_filter=self.type_filter)
|
118
118
|
|
119
119
|
|
120
|
-
def
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
120
|
+
def get_active_directory_groups_by_domain(domain: Optional[str] = None,
|
121
|
+
filter: Optional[str] = None,
|
122
|
+
join_point_id: Optional[str] = None,
|
123
|
+
sid_filter: Optional[str] = None,
|
124
|
+
type_filter: Optional[str] = None,
|
125
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetActiveDirectoryGroupsByDomainResult:
|
126
126
|
"""
|
127
127
|
This data source can read the Active Directory Groups By Domain.
|
128
128
|
|
@@ -132,7 +132,7 @@ def get_domain(domain: Optional[str] = None,
|
|
132
132
|
import pulumi
|
133
133
|
import pulumi_ise as ise
|
134
134
|
|
135
|
-
example = ise.
|
135
|
+
example = ise.identitymanagement.get_active_directory_groups_by_domain(join_point_id="73808580-b6e6-11ee-8960-de6d7692bc40",
|
136
136
|
domain="cisco.com",
|
137
137
|
filter="CN=ISE Admins",
|
138
138
|
sid_filter="cisco.com/S-1-5-33-544",
|
@@ -153,9 +153,9 @@ def get_domain(domain: Optional[str] = None,
|
|
153
153
|
__args__['sidFilter'] = sid_filter
|
154
154
|
__args__['typeFilter'] = type_filter
|
155
155
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
156
|
-
__ret__ = pulumi.runtime.invoke('ise:
|
156
|
+
__ret__ = pulumi.runtime.invoke('ise:identitymanagement/getActiveDirectoryGroupsByDomain:getActiveDirectoryGroupsByDomain', __args__, opts=opts, typ=GetActiveDirectoryGroupsByDomainResult).value
|
157
157
|
|
158
|
-
return
|
158
|
+
return AwaitableGetActiveDirectoryGroupsByDomainResult(
|
159
159
|
domain=pulumi.get(__ret__, 'domain'),
|
160
160
|
filter=pulumi.get(__ret__, 'filter'),
|
161
161
|
groups=pulumi.get(__ret__, 'groups'),
|
@@ -165,13 +165,13 @@ def get_domain(domain: Optional[str] = None,
|
|
165
165
|
type_filter=pulumi.get(__ret__, 'type_filter'))
|
166
166
|
|
167
167
|
|
168
|
-
@_utilities.lift_output_func(
|
169
|
-
def
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
168
|
+
@_utilities.lift_output_func(get_active_directory_groups_by_domain)
|
169
|
+
def get_active_directory_groups_by_domain_output(domain: Optional[pulumi.Input[str]] = None,
|
170
|
+
filter: Optional[pulumi.Input[Optional[str]]] = None,
|
171
|
+
join_point_id: Optional[pulumi.Input[str]] = None,
|
172
|
+
sid_filter: Optional[pulumi.Input[Optional[str]]] = None,
|
173
|
+
type_filter: Optional[pulumi.Input[Optional[str]]] = None,
|
174
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetActiveDirectoryGroupsByDomainResult]:
|
175
175
|
"""
|
176
176
|
This data source can read the Active Directory Groups By Domain.
|
177
177
|
|
@@ -181,7 +181,7 @@ def get_domain_output(domain: Optional[pulumi.Input[str]] = None,
|
|
181
181
|
import pulumi
|
182
182
|
import pulumi_ise as ise
|
183
183
|
|
184
|
-
example = ise.
|
184
|
+
example = ise.identitymanagement.get_active_directory_groups_by_domain(join_point_id="73808580-b6e6-11ee-8960-de6d7692bc40",
|
185
185
|
domain="cisco.com",
|
186
186
|
filter="CN=ISE Admins",
|
187
187
|
sid_filter="cisco.com/S-1-5-33-544",
|
@@ -11,16 +11,16 @@ from .. import _utilities
|
|
11
11
|
from . import outputs
|
12
12
|
|
13
13
|
__all__ = [
|
14
|
-
'
|
15
|
-
'
|
16
|
-
'
|
17
|
-
'
|
14
|
+
'GetActiveDirectoryJoinPointResult',
|
15
|
+
'AwaitableGetActiveDirectoryJoinPointResult',
|
16
|
+
'get_active_directory_join_point',
|
17
|
+
'get_active_directory_join_point_output',
|
18
18
|
]
|
19
19
|
|
20
20
|
@pulumi.output_type
|
21
|
-
class
|
21
|
+
class GetActiveDirectoryJoinPointResult:
|
22
22
|
"""
|
23
|
-
A collection of values returned by
|
23
|
+
A collection of values returned by getActiveDirectoryJoinPoint.
|
24
24
|
"""
|
25
25
|
def __init__(__self__, ad_scopes_names=None, aging_time=None, attributes=None, auth_protection_type=None, country=None, department=None, description=None, domain=None, email=None, enable_callback_for_dialin_client=None, enable_dialin_permission_check=None, enable_domain_allowed_list=None, enable_failed_auth_protection=None, enable_machine_access=None, enable_machine_auth=None, enable_pass_change=None, enable_rewrites=None, failed_auth_threshold=None, first_name=None, groups=None, id=None, identity_not_in_ad_behaviour=None, job_title=None, last_name=None, locality=None, name=None, organizational_unit=None, plaintext_auth=None, rewrite_rules=None, schema=None, state_or_province=None, street_address=None, telephone=None, unreachable_domains_behaviour=None):
|
26
26
|
if ad_scopes_names and not isinstance(ad_scopes_names, str):
|
@@ -144,7 +144,7 @@ class GetPointResult:
|
|
144
144
|
|
145
145
|
@property
|
146
146
|
@pulumi.getter
|
147
|
-
def attributes(self) -> Sequence['outputs.
|
147
|
+
def attributes(self) -> Sequence['outputs.GetActiveDirectoryJoinPointAttributeResult']:
|
148
148
|
"""
|
149
149
|
List of AD attributes
|
150
150
|
"""
|
@@ -277,7 +277,7 @@ class GetPointResult:
|
|
277
277
|
|
278
278
|
@property
|
279
279
|
@pulumi.getter
|
280
|
-
def groups(self) -> Sequence['outputs.
|
280
|
+
def groups(self) -> Sequence['outputs.GetActiveDirectoryJoinPointGroupResult']:
|
281
281
|
"""
|
282
282
|
List of AD Groups
|
283
283
|
"""
|
@@ -349,7 +349,7 @@ class GetPointResult:
|
|
349
349
|
|
350
350
|
@property
|
351
351
|
@pulumi.getter(name="rewriteRules")
|
352
|
-
def rewrite_rules(self) -> Sequence['outputs.
|
352
|
+
def rewrite_rules(self) -> Sequence['outputs.GetActiveDirectoryJoinPointRewriteRuleResult']:
|
353
353
|
"""
|
354
354
|
List of Rewrite rules
|
355
355
|
"""
|
@@ -396,12 +396,12 @@ class GetPointResult:
|
|
396
396
|
return pulumi.get(self, "unreachable_domains_behaviour")
|
397
397
|
|
398
398
|
|
399
|
-
class
|
399
|
+
class AwaitableGetActiveDirectoryJoinPointResult(GetActiveDirectoryJoinPointResult):
|
400
400
|
# pylint: disable=using-constant-test
|
401
401
|
def __await__(self):
|
402
402
|
if False:
|
403
403
|
yield self
|
404
|
-
return
|
404
|
+
return GetActiveDirectoryJoinPointResult(
|
405
405
|
ad_scopes_names=self.ad_scopes_names,
|
406
406
|
aging_time=self.aging_time,
|
407
407
|
attributes=self.attributes,
|
@@ -438,8 +438,8 @@ class AwaitableGetPointResult(GetPointResult):
|
|
438
438
|
unreachable_domains_behaviour=self.unreachable_domains_behaviour)
|
439
439
|
|
440
440
|
|
441
|
-
def
|
442
|
-
|
441
|
+
def get_active_directory_join_point(id: Optional[str] = None,
|
442
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetActiveDirectoryJoinPointResult:
|
443
443
|
"""
|
444
444
|
This data source can read the Active Directory Join Point.
|
445
445
|
|
@@ -449,7 +449,7 @@ def get_point(id: Optional[str] = None,
|
|
449
449
|
import pulumi
|
450
450
|
import pulumi_ise as ise
|
451
451
|
|
452
|
-
example = ise.
|
452
|
+
example = ise.identitymanagement.get_active_directory_join_point(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
453
453
|
```
|
454
454
|
|
455
455
|
|
@@ -458,9 +458,9 @@ def get_point(id: Optional[str] = None,
|
|
458
458
|
__args__ = dict()
|
459
459
|
__args__['id'] = id
|
460
460
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
461
|
-
__ret__ = pulumi.runtime.invoke('ise:
|
461
|
+
__ret__ = pulumi.runtime.invoke('ise:identitymanagement/getActiveDirectoryJoinPoint:getActiveDirectoryJoinPoint', __args__, opts=opts, typ=GetActiveDirectoryJoinPointResult).value
|
462
462
|
|
463
|
-
return
|
463
|
+
return AwaitableGetActiveDirectoryJoinPointResult(
|
464
464
|
ad_scopes_names=pulumi.get(__ret__, 'ad_scopes_names'),
|
465
465
|
aging_time=pulumi.get(__ret__, 'aging_time'),
|
466
466
|
attributes=pulumi.get(__ret__, 'attributes'),
|
@@ -497,9 +497,9 @@ def get_point(id: Optional[str] = None,
|
|
497
497
|
unreachable_domains_behaviour=pulumi.get(__ret__, 'unreachable_domains_behaviour'))
|
498
498
|
|
499
499
|
|
500
|
-
@_utilities.lift_output_func(
|
501
|
-
def
|
502
|
-
|
500
|
+
@_utilities.lift_output_func(get_active_directory_join_point)
|
501
|
+
def get_active_directory_join_point_output(id: Optional[pulumi.Input[str]] = None,
|
502
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetActiveDirectoryJoinPointResult]:
|
503
503
|
"""
|
504
504
|
This data source can read the Active Directory Join Point.
|
505
505
|
|
@@ -509,7 +509,7 @@ def get_point_output(id: Optional[pulumi.Input[str]] = None,
|
|
509
509
|
import pulumi
|
510
510
|
import pulumi_ise as ise
|
511
511
|
|
512
|
-
example = ise.
|
512
|
+
example = ise.identitymanagement.get_active_directory_join_point(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
513
513
|
```
|
514
514
|
|
515
515
|
|
@@ -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
|
+
'GetCertificateAuthenticationProfileResult',
|
14
|
+
'AwaitableGetCertificateAuthenticationProfileResult',
|
15
|
+
'get_certificate_authentication_profile',
|
16
|
+
'get_certificate_authentication_profile_output',
|
17
17
|
]
|
18
18
|
|
19
19
|
@pulumi.output_type
|
20
|
-
class
|
20
|
+
class GetCertificateAuthenticationProfileResult:
|
21
21
|
"""
|
22
|
-
A collection of values returned by
|
22
|
+
A collection of values returned by getCertificateAuthenticationProfile.
|
23
23
|
"""
|
24
24
|
def __init__(__self__, allowed_as_user_name=None, certificate_attribute_name=None, description=None, external_identity_store_name=None, id=None, match_mode=None, name=None, username_from=None):
|
25
25
|
if allowed_as_user_name and not isinstance(allowed_as_user_name, bool):
|
@@ -112,12 +112,12 @@ class GetProfileResult:
|
|
112
112
|
return pulumi.get(self, "username_from")
|
113
113
|
|
114
114
|
|
115
|
-
class
|
115
|
+
class AwaitableGetCertificateAuthenticationProfileResult(GetCertificateAuthenticationProfileResult):
|
116
116
|
# pylint: disable=using-constant-test
|
117
117
|
def __await__(self):
|
118
118
|
if False:
|
119
119
|
yield self
|
120
|
-
return
|
120
|
+
return GetCertificateAuthenticationProfileResult(
|
121
121
|
allowed_as_user_name=self.allowed_as_user_name,
|
122
122
|
certificate_attribute_name=self.certificate_attribute_name,
|
123
123
|
description=self.description,
|
@@ -128,9 +128,9 @@ class AwaitableGetProfileResult(GetProfileResult):
|
|
128
128
|
username_from=self.username_from)
|
129
129
|
|
130
130
|
|
131
|
-
def
|
132
|
-
|
133
|
-
|
131
|
+
def get_certificate_authentication_profile(id: Optional[str] = None,
|
132
|
+
name: Optional[str] = None,
|
133
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCertificateAuthenticationProfileResult:
|
134
134
|
"""
|
135
135
|
This data source can read the Certificate Authentication Profile.
|
136
136
|
|
@@ -140,7 +140,7 @@ def get_profile(id: Optional[str] = None,
|
|
140
140
|
import pulumi
|
141
141
|
import pulumi_ise as ise
|
142
142
|
|
143
|
-
example = ise.
|
143
|
+
example = ise.identitymanagement.get_certificate_authentication_profile(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
144
144
|
```
|
145
145
|
|
146
146
|
|
@@ -151,9 +151,9 @@ def get_profile(id: Optional[str] = None,
|
|
151
151
|
__args__['id'] = id
|
152
152
|
__args__['name'] = name
|
153
153
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
154
|
-
__ret__ = pulumi.runtime.invoke('ise:
|
154
|
+
__ret__ = pulumi.runtime.invoke('ise:identitymanagement/getCertificateAuthenticationProfile:getCertificateAuthenticationProfile', __args__, opts=opts, typ=GetCertificateAuthenticationProfileResult).value
|
155
155
|
|
156
|
-
return
|
156
|
+
return AwaitableGetCertificateAuthenticationProfileResult(
|
157
157
|
allowed_as_user_name=pulumi.get(__ret__, 'allowed_as_user_name'),
|
158
158
|
certificate_attribute_name=pulumi.get(__ret__, 'certificate_attribute_name'),
|
159
159
|
description=pulumi.get(__ret__, 'description'),
|
@@ -164,10 +164,10 @@ def get_profile(id: Optional[str] = None,
|
|
164
164
|
username_from=pulumi.get(__ret__, 'username_from'))
|
165
165
|
|
166
166
|
|
167
|
-
@_utilities.lift_output_func(
|
168
|
-
def
|
169
|
-
|
170
|
-
|
167
|
+
@_utilities.lift_output_func(get_certificate_authentication_profile)
|
168
|
+
def get_certificate_authentication_profile_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
169
|
+
name: Optional[pulumi.Input[Optional[str]]] = None,
|
170
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCertificateAuthenticationProfileResult]:
|
171
171
|
"""
|
172
172
|
This data source can read the Certificate Authentication Profile.
|
173
173
|
|
@@ -177,7 +177,7 @@ def get_profile_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
177
177
|
import pulumi
|
178
178
|
import pulumi_ise as ise
|
179
179
|
|
180
|
-
example = ise.
|
180
|
+
example = ise.identitymanagement.get_certificate_authentication_profile(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
181
181
|
```
|
182
182
|
|
183
183
|
|
@@ -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__ = [
|
13
13
|
'GetEndpointResult',
|
@@ -368,7 +368,7 @@ def get_endpoint(id: Optional[str] = None,
|
|
368
368
|
import pulumi
|
369
369
|
import pulumi_ise as ise
|
370
370
|
|
371
|
-
example = ise.get_endpoint(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
371
|
+
example = ise.identitymanagement.get_endpoint(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
372
372
|
```
|
373
373
|
|
374
374
|
|
@@ -379,7 +379,7 @@ def get_endpoint(id: Optional[str] = None,
|
|
379
379
|
__args__['id'] = id
|
380
380
|
__args__['name'] = name
|
381
381
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
382
|
-
__ret__ = pulumi.runtime.invoke('ise:
|
382
|
+
__ret__ = pulumi.runtime.invoke('ise:identitymanagement/getEndpoint:getEndpoint', __args__, opts=opts, typ=GetEndpointResult).value
|
383
383
|
|
384
384
|
return AwaitableGetEndpointResult(
|
385
385
|
custom_attributes=pulumi.get(__ret__, 'custom_attributes'),
|
@@ -424,7 +424,7 @@ def get_endpoint_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
424
424
|
import pulumi
|
425
425
|
import pulumi_ise as ise
|
426
426
|
|
427
|
-
example = ise.get_endpoint(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
427
|
+
example = ise.identitymanagement.get_endpoint(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
428
428
|
```
|
429
429
|
|
430
430
|
|
pulumi_ise/{endpointidentity/get_group.py → identitymanagement/get_endpoint_identity_group.py}
RENAMED
@@ -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
|
+
'GetEndpointIdentityGroupResult',
|
14
|
+
'AwaitableGetEndpointIdentityGroupResult',
|
15
|
+
'get_endpoint_identity_group',
|
16
|
+
'get_endpoint_identity_group_output',
|
17
17
|
]
|
18
18
|
|
19
19
|
@pulumi.output_type
|
20
|
-
class
|
20
|
+
class GetEndpointIdentityGroupResult:
|
21
21
|
"""
|
22
|
-
A collection of values returned by
|
22
|
+
A collection of values returned by getEndpointIdentityGroup.
|
23
23
|
"""
|
24
24
|
def __init__(__self__, description=None, id=None, name=None, parent_endpoint_identity_group_id=None, system_defined=None):
|
25
25
|
if description and not isinstance(description, str):
|
@@ -79,12 +79,12 @@ class GetGroupResult:
|
|
79
79
|
return pulumi.get(self, "system_defined")
|
80
80
|
|
81
81
|
|
82
|
-
class
|
82
|
+
class AwaitableGetEndpointIdentityGroupResult(GetEndpointIdentityGroupResult):
|
83
83
|
# pylint: disable=using-constant-test
|
84
84
|
def __await__(self):
|
85
85
|
if False:
|
86
86
|
yield self
|
87
|
-
return
|
87
|
+
return GetEndpointIdentityGroupResult(
|
88
88
|
description=self.description,
|
89
89
|
id=self.id,
|
90
90
|
name=self.name,
|
@@ -92,9 +92,9 @@ class AwaitableGetGroupResult(GetGroupResult):
|
|
92
92
|
system_defined=self.system_defined)
|
93
93
|
|
94
94
|
|
95
|
-
def
|
96
|
-
|
97
|
-
|
95
|
+
def get_endpoint_identity_group(id: Optional[str] = None,
|
96
|
+
name: Optional[str] = None,
|
97
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetEndpointIdentityGroupResult:
|
98
98
|
"""
|
99
99
|
This data source can read the Endpoint Identity Group.
|
100
100
|
|
@@ -104,7 +104,7 @@ def get_group(id: Optional[str] = None,
|
|
104
104
|
import pulumi
|
105
105
|
import pulumi_ise as ise
|
106
106
|
|
107
|
-
example = ise.
|
107
|
+
example = ise.identitymanagement.get_endpoint_identity_group(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
108
108
|
```
|
109
109
|
|
110
110
|
|
@@ -115,9 +115,9 @@ def get_group(id: Optional[str] = None,
|
|
115
115
|
__args__['id'] = id
|
116
116
|
__args__['name'] = name
|
117
117
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
118
|
-
__ret__ = pulumi.runtime.invoke('ise:
|
118
|
+
__ret__ = pulumi.runtime.invoke('ise:identitymanagement/getEndpointIdentityGroup:getEndpointIdentityGroup', __args__, opts=opts, typ=GetEndpointIdentityGroupResult).value
|
119
119
|
|
120
|
-
return
|
120
|
+
return AwaitableGetEndpointIdentityGroupResult(
|
121
121
|
description=pulumi.get(__ret__, 'description'),
|
122
122
|
id=pulumi.get(__ret__, 'id'),
|
123
123
|
name=pulumi.get(__ret__, 'name'),
|
@@ -125,10 +125,10 @@ def get_group(id: Optional[str] = None,
|
|
125
125
|
system_defined=pulumi.get(__ret__, 'system_defined'))
|
126
126
|
|
127
127
|
|
128
|
-
@_utilities.lift_output_func(
|
129
|
-
def
|
130
|
-
|
131
|
-
|
128
|
+
@_utilities.lift_output_func(get_endpoint_identity_group)
|
129
|
+
def get_endpoint_identity_group_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
130
|
+
name: Optional[pulumi.Input[Optional[str]]] = None,
|
131
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetEndpointIdentityGroupResult]:
|
132
132
|
"""
|
133
133
|
This data source can read the Endpoint Identity Group.
|
134
134
|
|
@@ -138,7 +138,7 @@ def get_group_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
138
138
|
import pulumi
|
139
139
|
import pulumi_ise as ise
|
140
140
|
|
141
|
-
example = ise.
|
141
|
+
example = ise.identitymanagement.get_endpoint_identity_group(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
142
142
|
```
|
143
143
|
|
144
144
|
|