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,16 +11,16 @@ from .. import _utilities
|
|
11
11
|
from . import outputs
|
12
12
|
|
13
13
|
__all__ = [
|
14
|
-
'
|
15
|
-
'
|
16
|
-
'
|
17
|
-
'
|
14
|
+
'GetTacacsCommandSetResult',
|
15
|
+
'AwaitableGetTacacsCommandSetResult',
|
16
|
+
'get_tacacs_command_set',
|
17
|
+
'get_tacacs_command_set_output',
|
18
18
|
]
|
19
19
|
|
20
20
|
@pulumi.output_type
|
21
|
-
class
|
21
|
+
class GetTacacsCommandSetResult:
|
22
22
|
"""
|
23
|
-
A collection of values returned by
|
23
|
+
A collection of values returned by getTacacsCommandSet.
|
24
24
|
"""
|
25
25
|
def __init__(__self__, commands=None, description=None, id=None, name=None, permit_unmatched=None):
|
26
26
|
if commands and not isinstance(commands, list):
|
@@ -41,7 +41,7 @@ class GetSetResult:
|
|
41
41
|
|
42
42
|
@property
|
43
43
|
@pulumi.getter
|
44
|
-
def commands(self) -> Sequence['outputs.
|
44
|
+
def commands(self) -> Sequence['outputs.GetTacacsCommandSetCommandResult']:
|
45
45
|
return pulumi.get(self, "commands")
|
46
46
|
|
47
47
|
@property
|
@@ -77,12 +77,12 @@ class GetSetResult:
|
|
77
77
|
return pulumi.get(self, "permit_unmatched")
|
78
78
|
|
79
79
|
|
80
|
-
class
|
80
|
+
class AwaitableGetTacacsCommandSetResult(GetTacacsCommandSetResult):
|
81
81
|
# pylint: disable=using-constant-test
|
82
82
|
def __await__(self):
|
83
83
|
if False:
|
84
84
|
yield self
|
85
|
-
return
|
85
|
+
return GetTacacsCommandSetResult(
|
86
86
|
commands=self.commands,
|
87
87
|
description=self.description,
|
88
88
|
id=self.id,
|
@@ -90,9 +90,9 @@ class AwaitableGetSetResult(GetSetResult):
|
|
90
90
|
permit_unmatched=self.permit_unmatched)
|
91
91
|
|
92
92
|
|
93
|
-
def
|
94
|
-
|
95
|
-
|
93
|
+
def get_tacacs_command_set(id: Optional[str] = None,
|
94
|
+
name: Optional[str] = None,
|
95
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTacacsCommandSetResult:
|
96
96
|
"""
|
97
97
|
This data source can read the TACACS Command Set.
|
98
98
|
|
@@ -102,7 +102,7 @@ def get_set(id: Optional[str] = None,
|
|
102
102
|
import pulumi
|
103
103
|
import pulumi_ise as ise
|
104
104
|
|
105
|
-
example = ise.
|
105
|
+
example = ise.deviceadmin.get_tacacs_command_set(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
106
106
|
```
|
107
107
|
|
108
108
|
|
@@ -113,9 +113,9 @@ def get_set(id: Optional[str] = None,
|
|
113
113
|
__args__['id'] = id
|
114
114
|
__args__['name'] = name
|
115
115
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
116
|
-
__ret__ = pulumi.runtime.invoke('ise:
|
116
|
+
__ret__ = pulumi.runtime.invoke('ise:deviceadmin/getTacacsCommandSet:getTacacsCommandSet', __args__, opts=opts, typ=GetTacacsCommandSetResult).value
|
117
117
|
|
118
|
-
return
|
118
|
+
return AwaitableGetTacacsCommandSetResult(
|
119
119
|
commands=pulumi.get(__ret__, 'commands'),
|
120
120
|
description=pulumi.get(__ret__, 'description'),
|
121
121
|
id=pulumi.get(__ret__, 'id'),
|
@@ -123,10 +123,10 @@ def get_set(id: Optional[str] = None,
|
|
123
123
|
permit_unmatched=pulumi.get(__ret__, 'permit_unmatched'))
|
124
124
|
|
125
125
|
|
126
|
-
@_utilities.lift_output_func(
|
127
|
-
def
|
128
|
-
|
129
|
-
|
126
|
+
@_utilities.lift_output_func(get_tacacs_command_set)
|
127
|
+
def get_tacacs_command_set_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
128
|
+
name: Optional[pulumi.Input[Optional[str]]] = None,
|
129
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTacacsCommandSetResult]:
|
130
130
|
"""
|
131
131
|
This data source can read the TACACS Command Set.
|
132
132
|
|
@@ -136,7 +136,7 @@ def get_set_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
136
136
|
import pulumi
|
137
137
|
import pulumi_ise as ise
|
138
138
|
|
139
|
-
example = ise.
|
139
|
+
example = ise.deviceadmin.get_tacacs_command_set(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
140
140
|
```
|
141
141
|
|
142
142
|
|
@@ -11,16 +11,16 @@ from .. import _utilities
|
|
11
11
|
from . import outputs
|
12
12
|
|
13
13
|
__all__ = [
|
14
|
-
'
|
15
|
-
'
|
16
|
-
'
|
17
|
-
'
|
14
|
+
'GetTacacsProfileResult',
|
15
|
+
'AwaitableGetTacacsProfileResult',
|
16
|
+
'get_tacacs_profile',
|
17
|
+
'get_tacacs_profile_output',
|
18
18
|
]
|
19
19
|
|
20
20
|
@pulumi.output_type
|
21
|
-
class
|
21
|
+
class GetTacacsProfileResult:
|
22
22
|
"""
|
23
|
-
A collection of values returned by
|
23
|
+
A collection of values returned by getTacacsProfile.
|
24
24
|
"""
|
25
25
|
def __init__(__self__, description=None, id=None, name=None, session_attributes=None):
|
26
26
|
if description and not isinstance(description, str):
|
@@ -62,25 +62,25 @@ class GetProfileResult:
|
|
62
62
|
|
63
63
|
@property
|
64
64
|
@pulumi.getter(name="sessionAttributes")
|
65
|
-
def session_attributes(self) -> Sequence['outputs.
|
65
|
+
def session_attributes(self) -> Sequence['outputs.GetTacacsProfileSessionAttributeResult']:
|
66
66
|
return pulumi.get(self, "session_attributes")
|
67
67
|
|
68
68
|
|
69
|
-
class
|
69
|
+
class AwaitableGetTacacsProfileResult(GetTacacsProfileResult):
|
70
70
|
# pylint: disable=using-constant-test
|
71
71
|
def __await__(self):
|
72
72
|
if False:
|
73
73
|
yield self
|
74
|
-
return
|
74
|
+
return GetTacacsProfileResult(
|
75
75
|
description=self.description,
|
76
76
|
id=self.id,
|
77
77
|
name=self.name,
|
78
78
|
session_attributes=self.session_attributes)
|
79
79
|
|
80
80
|
|
81
|
-
def
|
82
|
-
|
83
|
-
|
81
|
+
def get_tacacs_profile(id: Optional[str] = None,
|
82
|
+
name: Optional[str] = None,
|
83
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTacacsProfileResult:
|
84
84
|
"""
|
85
85
|
This data source can read the TACACS Profile.
|
86
86
|
|
@@ -90,7 +90,7 @@ def get_profile(id: Optional[str] = None,
|
|
90
90
|
import pulumi
|
91
91
|
import pulumi_ise as ise
|
92
92
|
|
93
|
-
example = ise.
|
93
|
+
example = ise.deviceadmin.get_tacacs_profile(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
94
94
|
```
|
95
95
|
|
96
96
|
|
@@ -101,19 +101,19 @@ def get_profile(id: Optional[str] = None,
|
|
101
101
|
__args__['id'] = id
|
102
102
|
__args__['name'] = name
|
103
103
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
104
|
-
__ret__ = pulumi.runtime.invoke('ise:
|
104
|
+
__ret__ = pulumi.runtime.invoke('ise:deviceadmin/getTacacsProfile:getTacacsProfile', __args__, opts=opts, typ=GetTacacsProfileResult).value
|
105
105
|
|
106
|
-
return
|
106
|
+
return AwaitableGetTacacsProfileResult(
|
107
107
|
description=pulumi.get(__ret__, 'description'),
|
108
108
|
id=pulumi.get(__ret__, 'id'),
|
109
109
|
name=pulumi.get(__ret__, 'name'),
|
110
110
|
session_attributes=pulumi.get(__ret__, 'session_attributes'))
|
111
111
|
|
112
112
|
|
113
|
-
@_utilities.lift_output_func(
|
114
|
-
def
|
115
|
-
|
116
|
-
|
113
|
+
@_utilities.lift_output_func(get_tacacs_profile)
|
114
|
+
def get_tacacs_profile_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
115
|
+
name: Optional[pulumi.Input[Optional[str]]] = None,
|
116
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTacacsProfileResult]:
|
117
117
|
"""
|
118
118
|
This data source can read the TACACS Profile.
|
119
119
|
|
@@ -123,7 +123,7 @@ def get_profile_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
123
123
|
import pulumi
|
124
124
|
import pulumi_ise as ise
|
125
125
|
|
126
|
-
example = ise.
|
126
|
+
example = ise.deviceadmin.get_tacacs_profile(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
127
127
|
```
|
128
128
|
|
129
129
|
|
pulumi_ise/{deviceadmintimeanddate/get_condition.py → deviceadmin/get_time_and_date_condition.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
|
+
'GetTimeAndDateConditionResult',
|
14
|
+
'AwaitableGetTimeAndDateConditionResult',
|
15
|
+
'get_time_and_date_condition',
|
16
|
+
'get_time_and_date_condition_output',
|
17
17
|
]
|
18
18
|
|
19
19
|
@pulumi.output_type
|
20
|
-
class
|
20
|
+
class GetTimeAndDateConditionResult:
|
21
21
|
"""
|
22
|
-
A collection of values returned by
|
22
|
+
A collection of values returned by getTimeAndDateCondition.
|
23
23
|
"""
|
24
24
|
def __init__(__self__, description=None, end_date=None, end_time=None, exception_end_date=None, exception_end_time=None, exception_start_date=None, exception_start_time=None, id=None, is_negate=None, name=None, start_date=None, start_time=None, week_days=None, week_days_exceptions=None):
|
25
25
|
if description and not isinstance(description, str):
|
@@ -178,12 +178,12 @@ class GetConditionResult:
|
|
178
178
|
return pulumi.get(self, "week_days_exceptions")
|
179
179
|
|
180
180
|
|
181
|
-
class
|
181
|
+
class AwaitableGetTimeAndDateConditionResult(GetTimeAndDateConditionResult):
|
182
182
|
# pylint: disable=using-constant-test
|
183
183
|
def __await__(self):
|
184
184
|
if False:
|
185
185
|
yield self
|
186
|
-
return
|
186
|
+
return GetTimeAndDateConditionResult(
|
187
187
|
description=self.description,
|
188
188
|
end_date=self.end_date,
|
189
189
|
end_time=self.end_time,
|
@@ -200,9 +200,9 @@ class AwaitableGetConditionResult(GetConditionResult):
|
|
200
200
|
week_days_exceptions=self.week_days_exceptions)
|
201
201
|
|
202
202
|
|
203
|
-
def
|
204
|
-
|
205
|
-
|
203
|
+
def get_time_and_date_condition(id: Optional[str] = None,
|
204
|
+
name: Optional[str] = None,
|
205
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTimeAndDateConditionResult:
|
206
206
|
"""
|
207
207
|
This data source can read the Device Admin Time And Date Condition.
|
208
208
|
|
@@ -212,7 +212,7 @@ def get_condition(id: Optional[str] = None,
|
|
212
212
|
import pulumi
|
213
213
|
import pulumi_ise as ise
|
214
214
|
|
215
|
-
example = ise.
|
215
|
+
example = ise.deviceadmin.get_time_and_date_condition(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
216
216
|
```
|
217
217
|
|
218
218
|
|
@@ -223,9 +223,9 @@ def get_condition(id: Optional[str] = None,
|
|
223
223
|
__args__['id'] = id
|
224
224
|
__args__['name'] = name
|
225
225
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
226
|
-
__ret__ = pulumi.runtime.invoke('ise:
|
226
|
+
__ret__ = pulumi.runtime.invoke('ise:deviceadmin/getTimeAndDateCondition:getTimeAndDateCondition', __args__, opts=opts, typ=GetTimeAndDateConditionResult).value
|
227
227
|
|
228
|
-
return
|
228
|
+
return AwaitableGetTimeAndDateConditionResult(
|
229
229
|
description=pulumi.get(__ret__, 'description'),
|
230
230
|
end_date=pulumi.get(__ret__, 'end_date'),
|
231
231
|
end_time=pulumi.get(__ret__, 'end_time'),
|
@@ -242,10 +242,10 @@ def get_condition(id: Optional[str] = None,
|
|
242
242
|
week_days_exceptions=pulumi.get(__ret__, 'week_days_exceptions'))
|
243
243
|
|
244
244
|
|
245
|
-
@_utilities.lift_output_func(
|
246
|
-
def
|
247
|
-
|
248
|
-
|
245
|
+
@_utilities.lift_output_func(get_time_and_date_condition)
|
246
|
+
def get_time_and_date_condition_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
247
|
+
name: Optional[pulumi.Input[Optional[str]]] = None,
|
248
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTimeAndDateConditionResult]:
|
249
249
|
"""
|
250
250
|
This data source can read the Device Admin Time And Date Condition.
|
251
251
|
|
@@ -255,7 +255,7 @@ def get_condition_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
255
255
|
import pulumi
|
256
256
|
import pulumi_ise as ise
|
257
257
|
|
258
|
-
example = ise.
|
258
|
+
example = ise.deviceadmin.get_time_and_date_condition(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
|
259
259
|
```
|
260
260
|
|
261
261
|
|