pulumi-ise 0.3.0a1743573250__py3-none-any.whl → 0.3.0a1744264416__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 +1 -0
- pulumi_ise/config/__init__.py +1 -0
- pulumi_ise/config/__init__.pyi +1 -0
- pulumi_ise/config/vars.py +1 -0
- pulumi_ise/deviceadmin/__init__.py +1 -0
- pulumi_ise/deviceadmin/_inputs.py +538 -537
- pulumi_ise/deviceadmin/allowed_protocols_tacacs.py +71 -70
- pulumi_ise/deviceadmin/authentication_rule.py +239 -238
- pulumi_ise/deviceadmin/authentication_rule_update_rank.py +43 -42
- pulumi_ise/deviceadmin/authorization_exception_rule.py +211 -210
- pulumi_ise/deviceadmin/authorization_exception_rule_update_rank.py +43 -42
- pulumi_ise/deviceadmin/authorization_global_exception_rule.py +183 -182
- pulumi_ise/deviceadmin/authorization_global_exception_rule_update_rank.py +29 -28
- pulumi_ise/deviceadmin/authorization_rule.py +211 -210
- pulumi_ise/deviceadmin/authorization_rule_update_rank.py +43 -42
- pulumi_ise/deviceadmin/condition.py +127 -126
- pulumi_ise/deviceadmin/get_allowed_protocols_tacacs.py +15 -14
- pulumi_ise/deviceadmin/get_authentication_rule.py +31 -30
- pulumi_ise/deviceadmin/get_authorization_exception_rule.py +29 -28
- pulumi_ise/deviceadmin/get_authorization_global_exception_rule.py +23 -22
- pulumi_ise/deviceadmin/get_authorization_rule.py +29 -28
- pulumi_ise/deviceadmin/get_condition.py +19 -18
- pulumi_ise/deviceadmin/get_policy_set.py +25 -24
- pulumi_ise/deviceadmin/get_tacacs_command_set.py +13 -12
- pulumi_ise/deviceadmin/get_tacacs_profile.py +12 -11
- pulumi_ise/deviceadmin/get_time_and_date_condition.py +23 -22
- pulumi_ise/deviceadmin/outputs.py +656 -655
- pulumi_ise/deviceadmin/policy_set.py +211 -210
- pulumi_ise/deviceadmin/policy_set_update_rank.py +29 -28
- pulumi_ise/deviceadmin/tacacs_command_set.py +43 -42
- pulumi_ise/deviceadmin/tacacs_profile.py +29 -28
- pulumi_ise/deviceadmin/time_and_date_condition.py +183 -182
- pulumi_ise/identitymanagement/__init__.py +1 -0
- pulumi_ise/identitymanagement/_inputs.py +85 -84
- pulumi_ise/identitymanagement/active_directory_add_groups.py +85 -84
- pulumi_ise/identitymanagement/active_directory_join_domain_with_all_nodes.py +15 -14
- pulumi_ise/identitymanagement/active_directory_join_point.py +421 -420
- pulumi_ise/identitymanagement/certificate_authentication_profile.py +99 -98
- pulumi_ise/identitymanagement/endpoint.py +365 -364
- pulumi_ise/identitymanagement/endpoint_identity_group.py +57 -56
- pulumi_ise/identitymanagement/get_active_directory_groups_by_domain.py +27 -26
- pulumi_ise/identitymanagement/get_active_directory_join_point.py +36 -35
- pulumi_ise/identitymanagement/get_certificate_authentication_profile.py +17 -16
- pulumi_ise/identitymanagement/get_endpoint.py +36 -35
- pulumi_ise/identitymanagement/get_endpoint_identity_group.py +14 -13
- pulumi_ise/identitymanagement/get_identity_source_sequence.py +14 -13
- pulumi_ise/identitymanagement/get_internal_user.py +24 -23
- pulumi_ise/identitymanagement/get_user_identity_group.py +13 -12
- pulumi_ise/identitymanagement/identity_source_sequence.py +57 -56
- pulumi_ise/identitymanagement/internal_user.py +197 -196
- pulumi_ise/identitymanagement/outputs.py +95 -94
- pulumi_ise/identitymanagement/user_identity_group.py +43 -42
- pulumi_ise/network/__init__.py +1 -0
- pulumi_ise/network/_inputs.py +16 -15
- pulumi_ise/network/device.py +575 -574
- pulumi_ise/network/device_group.py +43 -42
- pulumi_ise/network/get_device.py +51 -50
- pulumi_ise/network/get_device_group.py +13 -12
- pulumi_ise/network/outputs.py +19 -18
- pulumi_ise/networkaccess/__init__.py +1 -0
- pulumi_ise/networkaccess/_inputs.py +539 -538
- pulumi_ise/networkaccess/allowed_protocols.py +1079 -1078
- pulumi_ise/networkaccess/authentication_rule.py +239 -238
- pulumi_ise/networkaccess/authentication_rule_update_rank.py +43 -42
- pulumi_ise/networkaccess/authorization_exception_rule.py +211 -210
- pulumi_ise/networkaccess/authorization_exception_rule_update_rank.py +43 -42
- pulumi_ise/networkaccess/authorization_global_exception_rule.py +183 -182
- pulumi_ise/networkaccess/authorization_global_exception_rule_update_rank.py +29 -28
- pulumi_ise/networkaccess/authorization_profile.py +449 -448
- pulumi_ise/networkaccess/authorization_rule.py +211 -210
- pulumi_ise/networkaccess/authorization_rule_update_rank.py +43 -42
- pulumi_ise/networkaccess/condition.py +127 -126
- pulumi_ise/networkaccess/dictionary.py +57 -56
- pulumi_ise/networkaccess/downloadable_acl.py +57 -56
- pulumi_ise/networkaccess/get_allowed_protocols.py +87 -86
- pulumi_ise/networkaccess/get_authentication_rule.py +31 -30
- pulumi_ise/networkaccess/get_authorization_exception_rule.py +29 -28
- pulumi_ise/networkaccess/get_authorization_global_exception_rule.py +23 -22
- pulumi_ise/networkaccess/get_authorization_profile.py +42 -41
- pulumi_ise/networkaccess/get_authorization_rule.py +29 -28
- pulumi_ise/networkaccess/get_condition.py +19 -18
- pulumi_ise/networkaccess/get_dictionary.py +14 -13
- pulumi_ise/networkaccess/get_downloadable_acl.py +14 -13
- pulumi_ise/networkaccess/get_policy_set.py +25 -24
- pulumi_ise/networkaccess/get_time_and_date_condition.py +23 -22
- pulumi_ise/networkaccess/outputs.py +658 -657
- pulumi_ise/networkaccess/policy_set.py +211 -210
- pulumi_ise/networkaccess/policy_set_update_rank.py +29 -28
- pulumi_ise/networkaccess/time_and_date_condition.py +183 -182
- pulumi_ise/provider.py +39 -38
- pulumi_ise/pulumi-plugin.json +1 -1
- pulumi_ise/system/__init__.py +1 -0
- pulumi_ise/system/_inputs.py +11 -10
- pulumi_ise/system/get_license_tier_state.py +6 -5
- pulumi_ise/system/get_repository.py +17 -16
- pulumi_ise/system/license_tier_state.py +1 -0
- pulumi_ise/system/outputs.py +13 -12
- pulumi_ise/system/repository.py +99 -98
- pulumi_ise/trustsec/__init__.py +1 -0
- pulumi_ise/trustsec/egress_matrix_cell.py +85 -84
- pulumi_ise/trustsec/egress_matrix_cell_default.py +57 -56
- pulumi_ise/trustsec/get_egress_matrix_cell.py +12 -11
- pulumi_ise/trustsec/get_egress_matrix_cell_default.py +10 -9
- pulumi_ise/trustsec/get_ip_to_sgt_mapping.py +18 -17
- pulumi_ise/trustsec/get_ip_to_sgt_mapping_group.py +15 -14
- pulumi_ise/trustsec/get_security_group.py +15 -14
- pulumi_ise/trustsec/get_security_group_acl.py +15 -14
- pulumi_ise/trustsec/get_sxp_domain_filter.py +16 -15
- pulumi_ise/trustsec/ip_to_sgt_mapping.py +113 -112
- pulumi_ise/trustsec/ip_to_sgt_mapping_group.py +71 -70
- pulumi_ise/trustsec/security_group.py +71 -70
- pulumi_ise/trustsec/security_group_acl.py +71 -70
- pulumi_ise/trustsec/sxp_domain_filter.py +85 -84
- {pulumi_ise-0.3.0a1743573250.dist-info → pulumi_ise-0.3.0a1744264416.dist-info}/METADATA +1 -1
- pulumi_ise-0.3.0a1744264416.dist-info/RECORD +119 -0
- pulumi_ise-0.3.0a1743573250.dist-info/RECORD +0 -119
- {pulumi_ise-0.3.0a1743573250.dist-info → pulumi_ise-0.3.0a1744264416.dist-info}/WHEEL +0 -0
- {pulumi_ise-0.3.0a1743573250.dist-info → pulumi_ise-0.3.0a1744264416.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -72,7 +73,7 @@ class GetTimeAndDateConditionResult:
|
|
72
73
|
|
73
74
|
@property
|
74
75
|
@pulumi.getter
|
75
|
-
def description(self) -> str:
|
76
|
+
def description(self) -> builtins.str:
|
76
77
|
"""
|
77
78
|
Condition description
|
78
79
|
"""
|
@@ -80,7 +81,7 @@ class GetTimeAndDateConditionResult:
|
|
80
81
|
|
81
82
|
@property
|
82
83
|
@pulumi.getter(name="endDate")
|
83
|
-
def end_date(self) -> str:
|
84
|
+
def end_date(self) -> builtins.str:
|
84
85
|
"""
|
85
86
|
End date
|
86
87
|
"""
|
@@ -88,7 +89,7 @@ class GetTimeAndDateConditionResult:
|
|
88
89
|
|
89
90
|
@property
|
90
91
|
@pulumi.getter(name="endTime")
|
91
|
-
def end_time(self) -> str:
|
92
|
+
def end_time(self) -> builtins.str:
|
92
93
|
"""
|
93
94
|
End time
|
94
95
|
"""
|
@@ -96,7 +97,7 @@ class GetTimeAndDateConditionResult:
|
|
96
97
|
|
97
98
|
@property
|
98
99
|
@pulumi.getter(name="exceptionEndDate")
|
99
|
-
def exception_end_date(self) -> str:
|
100
|
+
def exception_end_date(self) -> builtins.str:
|
100
101
|
"""
|
101
102
|
Exception end date
|
102
103
|
"""
|
@@ -104,7 +105,7 @@ class GetTimeAndDateConditionResult:
|
|
104
105
|
|
105
106
|
@property
|
106
107
|
@pulumi.getter(name="exceptionEndTime")
|
107
|
-
def exception_end_time(self) -> str:
|
108
|
+
def exception_end_time(self) -> builtins.str:
|
108
109
|
"""
|
109
110
|
Exception end time
|
110
111
|
"""
|
@@ -112,7 +113,7 @@ class GetTimeAndDateConditionResult:
|
|
112
113
|
|
113
114
|
@property
|
114
115
|
@pulumi.getter(name="exceptionStartDate")
|
115
|
-
def exception_start_date(self) -> str:
|
116
|
+
def exception_start_date(self) -> builtins.str:
|
116
117
|
"""
|
117
118
|
Exception start date
|
118
119
|
"""
|
@@ -120,7 +121,7 @@ class GetTimeAndDateConditionResult:
|
|
120
121
|
|
121
122
|
@property
|
122
123
|
@pulumi.getter(name="exceptionStartTime")
|
123
|
-
def exception_start_time(self) -> str:
|
124
|
+
def exception_start_time(self) -> builtins.str:
|
124
125
|
"""
|
125
126
|
Exception start time
|
126
127
|
"""
|
@@ -128,7 +129,7 @@ class GetTimeAndDateConditionResult:
|
|
128
129
|
|
129
130
|
@property
|
130
131
|
@pulumi.getter
|
131
|
-
def id(self) -> str:
|
132
|
+
def id(self) -> builtins.str:
|
132
133
|
"""
|
133
134
|
The id of the object
|
134
135
|
"""
|
@@ -136,7 +137,7 @@ class GetTimeAndDateConditionResult:
|
|
136
137
|
|
137
138
|
@property
|
138
139
|
@pulumi.getter(name="isNegate")
|
139
|
-
def is_negate(self) -> bool:
|
140
|
+
def is_negate(self) -> builtins.bool:
|
140
141
|
"""
|
141
142
|
Indicates whereas this condition is in negate mode
|
142
143
|
"""
|
@@ -144,7 +145,7 @@ class GetTimeAndDateConditionResult:
|
|
144
145
|
|
145
146
|
@property
|
146
147
|
@pulumi.getter
|
147
|
-
def name(self) -> str:
|
148
|
+
def name(self) -> builtins.str:
|
148
149
|
"""
|
149
150
|
Condition name
|
150
151
|
"""
|
@@ -152,7 +153,7 @@ class GetTimeAndDateConditionResult:
|
|
152
153
|
|
153
154
|
@property
|
154
155
|
@pulumi.getter(name="startDate")
|
155
|
-
def start_date(self) -> str:
|
156
|
+
def start_date(self) -> builtins.str:
|
156
157
|
"""
|
157
158
|
Start date
|
158
159
|
"""
|
@@ -160,7 +161,7 @@ class GetTimeAndDateConditionResult:
|
|
160
161
|
|
161
162
|
@property
|
162
163
|
@pulumi.getter(name="startTime")
|
163
|
-
def start_time(self) -> str:
|
164
|
+
def start_time(self) -> builtins.str:
|
164
165
|
"""
|
165
166
|
Start time
|
166
167
|
"""
|
@@ -168,7 +169,7 @@ class GetTimeAndDateConditionResult:
|
|
168
169
|
|
169
170
|
@property
|
170
171
|
@pulumi.getter(name="weekDays")
|
171
|
-
def week_days(self) -> Sequence[str]:
|
172
|
+
def week_days(self) -> Sequence[builtins.str]:
|
172
173
|
"""
|
173
174
|
Defines for which days this condition will be matched. List of weekdays - `Monday`, `Tuesday`, `Wednesday`, `Thursday`, `Friday`, `Saturday`, `Sunday`. Default - List of all week days.
|
174
175
|
"""
|
@@ -176,7 +177,7 @@ class GetTimeAndDateConditionResult:
|
|
176
177
|
|
177
178
|
@property
|
178
179
|
@pulumi.getter(name="weekDaysExceptions")
|
179
|
-
def week_days_exceptions(self) -> Sequence[str]:
|
180
|
+
def week_days_exceptions(self) -> Sequence[builtins.str]:
|
180
181
|
"""
|
181
182
|
Defines for which days this condition will NOT be matched. List of weekdays - `Monday`, `Tuesday`, `Wednesday`, `Thursday`, `Friday`, `Saturday`, `Sunday`.
|
182
183
|
"""
|
@@ -205,8 +206,8 @@ class AwaitableGetTimeAndDateConditionResult(GetTimeAndDateConditionResult):
|
|
205
206
|
week_days_exceptions=self.week_days_exceptions)
|
206
207
|
|
207
208
|
|
208
|
-
def get_time_and_date_condition(id: Optional[str] = None,
|
209
|
-
name: Optional[str] = None,
|
209
|
+
def get_time_and_date_condition(id: Optional[builtins.str] = None,
|
210
|
+
name: Optional[builtins.str] = None,
|
210
211
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTimeAndDateConditionResult:
|
211
212
|
"""
|
212
213
|
This data source can read the Device Admin Time And Date Condition.
|
@@ -221,8 +222,8 @@ def get_time_and_date_condition(id: Optional[str] = None,
|
|
221
222
|
```
|
222
223
|
|
223
224
|
|
224
|
-
:param str id: The id of the object
|
225
|
-
:param str name: Condition name
|
225
|
+
:param builtins.str id: The id of the object
|
226
|
+
:param builtins.str name: Condition name
|
226
227
|
"""
|
227
228
|
__args__ = dict()
|
228
229
|
__args__['id'] = id
|
@@ -245,8 +246,8 @@ def get_time_and_date_condition(id: Optional[str] = None,
|
|
245
246
|
start_time=pulumi.get(__ret__, 'start_time'),
|
246
247
|
week_days=pulumi.get(__ret__, 'week_days'),
|
247
248
|
week_days_exceptions=pulumi.get(__ret__, 'week_days_exceptions'))
|
248
|
-
def get_time_and_date_condition_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
249
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
249
|
+
def get_time_and_date_condition_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
250
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
250
251
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTimeAndDateConditionResult]:
|
251
252
|
"""
|
252
253
|
This data source can read the Device Admin Time And Date Condition.
|
@@ -261,8 +262,8 @@ def get_time_and_date_condition_output(id: Optional[pulumi.Input[Optional[str]]]
|
|
261
262
|
```
|
262
263
|
|
263
264
|
|
264
|
-
:param str id: The id of the object
|
265
|
-
:param str name: Condition name
|
265
|
+
:param builtins.str id: The id of the object
|
266
|
+
:param builtins.str name: Condition name
|
266
267
|
"""
|
267
268
|
__args__ = dict()
|
268
269
|
__args__['id'] = id
|