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
|
@@ -31,12 +32,12 @@ __all__ = [
|
|
31
32
|
@pulumi.output_type
|
32
33
|
class ActiveDirectoryAddGroupsGroup(dict):
|
33
34
|
def __init__(__self__, *,
|
34
|
-
name: str,
|
35
|
-
sid: str,
|
36
|
-
type: Optional[str] = None):
|
35
|
+
name: builtins.str,
|
36
|
+
sid: builtins.str,
|
37
|
+
type: Optional[builtins.str] = None):
|
37
38
|
"""
|
38
|
-
:param str name: Required for each group in the group list with no duplication between groups
|
39
|
-
:param str sid: Required for each group in the group list with no duplication between groups
|
39
|
+
:param builtins.str name: Required for each group in the group list with no duplication between groups
|
40
|
+
:param builtins.str sid: Required for each group in the group list with no duplication between groups
|
40
41
|
"""
|
41
42
|
pulumi.set(__self__, "name", name)
|
42
43
|
pulumi.set(__self__, "sid", sid)
|
@@ -45,7 +46,7 @@ class ActiveDirectoryAddGroupsGroup(dict):
|
|
45
46
|
|
46
47
|
@property
|
47
48
|
@pulumi.getter
|
48
|
-
def name(self) -> str:
|
49
|
+
def name(self) -> builtins.str:
|
49
50
|
"""
|
50
51
|
Required for each group in the group list with no duplication between groups
|
51
52
|
"""
|
@@ -53,7 +54,7 @@ class ActiveDirectoryAddGroupsGroup(dict):
|
|
53
54
|
|
54
55
|
@property
|
55
56
|
@pulumi.getter
|
56
|
-
def sid(self) -> str:
|
57
|
+
def sid(self) -> builtins.str:
|
57
58
|
"""
|
58
59
|
Required for each group in the group list with no duplication between groups
|
59
60
|
"""
|
@@ -61,25 +62,25 @@ class ActiveDirectoryAddGroupsGroup(dict):
|
|
61
62
|
|
62
63
|
@property
|
63
64
|
@pulumi.getter
|
64
|
-
def type(self) -> Optional[str]:
|
65
|
+
def type(self) -> Optional[builtins.str]:
|
65
66
|
return pulumi.get(self, "type")
|
66
67
|
|
67
68
|
|
68
69
|
@pulumi.output_type
|
69
70
|
class ActiveDirectoryJoinDomainWithAllNodesAdditionalData(dict):
|
70
71
|
def __init__(__self__, *,
|
71
|
-
name: str,
|
72
|
-
value: str):
|
72
|
+
name: builtins.str,
|
73
|
+
value: builtins.str):
|
73
74
|
"""
|
74
|
-
:param str name: Additional attribute name
|
75
|
-
:param str value: Additional attribute value
|
75
|
+
:param builtins.str name: Additional attribute name
|
76
|
+
:param builtins.str value: Additional attribute value
|
76
77
|
"""
|
77
78
|
pulumi.set(__self__, "name", name)
|
78
79
|
pulumi.set(__self__, "value", value)
|
79
80
|
|
80
81
|
@property
|
81
82
|
@pulumi.getter
|
82
|
-
def name(self) -> str:
|
83
|
+
def name(self) -> builtins.str:
|
83
84
|
"""
|
84
85
|
Additional attribute name
|
85
86
|
"""
|
@@ -87,7 +88,7 @@ class ActiveDirectoryJoinDomainWithAllNodesAdditionalData(dict):
|
|
87
88
|
|
88
89
|
@property
|
89
90
|
@pulumi.getter
|
90
|
-
def value(self) -> str:
|
91
|
+
def value(self) -> builtins.str:
|
91
92
|
"""
|
92
93
|
Additional attribute value
|
93
94
|
"""
|
@@ -116,15 +117,15 @@ class ActiveDirectoryJoinPointAttribute(dict):
|
|
116
117
|
return super().get(key, default)
|
117
118
|
|
118
119
|
def __init__(__self__, *,
|
119
|
-
default_value: str,
|
120
|
-
internal_name: str,
|
121
|
-
name: str,
|
122
|
-
type: str):
|
123
|
-
"""
|
124
|
-
:param str default_value: Required for each attribute in the attribute list. Can contain an empty string.
|
125
|
-
:param str internal_name: Required for each attribute in the attribute list
|
126
|
-
:param str name: Required for each attribute in the attribute list with no duplication between attributes
|
127
|
-
:param str type: Required for each group in the group list
|
120
|
+
default_value: builtins.str,
|
121
|
+
internal_name: builtins.str,
|
122
|
+
name: builtins.str,
|
123
|
+
type: builtins.str):
|
124
|
+
"""
|
125
|
+
:param builtins.str default_value: Required for each attribute in the attribute list. Can contain an empty string.
|
126
|
+
:param builtins.str internal_name: Required for each attribute in the attribute list
|
127
|
+
:param builtins.str name: Required for each attribute in the attribute list with no duplication between attributes
|
128
|
+
:param builtins.str type: Required for each group in the group list
|
128
129
|
- Choices: `STRING`, `IP`, `BOOLEAN`, `INT`, `OCTET_STRING`
|
129
130
|
"""
|
130
131
|
pulumi.set(__self__, "default_value", default_value)
|
@@ -134,7 +135,7 @@ class ActiveDirectoryJoinPointAttribute(dict):
|
|
134
135
|
|
135
136
|
@property
|
136
137
|
@pulumi.getter(name="defaultValue")
|
137
|
-
def default_value(self) -> str:
|
138
|
+
def default_value(self) -> builtins.str:
|
138
139
|
"""
|
139
140
|
Required for each attribute in the attribute list. Can contain an empty string.
|
140
141
|
"""
|
@@ -142,7 +143,7 @@ class ActiveDirectoryJoinPointAttribute(dict):
|
|
142
143
|
|
143
144
|
@property
|
144
145
|
@pulumi.getter(name="internalName")
|
145
|
-
def internal_name(self) -> str:
|
146
|
+
def internal_name(self) -> builtins.str:
|
146
147
|
"""
|
147
148
|
Required for each attribute in the attribute list
|
148
149
|
"""
|
@@ -150,7 +151,7 @@ class ActiveDirectoryJoinPointAttribute(dict):
|
|
150
151
|
|
151
152
|
@property
|
152
153
|
@pulumi.getter
|
153
|
-
def name(self) -> str:
|
154
|
+
def name(self) -> builtins.str:
|
154
155
|
"""
|
155
156
|
Required for each attribute in the attribute list with no duplication between attributes
|
156
157
|
"""
|
@@ -158,7 +159,7 @@ class ActiveDirectoryJoinPointAttribute(dict):
|
|
158
159
|
|
159
160
|
@property
|
160
161
|
@pulumi.getter
|
161
|
-
def type(self) -> str:
|
162
|
+
def type(self) -> builtins.str:
|
162
163
|
"""
|
163
164
|
Required for each group in the group list
|
164
165
|
- Choices: `STRING`, `IP`, `BOOLEAN`, `INT`, `OCTET_STRING`
|
@@ -169,12 +170,12 @@ class ActiveDirectoryJoinPointAttribute(dict):
|
|
169
170
|
@pulumi.output_type
|
170
171
|
class ActiveDirectoryJoinPointGroup(dict):
|
171
172
|
def __init__(__self__, *,
|
172
|
-
name: str,
|
173
|
-
sid: str,
|
174
|
-
type: Optional[str] = None):
|
173
|
+
name: builtins.str,
|
174
|
+
sid: builtins.str,
|
175
|
+
type: Optional[builtins.str] = None):
|
175
176
|
"""
|
176
|
-
:param str name: Required for each group in the group list with no duplication between groups
|
177
|
-
:param str sid: Required for each group in the group list with no duplication between groups
|
177
|
+
:param builtins.str name: Required for each group in the group list with no duplication between groups
|
178
|
+
:param builtins.str sid: Required for each group in the group list with no duplication between groups
|
178
179
|
"""
|
179
180
|
pulumi.set(__self__, "name", name)
|
180
181
|
pulumi.set(__self__, "sid", sid)
|
@@ -183,7 +184,7 @@ class ActiveDirectoryJoinPointGroup(dict):
|
|
183
184
|
|
184
185
|
@property
|
185
186
|
@pulumi.getter
|
186
|
-
def name(self) -> str:
|
187
|
+
def name(self) -> builtins.str:
|
187
188
|
"""
|
188
189
|
Required for each group in the group list with no duplication between groups
|
189
190
|
"""
|
@@ -191,7 +192,7 @@ class ActiveDirectoryJoinPointGroup(dict):
|
|
191
192
|
|
192
193
|
@property
|
193
194
|
@pulumi.getter
|
194
|
-
def sid(self) -> str:
|
195
|
+
def sid(self) -> builtins.str:
|
195
196
|
"""
|
196
197
|
Required for each group in the group list with no duplication between groups
|
197
198
|
"""
|
@@ -199,7 +200,7 @@ class ActiveDirectoryJoinPointGroup(dict):
|
|
199
200
|
|
200
201
|
@property
|
201
202
|
@pulumi.getter
|
202
|
-
def type(self) -> Optional[str]:
|
203
|
+
def type(self) -> Optional[builtins.str]:
|
203
204
|
return pulumi.get(self, "type")
|
204
205
|
|
205
206
|
|
@@ -227,13 +228,13 @@ class ActiveDirectoryJoinPointRewriteRule(dict):
|
|
227
228
|
return super().get(key, default)
|
228
229
|
|
229
230
|
def __init__(__self__, *,
|
230
|
-
rewrite_match: str,
|
231
|
-
rewrite_result: str,
|
232
|
-
row_id: str):
|
231
|
+
rewrite_match: builtins.str,
|
232
|
+
rewrite_result: builtins.str,
|
233
|
+
row_id: builtins.str):
|
233
234
|
"""
|
234
|
-
:param str rewrite_match: Required for each rule in the list with no duplication between rules
|
235
|
-
:param str rewrite_result: Required for each rule in the list
|
236
|
-
:param str row_id: Required for each rule in the list in serial order
|
235
|
+
:param builtins.str rewrite_match: Required for each rule in the list with no duplication between rules
|
236
|
+
:param builtins.str rewrite_result: Required for each rule in the list
|
237
|
+
:param builtins.str row_id: Required for each rule in the list in serial order
|
237
238
|
"""
|
238
239
|
pulumi.set(__self__, "rewrite_match", rewrite_match)
|
239
240
|
pulumi.set(__self__, "rewrite_result", rewrite_result)
|
@@ -241,7 +242,7 @@ class ActiveDirectoryJoinPointRewriteRule(dict):
|
|
241
242
|
|
242
243
|
@property
|
243
244
|
@pulumi.getter(name="rewriteMatch")
|
244
|
-
def rewrite_match(self) -> str:
|
245
|
+
def rewrite_match(self) -> builtins.str:
|
245
246
|
"""
|
246
247
|
Required for each rule in the list with no duplication between rules
|
247
248
|
"""
|
@@ -249,7 +250,7 @@ class ActiveDirectoryJoinPointRewriteRule(dict):
|
|
249
250
|
|
250
251
|
@property
|
251
252
|
@pulumi.getter(name="rewriteResult")
|
252
|
-
def rewrite_result(self) -> str:
|
253
|
+
def rewrite_result(self) -> builtins.str:
|
253
254
|
"""
|
254
255
|
Required for each rule in the list
|
255
256
|
"""
|
@@ -257,7 +258,7 @@ class ActiveDirectoryJoinPointRewriteRule(dict):
|
|
257
258
|
|
258
259
|
@property
|
259
260
|
@pulumi.getter(name="rowId")
|
260
|
-
def row_id(self) -> str:
|
261
|
+
def row_id(self) -> builtins.str:
|
261
262
|
"""
|
262
263
|
Required for each rule in the list in serial order
|
263
264
|
"""
|
@@ -267,18 +268,18 @@ class ActiveDirectoryJoinPointRewriteRule(dict):
|
|
267
268
|
@pulumi.output_type
|
268
269
|
class IdentitySourceSequenceIdentitySource(dict):
|
269
270
|
def __init__(__self__, *,
|
270
|
-
name: str,
|
271
|
-
order: int):
|
271
|
+
name: builtins.str,
|
272
|
+
order: builtins.int):
|
272
273
|
"""
|
273
|
-
:param str name: Name of the identity source
|
274
|
-
:param int order: Order of the identity source in the sequence
|
274
|
+
:param builtins.str name: Name of the identity source
|
275
|
+
:param builtins.int order: Order of the identity source in the sequence
|
275
276
|
"""
|
276
277
|
pulumi.set(__self__, "name", name)
|
277
278
|
pulumi.set(__self__, "order", order)
|
278
279
|
|
279
280
|
@property
|
280
281
|
@pulumi.getter
|
281
|
-
def name(self) -> str:
|
282
|
+
def name(self) -> builtins.str:
|
282
283
|
"""
|
283
284
|
Name of the identity source
|
284
285
|
"""
|
@@ -286,7 +287,7 @@ class IdentitySourceSequenceIdentitySource(dict):
|
|
286
287
|
|
287
288
|
@property
|
288
289
|
@pulumi.getter
|
289
|
-
def order(self) -> int:
|
290
|
+
def order(self) -> builtins.int:
|
290
291
|
"""
|
291
292
|
Order of the identity source in the sequence
|
292
293
|
"""
|
@@ -296,13 +297,13 @@ class IdentitySourceSequenceIdentitySource(dict):
|
|
296
297
|
@pulumi.output_type
|
297
298
|
class GetActiveDirectoryGroupsByDomainGroupResult(dict):
|
298
299
|
def __init__(__self__, *,
|
299
|
-
name: str,
|
300
|
-
sid: str,
|
301
|
-
type: str):
|
300
|
+
name: builtins.str,
|
301
|
+
sid: builtins.str,
|
302
|
+
type: builtins.str):
|
302
303
|
"""
|
303
|
-
:param str name: Group name
|
304
|
-
:param str sid: Group SID
|
305
|
-
:param str type: Group type
|
304
|
+
:param builtins.str name: Group name
|
305
|
+
:param builtins.str sid: Group SID
|
306
|
+
:param builtins.str type: Group type
|
306
307
|
"""
|
307
308
|
pulumi.set(__self__, "name", name)
|
308
309
|
pulumi.set(__self__, "sid", sid)
|
@@ -310,7 +311,7 @@ class GetActiveDirectoryGroupsByDomainGroupResult(dict):
|
|
310
311
|
|
311
312
|
@property
|
312
313
|
@pulumi.getter
|
313
|
-
def name(self) -> str:
|
314
|
+
def name(self) -> builtins.str:
|
314
315
|
"""
|
315
316
|
Group name
|
316
317
|
"""
|
@@ -318,7 +319,7 @@ class GetActiveDirectoryGroupsByDomainGroupResult(dict):
|
|
318
319
|
|
319
320
|
@property
|
320
321
|
@pulumi.getter
|
321
|
-
def sid(self) -> str:
|
322
|
+
def sid(self) -> builtins.str:
|
322
323
|
"""
|
323
324
|
Group SID
|
324
325
|
"""
|
@@ -326,7 +327,7 @@ class GetActiveDirectoryGroupsByDomainGroupResult(dict):
|
|
326
327
|
|
327
328
|
@property
|
328
329
|
@pulumi.getter
|
329
|
-
def type(self) -> str:
|
330
|
+
def type(self) -> builtins.str:
|
330
331
|
"""
|
331
332
|
Group type
|
332
333
|
"""
|
@@ -336,15 +337,15 @@ class GetActiveDirectoryGroupsByDomainGroupResult(dict):
|
|
336
337
|
@pulumi.output_type
|
337
338
|
class GetActiveDirectoryJoinPointAttributeResult(dict):
|
338
339
|
def __init__(__self__, *,
|
339
|
-
default_value: str,
|
340
|
-
internal_name: str,
|
341
|
-
name: str,
|
342
|
-
type: str):
|
340
|
+
default_value: builtins.str,
|
341
|
+
internal_name: builtins.str,
|
342
|
+
name: builtins.str,
|
343
|
+
type: builtins.str):
|
343
344
|
"""
|
344
|
-
:param str default_value: Required for each attribute in the attribute list. Can contain an empty string.
|
345
|
-
:param str internal_name: Required for each attribute in the attribute list
|
346
|
-
:param str name: Required for each attribute in the attribute list with no duplication between attributes
|
347
|
-
:param str type: Required for each group in the group list
|
345
|
+
:param builtins.str default_value: Required for each attribute in the attribute list. Can contain an empty string.
|
346
|
+
:param builtins.str internal_name: Required for each attribute in the attribute list
|
347
|
+
:param builtins.str name: Required for each attribute in the attribute list with no duplication between attributes
|
348
|
+
:param builtins.str type: Required for each group in the group list
|
348
349
|
"""
|
349
350
|
pulumi.set(__self__, "default_value", default_value)
|
350
351
|
pulumi.set(__self__, "internal_name", internal_name)
|
@@ -353,7 +354,7 @@ class GetActiveDirectoryJoinPointAttributeResult(dict):
|
|
353
354
|
|
354
355
|
@property
|
355
356
|
@pulumi.getter(name="defaultValue")
|
356
|
-
def default_value(self) -> str:
|
357
|
+
def default_value(self) -> builtins.str:
|
357
358
|
"""
|
358
359
|
Required for each attribute in the attribute list. Can contain an empty string.
|
359
360
|
"""
|
@@ -361,7 +362,7 @@ class GetActiveDirectoryJoinPointAttributeResult(dict):
|
|
361
362
|
|
362
363
|
@property
|
363
364
|
@pulumi.getter(name="internalName")
|
364
|
-
def internal_name(self) -> str:
|
365
|
+
def internal_name(self) -> builtins.str:
|
365
366
|
"""
|
366
367
|
Required for each attribute in the attribute list
|
367
368
|
"""
|
@@ -369,7 +370,7 @@ class GetActiveDirectoryJoinPointAttributeResult(dict):
|
|
369
370
|
|
370
371
|
@property
|
371
372
|
@pulumi.getter
|
372
|
-
def name(self) -> str:
|
373
|
+
def name(self) -> builtins.str:
|
373
374
|
"""
|
374
375
|
Required for each attribute in the attribute list with no duplication between attributes
|
375
376
|
"""
|
@@ -377,7 +378,7 @@ class GetActiveDirectoryJoinPointAttributeResult(dict):
|
|
377
378
|
|
378
379
|
@property
|
379
380
|
@pulumi.getter
|
380
|
-
def type(self) -> str:
|
381
|
+
def type(self) -> builtins.str:
|
381
382
|
"""
|
382
383
|
Required for each group in the group list
|
383
384
|
"""
|
@@ -387,12 +388,12 @@ class GetActiveDirectoryJoinPointAttributeResult(dict):
|
|
387
388
|
@pulumi.output_type
|
388
389
|
class GetActiveDirectoryJoinPointGroupResult(dict):
|
389
390
|
def __init__(__self__, *,
|
390
|
-
name: str,
|
391
|
-
sid: str,
|
392
|
-
type: str):
|
391
|
+
name: builtins.str,
|
392
|
+
sid: builtins.str,
|
393
|
+
type: builtins.str):
|
393
394
|
"""
|
394
|
-
:param str name: Required for each group in the group list with no duplication between groups
|
395
|
-
:param str sid: Required for each group in the group list with no duplication between groups
|
395
|
+
:param builtins.str name: Required for each group in the group list with no duplication between groups
|
396
|
+
:param builtins.str sid: Required for each group in the group list with no duplication between groups
|
396
397
|
"""
|
397
398
|
pulumi.set(__self__, "name", name)
|
398
399
|
pulumi.set(__self__, "sid", sid)
|
@@ -400,7 +401,7 @@ class GetActiveDirectoryJoinPointGroupResult(dict):
|
|
400
401
|
|
401
402
|
@property
|
402
403
|
@pulumi.getter
|
403
|
-
def name(self) -> str:
|
404
|
+
def name(self) -> builtins.str:
|
404
405
|
"""
|
405
406
|
Required for each group in the group list with no duplication between groups
|
406
407
|
"""
|
@@ -408,7 +409,7 @@ class GetActiveDirectoryJoinPointGroupResult(dict):
|
|
408
409
|
|
409
410
|
@property
|
410
411
|
@pulumi.getter
|
411
|
-
def sid(self) -> str:
|
412
|
+
def sid(self) -> builtins.str:
|
412
413
|
"""
|
413
414
|
Required for each group in the group list with no duplication between groups
|
414
415
|
"""
|
@@ -416,20 +417,20 @@ class GetActiveDirectoryJoinPointGroupResult(dict):
|
|
416
417
|
|
417
418
|
@property
|
418
419
|
@pulumi.getter
|
419
|
-
def type(self) -> str:
|
420
|
+
def type(self) -> builtins.str:
|
420
421
|
return pulumi.get(self, "type")
|
421
422
|
|
422
423
|
|
423
424
|
@pulumi.output_type
|
424
425
|
class GetActiveDirectoryJoinPointRewriteRuleResult(dict):
|
425
426
|
def __init__(__self__, *,
|
426
|
-
rewrite_match: str,
|
427
|
-
rewrite_result: str,
|
428
|
-
row_id: str):
|
427
|
+
rewrite_match: builtins.str,
|
428
|
+
rewrite_result: builtins.str,
|
429
|
+
row_id: builtins.str):
|
429
430
|
"""
|
430
|
-
:param str rewrite_match: Required for each rule in the list with no duplication between rules
|
431
|
-
:param str rewrite_result: Required for each rule in the list
|
432
|
-
:param str row_id: Required for each rule in the list in serial order
|
431
|
+
:param builtins.str rewrite_match: Required for each rule in the list with no duplication between rules
|
432
|
+
:param builtins.str rewrite_result: Required for each rule in the list
|
433
|
+
:param builtins.str row_id: Required for each rule in the list in serial order
|
433
434
|
"""
|
434
435
|
pulumi.set(__self__, "rewrite_match", rewrite_match)
|
435
436
|
pulumi.set(__self__, "rewrite_result", rewrite_result)
|
@@ -437,7 +438,7 @@ class GetActiveDirectoryJoinPointRewriteRuleResult(dict):
|
|
437
438
|
|
438
439
|
@property
|
439
440
|
@pulumi.getter(name="rewriteMatch")
|
440
|
-
def rewrite_match(self) -> str:
|
441
|
+
def rewrite_match(self) -> builtins.str:
|
441
442
|
"""
|
442
443
|
Required for each rule in the list with no duplication between rules
|
443
444
|
"""
|
@@ -445,7 +446,7 @@ class GetActiveDirectoryJoinPointRewriteRuleResult(dict):
|
|
445
446
|
|
446
447
|
@property
|
447
448
|
@pulumi.getter(name="rewriteResult")
|
448
|
-
def rewrite_result(self) -> str:
|
449
|
+
def rewrite_result(self) -> builtins.str:
|
449
450
|
"""
|
450
451
|
Required for each rule in the list
|
451
452
|
"""
|
@@ -453,7 +454,7 @@ class GetActiveDirectoryJoinPointRewriteRuleResult(dict):
|
|
453
454
|
|
454
455
|
@property
|
455
456
|
@pulumi.getter(name="rowId")
|
456
|
-
def row_id(self) -> str:
|
457
|
+
def row_id(self) -> builtins.str:
|
457
458
|
"""
|
458
459
|
Required for each rule in the list in serial order
|
459
460
|
"""
|
@@ -463,18 +464,18 @@ class GetActiveDirectoryJoinPointRewriteRuleResult(dict):
|
|
463
464
|
@pulumi.output_type
|
464
465
|
class GetIdentitySourceSequenceIdentitySourceResult(dict):
|
465
466
|
def __init__(__self__, *,
|
466
|
-
name: str,
|
467
|
-
order: int):
|
467
|
+
name: builtins.str,
|
468
|
+
order: builtins.int):
|
468
469
|
"""
|
469
|
-
:param str name: Name of the identity source
|
470
|
-
:param int order: Order of the identity source in the sequence
|
470
|
+
:param builtins.str name: Name of the identity source
|
471
|
+
:param builtins.int order: Order of the identity source in the sequence
|
471
472
|
"""
|
472
473
|
pulumi.set(__self__, "name", name)
|
473
474
|
pulumi.set(__self__, "order", order)
|
474
475
|
|
475
476
|
@property
|
476
477
|
@pulumi.getter
|
477
|
-
def name(self) -> str:
|
478
|
+
def name(self) -> builtins.str:
|
478
479
|
"""
|
479
480
|
Name of the identity source
|
480
481
|
"""
|
@@ -482,7 +483,7 @@ class GetIdentitySourceSequenceIdentitySourceResult(dict):
|
|
482
483
|
|
483
484
|
@property
|
484
485
|
@pulumi.getter
|
485
|
-
def order(self) -> int:
|
486
|
+
def order(self) -> builtins.int:
|
486
487
|
"""
|
487
488
|
Order of the identity source in the sequence
|
488
489
|
"""
|