pulumi-ise 0.3.0a1743573250__py3-none-any.whl → 0.3.0a1744183105__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.0a1744183105.dist-info}/METADATA +1 -1
- pulumi_ise-0.3.0a1744183105.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.0a1744183105.dist-info}/WHEEL +0 -0
- {pulumi_ise-0.3.0a1743573250.dist-info → pulumi_ise-0.3.0a1744183105.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
|
@@ -111,7 +112,7 @@ class GetEndpointResult:
|
|
111
112
|
|
112
113
|
@property
|
113
114
|
@pulumi.getter(name="customAttributes")
|
114
|
-
def custom_attributes(self) -> Mapping[str, str]:
|
115
|
+
def custom_attributes(self) -> Mapping[str, builtins.str]:
|
115
116
|
"""
|
116
117
|
Custom Attributes
|
117
118
|
"""
|
@@ -119,7 +120,7 @@ class GetEndpointResult:
|
|
119
120
|
|
120
121
|
@property
|
121
122
|
@pulumi.getter
|
122
|
-
def description(self) -> str:
|
123
|
+
def description(self) -> builtins.str:
|
123
124
|
"""
|
124
125
|
Description
|
125
126
|
"""
|
@@ -127,7 +128,7 @@ class GetEndpointResult:
|
|
127
128
|
|
128
129
|
@property
|
129
130
|
@pulumi.getter(name="groupId")
|
130
|
-
def group_id(self) -> str:
|
131
|
+
def group_id(self) -> builtins.str:
|
131
132
|
"""
|
132
133
|
Identity Group ID
|
133
134
|
"""
|
@@ -135,7 +136,7 @@ class GetEndpointResult:
|
|
135
136
|
|
136
137
|
@property
|
137
138
|
@pulumi.getter
|
138
|
-
def id(self) -> str:
|
139
|
+
def id(self) -> builtins.str:
|
139
140
|
"""
|
140
141
|
The id of the object
|
141
142
|
"""
|
@@ -143,7 +144,7 @@ class GetEndpointResult:
|
|
143
144
|
|
144
145
|
@property
|
145
146
|
@pulumi.getter(name="identityStore")
|
146
|
-
def identity_store(self) -> str:
|
147
|
+
def identity_store(self) -> builtins.str:
|
147
148
|
"""
|
148
149
|
Identity Store
|
149
150
|
"""
|
@@ -151,7 +152,7 @@ class GetEndpointResult:
|
|
151
152
|
|
152
153
|
@property
|
153
154
|
@pulumi.getter(name="identityStoreId")
|
154
|
-
def identity_store_id(self) -> str:
|
155
|
+
def identity_store_id(self) -> builtins.str:
|
155
156
|
"""
|
156
157
|
Identity Store Id
|
157
158
|
"""
|
@@ -159,7 +160,7 @@ class GetEndpointResult:
|
|
159
160
|
|
160
161
|
@property
|
161
162
|
@pulumi.getter
|
162
|
-
def mac(self) -> str:
|
163
|
+
def mac(self) -> builtins.str:
|
163
164
|
"""
|
164
165
|
MAC address of the endpoint
|
165
166
|
"""
|
@@ -167,7 +168,7 @@ class GetEndpointResult:
|
|
167
168
|
|
168
169
|
@property
|
169
170
|
@pulumi.getter(name="mdmComplianceStatus")
|
170
|
-
def mdm_compliance_status(self) -> bool:
|
171
|
+
def mdm_compliance_status(self) -> builtins.bool:
|
171
172
|
"""
|
172
173
|
Mdm Compliance Status
|
173
174
|
"""
|
@@ -175,7 +176,7 @@ class GetEndpointResult:
|
|
175
176
|
|
176
177
|
@property
|
177
178
|
@pulumi.getter(name="mdmEncrypted")
|
178
|
-
def mdm_encrypted(self) -> bool:
|
179
|
+
def mdm_encrypted(self) -> builtins.bool:
|
179
180
|
"""
|
180
181
|
Mdm Encrypted
|
181
182
|
"""
|
@@ -183,7 +184,7 @@ class GetEndpointResult:
|
|
183
184
|
|
184
185
|
@property
|
185
186
|
@pulumi.getter(name="mdmEnrolled")
|
186
|
-
def mdm_enrolled(self) -> bool:
|
187
|
+
def mdm_enrolled(self) -> builtins.bool:
|
187
188
|
"""
|
188
189
|
Mdm Enrolled
|
189
190
|
"""
|
@@ -191,7 +192,7 @@ class GetEndpointResult:
|
|
191
192
|
|
192
193
|
@property
|
193
194
|
@pulumi.getter(name="mdmImei")
|
194
|
-
def mdm_imei(self) -> str:
|
195
|
+
def mdm_imei(self) -> builtins.str:
|
195
196
|
"""
|
196
197
|
Mdm IMEI
|
197
198
|
"""
|
@@ -199,7 +200,7 @@ class GetEndpointResult:
|
|
199
200
|
|
200
201
|
@property
|
201
202
|
@pulumi.getter(name="mdmJailBroken")
|
202
|
-
def mdm_jail_broken(self) -> bool:
|
203
|
+
def mdm_jail_broken(self) -> builtins.bool:
|
203
204
|
"""
|
204
205
|
Mdm JailBroken
|
205
206
|
"""
|
@@ -207,7 +208,7 @@ class GetEndpointResult:
|
|
207
208
|
|
208
209
|
@property
|
209
210
|
@pulumi.getter(name="mdmManufacturer")
|
210
|
-
def mdm_manufacturer(self) -> str:
|
211
|
+
def mdm_manufacturer(self) -> builtins.str:
|
211
212
|
"""
|
212
213
|
Mdm Manufacturer
|
213
214
|
"""
|
@@ -215,7 +216,7 @@ class GetEndpointResult:
|
|
215
216
|
|
216
217
|
@property
|
217
218
|
@pulumi.getter(name="mdmModel")
|
218
|
-
def mdm_model(self) -> str:
|
219
|
+
def mdm_model(self) -> builtins.str:
|
219
220
|
"""
|
220
221
|
Mdm Model
|
221
222
|
"""
|
@@ -223,7 +224,7 @@ class GetEndpointResult:
|
|
223
224
|
|
224
225
|
@property
|
225
226
|
@pulumi.getter(name="mdmOs")
|
226
|
-
def mdm_os(self) -> str:
|
227
|
+
def mdm_os(self) -> builtins.str:
|
227
228
|
"""
|
228
229
|
Mdm OS
|
229
230
|
"""
|
@@ -231,7 +232,7 @@ class GetEndpointResult:
|
|
231
232
|
|
232
233
|
@property
|
233
234
|
@pulumi.getter(name="mdmPhoneNumber")
|
234
|
-
def mdm_phone_number(self) -> str:
|
235
|
+
def mdm_phone_number(self) -> builtins.str:
|
235
236
|
"""
|
236
237
|
Mdm PhoneNumber
|
237
238
|
"""
|
@@ -239,7 +240,7 @@ class GetEndpointResult:
|
|
239
240
|
|
240
241
|
@property
|
241
242
|
@pulumi.getter(name="mdmPinlock")
|
242
|
-
def mdm_pinlock(self) -> bool:
|
243
|
+
def mdm_pinlock(self) -> builtins.bool:
|
243
244
|
"""
|
244
245
|
Mdm Pinlock
|
245
246
|
"""
|
@@ -247,7 +248,7 @@ class GetEndpointResult:
|
|
247
248
|
|
248
249
|
@property
|
249
250
|
@pulumi.getter(name="mdmReachable")
|
250
|
-
def mdm_reachable(self) -> bool:
|
251
|
+
def mdm_reachable(self) -> builtins.bool:
|
251
252
|
"""
|
252
253
|
Mdm Reachable
|
253
254
|
"""
|
@@ -255,7 +256,7 @@ class GetEndpointResult:
|
|
255
256
|
|
256
257
|
@property
|
257
258
|
@pulumi.getter(name="mdmSerial")
|
258
|
-
def mdm_serial(self) -> str:
|
259
|
+
def mdm_serial(self) -> builtins.str:
|
259
260
|
"""
|
260
261
|
Mdm Serial
|
261
262
|
"""
|
@@ -263,7 +264,7 @@ class GetEndpointResult:
|
|
263
264
|
|
264
265
|
@property
|
265
266
|
@pulumi.getter(name="mdmServerName")
|
266
|
-
def mdm_server_name(self) -> str:
|
267
|
+
def mdm_server_name(self) -> builtins.str:
|
267
268
|
"""
|
268
269
|
Mdm Server Name
|
269
270
|
"""
|
@@ -271,7 +272,7 @@ class GetEndpointResult:
|
|
271
272
|
|
272
273
|
@property
|
273
274
|
@pulumi.getter
|
274
|
-
def name(self) -> str:
|
275
|
+
def name(self) -> builtins.str:
|
275
276
|
"""
|
276
277
|
The name of the endpoint
|
277
278
|
"""
|
@@ -279,7 +280,7 @@ class GetEndpointResult:
|
|
279
280
|
|
280
281
|
@property
|
281
282
|
@pulumi.getter(name="portalUser")
|
282
|
-
def portal_user(self) -> str:
|
283
|
+
def portal_user(self) -> builtins.str:
|
283
284
|
"""
|
284
285
|
Portal User
|
285
286
|
"""
|
@@ -287,7 +288,7 @@ class GetEndpointResult:
|
|
287
288
|
|
288
289
|
@property
|
289
290
|
@pulumi.getter(name="profileId")
|
290
|
-
def profile_id(self) -> str:
|
291
|
+
def profile_id(self) -> builtins.str:
|
291
292
|
"""
|
292
293
|
Profile ID
|
293
294
|
"""
|
@@ -295,7 +296,7 @@ class GetEndpointResult:
|
|
295
296
|
|
296
297
|
@property
|
297
298
|
@pulumi.getter(name="staticGroupAssignment")
|
298
|
-
def static_group_assignment(self) -> bool:
|
299
|
+
def static_group_assignment(self) -> builtins.bool:
|
299
300
|
"""
|
300
301
|
Static Group Assignment
|
301
302
|
"""
|
@@ -303,7 +304,7 @@ class GetEndpointResult:
|
|
303
304
|
|
304
305
|
@property
|
305
306
|
@pulumi.getter(name="staticGroupAssignmentDefined")
|
306
|
-
def static_group_assignment_defined(self) -> bool:
|
307
|
+
def static_group_assignment_defined(self) -> builtins.bool:
|
307
308
|
"""
|
308
309
|
staticGroupAssignmentDefined
|
309
310
|
"""
|
@@ -311,7 +312,7 @@ class GetEndpointResult:
|
|
311
312
|
|
312
313
|
@property
|
313
314
|
@pulumi.getter(name="staticProfileAssignment")
|
314
|
-
def static_profile_assignment(self) -> bool:
|
315
|
+
def static_profile_assignment(self) -> builtins.bool:
|
315
316
|
"""
|
316
317
|
Static Profile Assignment
|
317
318
|
"""
|
@@ -319,7 +320,7 @@ class GetEndpointResult:
|
|
319
320
|
|
320
321
|
@property
|
321
322
|
@pulumi.getter(name="staticProfileAssignmentDefined")
|
322
|
-
def static_profile_assignment_defined(self) -> bool:
|
323
|
+
def static_profile_assignment_defined(self) -> builtins.bool:
|
323
324
|
"""
|
324
325
|
Static Profile Assignment Defined
|
325
326
|
"""
|
@@ -361,8 +362,8 @@ class AwaitableGetEndpointResult(GetEndpointResult):
|
|
361
362
|
static_profile_assignment_defined=self.static_profile_assignment_defined)
|
362
363
|
|
363
364
|
|
364
|
-
def get_endpoint(id: Optional[str] = None,
|
365
|
-
name: Optional[str] = None,
|
365
|
+
def get_endpoint(id: Optional[builtins.str] = None,
|
366
|
+
name: Optional[builtins.str] = None,
|
366
367
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetEndpointResult:
|
367
368
|
"""
|
368
369
|
This data source can read the Endpoint.
|
@@ -377,8 +378,8 @@ def get_endpoint(id: Optional[str] = None,
|
|
377
378
|
```
|
378
379
|
|
379
380
|
|
380
|
-
:param str id: The id of the object
|
381
|
-
:param str name: The name of the endpoint
|
381
|
+
:param builtins.str id: The id of the object
|
382
|
+
:param builtins.str name: The name of the endpoint
|
382
383
|
"""
|
383
384
|
__args__ = dict()
|
384
385
|
__args__['id'] = id
|
@@ -414,8 +415,8 @@ def get_endpoint(id: Optional[str] = None,
|
|
414
415
|
static_group_assignment_defined=pulumi.get(__ret__, 'static_group_assignment_defined'),
|
415
416
|
static_profile_assignment=pulumi.get(__ret__, 'static_profile_assignment'),
|
416
417
|
static_profile_assignment_defined=pulumi.get(__ret__, 'static_profile_assignment_defined'))
|
417
|
-
def get_endpoint_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
418
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
418
|
+
def get_endpoint_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
419
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
419
420
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetEndpointResult]:
|
420
421
|
"""
|
421
422
|
This data source can read the Endpoint.
|
@@ -430,8 +431,8 @@ def get_endpoint_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
430
431
|
```
|
431
432
|
|
432
433
|
|
433
|
-
:param str id: The id of the object
|
434
|
-
:param str name: The name of the endpoint
|
434
|
+
:param builtins.str id: The id of the object
|
435
|
+
:param builtins.str name: The name of the endpoint
|
435
436
|
"""
|
436
437
|
__args__ = dict()
|
437
438
|
__args__['id'] = id
|
@@ -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
|
@@ -45,7 +46,7 @@ class GetEndpointIdentityGroupResult:
|
|
45
46
|
|
46
47
|
@property
|
47
48
|
@pulumi.getter
|
48
|
-
def description(self) -> str:
|
49
|
+
def description(self) -> builtins.str:
|
49
50
|
"""
|
50
51
|
Description
|
51
52
|
"""
|
@@ -53,7 +54,7 @@ class GetEndpointIdentityGroupResult:
|
|
53
54
|
|
54
55
|
@property
|
55
56
|
@pulumi.getter
|
56
|
-
def id(self) -> str:
|
57
|
+
def id(self) -> builtins.str:
|
57
58
|
"""
|
58
59
|
The id of the object
|
59
60
|
"""
|
@@ -61,7 +62,7 @@ class GetEndpointIdentityGroupResult:
|
|
61
62
|
|
62
63
|
@property
|
63
64
|
@pulumi.getter
|
64
|
-
def name(self) -> str:
|
65
|
+
def name(self) -> builtins.str:
|
65
66
|
"""
|
66
67
|
The name of the endpoint identity group
|
67
68
|
"""
|
@@ -69,7 +70,7 @@ class GetEndpointIdentityGroupResult:
|
|
69
70
|
|
70
71
|
@property
|
71
72
|
@pulumi.getter(name="parentEndpointIdentityGroupId")
|
72
|
-
def parent_endpoint_identity_group_id(self) -> str:
|
73
|
+
def parent_endpoint_identity_group_id(self) -> builtins.str:
|
73
74
|
"""
|
74
75
|
Parent endpoint identity group ID
|
75
76
|
"""
|
@@ -77,7 +78,7 @@ class GetEndpointIdentityGroupResult:
|
|
77
78
|
|
78
79
|
@property
|
79
80
|
@pulumi.getter(name="systemDefined")
|
80
|
-
def system_defined(self) -> bool:
|
81
|
+
def system_defined(self) -> builtins.bool:
|
81
82
|
"""
|
82
83
|
System defined endpoint identity group
|
83
84
|
"""
|
@@ -97,8 +98,8 @@ class AwaitableGetEndpointIdentityGroupResult(GetEndpointIdentityGroupResult):
|
|
97
98
|
system_defined=self.system_defined)
|
98
99
|
|
99
100
|
|
100
|
-
def get_endpoint_identity_group(id: Optional[str] = None,
|
101
|
-
name: Optional[str] = None,
|
101
|
+
def get_endpoint_identity_group(id: Optional[builtins.str] = None,
|
102
|
+
name: Optional[builtins.str] = None,
|
102
103
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetEndpointIdentityGroupResult:
|
103
104
|
"""
|
104
105
|
This data source can read the Endpoint Identity Group.
|
@@ -113,8 +114,8 @@ def get_endpoint_identity_group(id: Optional[str] = None,
|
|
113
114
|
```
|
114
115
|
|
115
116
|
|
116
|
-
:param str id: The id of the object
|
117
|
-
:param str name: The name of the endpoint identity group
|
117
|
+
:param builtins.str id: The id of the object
|
118
|
+
:param builtins.str name: The name of the endpoint identity group
|
118
119
|
"""
|
119
120
|
__args__ = dict()
|
120
121
|
__args__['id'] = id
|
@@ -128,8 +129,8 @@ def get_endpoint_identity_group(id: Optional[str] = None,
|
|
128
129
|
name=pulumi.get(__ret__, 'name'),
|
129
130
|
parent_endpoint_identity_group_id=pulumi.get(__ret__, 'parent_endpoint_identity_group_id'),
|
130
131
|
system_defined=pulumi.get(__ret__, 'system_defined'))
|
131
|
-
def get_endpoint_identity_group_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
132
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
132
|
+
def get_endpoint_identity_group_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
133
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
133
134
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetEndpointIdentityGroupResult]:
|
134
135
|
"""
|
135
136
|
This data source can read the Endpoint Identity Group.
|
@@ -144,8 +145,8 @@ def get_endpoint_identity_group_output(id: Optional[pulumi.Input[Optional[str]]]
|
|
144
145
|
```
|
145
146
|
|
146
147
|
|
147
|
-
:param str id: The id of the object
|
148
|
-
:param str name: The name of the endpoint identity group
|
148
|
+
:param builtins.str id: The id of the object
|
149
|
+
:param builtins.str name: The name of the endpoint identity group
|
149
150
|
"""
|
150
151
|
__args__ = dict()
|
151
152
|
__args__['id'] = id
|
@@ -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
|
@@ -49,7 +50,7 @@ class GetIdentitySourceSequenceResult:
|
|
49
50
|
|
50
51
|
@property
|
51
52
|
@pulumi.getter(name="breakOnStoreFail")
|
52
|
-
def break_on_store_fail(self) -> bool:
|
53
|
+
def break_on_store_fail(self) -> builtins.bool:
|
53
54
|
"""
|
54
55
|
Do not access other stores in the sequence if a selected identity store cannot be accessed for authentication
|
55
56
|
"""
|
@@ -57,7 +58,7 @@ class GetIdentitySourceSequenceResult:
|
|
57
58
|
|
58
59
|
@property
|
59
60
|
@pulumi.getter(name="certificateAuthenticationProfile")
|
60
|
-
def certificate_authentication_profile(self) -> str:
|
61
|
+
def certificate_authentication_profile(self) -> builtins.str:
|
61
62
|
"""
|
62
63
|
Certificate Authentication Profile, empty if doesn't exist
|
63
64
|
"""
|
@@ -65,7 +66,7 @@ class GetIdentitySourceSequenceResult:
|
|
65
66
|
|
66
67
|
@property
|
67
68
|
@pulumi.getter
|
68
|
-
def description(self) -> str:
|
69
|
+
def description(self) -> builtins.str:
|
69
70
|
"""
|
70
71
|
Description
|
71
72
|
"""
|
@@ -73,7 +74,7 @@ class GetIdentitySourceSequenceResult:
|
|
73
74
|
|
74
75
|
@property
|
75
76
|
@pulumi.getter
|
76
|
-
def id(self) -> str:
|
77
|
+
def id(self) -> builtins.str:
|
77
78
|
"""
|
78
79
|
The id of the object
|
79
80
|
"""
|
@@ -86,7 +87,7 @@ class GetIdentitySourceSequenceResult:
|
|
86
87
|
|
87
88
|
@property
|
88
89
|
@pulumi.getter
|
89
|
-
def name(self) -> str:
|
90
|
+
def name(self) -> builtins.str:
|
90
91
|
"""
|
91
92
|
The name of the identity source sequence
|
92
93
|
"""
|
@@ -107,8 +108,8 @@ class AwaitableGetIdentitySourceSequenceResult(GetIdentitySourceSequenceResult):
|
|
107
108
|
name=self.name)
|
108
109
|
|
109
110
|
|
110
|
-
def get_identity_source_sequence(id: Optional[str] = None,
|
111
|
-
name: Optional[str] = None,
|
111
|
+
def get_identity_source_sequence(id: Optional[builtins.str] = None,
|
112
|
+
name: Optional[builtins.str] = None,
|
112
113
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetIdentitySourceSequenceResult:
|
113
114
|
"""
|
114
115
|
This data source can read the Identity Source Sequence.
|
@@ -123,8 +124,8 @@ def get_identity_source_sequence(id: Optional[str] = None,
|
|
123
124
|
```
|
124
125
|
|
125
126
|
|
126
|
-
:param str id: The id of the object
|
127
|
-
:param str name: The name of the identity source sequence
|
127
|
+
:param builtins.str id: The id of the object
|
128
|
+
:param builtins.str name: The name of the identity source sequence
|
128
129
|
"""
|
129
130
|
__args__ = dict()
|
130
131
|
__args__['id'] = id
|
@@ -139,8 +140,8 @@ def get_identity_source_sequence(id: Optional[str] = None,
|
|
139
140
|
id=pulumi.get(__ret__, 'id'),
|
140
141
|
identity_sources=pulumi.get(__ret__, 'identity_sources'),
|
141
142
|
name=pulumi.get(__ret__, 'name'))
|
142
|
-
def get_identity_source_sequence_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
143
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
143
|
+
def get_identity_source_sequence_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
144
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
144
145
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetIdentitySourceSequenceResult]:
|
145
146
|
"""
|
146
147
|
This data source can read the Identity Source Sequence.
|
@@ -155,8 +156,8 @@ def get_identity_source_sequence_output(id: Optional[pulumi.Input[Optional[str]]
|
|
155
156
|
```
|
156
157
|
|
157
158
|
|
158
|
-
:param str id: The id of the object
|
159
|
-
:param str name: The name of the identity source sequence
|
159
|
+
:param builtins.str id: The id of the object
|
160
|
+
:param builtins.str name: The name of the identity source sequence
|
160
161
|
"""
|
161
162
|
__args__ = dict()
|
162
163
|
__args__['id'] = id
|
@@ -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
|
@@ -75,7 +76,7 @@ class GetInternalUserResult:
|
|
75
76
|
|
76
77
|
@property
|
77
78
|
@pulumi.getter(name="accountNameAlias")
|
78
|
-
def account_name_alias(self) -> str:
|
79
|
+
def account_name_alias(self) -> builtins.str:
|
79
80
|
"""
|
80
81
|
The Account Name Alias will be used to send email notifications about password expiration. This field is only supported from ISE 3.2.
|
81
82
|
"""
|
@@ -83,7 +84,7 @@ class GetInternalUserResult:
|
|
83
84
|
|
84
85
|
@property
|
85
86
|
@pulumi.getter(name="changePassword")
|
86
|
-
def change_password(self) -> bool:
|
87
|
+
def change_password(self) -> builtins.bool:
|
87
88
|
"""
|
88
89
|
Requires the user to change the password
|
89
90
|
"""
|
@@ -91,7 +92,7 @@ class GetInternalUserResult:
|
|
91
92
|
|
92
93
|
@property
|
93
94
|
@pulumi.getter(name="customAttributes")
|
94
|
-
def custom_attributes(self) -> str:
|
95
|
+
def custom_attributes(self) -> builtins.str:
|
95
96
|
"""
|
96
97
|
Key value map
|
97
98
|
"""
|
@@ -99,7 +100,7 @@ class GetInternalUserResult:
|
|
99
100
|
|
100
101
|
@property
|
101
102
|
@pulumi.getter
|
102
|
-
def description(self) -> str:
|
103
|
+
def description(self) -> builtins.str:
|
103
104
|
"""
|
104
105
|
Description
|
105
106
|
"""
|
@@ -107,7 +108,7 @@ class GetInternalUserResult:
|
|
107
108
|
|
108
109
|
@property
|
109
110
|
@pulumi.getter
|
110
|
-
def email(self) -> str:
|
111
|
+
def email(self) -> builtins.str:
|
111
112
|
"""
|
112
113
|
Email address
|
113
114
|
"""
|
@@ -115,7 +116,7 @@ class GetInternalUserResult:
|
|
115
116
|
|
116
117
|
@property
|
117
118
|
@pulumi.getter(name="enablePassword")
|
118
|
-
def enable_password(self) -> str:
|
119
|
+
def enable_password(self) -> builtins.str:
|
119
120
|
"""
|
120
121
|
This field is added in ISE 2.0 to support TACACS+
|
121
122
|
"""
|
@@ -123,7 +124,7 @@ class GetInternalUserResult:
|
|
123
124
|
|
124
125
|
@property
|
125
126
|
@pulumi.getter
|
126
|
-
def enabled(self) -> bool:
|
127
|
+
def enabled(self) -> builtins.bool:
|
127
128
|
"""
|
128
129
|
Whether the user is enabled/disabled
|
129
130
|
"""
|
@@ -131,7 +132,7 @@ class GetInternalUserResult:
|
|
131
132
|
|
132
133
|
@property
|
133
134
|
@pulumi.getter(name="firstName")
|
134
|
-
def first_name(self) -> str:
|
135
|
+
def first_name(self) -> builtins.str:
|
135
136
|
"""
|
136
137
|
First name of the internal user
|
137
138
|
"""
|
@@ -139,7 +140,7 @@ class GetInternalUserResult:
|
|
139
140
|
|
140
141
|
@property
|
141
142
|
@pulumi.getter
|
142
|
-
def id(self) -> str:
|
143
|
+
def id(self) -> builtins.str:
|
143
144
|
"""
|
144
145
|
The id of the object
|
145
146
|
"""
|
@@ -147,7 +148,7 @@ class GetInternalUserResult:
|
|
147
148
|
|
148
149
|
@property
|
149
150
|
@pulumi.getter(name="identityGroups")
|
150
|
-
def identity_groups(self) -> str:
|
151
|
+
def identity_groups(self) -> builtins.str:
|
151
152
|
"""
|
152
153
|
Comma separated list of identity group IDs.
|
153
154
|
"""
|
@@ -155,7 +156,7 @@ class GetInternalUserResult:
|
|
155
156
|
|
156
157
|
@property
|
157
158
|
@pulumi.getter(name="lastName")
|
158
|
-
def last_name(self) -> str:
|
159
|
+
def last_name(self) -> builtins.str:
|
159
160
|
"""
|
160
161
|
Last name of the internal user
|
161
162
|
"""
|
@@ -163,7 +164,7 @@ class GetInternalUserResult:
|
|
163
164
|
|
164
165
|
@property
|
165
166
|
@pulumi.getter
|
166
|
-
def name(self) -> str:
|
167
|
+
def name(self) -> builtins.str:
|
167
168
|
"""
|
168
169
|
The name of the internal user
|
169
170
|
"""
|
@@ -171,7 +172,7 @@ class GetInternalUserResult:
|
|
171
172
|
|
172
173
|
@property
|
173
174
|
@pulumi.getter
|
174
|
-
def password(self) -> str:
|
175
|
+
def password(self) -> builtins.str:
|
175
176
|
"""
|
176
177
|
The password of the internal user
|
177
178
|
"""
|
@@ -179,7 +180,7 @@ class GetInternalUserResult:
|
|
179
180
|
|
180
181
|
@property
|
181
182
|
@pulumi.getter(name="passwordIdStore")
|
182
|
-
def password_id_store(self) -> str:
|
183
|
+
def password_id_store(self) -> builtins.str:
|
183
184
|
"""
|
184
185
|
The ID store where the internal user's password is kept
|
185
186
|
"""
|
@@ -187,7 +188,7 @@ class GetInternalUserResult:
|
|
187
188
|
|
188
189
|
@property
|
189
190
|
@pulumi.getter(name="passwordNeverExpires")
|
190
|
-
def password_never_expires(self) -> bool:
|
191
|
+
def password_never_expires(self) -> builtins.bool:
|
191
192
|
"""
|
192
193
|
Set to `true` to indicate the user password never expires. This will not apply to Users who are also ISE Admins. This field is only supported from ISE 3.2.
|
193
194
|
"""
|
@@ -217,8 +218,8 @@ class AwaitableGetInternalUserResult(GetInternalUserResult):
|
|
217
218
|
password_never_expires=self.password_never_expires)
|
218
219
|
|
219
220
|
|
220
|
-
def get_internal_user(id: Optional[str] = None,
|
221
|
-
name: Optional[str] = None,
|
221
|
+
def get_internal_user(id: Optional[builtins.str] = None,
|
222
|
+
name: Optional[builtins.str] = None,
|
222
223
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetInternalUserResult:
|
223
224
|
"""
|
224
225
|
This data source can read the Internal User.
|
@@ -233,8 +234,8 @@ def get_internal_user(id: Optional[str] = None,
|
|
233
234
|
```
|
234
235
|
|
235
236
|
|
236
|
-
:param str id: The id of the object
|
237
|
-
:param str name: The name of the internal user
|
237
|
+
:param builtins.str id: The id of the object
|
238
|
+
:param builtins.str name: The name of the internal user
|
238
239
|
"""
|
239
240
|
__args__ = dict()
|
240
241
|
__args__['id'] = id
|
@@ -258,8 +259,8 @@ def get_internal_user(id: Optional[str] = None,
|
|
258
259
|
password=pulumi.get(__ret__, 'password'),
|
259
260
|
password_id_store=pulumi.get(__ret__, 'password_id_store'),
|
260
261
|
password_never_expires=pulumi.get(__ret__, 'password_never_expires'))
|
261
|
-
def get_internal_user_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
262
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
262
|
+
def get_internal_user_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
263
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
263
264
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetInternalUserResult]:
|
264
265
|
"""
|
265
266
|
This data source can read the Internal User.
|
@@ -274,8 +275,8 @@ def get_internal_user_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
274
275
|
```
|
275
276
|
|
276
277
|
|
277
|
-
:param str id: The id of the object
|
278
|
-
:param str name: The name of the internal user
|
278
|
+
:param builtins.str id: The id of the object
|
279
|
+
:param builtins.str name: The name of the internal user
|
279
280
|
"""
|
280
281
|
__args__ = dict()
|
281
282
|
__args__['id'] = id
|