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
|
@@ -90,7 +91,7 @@ class GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 GetAuthorizationRuleResult:
|
|
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 AwaitableGetAuthorizationRuleResult(GetAuthorizationRuleResult):
|
|
242
243
|
state=self.state)
|
243
244
|
|
244
245
|
|
245
|
-
def get_authorization_rule(id: Optional[str] = None,
|
246
|
-
name: Optional[str] = None,
|
247
|
-
policy_set_id: Optional[str] = None,
|
246
|
+
def get_authorization_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) -> AwaitableGetAuthorizationRuleResult:
|
249
250
|
"""
|
250
251
|
This data source can read the Device Admin Authorization Rule.
|
@@ -260,9 +261,9 @@ def get_authorization_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_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_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_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[GetAuthorizationRuleResult]:
|
296
297
|
"""
|
297
298
|
This data source can read the Device Admin Authorization Rule.
|
@@ -307,9 +308,9 @@ def get_authorization_rule_output(id: Optional[pulumi.Input[Optional[str]]] = No
|
|
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
|
@@ -64,7 +65,7 @@ class GetConditionResult:
|
|
64
65
|
|
65
66
|
@property
|
66
67
|
@pulumi.getter(name="attributeName")
|
67
|
-
def attribute_name(self) -> str:
|
68
|
+
def attribute_name(self) -> builtins.str:
|
68
69
|
"""
|
69
70
|
Dictionary attribute name
|
70
71
|
"""
|
@@ -72,7 +73,7 @@ class GetConditionResult:
|
|
72
73
|
|
73
74
|
@property
|
74
75
|
@pulumi.getter(name="attributeValue")
|
75
|
-
def attribute_value(self) -> str:
|
76
|
+
def attribute_value(self) -> builtins.str:
|
76
77
|
"""
|
77
78
|
Attribute value for condition. Value type is specified in dictionary object.
|
78
79
|
"""
|
@@ -88,7 +89,7 @@ class GetConditionResult:
|
|
88
89
|
|
89
90
|
@property
|
90
91
|
@pulumi.getter(name="conditionType")
|
91
|
-
def condition_type(self) -> str:
|
92
|
+
def condition_type(self) -> builtins.str:
|
92
93
|
"""
|
93
94
|
Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
94
95
|
"""
|
@@ -96,7 +97,7 @@ class GetConditionResult:
|
|
96
97
|
|
97
98
|
@property
|
98
99
|
@pulumi.getter
|
99
|
-
def description(self) -> str:
|
100
|
+
def description(self) -> builtins.str:
|
100
101
|
"""
|
101
102
|
Condition description
|
102
103
|
"""
|
@@ -104,7 +105,7 @@ class GetConditionResult:
|
|
104
105
|
|
105
106
|
@property
|
106
107
|
@pulumi.getter(name="dictionaryName")
|
107
|
-
def dictionary_name(self) -> str:
|
108
|
+
def dictionary_name(self) -> builtins.str:
|
108
109
|
"""
|
109
110
|
Dictionary name
|
110
111
|
"""
|
@@ -112,7 +113,7 @@ class GetConditionResult:
|
|
112
113
|
|
113
114
|
@property
|
114
115
|
@pulumi.getter(name="dictionaryValue")
|
115
|
-
def dictionary_value(self) -> str:
|
116
|
+
def dictionary_value(self) -> builtins.str:
|
116
117
|
"""
|
117
118
|
Dictionary value
|
118
119
|
"""
|
@@ -120,7 +121,7 @@ class GetConditionResult:
|
|
120
121
|
|
121
122
|
@property
|
122
123
|
@pulumi.getter
|
123
|
-
def id(self) -> str:
|
124
|
+
def id(self) -> builtins.str:
|
124
125
|
"""
|
125
126
|
The id of the object
|
126
127
|
"""
|
@@ -128,7 +129,7 @@ class GetConditionResult:
|
|
128
129
|
|
129
130
|
@property
|
130
131
|
@pulumi.getter(name="isNegate")
|
131
|
-
def is_negate(self) -> bool:
|
132
|
+
def is_negate(self) -> builtins.bool:
|
132
133
|
"""
|
133
134
|
Indicates whereas this condition is in negate mode
|
134
135
|
"""
|
@@ -136,7 +137,7 @@ class GetConditionResult:
|
|
136
137
|
|
137
138
|
@property
|
138
139
|
@pulumi.getter
|
139
|
-
def name(self) -> str:
|
140
|
+
def name(self) -> builtins.str:
|
140
141
|
"""
|
141
142
|
Condition name
|
142
143
|
"""
|
@@ -144,7 +145,7 @@ class GetConditionResult:
|
|
144
145
|
|
145
146
|
@property
|
146
147
|
@pulumi.getter
|
147
|
-
def operator(self) -> str:
|
148
|
+
def operator(self) -> builtins.str:
|
148
149
|
"""
|
149
150
|
Equality operator
|
150
151
|
"""
|
@@ -170,8 +171,8 @@ class AwaitableGetConditionResult(GetConditionResult):
|
|
170
171
|
operator=self.operator)
|
171
172
|
|
172
173
|
|
173
|
-
def get_condition(id: Optional[str] = None,
|
174
|
-
name: Optional[str] = None,
|
174
|
+
def get_condition(id: Optional[builtins.str] = None,
|
175
|
+
name: Optional[builtins.str] = None,
|
175
176
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetConditionResult:
|
176
177
|
"""
|
177
178
|
This data source can read the Device Admin Condition.
|
@@ -186,8 +187,8 @@ def get_condition(id: Optional[str] = None,
|
|
186
187
|
```
|
187
188
|
|
188
189
|
|
189
|
-
:param str id: The id of the object
|
190
|
-
:param str name: Condition name
|
190
|
+
:param builtins.str id: The id of the object
|
191
|
+
:param builtins.str name: Condition name
|
191
192
|
"""
|
192
193
|
__args__ = dict()
|
193
194
|
__args__['id'] = id
|
@@ -207,8 +208,8 @@ def get_condition(id: Optional[str] = None,
|
|
207
208
|
is_negate=pulumi.get(__ret__, 'is_negate'),
|
208
209
|
name=pulumi.get(__ret__, 'name'),
|
209
210
|
operator=pulumi.get(__ret__, 'operator'))
|
210
|
-
def get_condition_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
211
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
211
|
+
def get_condition_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
212
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
212
213
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetConditionResult]:
|
213
214
|
"""
|
214
215
|
This data source can read the Device Admin Condition.
|
@@ -223,8 +224,8 @@ def get_condition_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
223
224
|
```
|
224
225
|
|
225
226
|
|
226
|
-
:param str id: The id of the object
|
227
|
-
:param str name: Condition name
|
227
|
+
:param builtins.str id: The id of the object
|
228
|
+
:param builtins.str name: Condition name
|
228
229
|
"""
|
229
230
|
__args__ = dict()
|
230
231
|
__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 GetPolicySetResult:
|
|
90
91
|
|
91
92
|
@property
|
92
93
|
@pulumi.getter(name="conditionAttributeName")
|
93
|
-
def condition_attribute_name(self) -> str:
|
94
|
+
def condition_attribute_name(self) -> builtins.str:
|
94
95
|
"""
|
95
96
|
Dictionary attribute name
|
96
97
|
"""
|
@@ -98,7 +99,7 @@ class GetPolicySetResult:
|
|
98
99
|
|
99
100
|
@property
|
100
101
|
@pulumi.getter(name="conditionAttributeValue")
|
101
|
-
def condition_attribute_value(self) -> str:
|
102
|
+
def condition_attribute_value(self) -> builtins.str:
|
102
103
|
"""
|
103
104
|
Attribute value for condition. Value type is specified in dictionary object.
|
104
105
|
"""
|
@@ -106,7 +107,7 @@ class GetPolicySetResult:
|
|
106
107
|
|
107
108
|
@property
|
108
109
|
@pulumi.getter(name="conditionDictionaryName")
|
109
|
-
def condition_dictionary_name(self) -> str:
|
110
|
+
def condition_dictionary_name(self) -> builtins.str:
|
110
111
|
"""
|
111
112
|
Dictionary name
|
112
113
|
"""
|
@@ -114,7 +115,7 @@ class GetPolicySetResult:
|
|
114
115
|
|
115
116
|
@property
|
116
117
|
@pulumi.getter(name="conditionDictionaryValue")
|
117
|
-
def condition_dictionary_value(self) -> str:
|
118
|
+
def condition_dictionary_value(self) -> builtins.str:
|
118
119
|
"""
|
119
120
|
Dictionary value
|
120
121
|
"""
|
@@ -122,7 +123,7 @@ class GetPolicySetResult:
|
|
122
123
|
|
123
124
|
@property
|
124
125
|
@pulumi.getter(name="conditionId")
|
125
|
-
def condition_id(self) -> str:
|
126
|
+
def condition_id(self) -> builtins.str:
|
126
127
|
"""
|
127
128
|
UUID for condition
|
128
129
|
"""
|
@@ -130,7 +131,7 @@ class GetPolicySetResult:
|
|
130
131
|
|
131
132
|
@property
|
132
133
|
@pulumi.getter(name="conditionIsNegate")
|
133
|
-
def condition_is_negate(self) -> bool:
|
134
|
+
def condition_is_negate(self) -> builtins.bool:
|
134
135
|
"""
|
135
136
|
Indicates whereas this condition is in negate mode
|
136
137
|
"""
|
@@ -138,7 +139,7 @@ class GetPolicySetResult:
|
|
138
139
|
|
139
140
|
@property
|
140
141
|
@pulumi.getter(name="conditionOperator")
|
141
|
-
def condition_operator(self) -> str:
|
142
|
+
def condition_operator(self) -> builtins.str:
|
142
143
|
"""
|
143
144
|
Equality operator
|
144
145
|
"""
|
@@ -146,7 +147,7 @@ class GetPolicySetResult:
|
|
146
147
|
|
147
148
|
@property
|
148
149
|
@pulumi.getter(name="conditionType")
|
149
|
-
def condition_type(self) -> str:
|
150
|
+
def condition_type(self) -> builtins.str:
|
150
151
|
"""
|
151
152
|
Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
152
153
|
"""
|
@@ -154,7 +155,7 @@ class GetPolicySetResult:
|
|
154
155
|
|
155
156
|
@property
|
156
157
|
@pulumi.getter
|
157
|
-
def default(self) -> bool:
|
158
|
+
def default(self) -> builtins.bool:
|
158
159
|
"""
|
159
160
|
Indicates if this policy set is the default one
|
160
161
|
"""
|
@@ -162,7 +163,7 @@ class GetPolicySetResult:
|
|
162
163
|
|
163
164
|
@property
|
164
165
|
@pulumi.getter
|
165
|
-
def description(self) -> str:
|
166
|
+
def description(self) -> builtins.str:
|
166
167
|
"""
|
167
168
|
The description of the policy set
|
168
169
|
"""
|
@@ -170,7 +171,7 @@ class GetPolicySetResult:
|
|
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 GetPolicySetResult:
|
|
178
179
|
|
179
180
|
@property
|
180
181
|
@pulumi.getter(name="isProxy")
|
181
|
-
def is_proxy(self) -> bool:
|
182
|
+
def is_proxy(self) -> builtins.bool:
|
182
183
|
"""
|
183
184
|
Flag which indicates if the policy set service is of type 'Proxy Sequence' or 'Allowed Protocols'
|
184
185
|
"""
|
@@ -186,7 +187,7 @@ class GetPolicySetResult:
|
|
186
187
|
|
187
188
|
@property
|
188
189
|
@pulumi.getter
|
189
|
-
def name(self) -> str:
|
190
|
+
def name(self) -> builtins.str:
|
190
191
|
"""
|
191
192
|
Given name for the policy set, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
192
193
|
"""
|
@@ -194,7 +195,7 @@ class GetPolicySetResult:
|
|
194
195
|
|
195
196
|
@property
|
196
197
|
@pulumi.getter
|
197
|
-
def rank(self) -> int:
|
198
|
+
def rank(self) -> builtins.int:
|
198
199
|
"""
|
199
200
|
The rank (priority) in relation to other policy sets. Lower rank is higher priority.
|
200
201
|
"""
|
@@ -202,7 +203,7 @@ class GetPolicySetResult:
|
|
202
203
|
|
203
204
|
@property
|
204
205
|
@pulumi.getter(name="serviceName")
|
205
|
-
def service_name(self) -> str:
|
206
|
+
def service_name(self) -> builtins.str:
|
206
207
|
"""
|
207
208
|
Policy set service identifier. 'Allowed Protocols' or 'Server Sequence'.
|
208
209
|
"""
|
@@ -210,7 +211,7 @@ class GetPolicySetResult:
|
|
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 policy set is in. A disabled policy set cannot be matched.
|
216
217
|
"""
|
@@ -242,8 +243,8 @@ class AwaitableGetPolicySetResult(GetPolicySetResult):
|
|
242
243
|
state=self.state)
|
243
244
|
|
244
245
|
|
245
|
-
def get_policy_set(id: Optional[str] = None,
|
246
|
-
name: Optional[str] = None,
|
246
|
+
def get_policy_set(id: Optional[builtins.str] = None,
|
247
|
+
name: Optional[builtins.str] = None,
|
247
248
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPolicySetResult:
|
248
249
|
"""
|
249
250
|
This data source can read the Device Admin Policy Set.
|
@@ -258,8 +259,8 @@ def get_policy_set(id: Optional[str] = None,
|
|
258
259
|
```
|
259
260
|
|
260
261
|
|
261
|
-
:param str id: The id of the object
|
262
|
-
:param str name: Given name for the policy set, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
262
|
+
:param builtins.str id: The id of the object
|
263
|
+
:param builtins.str name: Given name for the policy set, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
263
264
|
"""
|
264
265
|
__args__ = dict()
|
265
266
|
__args__['id'] = id
|
@@ -285,8 +286,8 @@ def get_policy_set(id: Optional[str] = None,
|
|
285
286
|
rank=pulumi.get(__ret__, 'rank'),
|
286
287
|
service_name=pulumi.get(__ret__, 'service_name'),
|
287
288
|
state=pulumi.get(__ret__, 'state'))
|
288
|
-
def get_policy_set_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
289
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
289
|
+
def get_policy_set_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
290
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
290
291
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPolicySetResult]:
|
291
292
|
"""
|
292
293
|
This data source can read the Device Admin Policy Set.
|
@@ -301,8 +302,8 @@ def get_policy_set_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
301
302
|
```
|
302
303
|
|
303
304
|
|
304
|
-
:param str id: The id of the object
|
305
|
-
:param str name: Given name for the policy set, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
305
|
+
:param builtins.str id: The id of the object
|
306
|
+
:param builtins.str name: Given name for the policy set, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
306
307
|
"""
|
307
308
|
__args__ = dict()
|
308
309
|
__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
|
@@ -51,7 +52,7 @@ class GetTacacsCommandSetResult:
|
|
51
52
|
|
52
53
|
@property
|
53
54
|
@pulumi.getter
|
54
|
-
def description(self) -> str:
|
55
|
+
def description(self) -> builtins.str:
|
55
56
|
"""
|
56
57
|
Description
|
57
58
|
"""
|
@@ -59,7 +60,7 @@ class GetTacacsCommandSetResult:
|
|
59
60
|
|
60
61
|
@property
|
61
62
|
@pulumi.getter
|
62
|
-
def id(self) -> str:
|
63
|
+
def id(self) -> builtins.str:
|
63
64
|
"""
|
64
65
|
The id of the object
|
65
66
|
"""
|
@@ -67,7 +68,7 @@ class GetTacacsCommandSetResult:
|
|
67
68
|
|
68
69
|
@property
|
69
70
|
@pulumi.getter
|
70
|
-
def name(self) -> str:
|
71
|
+
def name(self) -> builtins.str:
|
71
72
|
"""
|
72
73
|
The name of the TACACS command set
|
73
74
|
"""
|
@@ -75,7 +76,7 @@ class GetTacacsCommandSetResult:
|
|
75
76
|
|
76
77
|
@property
|
77
78
|
@pulumi.getter(name="permitUnmatched")
|
78
|
-
def permit_unmatched(self) -> bool:
|
79
|
+
def permit_unmatched(self) -> builtins.bool:
|
79
80
|
"""
|
80
81
|
Permit unmatched commands
|
81
82
|
"""
|
@@ -95,8 +96,8 @@ class AwaitableGetTacacsCommandSetResult(GetTacacsCommandSetResult):
|
|
95
96
|
permit_unmatched=self.permit_unmatched)
|
96
97
|
|
97
98
|
|
98
|
-
def get_tacacs_command_set(id: Optional[str] = None,
|
99
|
-
name: Optional[str] = None,
|
99
|
+
def get_tacacs_command_set(id: Optional[builtins.str] = None,
|
100
|
+
name: Optional[builtins.str] = None,
|
100
101
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTacacsCommandSetResult:
|
101
102
|
"""
|
102
103
|
This data source can read the TACACS Command Set.
|
@@ -111,8 +112,8 @@ def get_tacacs_command_set(id: Optional[str] = None,
|
|
111
112
|
```
|
112
113
|
|
113
114
|
|
114
|
-
:param str id: The id of the object
|
115
|
-
:param str name: The name of the TACACS command set
|
115
|
+
:param builtins.str id: The id of the object
|
116
|
+
:param builtins.str name: The name of the TACACS command set
|
116
117
|
"""
|
117
118
|
__args__ = dict()
|
118
119
|
__args__['id'] = id
|
@@ -126,8 +127,8 @@ def get_tacacs_command_set(id: Optional[str] = None,
|
|
126
127
|
id=pulumi.get(__ret__, 'id'),
|
127
128
|
name=pulumi.get(__ret__, 'name'),
|
128
129
|
permit_unmatched=pulumi.get(__ret__, 'permit_unmatched'))
|
129
|
-
def get_tacacs_command_set_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
130
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
130
|
+
def get_tacacs_command_set_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
131
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
131
132
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTacacsCommandSetResult]:
|
132
133
|
"""
|
133
134
|
This data source can read the TACACS Command Set.
|
@@ -142,8 +143,8 @@ def get_tacacs_command_set_output(id: Optional[pulumi.Input[Optional[str]]] = No
|
|
142
143
|
```
|
143
144
|
|
144
145
|
|
145
|
-
:param str id: The id of the object
|
146
|
-
:param str name: The name of the TACACS command set
|
146
|
+
:param builtins.str id: The id of the object
|
147
|
+
:param builtins.str name: The name of the TACACS command set
|
147
148
|
"""
|
148
149
|
__args__ = dict()
|
149
150
|
__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
|
@@ -43,7 +44,7 @@ class GetTacacsProfileResult:
|
|
43
44
|
|
44
45
|
@property
|
45
46
|
@pulumi.getter
|
46
|
-
def description(self) -> str:
|
47
|
+
def description(self) -> builtins.str:
|
47
48
|
"""
|
48
49
|
Description
|
49
50
|
"""
|
@@ -51,7 +52,7 @@ class GetTacacsProfileResult:
|
|
51
52
|
|
52
53
|
@property
|
53
54
|
@pulumi.getter
|
54
|
-
def id(self) -> str:
|
55
|
+
def id(self) -> builtins.str:
|
55
56
|
"""
|
56
57
|
The id of the object
|
57
58
|
"""
|
@@ -59,7 +60,7 @@ class GetTacacsProfileResult:
|
|
59
60
|
|
60
61
|
@property
|
61
62
|
@pulumi.getter
|
62
|
-
def name(self) -> str:
|
63
|
+
def name(self) -> builtins.str:
|
63
64
|
"""
|
64
65
|
The name of the TACACS profile
|
65
66
|
"""
|
@@ -83,8 +84,8 @@ class AwaitableGetTacacsProfileResult(GetTacacsProfileResult):
|
|
83
84
|
session_attributes=self.session_attributes)
|
84
85
|
|
85
86
|
|
86
|
-
def get_tacacs_profile(id: Optional[str] = None,
|
87
|
-
name: Optional[str] = None,
|
87
|
+
def get_tacacs_profile(id: Optional[builtins.str] = None,
|
88
|
+
name: Optional[builtins.str] = None,
|
88
89
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTacacsProfileResult:
|
89
90
|
"""
|
90
91
|
This data source can read the TACACS Profile.
|
@@ -99,8 +100,8 @@ def get_tacacs_profile(id: Optional[str] = None,
|
|
99
100
|
```
|
100
101
|
|
101
102
|
|
102
|
-
:param str id: The id of the object
|
103
|
-
:param str name: The name of the TACACS profile
|
103
|
+
:param builtins.str id: The id of the object
|
104
|
+
:param builtins.str name: The name of the TACACS profile
|
104
105
|
"""
|
105
106
|
__args__ = dict()
|
106
107
|
__args__['id'] = id
|
@@ -113,8 +114,8 @@ def get_tacacs_profile(id: Optional[str] = None,
|
|
113
114
|
id=pulumi.get(__ret__, 'id'),
|
114
115
|
name=pulumi.get(__ret__, 'name'),
|
115
116
|
session_attributes=pulumi.get(__ret__, 'session_attributes'))
|
116
|
-
def get_tacacs_profile_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
117
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
117
|
+
def get_tacacs_profile_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
118
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
118
119
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTacacsProfileResult]:
|
119
120
|
"""
|
120
121
|
This data source can read the TACACS Profile.
|
@@ -129,8 +130,8 @@ def get_tacacs_profile_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
129
130
|
```
|
130
131
|
|
131
132
|
|
132
|
-
:param str id: The id of the object
|
133
|
-
:param str name: The name of the TACACS profile
|
133
|
+
:param builtins.str id: The id of the object
|
134
|
+
:param builtins.str name: The name of the TACACS profile
|
134
135
|
"""
|
135
136
|
__args__ = dict()
|
136
137
|
__args__['id'] = id
|