pulumi-ise 0.1.0a1715108131__py3-none-any.whl → 0.1.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_ise/__init__.py +123 -220
- pulumi_ise/deviceadmin/__init__.py +18 -0
- pulumi_ise/deviceadmin/_inputs.py +1625 -45
- pulumi_ise/{allowedprotocols/tacacs.py → deviceadmin/allowed_protocols_tacacs.py} +20 -20
- pulumi_ise/{deviceadminauthentication/rule.py → deviceadmin/authentication_rule.py} +34 -34
- pulumi_ise/{deviceadminauthorizationexception/rule.py → deviceadmin/authorization_exception_rule.py} +34 -34
- pulumi_ise/{deviceadminauthorizationglobalexception/rule.py → deviceadmin/authorization_global_exception_rule.py} +34 -34
- pulumi_ise/{deviceadminauthorization/rule.py → deviceadmin/authorization_rule.py} +34 -34
- pulumi_ise/deviceadmin/condition.py +5 -5
- pulumi_ise/{allowedprotocols/get_tacacs.py → deviceadmin/get_allowed_protocols_tacacs.py} +19 -19
- pulumi_ise/{deviceadminauthentication/get_rule.py → deviceadmin/get_authentication_rule.py} +22 -22
- pulumi_ise/{deviceadminauthorizationexception/get_rule.py → deviceadmin/get_authorization_exception_rule.py} +22 -22
- pulumi_ise/{deviceadminauthorizationglobalexception/get_rule.py → deviceadmin/get_authorization_global_exception_rule.py} +20 -20
- pulumi_ise/{deviceadminauthorization/get_rule.py → deviceadmin/get_authorization_rule.py} +22 -22
- pulumi_ise/deviceadmin/get_condition.py +3 -3
- pulumi_ise/{deviceadminpolicy/get_set.py → deviceadmin/get_policy_set.py} +20 -20
- pulumi_ise/{tacacscommand/get_set.py → deviceadmin/get_tacacs_command_set.py} +20 -20
- pulumi_ise/{tacacs/get_profile.py → deviceadmin/get_tacacs_profile.py} +20 -20
- pulumi_ise/{deviceadmintimeanddate/get_condition.py → deviceadmin/get_time_and_date_condition.py} +19 -19
- pulumi_ise/deviceadmin/outputs.py +2733 -150
- pulumi_ise/{deviceadminpolicy/set.py → deviceadmin/policy_set.py} +34 -34
- pulumi_ise/{tacacscommand/set.py → deviceadmin/tacacs_command_set.py} +32 -32
- pulumi_ise/{tacacs/profile.py → deviceadmin/tacacs_profile.py} +31 -31
- pulumi_ise/{deviceadmintimeanddate/condition.py → deviceadmin/time_and_date_condition.py} +20 -20
- pulumi_ise/identitymanagement/__init__.py +26 -0
- pulumi_ise/{activedirectoryjoin → identitymanagement}/_inputs.py +132 -6
- pulumi_ise/{activedirectoryadd/groups.py → identitymanagement/active_directory_add_groups.py} +34 -34
- pulumi_ise/{activedirectoryjoindomainwithall/nodes.py → identitymanagement/active_directory_join_domain_with_all_nodes.py} +30 -30
- pulumi_ise/{activedirectoryjoin/point.py → identitymanagement/active_directory_join_point.py} +60 -60
- pulumi_ise/{certificateauthentication/profile.py → identitymanagement/certificate_authentication_profile.py} +20 -20
- pulumi_ise/{endpoint.py → identitymanagement/endpoint.py} +6 -6
- pulumi_ise/{endpointidentity/group.py → identitymanagement/endpoint_identity_group.py} +20 -20
- pulumi_ise/{activedirectorygroupsby/get_domain.py → identitymanagement/get_active_directory_groups_by_domain.py} +26 -26
- pulumi_ise/{activedirectoryjoin/get_point.py → identitymanagement/get_active_directory_join_point.py} +20 -20
- pulumi_ise/{certificateauthentication/get_profile.py → identitymanagement/get_certificate_authentication_profile.py} +19 -19
- pulumi_ise/{get_endpoint.py → identitymanagement/get_endpoint.py} +4 -4
- pulumi_ise/{endpointidentity/get_group.py → identitymanagement/get_endpoint_identity_group.py} +19 -19
- pulumi_ise/{identitysource/get_sequence.py → identitymanagement/get_identity_source_sequence.py} +20 -20
- pulumi_ise/{internal/get_user.py → identitymanagement/get_internal_user.py} +19 -19
- pulumi_ise/{useridentity/get_group.py → identitymanagement/get_user_identity_group.py} +19 -19
- pulumi_ise/{identitysource/sequence.py → identitymanagement/identity_source_sequence.py} +32 -32
- pulumi_ise/{internal/user.py → identitymanagement/internal_user.py} +20 -20
- pulumi_ise/{activedirectoryjoin → identitymanagement}/outputs.py +187 -18
- pulumi_ise/{useridentity/group.py → identitymanagement/user_identity_group.py} +20 -20
- pulumi_ise/network/__init__.py +2 -0
- pulumi_ise/network/device.py +3 -3
- pulumi_ise/{networkdevice/group.py → network/device_group.py} +20 -20
- pulumi_ise/network/get_device.py +3 -3
- pulumi_ise/{networkdevice/get_group.py → network/get_device_group.py} +19 -19
- pulumi_ise/networkaccess/__init__.py +18 -0
- pulumi_ise/networkaccess/_inputs.py +1621 -45
- pulumi_ise/{allowed/protocols.py → networkaccess/allowed_protocols.py} +20 -20
- pulumi_ise/{networkaccessauthentication/rule.py → networkaccess/authentication_rule.py} +34 -34
- pulumi_ise/{networkaccessauthorizationexception/rule.py → networkaccess/authorization_exception_rule.py} +34 -34
- pulumi_ise/{networkaccessauthorizationglobalexception/rule.py → networkaccess/authorization_global_exception_rule.py} +34 -34
- pulumi_ise/{authorization/profile.py → networkaccess/authorization_profile.py} +32 -32
- pulumi_ise/{networkaccessauthorization/rule.py → networkaccess/authorization_rule.py} +34 -34
- pulumi_ise/networkaccess/condition.py +5 -5
- pulumi_ise/networkaccess/dictionary.py +5 -5
- pulumi_ise/{downloadable/acl.py → networkaccess/downloadable_acl.py} +20 -20
- pulumi_ise/{allowed/get_protocols.py → networkaccess/get_allowed_protocols.py} +19 -19
- pulumi_ise/{networkaccessauthentication/get_rule.py → networkaccess/get_authentication_rule.py} +22 -22
- pulumi_ise/{networkaccessauthorizationexception/get_rule.py → networkaccess/get_authorization_exception_rule.py} +22 -22
- pulumi_ise/{networkaccessauthorizationglobalexception/get_rule.py → networkaccess/get_authorization_global_exception_rule.py} +20 -20
- pulumi_ise/{authorization/get_profile.py → networkaccess/get_authorization_profile.py} +20 -20
- pulumi_ise/{networkaccessauthorization/get_rule.py → networkaccess/get_authorization_rule.py} +22 -22
- pulumi_ise/networkaccess/get_condition.py +3 -3
- pulumi_ise/networkaccess/get_dictionary.py +3 -3
- pulumi_ise/{downloadable/get_acl.py → networkaccess/get_downloadable_acl.py} +19 -19
- pulumi_ise/{networkaccesspolicy/get_set.py → networkaccess/get_policy_set.py} +20 -20
- pulumi_ise/{networkaccesstimeanddate/get_condition.py → networkaccess/get_time_and_date_condition.py} +19 -19
- pulumi_ise/networkaccess/outputs.py +2739 -141
- pulumi_ise/{networkaccesspolicy/set.py → networkaccess/policy_set.py} +34 -34
- pulumi_ise/{networkaccesstimeanddate/condition.py → networkaccess/time_and_date_condition.py} +20 -20
- pulumi_ise/{activedirectoryadd → system}/__init__.py +4 -1
- pulumi_ise/{licensetier → system}/_inputs.py +2 -2
- pulumi_ise/{licensetier/get_state.py → system/get_license_tier_state.py} +18 -18
- pulumi_ise/{get_repository.py → system/get_repository.py} +4 -4
- pulumi_ise/{licensetier/state.py → system/license_tier_state.py} +33 -33
- pulumi_ise/{licensetier → system}/outputs.py +4 -4
- pulumi_ise/{repository.py → system/repository.py} +6 -6
- pulumi_ise/trustsec/__init__.py +17 -0
- pulumi_ise/{trustsecegressmatrix/cell.py → trustsec/egress_matrix_cell.py} +20 -20
- pulumi_ise/{trustsecegressmatrix/get_cell.py → trustsec/get_egress_matrix_cell.py} +17 -17
- pulumi_ise/{trustseciptosgt/get_mapping.py → trustsec/get_ip_to_sgt_mapping.py} +19 -19
- pulumi_ise/{trustseciptosgtmapping/get_group.py → trustsec/get_ip_to_sgt_mapping_group.py} +19 -19
- pulumi_ise/{trustsecsecurity/get_group.py → trustsec/get_security_group.py} +19 -19
- pulumi_ise/{trustsecsecuritygroup/get_acl.py → trustsec/get_security_group_acl.py} +19 -19
- pulumi_ise/{trustseciptosgt/mapping.py → trustsec/ip_to_sgt_mapping.py} +20 -20
- pulumi_ise/{trustseciptosgtmapping/group.py → trustsec/ip_to_sgt_mapping_group.py} +20 -20
- pulumi_ise/{trustsecsecurity/group.py → trustsec/security_group.py} +20 -20
- pulumi_ise/{trustsecsecuritygroup/acl.py → trustsec/security_group_acl.py} +20 -20
- {pulumi_ise-0.1.0a1715108131.dist-info → pulumi_ise-0.1.1.dist-info}/METADATA +4 -4
- pulumi_ise-0.1.1.dist-info/RECORD +105 -0
- pulumi_ise/activedirectoryadd/_inputs.py +0 -64
- pulumi_ise/activedirectoryadd/outputs.py +0 -52
- pulumi_ise/activedirectorygroupsby/__init__.py +0 -9
- pulumi_ise/activedirectorygroupsby/outputs.py +0 -55
- pulumi_ise/activedirectoryjoin/__init__.py +0 -11
- pulumi_ise/activedirectoryjoindomainwithall/__init__.py +0 -10
- pulumi_ise/activedirectoryjoindomainwithall/_inputs.py +0 -52
- pulumi_ise/activedirectoryjoindomainwithall/outputs.py +0 -44
- pulumi_ise/allowed/__init__.py +0 -9
- pulumi_ise/allowedprotocols/__init__.py +0 -9
- pulumi_ise/authorization/__init__.py +0 -11
- pulumi_ise/authorization/_inputs.py +0 -120
- pulumi_ise/authorization/outputs.py +0 -197
- pulumi_ise/certificateauthentication/__init__.py +0 -9
- pulumi_ise/deviceadminauthentication/__init__.py +0 -11
- pulumi_ise/deviceadminauthentication/_inputs.py +0 -308
- pulumi_ise/deviceadminauthentication/outputs.py +0 -498
- pulumi_ise/deviceadminauthorization/__init__.py +0 -11
- pulumi_ise/deviceadminauthorization/_inputs.py +0 -308
- pulumi_ise/deviceadminauthorization/outputs.py +0 -498
- pulumi_ise/deviceadminauthorizationexception/__init__.py +0 -11
- pulumi_ise/deviceadminauthorizationexception/_inputs.py +0 -308
- pulumi_ise/deviceadminauthorizationexception/outputs.py +0 -498
- pulumi_ise/deviceadminauthorizationglobalexception/__init__.py +0 -11
- pulumi_ise/deviceadminauthorizationglobalexception/_inputs.py +0 -308
- pulumi_ise/deviceadminauthorizationglobalexception/outputs.py +0 -498
- pulumi_ise/deviceadminpolicy/__init__.py +0 -11
- pulumi_ise/deviceadminpolicy/_inputs.py +0 -308
- pulumi_ise/deviceadminpolicy/outputs.py +0 -498
- pulumi_ise/deviceadmintimeanddate/__init__.py +0 -9
- pulumi_ise/downloadable/__init__.py +0 -9
- pulumi_ise/endpointidentity/__init__.py +0 -9
- pulumi_ise/identitysource/__init__.py +0 -11
- pulumi_ise/identitysource/_inputs.py +0 -52
- pulumi_ise/identitysource/outputs.py +0 -74
- pulumi_ise/internal/__init__.py +0 -9
- pulumi_ise/licensetier/__init__.py +0 -11
- pulumi_ise/networkaccessauthentication/__init__.py +0 -11
- pulumi_ise/networkaccessauthentication/_inputs.py +0 -308
- pulumi_ise/networkaccessauthentication/outputs.py +0 -498
- pulumi_ise/networkaccessauthorization/__init__.py +0 -11
- pulumi_ise/networkaccessauthorization/_inputs.py +0 -308
- pulumi_ise/networkaccessauthorization/outputs.py +0 -498
- pulumi_ise/networkaccessauthorizationexception/__init__.py +0 -11
- pulumi_ise/networkaccessauthorizationexception/_inputs.py +0 -308
- pulumi_ise/networkaccessauthorizationexception/outputs.py +0 -498
- pulumi_ise/networkaccessauthorizationglobalexception/__init__.py +0 -11
- pulumi_ise/networkaccessauthorizationglobalexception/_inputs.py +0 -308
- pulumi_ise/networkaccessauthorizationglobalexception/outputs.py +0 -498
- pulumi_ise/networkaccesspolicy/__init__.py +0 -11
- pulumi_ise/networkaccesspolicy/_inputs.py +0 -308
- pulumi_ise/networkaccesspolicy/outputs.py +0 -498
- pulumi_ise/networkaccesstimeanddate/__init__.py +0 -9
- pulumi_ise/networkdevice/__init__.py +0 -9
- pulumi_ise/tacacs/__init__.py +0 -11
- pulumi_ise/tacacs/_inputs.py +0 -69
- pulumi_ise/tacacs/outputs.py +0 -98
- pulumi_ise/tacacscommand/__init__.py +0 -11
- pulumi_ise/tacacscommand/_inputs.py +0 -69
- pulumi_ise/tacacscommand/outputs.py +0 -98
- pulumi_ise/trustsecegressmatrix/__init__.py +0 -9
- pulumi_ise/trustseciptosgt/__init__.py +0 -9
- pulumi_ise/trustseciptosgtmapping/__init__.py +0 -9
- pulumi_ise/trustsecsecurity/__init__.py +0 -9
- pulumi_ise/trustsecsecuritygroup/__init__.py +0 -9
- pulumi_ise/useridentity/__init__.py +0 -9
- pulumi_ise-0.1.0a1715108131.dist-info/RECORD +0 -169
- {pulumi_ise-0.1.0a1715108131.dist-info → pulumi_ise-0.1.1.dist-info}/WHEEL +0 -0
- {pulumi_ise-0.1.0a1715108131.dist-info → pulumi_ise-0.1.1.dist-info}/top_level.txt +0 -0
@@ -9,16 +9,16 @@ 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__ = ['DeviceGroupArgs', 'DeviceGroup']
|
13
13
|
|
14
14
|
@pulumi.input_type
|
15
|
-
class
|
15
|
+
class DeviceGroupArgs:
|
16
16
|
def __init__(__self__, *,
|
17
17
|
root_group: pulumi.Input[str],
|
18
18
|
description: Optional[pulumi.Input[str]] = None,
|
19
19
|
name: Optional[pulumi.Input[str]] = None):
|
20
20
|
"""
|
21
|
-
The set of arguments for constructing a
|
21
|
+
The set of arguments for constructing a DeviceGroup resource.
|
22
22
|
:param pulumi.Input[str] root_group: The name of the root device group.
|
23
23
|
:param pulumi.Input[str] description: Description
|
24
24
|
:param pulumi.Input[str] name: The name of the network device group including its hierarchy, e.g. `Device Type#All Device Types#ACCESS`.
|
@@ -67,13 +67,13 @@ class GroupArgs:
|
|
67
67
|
|
68
68
|
|
69
69
|
@pulumi.input_type
|
70
|
-
class
|
70
|
+
class _DeviceGroupState:
|
71
71
|
def __init__(__self__, *,
|
72
72
|
description: Optional[pulumi.Input[str]] = None,
|
73
73
|
name: Optional[pulumi.Input[str]] = None,
|
74
74
|
root_group: Optional[pulumi.Input[str]] = None):
|
75
75
|
"""
|
76
|
-
Input properties used for looking up and filtering
|
76
|
+
Input properties used for looking up and filtering DeviceGroup resources.
|
77
77
|
:param pulumi.Input[str] description: Description
|
78
78
|
:param pulumi.Input[str] name: The name of the network device group including its hierarchy, e.g. `Device Type#All Device Types#ACCESS`.
|
79
79
|
:param pulumi.Input[str] root_group: The name of the root device group.
|
@@ -122,7 +122,7 @@ class _GroupState:
|
|
122
122
|
pulumi.set(self, "root_group", value)
|
123
123
|
|
124
124
|
|
125
|
-
class
|
125
|
+
class DeviceGroup(pulumi.CustomResource):
|
126
126
|
@overload
|
127
127
|
def __init__(__self__,
|
128
128
|
resource_name: str,
|
@@ -140,7 +140,7 @@ class Group(pulumi.CustomResource):
|
|
140
140
|
import pulumi
|
141
141
|
import pulumi_ise as ise
|
142
142
|
|
143
|
-
example = ise.
|
143
|
+
example = ise.network.DeviceGroup("example",
|
144
144
|
name="Device Type#All Device Types#Group1",
|
145
145
|
description="My network device group",
|
146
146
|
root_group="Device Type")
|
@@ -149,7 +149,7 @@ class Group(pulumi.CustomResource):
|
|
149
149
|
## Import
|
150
150
|
|
151
151
|
```sh
|
152
|
-
$ pulumi import ise:
|
152
|
+
$ pulumi import ise:network/deviceGroup:DeviceGroup example "76d24097-41c4-4558-a4d0-a8c07ac08470"
|
153
153
|
```
|
154
154
|
|
155
155
|
:param str resource_name: The name of the resource.
|
@@ -162,7 +162,7 @@ class Group(pulumi.CustomResource):
|
|
162
162
|
@overload
|
163
163
|
def __init__(__self__,
|
164
164
|
resource_name: str,
|
165
|
-
args:
|
165
|
+
args: DeviceGroupArgs,
|
166
166
|
opts: Optional[pulumi.ResourceOptions] = None):
|
167
167
|
"""
|
168
168
|
This resource can manage a Network Device Group.
|
@@ -173,7 +173,7 @@ class Group(pulumi.CustomResource):
|
|
173
173
|
import pulumi
|
174
174
|
import pulumi_ise as ise
|
175
175
|
|
176
|
-
example = ise.
|
176
|
+
example = ise.network.DeviceGroup("example",
|
177
177
|
name="Device Type#All Device Types#Group1",
|
178
178
|
description="My network device group",
|
179
179
|
root_group="Device Type")
|
@@ -182,16 +182,16 @@ class Group(pulumi.CustomResource):
|
|
182
182
|
## Import
|
183
183
|
|
184
184
|
```sh
|
185
|
-
$ pulumi import ise:
|
185
|
+
$ pulumi import ise:network/deviceGroup:DeviceGroup example "76d24097-41c4-4558-a4d0-a8c07ac08470"
|
186
186
|
```
|
187
187
|
|
188
188
|
:param str resource_name: The name of the resource.
|
189
|
-
:param
|
189
|
+
:param DeviceGroupArgs args: The arguments to use to populate this resource's properties.
|
190
190
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
191
191
|
"""
|
192
192
|
...
|
193
193
|
def __init__(__self__, resource_name: str, *args, **kwargs):
|
194
|
-
resource_args, opts = _utilities.get_resource_args_opts(
|
194
|
+
resource_args, opts = _utilities.get_resource_args_opts(DeviceGroupArgs, pulumi.ResourceOptions, *args, **kwargs)
|
195
195
|
if resource_args is not None:
|
196
196
|
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
197
197
|
else:
|
@@ -210,15 +210,15 @@ class Group(pulumi.CustomResource):
|
|
210
210
|
if opts.id is None:
|
211
211
|
if __props__ is not None:
|
212
212
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
213
|
-
__props__ =
|
213
|
+
__props__ = DeviceGroupArgs.__new__(DeviceGroupArgs)
|
214
214
|
|
215
215
|
__props__.__dict__["description"] = description
|
216
216
|
__props__.__dict__["name"] = name
|
217
217
|
if root_group is None and not opts.urn:
|
218
218
|
raise TypeError("Missing required property 'root_group'")
|
219
219
|
__props__.__dict__["root_group"] = root_group
|
220
|
-
super(
|
221
|
-
'ise:
|
220
|
+
super(DeviceGroup, __self__).__init__(
|
221
|
+
'ise:network/deviceGroup:DeviceGroup',
|
222
222
|
resource_name,
|
223
223
|
__props__,
|
224
224
|
opts)
|
@@ -229,9 +229,9 @@ class Group(pulumi.CustomResource):
|
|
229
229
|
opts: Optional[pulumi.ResourceOptions] = None,
|
230
230
|
description: Optional[pulumi.Input[str]] = None,
|
231
231
|
name: Optional[pulumi.Input[str]] = None,
|
232
|
-
root_group: Optional[pulumi.Input[str]] = None) -> '
|
232
|
+
root_group: Optional[pulumi.Input[str]] = None) -> 'DeviceGroup':
|
233
233
|
"""
|
234
|
-
Get an existing
|
234
|
+
Get an existing DeviceGroup resource's state with the given name, id, and optional extra
|
235
235
|
properties used to qualify the lookup.
|
236
236
|
|
237
237
|
:param str resource_name: The unique name of the resulting resource.
|
@@ -243,12 +243,12 @@ class Group(pulumi.CustomResource):
|
|
243
243
|
"""
|
244
244
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
245
245
|
|
246
|
-
__props__ =
|
246
|
+
__props__ = _DeviceGroupState.__new__(_DeviceGroupState)
|
247
247
|
|
248
248
|
__props__.__dict__["description"] = description
|
249
249
|
__props__.__dict__["name"] = name
|
250
250
|
__props__.__dict__["root_group"] = root_group
|
251
|
-
return
|
251
|
+
return DeviceGroup(resource_name, opts=opts, __props__=__props__)
|
252
252
|
|
253
253
|
@property
|
254
254
|
@pulumi.getter
|
pulumi_ise/network/get_device.py
CHANGED
@@ -561,7 +561,7 @@ def get_device(id: Optional[str] = None,
|
|
561
561
|
import pulumi
|
562
562
|
import pulumi_ise as ise
|
563
563
|
|
564
|
-
example = ise.
|
564
|
+
example = ise.network.get_device(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
565
565
|
```
|
566
566
|
|
567
567
|
|
@@ -572,7 +572,7 @@ def get_device(id: Optional[str] = None,
|
|
572
572
|
__args__['id'] = id
|
573
573
|
__args__['name'] = name
|
574
574
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
575
|
-
__ret__ = pulumi.runtime.invoke('ise:
|
575
|
+
__ret__ = pulumi.runtime.invoke('ise:network/getDevice:getDevice', __args__, opts=opts, typ=GetDeviceResult).value
|
576
576
|
|
577
577
|
return AwaitableGetDeviceResult(
|
578
578
|
authentication_dtls_required=pulumi.get(__ret__, 'authentication_dtls_required'),
|
@@ -633,7 +633,7 @@ def get_device_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
633
633
|
import pulumi
|
634
634
|
import pulumi_ise as ise
|
635
635
|
|
636
|
-
example = ise.
|
636
|
+
example = ise.network.get_device(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
637
637
|
```
|
638
638
|
|
639
639
|
|
@@ -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
|
+
'GetDeviceGroupResult',
|
14
|
+
'AwaitableGetDeviceGroupResult',
|
15
|
+
'get_device_group',
|
16
|
+
'get_device_group_output',
|
17
17
|
]
|
18
18
|
|
19
19
|
@pulumi.output_type
|
20
|
-
class
|
20
|
+
class GetDeviceGroupResult:
|
21
21
|
"""
|
22
|
-
A collection of values returned by
|
22
|
+
A collection of values returned by getDeviceGroup.
|
23
23
|
"""
|
24
24
|
def __init__(__self__, description=None, id=None, name=None, root_group=None):
|
25
25
|
if description and not isinstance(description, str):
|
@@ -68,21 +68,21 @@ class GetGroupResult:
|
|
68
68
|
return pulumi.get(self, "root_group")
|
69
69
|
|
70
70
|
|
71
|
-
class
|
71
|
+
class AwaitableGetDeviceGroupResult(GetDeviceGroupResult):
|
72
72
|
# pylint: disable=using-constant-test
|
73
73
|
def __await__(self):
|
74
74
|
if False:
|
75
75
|
yield self
|
76
|
-
return
|
76
|
+
return GetDeviceGroupResult(
|
77
77
|
description=self.description,
|
78
78
|
id=self.id,
|
79
79
|
name=self.name,
|
80
80
|
root_group=self.root_group)
|
81
81
|
|
82
82
|
|
83
|
-
def
|
84
|
-
|
85
|
-
|
83
|
+
def get_device_group(id: Optional[str] = None,
|
84
|
+
name: Optional[str] = None,
|
85
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDeviceGroupResult:
|
86
86
|
"""
|
87
87
|
This data source can read the Network Device Group.
|
88
88
|
|
@@ -92,7 +92,7 @@ def get_group(id: Optional[str] = None,
|
|
92
92
|
import pulumi
|
93
93
|
import pulumi_ise as ise
|
94
94
|
|
95
|
-
example = ise.
|
95
|
+
example = ise.network.get_device_group(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
96
96
|
```
|
97
97
|
|
98
98
|
|
@@ -103,19 +103,19 @@ def get_group(id: Optional[str] = None,
|
|
103
103
|
__args__['id'] = id
|
104
104
|
__args__['name'] = name
|
105
105
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
106
|
-
__ret__ = pulumi.runtime.invoke('ise:
|
106
|
+
__ret__ = pulumi.runtime.invoke('ise:network/getDeviceGroup:getDeviceGroup', __args__, opts=opts, typ=GetDeviceGroupResult).value
|
107
107
|
|
108
|
-
return
|
108
|
+
return AwaitableGetDeviceGroupResult(
|
109
109
|
description=pulumi.get(__ret__, 'description'),
|
110
110
|
id=pulumi.get(__ret__, 'id'),
|
111
111
|
name=pulumi.get(__ret__, 'name'),
|
112
112
|
root_group=pulumi.get(__ret__, 'root_group'))
|
113
113
|
|
114
114
|
|
115
|
-
@_utilities.lift_output_func(
|
116
|
-
def
|
117
|
-
|
118
|
-
|
115
|
+
@_utilities.lift_output_func(get_device_group)
|
116
|
+
def get_device_group_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
117
|
+
name: Optional[pulumi.Input[Optional[str]]] = None,
|
118
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDeviceGroupResult]:
|
119
119
|
"""
|
120
120
|
This data source can read the Network Device Group.
|
121
121
|
|
@@ -125,7 +125,7 @@ def get_group_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
125
125
|
import pulumi
|
126
126
|
import pulumi_ise as ise
|
127
127
|
|
128
|
-
example = ise.
|
128
|
+
example = ise.network.get_device_group(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
129
129
|
```
|
130
130
|
|
131
131
|
|
@@ -5,9 +5,27 @@
|
|
5
5
|
from .. import _utilities
|
6
6
|
import typing
|
7
7
|
# Export this package's modules as members:
|
8
|
+
from .allowed_protocols import *
|
9
|
+
from .authentication_rule import *
|
10
|
+
from .authorization_exception_rule import *
|
11
|
+
from .authorization_global_exception_rule import *
|
12
|
+
from .authorization_profile import *
|
13
|
+
from .authorization_rule import *
|
8
14
|
from .condition import *
|
9
15
|
from .dictionary import *
|
16
|
+
from .downloadable_acl import *
|
17
|
+
from .get_allowed_protocols import *
|
18
|
+
from .get_authentication_rule import *
|
19
|
+
from .get_authorization_exception_rule import *
|
20
|
+
from .get_authorization_global_exception_rule import *
|
21
|
+
from .get_authorization_profile import *
|
22
|
+
from .get_authorization_rule import *
|
10
23
|
from .get_condition import *
|
11
24
|
from .get_dictionary import *
|
25
|
+
from .get_downloadable_acl import *
|
26
|
+
from .get_policy_set import *
|
27
|
+
from .get_time_and_date_condition import *
|
28
|
+
from .policy_set import *
|
29
|
+
from .time_and_date_condition import *
|
12
30
|
from ._inputs import *
|
13
31
|
from . import outputs
|