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
|
@@ -48,7 +49,7 @@ class GetAllowedProtocolsTacacsResult:
|
|
48
49
|
|
49
50
|
@property
|
50
51
|
@pulumi.getter(name="allowChap")
|
51
|
-
def allow_chap(self) -> bool:
|
52
|
+
def allow_chap(self) -> builtins.bool:
|
52
53
|
"""
|
53
54
|
Allow CHAP
|
54
55
|
"""
|
@@ -56,7 +57,7 @@ class GetAllowedProtocolsTacacsResult:
|
|
56
57
|
|
57
58
|
@property
|
58
59
|
@pulumi.getter(name="allowMsChapV1")
|
59
|
-
def allow_ms_chap_v1(self) -> bool:
|
60
|
+
def allow_ms_chap_v1(self) -> builtins.bool:
|
60
61
|
"""
|
61
62
|
Allow MS CHAP v1
|
62
63
|
"""
|
@@ -64,7 +65,7 @@ class GetAllowedProtocolsTacacsResult:
|
|
64
65
|
|
65
66
|
@property
|
66
67
|
@pulumi.getter(name="allowPapAscii")
|
67
|
-
def allow_pap_ascii(self) -> bool:
|
68
|
+
def allow_pap_ascii(self) -> builtins.bool:
|
68
69
|
"""
|
69
70
|
Allow PAP ASCII
|
70
71
|
"""
|
@@ -72,7 +73,7 @@ class GetAllowedProtocolsTacacsResult:
|
|
72
73
|
|
73
74
|
@property
|
74
75
|
@pulumi.getter
|
75
|
-
def description(self) -> str:
|
76
|
+
def description(self) -> builtins.str:
|
76
77
|
"""
|
77
78
|
Description
|
78
79
|
"""
|
@@ -80,7 +81,7 @@ class GetAllowedProtocolsTacacsResult:
|
|
80
81
|
|
81
82
|
@property
|
82
83
|
@pulumi.getter
|
83
|
-
def id(self) -> str:
|
84
|
+
def id(self) -> builtins.str:
|
84
85
|
"""
|
85
86
|
The id of the object
|
86
87
|
"""
|
@@ -88,7 +89,7 @@ class GetAllowedProtocolsTacacsResult:
|
|
88
89
|
|
89
90
|
@property
|
90
91
|
@pulumi.getter
|
91
|
-
def name(self) -> str:
|
92
|
+
def name(self) -> builtins.str:
|
92
93
|
"""
|
93
94
|
The name of the allowed protocols
|
94
95
|
"""
|
@@ -109,8 +110,8 @@ class AwaitableGetAllowedProtocolsTacacsResult(GetAllowedProtocolsTacacsResult):
|
|
109
110
|
name=self.name)
|
110
111
|
|
111
112
|
|
112
|
-
def get_allowed_protocols_tacacs(id: Optional[str] = None,
|
113
|
-
name: Optional[str] = None,
|
113
|
+
def get_allowed_protocols_tacacs(id: Optional[builtins.str] = None,
|
114
|
+
name: Optional[builtins.str] = None,
|
114
115
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAllowedProtocolsTacacsResult:
|
115
116
|
"""
|
116
117
|
This data source can read a TACACS allowed protocols policy element.
|
@@ -125,8 +126,8 @@ def get_allowed_protocols_tacacs(id: Optional[str] = None,
|
|
125
126
|
```
|
126
127
|
|
127
128
|
|
128
|
-
:param str id: The id of the object
|
129
|
-
:param str name: The name of the allowed protocols
|
129
|
+
:param builtins.str id: The id of the object
|
130
|
+
:param builtins.str name: The name of the allowed protocols
|
130
131
|
"""
|
131
132
|
__args__ = dict()
|
132
133
|
__args__['id'] = id
|
@@ -141,8 +142,8 @@ def get_allowed_protocols_tacacs(id: Optional[str] = None,
|
|
141
142
|
description=pulumi.get(__ret__, 'description'),
|
142
143
|
id=pulumi.get(__ret__, 'id'),
|
143
144
|
name=pulumi.get(__ret__, 'name'))
|
144
|
-
def get_allowed_protocols_tacacs_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
145
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
145
|
+
def get_allowed_protocols_tacacs_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
146
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
146
147
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAllowedProtocolsTacacsResult]:
|
147
148
|
"""
|
148
149
|
This data source can read a TACACS allowed protocols policy element.
|
@@ -157,8 +158,8 @@ def get_allowed_protocols_tacacs_output(id: Optional[pulumi.Input[Optional[str]]
|
|
157
158
|
```
|
158
159
|
|
159
160
|
|
160
|
-
:param str id: The id of the object
|
161
|
-
:param str name: The name of the allowed protocols
|
161
|
+
:param builtins.str id: The id of the object
|
162
|
+
:param builtins.str name: The name of the allowed protocols
|
162
163
|
"""
|
163
164
|
__args__ = dict()
|
164
165
|
__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
|
@@ -96,7 +97,7 @@ class GetAuthenticationRuleResult:
|
|
96
97
|
|
97
98
|
@property
|
98
99
|
@pulumi.getter(name="conditionAttributeName")
|
99
|
-
def condition_attribute_name(self) -> str:
|
100
|
+
def condition_attribute_name(self) -> builtins.str:
|
100
101
|
"""
|
101
102
|
Dictionary attribute name
|
102
103
|
"""
|
@@ -104,7 +105,7 @@ class GetAuthenticationRuleResult:
|
|
104
105
|
|
105
106
|
@property
|
106
107
|
@pulumi.getter(name="conditionAttributeValue")
|
107
|
-
def condition_attribute_value(self) -> str:
|
108
|
+
def condition_attribute_value(self) -> builtins.str:
|
108
109
|
"""
|
109
110
|
Attribute value for condition. Value type is specified in dictionary object.
|
110
111
|
"""
|
@@ -112,7 +113,7 @@ class GetAuthenticationRuleResult:
|
|
112
113
|
|
113
114
|
@property
|
114
115
|
@pulumi.getter(name="conditionDictionaryName")
|
115
|
-
def condition_dictionary_name(self) -> str:
|
116
|
+
def condition_dictionary_name(self) -> builtins.str:
|
116
117
|
"""
|
117
118
|
Dictionary name
|
118
119
|
"""
|
@@ -120,7 +121,7 @@ class GetAuthenticationRuleResult:
|
|
120
121
|
|
121
122
|
@property
|
122
123
|
@pulumi.getter(name="conditionDictionaryValue")
|
123
|
-
def condition_dictionary_value(self) -> str:
|
124
|
+
def condition_dictionary_value(self) -> builtins.str:
|
124
125
|
"""
|
125
126
|
Dictionary value
|
126
127
|
"""
|
@@ -128,7 +129,7 @@ class GetAuthenticationRuleResult:
|
|
128
129
|
|
129
130
|
@property
|
130
131
|
@pulumi.getter(name="conditionId")
|
131
|
-
def condition_id(self) -> str:
|
132
|
+
def condition_id(self) -> builtins.str:
|
132
133
|
"""
|
133
134
|
UUID for condition
|
134
135
|
"""
|
@@ -136,7 +137,7 @@ class GetAuthenticationRuleResult:
|
|
136
137
|
|
137
138
|
@property
|
138
139
|
@pulumi.getter(name="conditionIsNegate")
|
139
|
-
def condition_is_negate(self) -> bool:
|
140
|
+
def condition_is_negate(self) -> builtins.bool:
|
140
141
|
"""
|
141
142
|
Indicates whereas this condition is in negate mode
|
142
143
|
"""
|
@@ -144,7 +145,7 @@ class GetAuthenticationRuleResult:
|
|
144
145
|
|
145
146
|
@property
|
146
147
|
@pulumi.getter(name="conditionOperator")
|
147
|
-
def condition_operator(self) -> str:
|
148
|
+
def condition_operator(self) -> builtins.str:
|
148
149
|
"""
|
149
150
|
Equality operator
|
150
151
|
"""
|
@@ -152,7 +153,7 @@ class GetAuthenticationRuleResult:
|
|
152
153
|
|
153
154
|
@property
|
154
155
|
@pulumi.getter(name="conditionType")
|
155
|
-
def condition_type(self) -> str:
|
156
|
+
def condition_type(self) -> builtins.str:
|
156
157
|
"""
|
157
158
|
Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
158
159
|
"""
|
@@ -160,7 +161,7 @@ class GetAuthenticationRuleResult:
|
|
160
161
|
|
161
162
|
@property
|
162
163
|
@pulumi.getter
|
163
|
-
def default(self) -> bool:
|
164
|
+
def default(self) -> builtins.bool:
|
164
165
|
"""
|
165
166
|
Indicates if this rule is the default one
|
166
167
|
"""
|
@@ -168,7 +169,7 @@ class GetAuthenticationRuleResult:
|
|
168
169
|
|
169
170
|
@property
|
170
171
|
@pulumi.getter
|
171
|
-
def id(self) -> str:
|
172
|
+
def id(self) -> builtins.str:
|
172
173
|
"""
|
173
174
|
The id of the object
|
174
175
|
"""
|
@@ -176,7 +177,7 @@ class GetAuthenticationRuleResult:
|
|
176
177
|
|
177
178
|
@property
|
178
179
|
@pulumi.getter(name="identitySourceName")
|
179
|
-
def identity_source_name(self) -> str:
|
180
|
+
def identity_source_name(self) -> builtins.str:
|
180
181
|
"""
|
181
182
|
Identity source name from the identity stores
|
182
183
|
"""
|
@@ -184,7 +185,7 @@ class GetAuthenticationRuleResult:
|
|
184
185
|
|
185
186
|
@property
|
186
187
|
@pulumi.getter(name="ifAuthFail")
|
187
|
-
def if_auth_fail(self) -> str:
|
188
|
+
def if_auth_fail(self) -> builtins.str:
|
188
189
|
"""
|
189
190
|
Action to perform when authentication fails such as Bad credentials, disabled user and so on
|
190
191
|
"""
|
@@ -192,7 +193,7 @@ class GetAuthenticationRuleResult:
|
|
192
193
|
|
193
194
|
@property
|
194
195
|
@pulumi.getter(name="ifProcessFail")
|
195
|
-
def if_process_fail(self) -> str:
|
196
|
+
def if_process_fail(self) -> builtins.str:
|
196
197
|
"""
|
197
198
|
Action to perform when ISE is unable to access the identity database
|
198
199
|
"""
|
@@ -200,7 +201,7 @@ class GetAuthenticationRuleResult:
|
|
200
201
|
|
201
202
|
@property
|
202
203
|
@pulumi.getter(name="ifUserNotFound")
|
203
|
-
def if_user_not_found(self) -> str:
|
204
|
+
def if_user_not_found(self) -> builtins.str:
|
204
205
|
"""
|
205
206
|
Action to perform when user is not found in any of identity stores
|
206
207
|
"""
|
@@ -208,7 +209,7 @@ class GetAuthenticationRuleResult:
|
|
208
209
|
|
209
210
|
@property
|
210
211
|
@pulumi.getter
|
211
|
-
def name(self) -> str:
|
212
|
+
def name(self) -> builtins.str:
|
212
213
|
"""
|
213
214
|
Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
214
215
|
"""
|
@@ -216,7 +217,7 @@ class GetAuthenticationRuleResult:
|
|
216
217
|
|
217
218
|
@property
|
218
219
|
@pulumi.getter(name="policySetId")
|
219
|
-
def policy_set_id(self) -> str:
|
220
|
+
def policy_set_id(self) -> builtins.str:
|
220
221
|
"""
|
221
222
|
Policy set ID
|
222
223
|
"""
|
@@ -224,7 +225,7 @@ class GetAuthenticationRuleResult:
|
|
224
225
|
|
225
226
|
@property
|
226
227
|
@pulumi.getter
|
227
|
-
def rank(self) -> int:
|
228
|
+
def rank(self) -> builtins.int:
|
228
229
|
"""
|
229
230
|
The rank (priority) in relation to other rules. Lower rank is higher priority.
|
230
231
|
"""
|
@@ -232,7 +233,7 @@ class GetAuthenticationRuleResult:
|
|
232
233
|
|
233
234
|
@property
|
234
235
|
@pulumi.getter
|
235
|
-
def state(self) -> str:
|
236
|
+
def state(self) -> builtins.str:
|
236
237
|
"""
|
237
238
|
The state that the rule is in. A disabled rule cannot be matched.
|
238
239
|
"""
|
@@ -266,9 +267,9 @@ class AwaitableGetAuthenticationRuleResult(GetAuthenticationRuleResult):
|
|
266
267
|
state=self.state)
|
267
268
|
|
268
269
|
|
269
|
-
def get_authentication_rule(id: Optional[str] = None,
|
270
|
-
name: Optional[str] = None,
|
271
|
-
policy_set_id: Optional[str] = None,
|
270
|
+
def get_authentication_rule(id: Optional[builtins.str] = None,
|
271
|
+
name: Optional[builtins.str] = None,
|
272
|
+
policy_set_id: Optional[builtins.str] = None,
|
272
273
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAuthenticationRuleResult:
|
273
274
|
"""
|
274
275
|
This data source can read the Device Admin Authentication Rule.
|
@@ -284,9 +285,9 @@ def get_authentication_rule(id: Optional[str] = None,
|
|
284
285
|
```
|
285
286
|
|
286
287
|
|
287
|
-
:param str id: The id of the object
|
288
|
-
:param str name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
289
|
-
:param str policy_set_id: Policy set ID
|
288
|
+
:param builtins.str id: The id of the object
|
289
|
+
:param builtins.str name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
290
|
+
:param builtins.str policy_set_id: Policy set ID
|
290
291
|
"""
|
291
292
|
__args__ = dict()
|
292
293
|
__args__['id'] = id
|
@@ -315,9 +316,9 @@ def get_authentication_rule(id: Optional[str] = None,
|
|
315
316
|
policy_set_id=pulumi.get(__ret__, 'policy_set_id'),
|
316
317
|
rank=pulumi.get(__ret__, 'rank'),
|
317
318
|
state=pulumi.get(__ret__, 'state'))
|
318
|
-
def get_authentication_rule_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
319
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
320
|
-
policy_set_id: Optional[pulumi.Input[str]] = None,
|
319
|
+
def get_authentication_rule_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
320
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
321
|
+
policy_set_id: Optional[pulumi.Input[builtins.str]] = None,
|
321
322
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAuthenticationRuleResult]:
|
322
323
|
"""
|
323
324
|
This data source can read the Device Admin Authentication Rule.
|
@@ -333,9 +334,9 @@ def get_authentication_rule_output(id: Optional[pulumi.Input[Optional[str]]] = N
|
|
333
334
|
```
|
334
335
|
|
335
336
|
|
336
|
-
:param str id: The id of the object
|
337
|
-
:param str name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
338
|
-
:param str policy_set_id: Policy set ID
|
337
|
+
:param builtins.str id: The id of the object
|
338
|
+
:param builtins.str name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
339
|
+
:param builtins.str policy_set_id: Policy set ID
|
339
340
|
"""
|
340
341
|
__args__ = dict()
|
341
342
|
__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
|
@@ -90,7 +91,7 @@ class GetAuthorizationExceptionRuleResult:
|
|
90
91
|
|
91
92
|
@property
|
92
93
|
@pulumi.getter(name="commandSets")
|
93
|
-
def command_sets(self) -> Sequence[str]:
|
94
|
+
def command_sets(self) -> Sequence[builtins.str]:
|
94
95
|
"""
|
95
96
|
Command sets enforce the specified list of commands that can be executed by a device administrator
|
96
97
|
"""
|
@@ -98,7 +99,7 @@ class GetAuthorizationExceptionRuleResult:
|
|
98
99
|
|
99
100
|
@property
|
100
101
|
@pulumi.getter(name="conditionAttributeName")
|
101
|
-
def condition_attribute_name(self) -> str:
|
102
|
+
def condition_attribute_name(self) -> builtins.str:
|
102
103
|
"""
|
103
104
|
Dictionary attribute name
|
104
105
|
"""
|
@@ -106,7 +107,7 @@ class GetAuthorizationExceptionRuleResult:
|
|
106
107
|
|
107
108
|
@property
|
108
109
|
@pulumi.getter(name="conditionAttributeValue")
|
109
|
-
def condition_attribute_value(self) -> str:
|
110
|
+
def condition_attribute_value(self) -> builtins.str:
|
110
111
|
"""
|
111
112
|
Attribute value for condition. Value type is specified in dictionary object.
|
112
113
|
"""
|
@@ -114,7 +115,7 @@ class GetAuthorizationExceptionRuleResult:
|
|
114
115
|
|
115
116
|
@property
|
116
117
|
@pulumi.getter(name="conditionDictionaryName")
|
117
|
-
def condition_dictionary_name(self) -> str:
|
118
|
+
def condition_dictionary_name(self) -> builtins.str:
|
118
119
|
"""
|
119
120
|
Dictionary name
|
120
121
|
"""
|
@@ -122,7 +123,7 @@ class GetAuthorizationExceptionRuleResult:
|
|
122
123
|
|
123
124
|
@property
|
124
125
|
@pulumi.getter(name="conditionDictionaryValue")
|
125
|
-
def condition_dictionary_value(self) -> str:
|
126
|
+
def condition_dictionary_value(self) -> builtins.str:
|
126
127
|
"""
|
127
128
|
Dictionary value
|
128
129
|
"""
|
@@ -130,7 +131,7 @@ class GetAuthorizationExceptionRuleResult:
|
|
130
131
|
|
131
132
|
@property
|
132
133
|
@pulumi.getter(name="conditionId")
|
133
|
-
def condition_id(self) -> str:
|
134
|
+
def condition_id(self) -> builtins.str:
|
134
135
|
"""
|
135
136
|
UUID for condition
|
136
137
|
"""
|
@@ -138,7 +139,7 @@ class GetAuthorizationExceptionRuleResult:
|
|
138
139
|
|
139
140
|
@property
|
140
141
|
@pulumi.getter(name="conditionIsNegate")
|
141
|
-
def condition_is_negate(self) -> bool:
|
142
|
+
def condition_is_negate(self) -> builtins.bool:
|
142
143
|
"""
|
143
144
|
Indicates whereas this condition is in negate mode
|
144
145
|
"""
|
@@ -146,7 +147,7 @@ class GetAuthorizationExceptionRuleResult:
|
|
146
147
|
|
147
148
|
@property
|
148
149
|
@pulumi.getter(name="conditionOperator")
|
149
|
-
def condition_operator(self) -> str:
|
150
|
+
def condition_operator(self) -> builtins.str:
|
150
151
|
"""
|
151
152
|
Equality operator
|
152
153
|
"""
|
@@ -154,7 +155,7 @@ class GetAuthorizationExceptionRuleResult:
|
|
154
155
|
|
155
156
|
@property
|
156
157
|
@pulumi.getter(name="conditionType")
|
157
|
-
def condition_type(self) -> str:
|
158
|
+
def condition_type(self) -> builtins.str:
|
158
159
|
"""
|
159
160
|
Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
160
161
|
"""
|
@@ -162,7 +163,7 @@ class GetAuthorizationExceptionRuleResult:
|
|
162
163
|
|
163
164
|
@property
|
164
165
|
@pulumi.getter
|
165
|
-
def default(self) -> bool:
|
166
|
+
def default(self) -> builtins.bool:
|
166
167
|
"""
|
167
168
|
Indicates if this rule is the default one
|
168
169
|
"""
|
@@ -170,7 +171,7 @@ class GetAuthorizationExceptionRuleResult:
|
|
170
171
|
|
171
172
|
@property
|
172
173
|
@pulumi.getter
|
173
|
-
def id(self) -> str:
|
174
|
+
def id(self) -> builtins.str:
|
174
175
|
"""
|
175
176
|
The id of the object
|
176
177
|
"""
|
@@ -178,7 +179,7 @@ class GetAuthorizationExceptionRuleResult:
|
|
178
179
|
|
179
180
|
@property
|
180
181
|
@pulumi.getter
|
181
|
-
def name(self) -> str:
|
182
|
+
def name(self) -> builtins.str:
|
182
183
|
"""
|
183
184
|
Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
184
185
|
"""
|
@@ -186,7 +187,7 @@ class GetAuthorizationExceptionRuleResult:
|
|
186
187
|
|
187
188
|
@property
|
188
189
|
@pulumi.getter(name="policySetId")
|
189
|
-
def policy_set_id(self) -> str:
|
190
|
+
def policy_set_id(self) -> builtins.str:
|
190
191
|
"""
|
191
192
|
Policy set ID
|
192
193
|
"""
|
@@ -194,7 +195,7 @@ class GetAuthorizationExceptionRuleResult:
|
|
194
195
|
|
195
196
|
@property
|
196
197
|
@pulumi.getter
|
197
|
-
def profile(self) -> str:
|
198
|
+
def profile(self) -> builtins.str:
|
198
199
|
"""
|
199
200
|
Device admin profiles control the initial login session of the device administrator
|
200
201
|
"""
|
@@ -202,7 +203,7 @@ class GetAuthorizationExceptionRuleResult:
|
|
202
203
|
|
203
204
|
@property
|
204
205
|
@pulumi.getter
|
205
|
-
def rank(self) -> int:
|
206
|
+
def rank(self) -> builtins.int:
|
206
207
|
"""
|
207
208
|
The rank (priority) in relation to other rules. Lower rank is higher priority.
|
208
209
|
"""
|
@@ -210,7 +211,7 @@ class GetAuthorizationExceptionRuleResult:
|
|
210
211
|
|
211
212
|
@property
|
212
213
|
@pulumi.getter
|
213
|
-
def state(self) -> str:
|
214
|
+
def state(self) -> builtins.str:
|
214
215
|
"""
|
215
216
|
The state that the rule is in. A disabled rule cannot be matched.
|
216
217
|
"""
|
@@ -242,9 +243,9 @@ class AwaitableGetAuthorizationExceptionRuleResult(GetAuthorizationExceptionRule
|
|
242
243
|
state=self.state)
|
243
244
|
|
244
245
|
|
245
|
-
def get_authorization_exception_rule(id: Optional[str] = None,
|
246
|
-
name: Optional[str] = None,
|
247
|
-
policy_set_id: Optional[str] = None,
|
246
|
+
def get_authorization_exception_rule(id: Optional[builtins.str] = None,
|
247
|
+
name: Optional[builtins.str] = None,
|
248
|
+
policy_set_id: Optional[builtins.str] = None,
|
248
249
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAuthorizationExceptionRuleResult:
|
249
250
|
"""
|
250
251
|
This data source can read the Device Admin Authorization Exception Rule.
|
@@ -260,9 +261,9 @@ def get_authorization_exception_rule(id: Optional[str] = None,
|
|
260
261
|
```
|
261
262
|
|
262
263
|
|
263
|
-
:param str id: The id of the object
|
264
|
-
:param str name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
265
|
-
:param str policy_set_id: Policy set ID
|
264
|
+
:param builtins.str id: The id of the object
|
265
|
+
:param builtins.str name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
266
|
+
:param builtins.str policy_set_id: Policy set ID
|
266
267
|
"""
|
267
268
|
__args__ = dict()
|
268
269
|
__args__['id'] = id
|
@@ -289,9 +290,9 @@ def get_authorization_exception_rule(id: Optional[str] = None,
|
|
289
290
|
profile=pulumi.get(__ret__, 'profile'),
|
290
291
|
rank=pulumi.get(__ret__, 'rank'),
|
291
292
|
state=pulumi.get(__ret__, 'state'))
|
292
|
-
def get_authorization_exception_rule_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
293
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
294
|
-
policy_set_id: Optional[pulumi.Input[str]] = None,
|
293
|
+
def get_authorization_exception_rule_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
294
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
295
|
+
policy_set_id: Optional[pulumi.Input[builtins.str]] = None,
|
295
296
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAuthorizationExceptionRuleResult]:
|
296
297
|
"""
|
297
298
|
This data source can read the Device Admin Authorization Exception Rule.
|
@@ -307,9 +308,9 @@ def get_authorization_exception_rule_output(id: Optional[pulumi.Input[Optional[s
|
|
307
308
|
```
|
308
309
|
|
309
310
|
|
310
|
-
:param str id: The id of the object
|
311
|
-
:param str name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
312
|
-
:param str policy_set_id: Policy set ID
|
311
|
+
:param builtins.str id: The id of the object
|
312
|
+
:param builtins.str name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
313
|
+
:param builtins.str policy_set_id: Policy set ID
|
313
314
|
"""
|
314
315
|
__args__ = dict()
|
315
316
|
__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
|
@@ -84,7 +85,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
|
|
84
85
|
|
85
86
|
@property
|
86
87
|
@pulumi.getter(name="commandSets")
|
87
|
-
def command_sets(self) -> Sequence[str]:
|
88
|
+
def command_sets(self) -> Sequence[builtins.str]:
|
88
89
|
"""
|
89
90
|
Command sets enforce the specified list of commands that can be executed by a device administrator
|
90
91
|
"""
|
@@ -92,7 +93,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
|
|
92
93
|
|
93
94
|
@property
|
94
95
|
@pulumi.getter(name="conditionAttributeName")
|
95
|
-
def condition_attribute_name(self) -> str:
|
96
|
+
def condition_attribute_name(self) -> builtins.str:
|
96
97
|
"""
|
97
98
|
Dictionary attribute name
|
98
99
|
"""
|
@@ -100,7 +101,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
|
|
100
101
|
|
101
102
|
@property
|
102
103
|
@pulumi.getter(name="conditionAttributeValue")
|
103
|
-
def condition_attribute_value(self) -> str:
|
104
|
+
def condition_attribute_value(self) -> builtins.str:
|
104
105
|
"""
|
105
106
|
Attribute value for condition. Value type is specified in dictionary object.
|
106
107
|
"""
|
@@ -108,7 +109,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
|
|
108
109
|
|
109
110
|
@property
|
110
111
|
@pulumi.getter(name="conditionDictionaryName")
|
111
|
-
def condition_dictionary_name(self) -> str:
|
112
|
+
def condition_dictionary_name(self) -> builtins.str:
|
112
113
|
"""
|
113
114
|
Dictionary name
|
114
115
|
"""
|
@@ -116,7 +117,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
|
|
116
117
|
|
117
118
|
@property
|
118
119
|
@pulumi.getter(name="conditionDictionaryValue")
|
119
|
-
def condition_dictionary_value(self) -> str:
|
120
|
+
def condition_dictionary_value(self) -> builtins.str:
|
120
121
|
"""
|
121
122
|
Dictionary value
|
122
123
|
"""
|
@@ -124,7 +125,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
|
|
124
125
|
|
125
126
|
@property
|
126
127
|
@pulumi.getter(name="conditionId")
|
127
|
-
def condition_id(self) -> str:
|
128
|
+
def condition_id(self) -> builtins.str:
|
128
129
|
"""
|
129
130
|
UUID for condition
|
130
131
|
"""
|
@@ -132,7 +133,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
|
|
132
133
|
|
133
134
|
@property
|
134
135
|
@pulumi.getter(name="conditionIsNegate")
|
135
|
-
def condition_is_negate(self) -> bool:
|
136
|
+
def condition_is_negate(self) -> builtins.bool:
|
136
137
|
"""
|
137
138
|
Indicates whereas this condition is in negate mode
|
138
139
|
"""
|
@@ -140,7 +141,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
|
|
140
141
|
|
141
142
|
@property
|
142
143
|
@pulumi.getter(name="conditionOperator")
|
143
|
-
def condition_operator(self) -> str:
|
144
|
+
def condition_operator(self) -> builtins.str:
|
144
145
|
"""
|
145
146
|
Equality operator
|
146
147
|
"""
|
@@ -148,7 +149,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
|
|
148
149
|
|
149
150
|
@property
|
150
151
|
@pulumi.getter(name="conditionType")
|
151
|
-
def condition_type(self) -> str:
|
152
|
+
def condition_type(self) -> builtins.str:
|
152
153
|
"""
|
153
154
|
Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
154
155
|
"""
|
@@ -156,7 +157,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
|
|
156
157
|
|
157
158
|
@property
|
158
159
|
@pulumi.getter
|
159
|
-
def id(self) -> str:
|
160
|
+
def id(self) -> builtins.str:
|
160
161
|
"""
|
161
162
|
The id of the object
|
162
163
|
"""
|
@@ -164,7 +165,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
|
|
164
165
|
|
165
166
|
@property
|
166
167
|
@pulumi.getter
|
167
|
-
def name(self) -> str:
|
168
|
+
def name(self) -> builtins.str:
|
168
169
|
"""
|
169
170
|
Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
170
171
|
"""
|
@@ -172,7 +173,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
|
|
172
173
|
|
173
174
|
@property
|
174
175
|
@pulumi.getter
|
175
|
-
def profile(self) -> str:
|
176
|
+
def profile(self) -> builtins.str:
|
176
177
|
"""
|
177
178
|
Device admin profiles control the initial login session of the device administrator
|
178
179
|
"""
|
@@ -180,7 +181,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
|
|
180
181
|
|
181
182
|
@property
|
182
183
|
@pulumi.getter
|
183
|
-
def rank(self) -> int:
|
184
|
+
def rank(self) -> builtins.int:
|
184
185
|
"""
|
185
186
|
The rank (priority) in relation to other rules. Lower rank is higher priority.
|
186
187
|
"""
|
@@ -188,7 +189,7 @@ class GetAuthorizationGlobalExceptionRuleResult:
|
|
188
189
|
|
189
190
|
@property
|
190
191
|
@pulumi.getter
|
191
|
-
def state(self) -> str:
|
192
|
+
def state(self) -> builtins.str:
|
192
193
|
"""
|
193
194
|
The state that the rule is in. A disabled rule cannot be matched.
|
194
195
|
"""
|
@@ -218,8 +219,8 @@ class AwaitableGetAuthorizationGlobalExceptionRuleResult(GetAuthorizationGlobalE
|
|
218
219
|
state=self.state)
|
219
220
|
|
220
221
|
|
221
|
-
def get_authorization_global_exception_rule(id: Optional[str] = None,
|
222
|
-
name: Optional[str] = None,
|
222
|
+
def get_authorization_global_exception_rule(id: Optional[builtins.str] = None,
|
223
|
+
name: Optional[builtins.str] = None,
|
223
224
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAuthorizationGlobalExceptionRuleResult:
|
224
225
|
"""
|
225
226
|
This data source can read the Device Admin Authorization Global Exception Rule.
|
@@ -234,8 +235,8 @@ def get_authorization_global_exception_rule(id: Optional[str] = None,
|
|
234
235
|
```
|
235
236
|
|
236
237
|
|
237
|
-
:param str id: The id of the object
|
238
|
-
:param str name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
238
|
+
:param builtins.str id: The id of the object
|
239
|
+
:param builtins.str name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
239
240
|
"""
|
240
241
|
__args__ = dict()
|
241
242
|
__args__['id'] = id
|
@@ -259,8 +260,8 @@ def get_authorization_global_exception_rule(id: Optional[str] = None,
|
|
259
260
|
profile=pulumi.get(__ret__, 'profile'),
|
260
261
|
rank=pulumi.get(__ret__, 'rank'),
|
261
262
|
state=pulumi.get(__ret__, 'state'))
|
262
|
-
def get_authorization_global_exception_rule_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
263
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
263
|
+
def get_authorization_global_exception_rule_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
264
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
264
265
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAuthorizationGlobalExceptionRuleResult]:
|
265
266
|
"""
|
266
267
|
This data source can read the Device Admin Authorization Global Exception Rule.
|
@@ -275,8 +276,8 @@ def get_authorization_global_exception_rule_output(id: Optional[pulumi.Input[Opt
|
|
275
276
|
```
|
276
277
|
|
277
278
|
|
278
|
-
:param str id: The id of the object
|
279
|
-
:param str name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
279
|
+
:param builtins.str id: The id of the object
|
280
|
+
:param builtins.str name: Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
280
281
|
"""
|
281
282
|
__args__ = dict()
|
282
283
|
__args__['id'] = id
|