pulumi-ise 0.3.0a1743487135__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.0a1743487135.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.0a1743487135.dist-info/RECORD +0 -119
- {pulumi_ise-0.3.0a1743487135.dist-info → pulumi_ise-0.3.0a1744183105.dist-info}/WHEEL +0 -0
- {pulumi_ise-0.3.0a1743487135.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
|
@@ -133,7 +134,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
133
134
|
|
134
135
|
@property
|
135
136
|
@pulumi.getter(name="adScopesNames")
|
136
|
-
def ad_scopes_names(self) -> str:
|
137
|
+
def ad_scopes_names(self) -> builtins.str:
|
137
138
|
"""
|
138
139
|
String that contains the names of the scopes that the active directory belongs to. Names are separated by comma.
|
139
140
|
"""
|
@@ -141,7 +142,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
141
142
|
|
142
143
|
@property
|
143
144
|
@pulumi.getter(name="agingTime")
|
144
|
-
def aging_time(self) -> int:
|
145
|
+
def aging_time(self) -> builtins.int:
|
145
146
|
"""
|
146
147
|
Aging Time
|
147
148
|
"""
|
@@ -157,7 +158,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
157
158
|
|
158
159
|
@property
|
159
160
|
@pulumi.getter(name="authProtectionType")
|
160
|
-
def auth_protection_type(self) -> str:
|
161
|
+
def auth_protection_type(self) -> builtins.str:
|
161
162
|
"""
|
162
163
|
Enable prevent AD account lockout for WIRELESS/WIRED/BOTH
|
163
164
|
"""
|
@@ -165,7 +166,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
165
166
|
|
166
167
|
@property
|
167
168
|
@pulumi.getter
|
168
|
-
def country(self) -> str:
|
169
|
+
def country(self) -> builtins.str:
|
169
170
|
"""
|
170
171
|
User info attribute
|
171
172
|
"""
|
@@ -173,7 +174,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
173
174
|
|
174
175
|
@property
|
175
176
|
@pulumi.getter
|
176
|
-
def department(self) -> str:
|
177
|
+
def department(self) -> builtins.str:
|
177
178
|
"""
|
178
179
|
User info attribute
|
179
180
|
"""
|
@@ -181,7 +182,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
181
182
|
|
182
183
|
@property
|
183
184
|
@pulumi.getter
|
184
|
-
def description(self) -> str:
|
185
|
+
def description(self) -> builtins.str:
|
185
186
|
"""
|
186
187
|
Join point description
|
187
188
|
"""
|
@@ -189,7 +190,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
189
190
|
|
190
191
|
@property
|
191
192
|
@pulumi.getter
|
192
|
-
def domain(self) -> str:
|
193
|
+
def domain(self) -> builtins.str:
|
193
194
|
"""
|
194
195
|
AD domain associated with the join point
|
195
196
|
"""
|
@@ -197,7 +198,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
197
198
|
|
198
199
|
@property
|
199
200
|
@pulumi.getter
|
200
|
-
def email(self) -> str:
|
201
|
+
def email(self) -> builtins.str:
|
201
202
|
"""
|
202
203
|
User info attribute
|
203
204
|
"""
|
@@ -205,7 +206,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
205
206
|
|
206
207
|
@property
|
207
208
|
@pulumi.getter(name="enableCallbackForDialinClient")
|
208
|
-
def enable_callback_for_dialin_client(self) -> bool:
|
209
|
+
def enable_callback_for_dialin_client(self) -> builtins.bool:
|
209
210
|
"""
|
210
211
|
Enable Callback For Dial In Client
|
211
212
|
"""
|
@@ -213,7 +214,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
213
214
|
|
214
215
|
@property
|
215
216
|
@pulumi.getter(name="enableDialinPermissionCheck")
|
216
|
-
def enable_dialin_permission_check(self) -> bool:
|
217
|
+
def enable_dialin_permission_check(self) -> builtins.bool:
|
217
218
|
"""
|
218
219
|
Enable Dial In Permission Check
|
219
220
|
"""
|
@@ -221,12 +222,12 @@ class GetActiveDirectoryJoinPointResult:
|
|
221
222
|
|
222
223
|
@property
|
223
224
|
@pulumi.getter(name="enableDomainAllowedList")
|
224
|
-
def enable_domain_allowed_list(self) -> bool:
|
225
|
+
def enable_domain_allowed_list(self) -> builtins.bool:
|
225
226
|
return pulumi.get(self, "enable_domain_allowed_list")
|
226
227
|
|
227
228
|
@property
|
228
229
|
@pulumi.getter(name="enableFailedAuthProtection")
|
229
|
-
def enable_failed_auth_protection(self) -> bool:
|
230
|
+
def enable_failed_auth_protection(self) -> builtins.bool:
|
230
231
|
"""
|
231
232
|
Enable prevent AD account lockout due to too many bad password attempts
|
232
233
|
"""
|
@@ -234,7 +235,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
234
235
|
|
235
236
|
@property
|
236
237
|
@pulumi.getter(name="enableMachineAccess")
|
237
|
-
def enable_machine_access(self) -> bool:
|
238
|
+
def enable_machine_access(self) -> builtins.bool:
|
238
239
|
"""
|
239
240
|
Enable Machine Access
|
240
241
|
"""
|
@@ -242,7 +243,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
242
243
|
|
243
244
|
@property
|
244
245
|
@pulumi.getter(name="enableMachineAuth")
|
245
|
-
def enable_machine_auth(self) -> bool:
|
246
|
+
def enable_machine_auth(self) -> builtins.bool:
|
246
247
|
"""
|
247
248
|
Enable Machine Authentication
|
248
249
|
"""
|
@@ -250,7 +251,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
250
251
|
|
251
252
|
@property
|
252
253
|
@pulumi.getter(name="enablePassChange")
|
253
|
-
def enable_pass_change(self) -> bool:
|
254
|
+
def enable_pass_change(self) -> builtins.bool:
|
254
255
|
"""
|
255
256
|
Enable Password Change
|
256
257
|
"""
|
@@ -258,7 +259,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
258
259
|
|
259
260
|
@property
|
260
261
|
@pulumi.getter(name="enableRewrites")
|
261
|
-
def enable_rewrites(self) -> bool:
|
262
|
+
def enable_rewrites(self) -> builtins.bool:
|
262
263
|
"""
|
263
264
|
Enable Rewrites
|
264
265
|
"""
|
@@ -266,7 +267,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
266
267
|
|
267
268
|
@property
|
268
269
|
@pulumi.getter(name="failedAuthThreshold")
|
269
|
-
def failed_auth_threshold(self) -> int:
|
270
|
+
def failed_auth_threshold(self) -> builtins.int:
|
270
271
|
"""
|
271
272
|
Number of bad password attempts
|
272
273
|
"""
|
@@ -274,7 +275,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
274
275
|
|
275
276
|
@property
|
276
277
|
@pulumi.getter(name="firstName")
|
277
|
-
def first_name(self) -> str:
|
278
|
+
def first_name(self) -> builtins.str:
|
278
279
|
"""
|
279
280
|
User info attribute
|
280
281
|
"""
|
@@ -290,7 +291,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
290
291
|
|
291
292
|
@property
|
292
293
|
@pulumi.getter
|
293
|
-
def id(self) -> str:
|
294
|
+
def id(self) -> builtins.str:
|
294
295
|
"""
|
295
296
|
The id of the object
|
296
297
|
"""
|
@@ -298,7 +299,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
298
299
|
|
299
300
|
@property
|
300
301
|
@pulumi.getter(name="identityNotInAdBehaviour")
|
301
|
-
def identity_not_in_ad_behaviour(self) -> str:
|
302
|
+
def identity_not_in_ad_behaviour(self) -> builtins.str:
|
302
303
|
"""
|
303
304
|
Identity Not In AD Behaviour
|
304
305
|
"""
|
@@ -306,7 +307,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
306
307
|
|
307
308
|
@property
|
308
309
|
@pulumi.getter(name="jobTitle")
|
309
|
-
def job_title(self) -> str:
|
310
|
+
def job_title(self) -> builtins.str:
|
310
311
|
"""
|
311
312
|
User info attribute
|
312
313
|
"""
|
@@ -314,7 +315,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
314
315
|
|
315
316
|
@property
|
316
317
|
@pulumi.getter(name="lastName")
|
317
|
-
def last_name(self) -> str:
|
318
|
+
def last_name(self) -> builtins.str:
|
318
319
|
"""
|
319
320
|
User info attribute
|
320
321
|
"""
|
@@ -322,7 +323,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
322
323
|
|
323
324
|
@property
|
324
325
|
@pulumi.getter
|
325
|
-
def locality(self) -> str:
|
326
|
+
def locality(self) -> builtins.str:
|
326
327
|
"""
|
327
328
|
User info attribute
|
328
329
|
"""
|
@@ -330,7 +331,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
330
331
|
|
331
332
|
@property
|
332
333
|
@pulumi.getter
|
333
|
-
def name(self) -> str:
|
334
|
+
def name(self) -> builtins.str:
|
334
335
|
"""
|
335
336
|
The name of the active directory join point
|
336
337
|
"""
|
@@ -338,7 +339,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
338
339
|
|
339
340
|
@property
|
340
341
|
@pulumi.getter(name="organizationalUnit")
|
341
|
-
def organizational_unit(self) -> str:
|
342
|
+
def organizational_unit(self) -> builtins.str:
|
342
343
|
"""
|
343
344
|
User info attribute
|
344
345
|
"""
|
@@ -346,7 +347,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
346
347
|
|
347
348
|
@property
|
348
349
|
@pulumi.getter(name="plaintextAuth")
|
349
|
-
def plaintext_auth(self) -> bool:
|
350
|
+
def plaintext_auth(self) -> builtins.bool:
|
350
351
|
"""
|
351
352
|
Plain Text Authentication
|
352
353
|
"""
|
@@ -362,7 +363,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
362
363
|
|
363
364
|
@property
|
364
365
|
@pulumi.getter
|
365
|
-
def schema(self) -> str:
|
366
|
+
def schema(self) -> builtins.str:
|
366
367
|
"""
|
367
368
|
Schema
|
368
369
|
"""
|
@@ -370,7 +371,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
370
371
|
|
371
372
|
@property
|
372
373
|
@pulumi.getter(name="stateOrProvince")
|
373
|
-
def state_or_province(self) -> str:
|
374
|
+
def state_or_province(self) -> builtins.str:
|
374
375
|
"""
|
375
376
|
User info attribute
|
376
377
|
"""
|
@@ -378,7 +379,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
378
379
|
|
379
380
|
@property
|
380
381
|
@pulumi.getter(name="streetAddress")
|
381
|
-
def street_address(self) -> str:
|
382
|
+
def street_address(self) -> builtins.str:
|
382
383
|
"""
|
383
384
|
User info attribute
|
384
385
|
"""
|
@@ -386,7 +387,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
386
387
|
|
387
388
|
@property
|
388
389
|
@pulumi.getter
|
389
|
-
def telephone(self) -> str:
|
390
|
+
def telephone(self) -> builtins.str:
|
390
391
|
"""
|
391
392
|
User info attribute
|
392
393
|
"""
|
@@ -394,7 +395,7 @@ class GetActiveDirectoryJoinPointResult:
|
|
394
395
|
|
395
396
|
@property
|
396
397
|
@pulumi.getter(name="unreachableDomainsBehaviour")
|
397
|
-
def unreachable_domains_behaviour(self) -> str:
|
398
|
+
def unreachable_domains_behaviour(self) -> builtins.str:
|
398
399
|
"""
|
399
400
|
Unreachable Domains Behaviour
|
400
401
|
"""
|
@@ -443,7 +444,7 @@ class AwaitableGetActiveDirectoryJoinPointResult(GetActiveDirectoryJoinPointResu
|
|
443
444
|
unreachable_domains_behaviour=self.unreachable_domains_behaviour)
|
444
445
|
|
445
446
|
|
446
|
-
def get_active_directory_join_point(id: Optional[str] = None,
|
447
|
+
def get_active_directory_join_point(id: Optional[builtins.str] = None,
|
447
448
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetActiveDirectoryJoinPointResult:
|
448
449
|
"""
|
449
450
|
This data source can read the Active Directory Join Point.
|
@@ -458,7 +459,7 @@ def get_active_directory_join_point(id: Optional[str] = None,
|
|
458
459
|
```
|
459
460
|
|
460
461
|
|
461
|
-
:param str id: The id of the object
|
462
|
+
:param builtins.str id: The id of the object
|
462
463
|
"""
|
463
464
|
__args__ = dict()
|
464
465
|
__args__['id'] = id
|
@@ -500,7 +501,7 @@ def get_active_directory_join_point(id: Optional[str] = None,
|
|
500
501
|
street_address=pulumi.get(__ret__, 'street_address'),
|
501
502
|
telephone=pulumi.get(__ret__, 'telephone'),
|
502
503
|
unreachable_domains_behaviour=pulumi.get(__ret__, 'unreachable_domains_behaviour'))
|
503
|
-
def get_active_directory_join_point_output(id: Optional[pulumi.Input[str]] = None,
|
504
|
+
def get_active_directory_join_point_output(id: Optional[pulumi.Input[builtins.str]] = None,
|
504
505
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetActiveDirectoryJoinPointResult]:
|
505
506
|
"""
|
506
507
|
This data source can read the Active Directory Join Point.
|
@@ -515,7 +516,7 @@ def get_active_directory_join_point_output(id: Optional[pulumi.Input[str]] = Non
|
|
515
516
|
```
|
516
517
|
|
517
518
|
|
518
|
-
:param str id: The id of the object
|
519
|
+
:param builtins.str id: The id of the object
|
519
520
|
"""
|
520
521
|
__args__ = dict()
|
521
522
|
__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
|
@@ -54,7 +55,7 @@ class GetCertificateAuthenticationProfileResult:
|
|
54
55
|
|
55
56
|
@property
|
56
57
|
@pulumi.getter(name="allowedAsUserName")
|
57
|
-
def allowed_as_user_name(self) -> bool:
|
58
|
+
def allowed_as_user_name(self) -> builtins.bool:
|
58
59
|
"""
|
59
60
|
Allow as username
|
60
61
|
"""
|
@@ -62,7 +63,7 @@ class GetCertificateAuthenticationProfileResult:
|
|
62
63
|
|
63
64
|
@property
|
64
65
|
@pulumi.getter(name="certificateAttributeName")
|
65
|
-
def certificate_attribute_name(self) -> str:
|
66
|
+
def certificate_attribute_name(self) -> builtins.str:
|
66
67
|
"""
|
67
68
|
Attribute name of the Certificate Profile - used only when CERTIFICATE is chosen in `username_from`.
|
68
69
|
"""
|
@@ -70,7 +71,7 @@ class GetCertificateAuthenticationProfileResult:
|
|
70
71
|
|
71
72
|
@property
|
72
73
|
@pulumi.getter
|
73
|
-
def description(self) -> str:
|
74
|
+
def description(self) -> builtins.str:
|
74
75
|
"""
|
75
76
|
Description
|
76
77
|
"""
|
@@ -78,7 +79,7 @@ class GetCertificateAuthenticationProfileResult:
|
|
78
79
|
|
79
80
|
@property
|
80
81
|
@pulumi.getter(name="externalIdentityStoreName")
|
81
|
-
def external_identity_store_name(self) -> str:
|
82
|
+
def external_identity_store_name(self) -> builtins.str:
|
82
83
|
"""
|
83
84
|
Referred IDStore name for the Certificate Profile or `[not applicable]` in case no identity store is chosen
|
84
85
|
"""
|
@@ -86,7 +87,7 @@ class GetCertificateAuthenticationProfileResult:
|
|
86
87
|
|
87
88
|
@property
|
88
89
|
@pulumi.getter
|
89
|
-
def id(self) -> str:
|
90
|
+
def id(self) -> builtins.str:
|
90
91
|
"""
|
91
92
|
The id of the object
|
92
93
|
"""
|
@@ -94,7 +95,7 @@ class GetCertificateAuthenticationProfileResult:
|
|
94
95
|
|
95
96
|
@property
|
96
97
|
@pulumi.getter(name="matchMode")
|
97
|
-
def match_mode(self) -> str:
|
98
|
+
def match_mode(self) -> builtins.str:
|
98
99
|
"""
|
99
100
|
Match mode of the Certificate Profile. Allowed values: NEVER, RESOLVE*IDENTITY*AMBIGUITY, BINARY_COMPARISON
|
100
101
|
"""
|
@@ -102,7 +103,7 @@ class GetCertificateAuthenticationProfileResult:
|
|
102
103
|
|
103
104
|
@property
|
104
105
|
@pulumi.getter
|
105
|
-
def name(self) -> str:
|
106
|
+
def name(self) -> builtins.str:
|
106
107
|
"""
|
107
108
|
The name of the certificate profile
|
108
109
|
"""
|
@@ -110,7 +111,7 @@ class GetCertificateAuthenticationProfileResult:
|
|
110
111
|
|
111
112
|
@property
|
112
113
|
@pulumi.getter(name="usernameFrom")
|
113
|
-
def username_from(self) -> str:
|
114
|
+
def username_from(self) -> builtins.str:
|
114
115
|
"""
|
115
116
|
The attribute in the certificate where the user name should be taken from. Allowed values: `CERTIFICATE` (for a specific attribute as defined in certificateAttributeName), `UPN` (for using any Subject or Alternative Name Attributes in the Certificate - an option only in AD)
|
116
117
|
"""
|
@@ -133,8 +134,8 @@ class AwaitableGetCertificateAuthenticationProfileResult(GetCertificateAuthentic
|
|
133
134
|
username_from=self.username_from)
|
134
135
|
|
135
136
|
|
136
|
-
def get_certificate_authentication_profile(id: Optional[str] = None,
|
137
|
-
name: Optional[str] = None,
|
137
|
+
def get_certificate_authentication_profile(id: Optional[builtins.str] = None,
|
138
|
+
name: Optional[builtins.str] = None,
|
138
139
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCertificateAuthenticationProfileResult:
|
139
140
|
"""
|
140
141
|
This data source can read the Certificate Authentication Profile.
|
@@ -149,8 +150,8 @@ def get_certificate_authentication_profile(id: Optional[str] = None,
|
|
149
150
|
```
|
150
151
|
|
151
152
|
|
152
|
-
:param str id: The id of the object
|
153
|
-
:param str name: The name of the certificate profile
|
153
|
+
:param builtins.str id: The id of the object
|
154
|
+
:param builtins.str name: The name of the certificate profile
|
154
155
|
"""
|
155
156
|
__args__ = dict()
|
156
157
|
__args__['id'] = id
|
@@ -167,8 +168,8 @@ def get_certificate_authentication_profile(id: Optional[str] = None,
|
|
167
168
|
match_mode=pulumi.get(__ret__, 'match_mode'),
|
168
169
|
name=pulumi.get(__ret__, 'name'),
|
169
170
|
username_from=pulumi.get(__ret__, 'username_from'))
|
170
|
-
def get_certificate_authentication_profile_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
171
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
171
|
+
def get_certificate_authentication_profile_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
172
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
172
173
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetCertificateAuthenticationProfileResult]:
|
173
174
|
"""
|
174
175
|
This data source can read the Certificate Authentication Profile.
|
@@ -183,8 +184,8 @@ def get_certificate_authentication_profile_output(id: Optional[pulumi.Input[Opti
|
|
183
184
|
```
|
184
185
|
|
185
186
|
|
186
|
-
:param str id: The id of the object
|
187
|
-
:param str name: The name of the certificate profile
|
187
|
+
:param builtins.str id: The id of the object
|
188
|
+
:param builtins.str name: The name of the certificate profile
|
188
189
|
"""
|
189
190
|
__args__ = dict()
|
190
191
|
__args__['id'] = id
|