pulumi-ise 0.3.0a1746424699__py3-none-any.whl → 0.3.0a1746770102__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/deviceadmin/allowed_protocols_tacacs.py +1 -3
- pulumi_ise/deviceadmin/authentication_rule.py +1 -3
- pulumi_ise/deviceadmin/authentication_rule_update_rank.py +1 -3
- pulumi_ise/deviceadmin/authentication_rule_update_ranks.py +1 -3
- pulumi_ise/deviceadmin/authorization_exception_rule.py +1 -3
- pulumi_ise/deviceadmin/authorization_exception_rule_update_rank.py +1 -3
- pulumi_ise/deviceadmin/authorization_exception_rule_update_ranks.py +1 -3
- pulumi_ise/deviceadmin/authorization_global_exception_rule.py +1 -3
- pulumi_ise/deviceadmin/authorization_global_exception_rule_update_rank.py +1 -3
- pulumi_ise/deviceadmin/authorization_global_exception_rule_update_ranks.py +1 -3
- pulumi_ise/deviceadmin/authorization_rule.py +1 -3
- pulumi_ise/deviceadmin/authorization_rule_update_rank.py +1 -3
- pulumi_ise/deviceadmin/authorization_rule_update_ranks.py +1 -3
- pulumi_ise/deviceadmin/condition.py +1 -3
- pulumi_ise/deviceadmin/policy_set.py +1 -3
- pulumi_ise/deviceadmin/policy_set_update_rank.py +1 -3
- pulumi_ise/deviceadmin/policy_set_update_ranks.py +1 -3
- pulumi_ise/deviceadmin/tacacs_command_set.py +1 -3
- pulumi_ise/deviceadmin/tacacs_profile.py +1 -3
- pulumi_ise/deviceadmin/time_and_date_condition.py +1 -3
- pulumi_ise/identitymanagement/active_directory_add_groups.py +1 -3
- pulumi_ise/identitymanagement/active_directory_join_domain_with_all_nodes.py +1 -3
- pulumi_ise/identitymanagement/active_directory_join_point.py +1 -3
- pulumi_ise/identitymanagement/certificate_authentication_profile.py +1 -3
- pulumi_ise/identitymanagement/endpoint.py +1 -3
- pulumi_ise/identitymanagement/endpoint_identity_group.py +1 -3
- pulumi_ise/identitymanagement/identity_source_sequence.py +1 -3
- pulumi_ise/identitymanagement/internal_user.py +1 -3
- pulumi_ise/identitymanagement/user_identity_group.py +1 -3
- pulumi_ise/network/device.py +1 -3
- pulumi_ise/network/device_group.py +1 -3
- pulumi_ise/networkaccess/allowed_protocols.py +1 -3
- pulumi_ise/networkaccess/authentication_rule.py +1 -3
- pulumi_ise/networkaccess/authentication_rule_update_rank.py +1 -3
- pulumi_ise/networkaccess/authentication_rule_update_ranks.py +1 -3
- pulumi_ise/networkaccess/authorization_exception_rule.py +1 -3
- pulumi_ise/networkaccess/authorization_exception_rule_update_rank.py +1 -3
- pulumi_ise/networkaccess/authorization_exception_rule_update_ranks.py +1 -3
- pulumi_ise/networkaccess/authorization_global_exception_rule.py +1 -3
- pulumi_ise/networkaccess/authorization_global_exception_rule_update_rank.py +1 -3
- pulumi_ise/networkaccess/authorization_global_exception_rule_update_ranks.py +1 -3
- pulumi_ise/networkaccess/authorization_profile.py +1 -3
- pulumi_ise/networkaccess/authorization_rule.py +1 -3
- pulumi_ise/networkaccess/authorization_rule_update_rank.py +1 -3
- pulumi_ise/networkaccess/authorization_rule_update_ranks.py +1 -3
- pulumi_ise/networkaccess/condition.py +1 -3
- pulumi_ise/networkaccess/dictionary.py +1 -3
- pulumi_ise/networkaccess/downloadable_acl.py +1 -3
- pulumi_ise/networkaccess/policy_set.py +1 -3
- pulumi_ise/networkaccess/policy_set_update_rank.py +1 -3
- pulumi_ise/networkaccess/policy_set_update_ranks.py +1 -3
- pulumi_ise/networkaccess/time_and_date_condition.py +1 -3
- pulumi_ise/provider.py +21 -3
- pulumi_ise/pulumi-plugin.json +1 -1
- pulumi_ise/system/license_tier_state.py +1 -3
- pulumi_ise/system/repository.py +1 -3
- pulumi_ise/trustsec/egress_matrix_cell.py +1 -3
- pulumi_ise/trustsec/egress_matrix_cell_default.py +1 -3
- pulumi_ise/trustsec/ip_to_sgt_mapping.py +1 -3
- pulumi_ise/trustsec/ip_to_sgt_mapping_group.py +1 -3
- pulumi_ise/trustsec/security_group.py +1 -3
- pulumi_ise/trustsec/security_group_acl.py +1 -3
- pulumi_ise/trustsec/sxp_domain_filter.py +1 -3
- {pulumi_ise-0.3.0a1746424699.dist-info → pulumi_ise-0.3.0a1746770102.dist-info}/METADATA +3 -3
- {pulumi_ise-0.3.0a1746424699.dist-info → pulumi_ise-0.3.0a1746770102.dist-info}/RECORD +67 -67
- {pulumi_ise-0.3.0a1746424699.dist-info → pulumi_ise-0.3.0a1746770102.dist-info}/WHEEL +0 -0
- {pulumi_ise-0.3.0a1746424699.dist-info → pulumi_ise-0.3.0a1746770102.dist-info}/top_level.txt +0 -0
@@ -190,10 +190,8 @@ class _AllowedProtocolsTacacsState:
|
|
190
190
|
pulumi.set(self, "name", value)
|
191
191
|
|
192
192
|
|
193
|
+
@pulumi.type_token("ise:deviceadmin/allowedProtocolsTacacs:AllowedProtocolsTacacs")
|
193
194
|
class AllowedProtocolsTacacs(pulumi.CustomResource):
|
194
|
-
|
195
|
-
pulumi_type = "ise:deviceadmin/allowedProtocolsTacacs:AllowedProtocolsTacacs"
|
196
|
-
|
197
195
|
@overload
|
198
196
|
def __init__(__self__,
|
199
197
|
resource_name: str,
|
@@ -627,10 +627,8 @@ class _AuthenticationRuleState:
|
|
627
627
|
pulumi.set(self, "state", value)
|
628
628
|
|
629
629
|
|
630
|
+
@pulumi.type_token("ise:deviceadmin/authenticationRule:AuthenticationRule")
|
630
631
|
class AuthenticationRule(pulumi.CustomResource):
|
631
|
-
|
632
|
-
pulumi_type = "ise:deviceadmin/authenticationRule:AuthenticationRule"
|
633
|
-
|
634
632
|
@overload
|
635
633
|
def __init__(__self__,
|
636
634
|
resource_name: str,
|
@@ -126,10 +126,8 @@ class _AuthenticationRuleUpdateRankState:
|
|
126
126
|
pulumi.set(self, "rule_id", value)
|
127
127
|
|
128
128
|
|
129
|
+
@pulumi.type_token("ise:deviceadmin/authenticationRuleUpdateRank:AuthenticationRuleUpdateRank")
|
129
130
|
class AuthenticationRuleUpdateRank(pulumi.CustomResource):
|
130
|
-
|
131
|
-
pulumi_type = "ise:deviceadmin/authenticationRuleUpdateRank:AuthenticationRuleUpdateRank"
|
132
|
-
|
133
131
|
@overload
|
134
132
|
def __init__(__self__,
|
135
133
|
resource_name: str,
|
@@ -90,10 +90,8 @@ class _AuthenticationRuleUpdateRanksState:
|
|
90
90
|
pulumi.set(self, "rules", value)
|
91
91
|
|
92
92
|
|
93
|
+
@pulumi.type_token("ise:deviceadmin/authenticationRuleUpdateRanks:AuthenticationRuleUpdateRanks")
|
93
94
|
class AuthenticationRuleUpdateRanks(pulumi.CustomResource):
|
94
|
-
|
95
|
-
pulumi_type = "ise:deviceadmin/authenticationRuleUpdateRanks:AuthenticationRuleUpdateRanks"
|
96
|
-
|
97
95
|
@overload
|
98
96
|
def __init__(__self__,
|
99
97
|
resource_name: str,
|
@@ -562,10 +562,8 @@ class _AuthorizationExceptionRuleState:
|
|
562
562
|
pulumi.set(self, "state", value)
|
563
563
|
|
564
564
|
|
565
|
+
@pulumi.type_token("ise:deviceadmin/authorizationExceptionRule:AuthorizationExceptionRule")
|
565
566
|
class AuthorizationExceptionRule(pulumi.CustomResource):
|
566
|
-
|
567
|
-
pulumi_type = "ise:deviceadmin/authorizationExceptionRule:AuthorizationExceptionRule"
|
568
|
-
|
569
567
|
@overload
|
570
568
|
def __init__(__self__,
|
571
569
|
resource_name: str,
|
@@ -126,10 +126,8 @@ class _AuthorizationExceptionRuleUpdateRankState:
|
|
126
126
|
pulumi.set(self, "rule_id", value)
|
127
127
|
|
128
128
|
|
129
|
+
@pulumi.type_token("ise:deviceadmin/authorizationExceptionRuleUpdateRank:AuthorizationExceptionRuleUpdateRank")
|
129
130
|
class AuthorizationExceptionRuleUpdateRank(pulumi.CustomResource):
|
130
|
-
|
131
|
-
pulumi_type = "ise:deviceadmin/authorizationExceptionRuleUpdateRank:AuthorizationExceptionRuleUpdateRank"
|
132
|
-
|
133
131
|
@overload
|
134
132
|
def __init__(__self__,
|
135
133
|
resource_name: str,
|
@@ -90,10 +90,8 @@ class _AuthorizationExceptionRuleUpdateRanksState:
|
|
90
90
|
pulumi.set(self, "rules", value)
|
91
91
|
|
92
92
|
|
93
|
+
@pulumi.type_token("ise:deviceadmin/authorizationExceptionRuleUpdateRanks:AuthorizationExceptionRuleUpdateRanks")
|
93
94
|
class AuthorizationExceptionRuleUpdateRanks(pulumi.CustomResource):
|
94
|
-
|
95
|
-
pulumi_type = "ise:deviceadmin/authorizationExceptionRuleUpdateRanks:AuthorizationExceptionRuleUpdateRanks"
|
96
|
-
|
97
95
|
@overload
|
98
96
|
def __init__(__self__,
|
99
97
|
resource_name: str,
|
@@ -499,10 +499,8 @@ class _AuthorizationGlobalExceptionRuleState:
|
|
499
499
|
pulumi.set(self, "state", value)
|
500
500
|
|
501
501
|
|
502
|
+
@pulumi.type_token("ise:deviceadmin/authorizationGlobalExceptionRule:AuthorizationGlobalExceptionRule")
|
502
503
|
class AuthorizationGlobalExceptionRule(pulumi.CustomResource):
|
503
|
-
|
504
|
-
pulumi_type = "ise:deviceadmin/authorizationGlobalExceptionRule:AuthorizationGlobalExceptionRule"
|
505
|
-
|
506
504
|
@overload
|
507
505
|
def __init__(__self__,
|
508
506
|
resource_name: str,
|
@@ -95,10 +95,8 @@ class _AuthorizationGlobalExceptionRuleUpdateRankState:
|
|
95
95
|
pulumi.set(self, "rule_id", value)
|
96
96
|
|
97
97
|
|
98
|
+
@pulumi.type_token("ise:deviceadmin/authorizationGlobalExceptionRuleUpdateRank:AuthorizationGlobalExceptionRuleUpdateRank")
|
98
99
|
class AuthorizationGlobalExceptionRuleUpdateRank(pulumi.CustomResource):
|
99
|
-
|
100
|
-
pulumi_type = "ise:deviceadmin/authorizationGlobalExceptionRuleUpdateRank:AuthorizationGlobalExceptionRuleUpdateRank"
|
101
|
-
|
102
100
|
@overload
|
103
101
|
def __init__(__self__,
|
104
102
|
resource_name: str,
|
@@ -59,10 +59,8 @@ class _AuthorizationGlobalExceptionRuleUpdateRanksState:
|
|
59
59
|
pulumi.set(self, "rules", value)
|
60
60
|
|
61
61
|
|
62
|
+
@pulumi.type_token("ise:deviceadmin/authorizationGlobalExceptionRuleUpdateRanks:AuthorizationGlobalExceptionRuleUpdateRanks")
|
62
63
|
class AuthorizationGlobalExceptionRuleUpdateRanks(pulumi.CustomResource):
|
63
|
-
|
64
|
-
pulumi_type = "ise:deviceadmin/authorizationGlobalExceptionRuleUpdateRanks:AuthorizationGlobalExceptionRuleUpdateRanks"
|
65
|
-
|
66
64
|
@overload
|
67
65
|
def __init__(__self__,
|
68
66
|
resource_name: str,
|
@@ -562,10 +562,8 @@ class _AuthorizationRuleState:
|
|
562
562
|
pulumi.set(self, "state", value)
|
563
563
|
|
564
564
|
|
565
|
+
@pulumi.type_token("ise:deviceadmin/authorizationRule:AuthorizationRule")
|
565
566
|
class AuthorizationRule(pulumi.CustomResource):
|
566
|
-
|
567
|
-
pulumi_type = "ise:deviceadmin/authorizationRule:AuthorizationRule"
|
568
|
-
|
569
567
|
@overload
|
570
568
|
def __init__(__self__,
|
571
569
|
resource_name: str,
|
@@ -126,10 +126,8 @@ class _AuthorizationRuleUpdateRankState:
|
|
126
126
|
pulumi.set(self, "rule_id", value)
|
127
127
|
|
128
128
|
|
129
|
+
@pulumi.type_token("ise:deviceadmin/authorizationRuleUpdateRank:AuthorizationRuleUpdateRank")
|
129
130
|
class AuthorizationRuleUpdateRank(pulumi.CustomResource):
|
130
|
-
|
131
|
-
pulumi_type = "ise:deviceadmin/authorizationRuleUpdateRank:AuthorizationRuleUpdateRank"
|
132
|
-
|
133
131
|
@overload
|
134
132
|
def __init__(__self__,
|
135
133
|
resource_name: str,
|
@@ -90,10 +90,8 @@ class _AuthorizationRuleUpdateRanksState:
|
|
90
90
|
pulumi.set(self, "rules", value)
|
91
91
|
|
92
92
|
|
93
|
+
@pulumi.type_token("ise:deviceadmin/authorizationRuleUpdateRanks:AuthorizationRuleUpdateRanks")
|
93
94
|
class AuthorizationRuleUpdateRanks(pulumi.CustomResource):
|
94
|
-
|
95
|
-
pulumi_type = "ise:deviceadmin/authorizationRuleUpdateRanks:AuthorizationRuleUpdateRanks"
|
96
|
-
|
97
95
|
@overload
|
98
96
|
def __init__(__self__,
|
99
97
|
resource_name: str,
|
@@ -370,10 +370,8 @@ class _ConditionState:
|
|
370
370
|
pulumi.set(self, "operator", value)
|
371
371
|
|
372
372
|
|
373
|
+
@pulumi.type_token("ise:deviceadmin/condition:Condition")
|
373
374
|
class Condition(pulumi.CustomResource):
|
374
|
-
|
375
|
-
pulumi_type = "ise:deviceadmin/condition:Condition"
|
376
|
-
|
377
375
|
@overload
|
378
376
|
def __init__(__self__,
|
379
377
|
resource_name: str,
|
@@ -566,10 +566,8 @@ class _PolicySetState:
|
|
566
566
|
pulumi.set(self, "state", value)
|
567
567
|
|
568
568
|
|
569
|
+
@pulumi.type_token("ise:deviceadmin/policySet:PolicySet")
|
569
570
|
class PolicySet(pulumi.CustomResource):
|
570
|
-
|
571
|
-
pulumi_type = "ise:deviceadmin/policySet:PolicySet"
|
572
|
-
|
573
571
|
@overload
|
574
572
|
def __init__(__self__,
|
575
573
|
resource_name: str,
|
@@ -95,10 +95,8 @@ class _PolicySetUpdateRankState:
|
|
95
95
|
pulumi.set(self, "rank", value)
|
96
96
|
|
97
97
|
|
98
|
+
@pulumi.type_token("ise:deviceadmin/policySetUpdateRank:PolicySetUpdateRank")
|
98
99
|
class PolicySetUpdateRank(pulumi.CustomResource):
|
99
|
-
|
100
|
-
pulumi_type = "ise:deviceadmin/policySetUpdateRank:PolicySetUpdateRank"
|
101
|
-
|
102
100
|
@overload
|
103
101
|
def __init__(__self__,
|
104
102
|
resource_name: str,
|
@@ -59,10 +59,8 @@ class _PolicySetUpdateRanksState:
|
|
59
59
|
pulumi.set(self, "policies", value)
|
60
60
|
|
61
61
|
|
62
|
+
@pulumi.type_token("ise:deviceadmin/policySetUpdateRanks:PolicySetUpdateRanks")
|
62
63
|
class PolicySetUpdateRanks(pulumi.CustomResource):
|
63
|
-
|
64
|
-
pulumi_type = "ise:deviceadmin/policySetUpdateRanks:PolicySetUpdateRanks"
|
65
|
-
|
66
64
|
@overload
|
67
65
|
def __init__(__self__,
|
68
66
|
resource_name: str,
|
@@ -155,10 +155,8 @@ class _TacacsCommandSetState:
|
|
155
155
|
pulumi.set(self, "permit_unmatched", value)
|
156
156
|
|
157
157
|
|
158
|
+
@pulumi.type_token("ise:deviceadmin/tacacsCommandSet:TacacsCommandSet")
|
158
159
|
class TacacsCommandSet(pulumi.CustomResource):
|
159
|
-
|
160
|
-
pulumi_type = "ise:deviceadmin/tacacsCommandSet:TacacsCommandSet"
|
161
|
-
|
162
160
|
@overload
|
163
161
|
def __init__(__self__,
|
164
162
|
resource_name: str,
|
@@ -123,10 +123,8 @@ class _TacacsProfileState:
|
|
123
123
|
pulumi.set(self, "session_attributes", value)
|
124
124
|
|
125
125
|
|
126
|
+
@pulumi.type_token("ise:deviceadmin/tacacsProfile:TacacsProfile")
|
126
127
|
class TacacsProfile(pulumi.CustomResource):
|
127
|
-
|
128
|
-
pulumi_type = "ise:deviceadmin/tacacsProfile:TacacsProfile"
|
129
|
-
|
130
128
|
@overload
|
131
129
|
def __init__(__self__,
|
132
130
|
resource_name: str,
|
@@ -449,10 +449,8 @@ class _TimeAndDateConditionState:
|
|
449
449
|
pulumi.set(self, "week_days_exceptions", value)
|
450
450
|
|
451
451
|
|
452
|
+
@pulumi.type_token("ise:deviceadmin/timeAndDateCondition:TimeAndDateCondition")
|
452
453
|
class TimeAndDateCondition(pulumi.CustomResource):
|
453
|
-
|
454
|
-
pulumi_type = "ise:deviceadmin/timeAndDateCondition:TimeAndDateCondition"
|
455
|
-
|
456
454
|
@overload
|
457
455
|
def __init__(__self__,
|
458
456
|
resource_name: str,
|
@@ -261,10 +261,8 @@ class _ActiveDirectoryAddGroupsState:
|
|
261
261
|
pulumi.set(self, "name", value)
|
262
262
|
|
263
263
|
|
264
|
+
@pulumi.type_token("ise:identitymanagement/activeDirectoryAddGroups:ActiveDirectoryAddGroups")
|
264
265
|
class ActiveDirectoryAddGroups(pulumi.CustomResource):
|
265
|
-
|
266
|
-
pulumi_type = "ise:identitymanagement/activeDirectoryAddGroups:ActiveDirectoryAddGroups"
|
267
|
-
|
268
266
|
@overload
|
269
267
|
def __init__(__self__,
|
270
268
|
resource_name: str,
|
@@ -89,10 +89,8 @@ class _ActiveDirectoryJoinDomainWithAllNodesState:
|
|
89
89
|
pulumi.set(self, "join_point_id", value)
|
90
90
|
|
91
91
|
|
92
|
+
@pulumi.type_token("ise:identitymanagement/activeDirectoryJoinDomainWithAllNodes:ActiveDirectoryJoinDomainWithAllNodes")
|
92
93
|
class ActiveDirectoryJoinDomainWithAllNodes(pulumi.CustomResource):
|
93
|
-
|
94
|
-
pulumi_type = "ise:identitymanagement/activeDirectoryJoinDomainWithAllNodes:ActiveDirectoryJoinDomainWithAllNodes"
|
95
|
-
|
96
94
|
@overload
|
97
95
|
def __init__(__self__,
|
98
96
|
resource_name: str,
|
@@ -1094,10 +1094,8 @@ class _ActiveDirectoryJoinPointState:
|
|
1094
1094
|
pulumi.set(self, "unreachable_domains_behaviour", value)
|
1095
1095
|
|
1096
1096
|
|
1097
|
+
@pulumi.type_token("ise:identitymanagement/activeDirectoryJoinPoint:ActiveDirectoryJoinPoint")
|
1097
1098
|
class ActiveDirectoryJoinPoint(pulumi.CustomResource):
|
1098
|
-
|
1099
|
-
pulumi_type = "ise:identitymanagement/activeDirectoryJoinPoint:ActiveDirectoryJoinPoint"
|
1100
|
-
|
1101
1099
|
@overload
|
1102
1100
|
def __init__(__self__,
|
1103
1101
|
resource_name: str,
|
@@ -285,10 +285,8 @@ class _CertificateAuthenticationProfileState:
|
|
285
285
|
pulumi.set(self, "username_from", value)
|
286
286
|
|
287
287
|
|
288
|
+
@pulumi.type_token("ise:identitymanagement/certificateAuthenticationProfile:CertificateAuthenticationProfile")
|
288
289
|
class CertificateAuthenticationProfile(pulumi.CustomResource):
|
289
|
-
|
290
|
-
pulumi_type = "ise:identitymanagement/certificateAuthenticationProfile:CertificateAuthenticationProfile"
|
291
|
-
|
292
290
|
@overload
|
293
291
|
def __init__(__self__,
|
294
292
|
resource_name: str,
|
@@ -862,10 +862,8 @@ class _EndpointState:
|
|
862
862
|
pulumi.set(self, "static_profile_assignment_defined", value)
|
863
863
|
|
864
864
|
|
865
|
+
@pulumi.type_token("ise:identitymanagement/endpoint:Endpoint")
|
865
866
|
class Endpoint(pulumi.CustomResource):
|
866
|
-
|
867
|
-
pulumi_type = "ise:identitymanagement/endpoint:Endpoint"
|
868
|
-
|
869
867
|
@overload
|
870
868
|
def __init__(__self__,
|
871
869
|
resource_name: str,
|
@@ -161,10 +161,8 @@ class _EndpointIdentityGroupState:
|
|
161
161
|
pulumi.set(self, "system_defined", value)
|
162
162
|
|
163
163
|
|
164
|
+
@pulumi.type_token("ise:identitymanagement/endpointIdentityGroup:EndpointIdentityGroup")
|
164
165
|
class EndpointIdentityGroup(pulumi.CustomResource):
|
165
|
-
|
166
|
-
pulumi_type = "ise:identitymanagement/endpointIdentityGroup:EndpointIdentityGroup"
|
167
|
-
|
168
166
|
@overload
|
169
167
|
def __init__(__self__,
|
170
168
|
resource_name: str,
|
@@ -184,10 +184,8 @@ class _IdentitySourceSequenceState:
|
|
184
184
|
pulumi.set(self, "name", value)
|
185
185
|
|
186
186
|
|
187
|
+
@pulumi.type_token("ise:identitymanagement/identitySourceSequence:IdentitySourceSequence")
|
187
188
|
class IdentitySourceSequence(pulumi.CustomResource):
|
188
|
-
|
189
|
-
pulumi_type = "ise:identitymanagement/identitySourceSequence:IdentitySourceSequence"
|
190
|
-
|
191
189
|
@overload
|
192
190
|
def __init__(__self__,
|
193
191
|
resource_name: str,
|
@@ -488,10 +488,8 @@ class _InternalUserState:
|
|
488
488
|
pulumi.set(self, "password_never_expires", value)
|
489
489
|
|
490
490
|
|
491
|
+
@pulumi.type_token("ise:identitymanagement/internalUser:InternalUser")
|
491
492
|
class InternalUser(pulumi.CustomResource):
|
492
|
-
|
493
|
-
pulumi_type = "ise:identitymanagement/internalUser:InternalUser"
|
494
|
-
|
495
493
|
@overload
|
496
494
|
def __init__(__self__,
|
497
495
|
resource_name: str,
|
@@ -129,10 +129,8 @@ class _UserIdentityGroupState:
|
|
129
129
|
pulumi.set(self, "parent", value)
|
130
130
|
|
131
131
|
|
132
|
+
@pulumi.type_token("ise:identitymanagement/userIdentityGroup:UserIdentityGroup")
|
132
133
|
class UserIdentityGroup(pulumi.CustomResource):
|
133
|
-
|
134
|
-
pulumi_type = "ise:identitymanagement/userIdentityGroup:UserIdentityGroup"
|
135
|
-
|
136
134
|
@overload
|
137
135
|
def __init__(__self__,
|
138
136
|
resource_name: str,
|
pulumi_ise/network/device.py
CHANGED
@@ -1378,10 +1378,8 @@ class _DeviceState:
|
|
1378
1378
|
pulumi.set(self, "trustsec_send_configuration_to_device_using", value)
|
1379
1379
|
|
1380
1380
|
|
1381
|
+
@pulumi.type_token("ise:network/device:Device")
|
1381
1382
|
class Device(pulumi.CustomResource):
|
1382
|
-
|
1383
|
-
pulumi_type = "ise:network/device:Device"
|
1384
|
-
|
1385
1383
|
@overload
|
1386
1384
|
def __init__(__self__,
|
1387
1385
|
resource_name: str,
|
@@ -128,10 +128,8 @@ class _DeviceGroupState:
|
|
128
128
|
pulumi.set(self, "root_group", value)
|
129
129
|
|
130
130
|
|
131
|
+
@pulumi.type_token("ise:network/deviceGroup:DeviceGroup")
|
131
132
|
class DeviceGroup(pulumi.CustomResource):
|
132
|
-
|
133
|
-
pulumi_type = "ise:network/deviceGroup:DeviceGroup"
|
134
|
-
|
135
133
|
@overload
|
136
134
|
def __init__(__self__,
|
137
135
|
resource_name: str,
|
@@ -2509,10 +2509,8 @@ class _AllowedProtocolsState:
|
|
2509
2509
|
pulumi.set(self, "teap_request_basic_pwd_auth", value)
|
2510
2510
|
|
2511
2511
|
|
2512
|
+
@pulumi.type_token("ise:networkaccess/allowedProtocols:AllowedProtocols")
|
2512
2513
|
class AllowedProtocols(pulumi.CustomResource):
|
2513
|
-
|
2514
|
-
pulumi_type = "ise:networkaccess/allowedProtocols:AllowedProtocols"
|
2515
|
-
|
2516
2514
|
@overload
|
2517
2515
|
def __init__(__self__,
|
2518
2516
|
resource_name: str,
|
@@ -627,10 +627,8 @@ class _AuthenticationRuleState:
|
|
627
627
|
pulumi.set(self, "state", value)
|
628
628
|
|
629
629
|
|
630
|
+
@pulumi.type_token("ise:networkaccess/authenticationRule:AuthenticationRule")
|
630
631
|
class AuthenticationRule(pulumi.CustomResource):
|
631
|
-
|
632
|
-
pulumi_type = "ise:networkaccess/authenticationRule:AuthenticationRule"
|
633
|
-
|
634
632
|
@overload
|
635
633
|
def __init__(__self__,
|
636
634
|
resource_name: str,
|
@@ -126,10 +126,8 @@ class _AuthenticationRuleUpdateRankState:
|
|
126
126
|
pulumi.set(self, "rule_id", value)
|
127
127
|
|
128
128
|
|
129
|
+
@pulumi.type_token("ise:networkaccess/authenticationRuleUpdateRank:AuthenticationRuleUpdateRank")
|
129
130
|
class AuthenticationRuleUpdateRank(pulumi.CustomResource):
|
130
|
-
|
131
|
-
pulumi_type = "ise:networkaccess/authenticationRuleUpdateRank:AuthenticationRuleUpdateRank"
|
132
|
-
|
133
131
|
@overload
|
134
132
|
def __init__(__self__,
|
135
133
|
resource_name: str,
|
@@ -90,10 +90,8 @@ class _AuthenticationRuleUpdateRanksState:
|
|
90
90
|
pulumi.set(self, "rules", value)
|
91
91
|
|
92
92
|
|
93
|
+
@pulumi.type_token("ise:networkaccess/authenticationRuleUpdateRanks:AuthenticationRuleUpdateRanks")
|
93
94
|
class AuthenticationRuleUpdateRanks(pulumi.CustomResource):
|
94
|
-
|
95
|
-
pulumi_type = "ise:networkaccess/authenticationRuleUpdateRanks:AuthenticationRuleUpdateRanks"
|
96
|
-
|
97
95
|
@overload
|
98
96
|
def __init__(__self__,
|
99
97
|
resource_name: str,
|
@@ -562,10 +562,8 @@ class _AuthorizationExceptionRuleState:
|
|
562
562
|
pulumi.set(self, "state", value)
|
563
563
|
|
564
564
|
|
565
|
+
@pulumi.type_token("ise:networkaccess/authorizationExceptionRule:AuthorizationExceptionRule")
|
565
566
|
class AuthorizationExceptionRule(pulumi.CustomResource):
|
566
|
-
|
567
|
-
pulumi_type = "ise:networkaccess/authorizationExceptionRule:AuthorizationExceptionRule"
|
568
|
-
|
569
567
|
@overload
|
570
568
|
def __init__(__self__,
|
571
569
|
resource_name: str,
|
@@ -126,10 +126,8 @@ class _AuthorizationExceptionRuleUpdateRankState:
|
|
126
126
|
pulumi.set(self, "rule_id", value)
|
127
127
|
|
128
128
|
|
129
|
+
@pulumi.type_token("ise:networkaccess/authorizationExceptionRuleUpdateRank:AuthorizationExceptionRuleUpdateRank")
|
129
130
|
class AuthorizationExceptionRuleUpdateRank(pulumi.CustomResource):
|
130
|
-
|
131
|
-
pulumi_type = "ise:networkaccess/authorizationExceptionRuleUpdateRank:AuthorizationExceptionRuleUpdateRank"
|
132
|
-
|
133
131
|
@overload
|
134
132
|
def __init__(__self__,
|
135
133
|
resource_name: str,
|
@@ -90,10 +90,8 @@ class _AuthorizationExceptionRuleUpdateRanksState:
|
|
90
90
|
pulumi.set(self, "rules", value)
|
91
91
|
|
92
92
|
|
93
|
+
@pulumi.type_token("ise:networkaccess/authorizationExceptionRuleUpdateRanks:AuthorizationExceptionRuleUpdateRanks")
|
93
94
|
class AuthorizationExceptionRuleUpdateRanks(pulumi.CustomResource):
|
94
|
-
|
95
|
-
pulumi_type = "ise:networkaccess/authorizationExceptionRuleUpdateRanks:AuthorizationExceptionRuleUpdateRanks"
|
96
|
-
|
97
95
|
@overload
|
98
96
|
def __init__(__self__,
|
99
97
|
resource_name: str,
|
@@ -499,10 +499,8 @@ class _AuthorizationGlobalExceptionRuleState:
|
|
499
499
|
pulumi.set(self, "state", value)
|
500
500
|
|
501
501
|
|
502
|
+
@pulumi.type_token("ise:networkaccess/authorizationGlobalExceptionRule:AuthorizationGlobalExceptionRule")
|
502
503
|
class AuthorizationGlobalExceptionRule(pulumi.CustomResource):
|
503
|
-
|
504
|
-
pulumi_type = "ise:networkaccess/authorizationGlobalExceptionRule:AuthorizationGlobalExceptionRule"
|
505
|
-
|
506
504
|
@overload
|
507
505
|
def __init__(__self__,
|
508
506
|
resource_name: str,
|
@@ -95,10 +95,8 @@ class _AuthorizationGlobalExceptionRuleUpdateRankState:
|
|
95
95
|
pulumi.set(self, "rule_id", value)
|
96
96
|
|
97
97
|
|
98
|
+
@pulumi.type_token("ise:networkaccess/authorizationGlobalExceptionRuleUpdateRank:AuthorizationGlobalExceptionRuleUpdateRank")
|
98
99
|
class AuthorizationGlobalExceptionRuleUpdateRank(pulumi.CustomResource):
|
99
|
-
|
100
|
-
pulumi_type = "ise:networkaccess/authorizationGlobalExceptionRuleUpdateRank:AuthorizationGlobalExceptionRuleUpdateRank"
|
101
|
-
|
102
100
|
@overload
|
103
101
|
def __init__(__self__,
|
104
102
|
resource_name: str,
|
@@ -59,10 +59,8 @@ class _AuthorizationGlobalExceptionRuleUpdateRanksState:
|
|
59
59
|
pulumi.set(self, "rules", value)
|
60
60
|
|
61
61
|
|
62
|
+
@pulumi.type_token("ise:networkaccess/authorizationGlobalExceptionRuleUpdateRanks:AuthorizationGlobalExceptionRuleUpdateRanks")
|
62
63
|
class AuthorizationGlobalExceptionRuleUpdateRanks(pulumi.CustomResource):
|
63
|
-
|
64
|
-
pulumi_type = "ise:networkaccess/authorizationGlobalExceptionRuleUpdateRanks:AuthorizationGlobalExceptionRuleUpdateRanks"
|
65
|
-
|
66
64
|
@overload
|
67
65
|
def __init__(__self__,
|
68
66
|
resource_name: str,
|
@@ -1099,10 +1099,8 @@ class _AuthorizationProfileState:
|
|
1099
1099
|
pulumi.set(self, "web_redirection_type", value)
|
1100
1100
|
|
1101
1101
|
|
1102
|
+
@pulumi.type_token("ise:networkaccess/authorizationProfile:AuthorizationProfile")
|
1102
1103
|
class AuthorizationProfile(pulumi.CustomResource):
|
1103
|
-
|
1104
|
-
pulumi_type = "ise:networkaccess/authorizationProfile:AuthorizationProfile"
|
1105
|
-
|
1106
1104
|
@overload
|
1107
1105
|
def __init__(__self__,
|
1108
1106
|
resource_name: str,
|
@@ -562,10 +562,8 @@ class _AuthorizationRuleState:
|
|
562
562
|
pulumi.set(self, "state", value)
|
563
563
|
|
564
564
|
|
565
|
+
@pulumi.type_token("ise:networkaccess/authorizationRule:AuthorizationRule")
|
565
566
|
class AuthorizationRule(pulumi.CustomResource):
|
566
|
-
|
567
|
-
pulumi_type = "ise:networkaccess/authorizationRule:AuthorizationRule"
|
568
|
-
|
569
567
|
@overload
|
570
568
|
def __init__(__self__,
|
571
569
|
resource_name: str,
|
@@ -126,10 +126,8 @@ class _AuthorizationRuleUpdateRankState:
|
|
126
126
|
pulumi.set(self, "rule_id", value)
|
127
127
|
|
128
128
|
|
129
|
+
@pulumi.type_token("ise:networkaccess/authorizationRuleUpdateRank:AuthorizationRuleUpdateRank")
|
129
130
|
class AuthorizationRuleUpdateRank(pulumi.CustomResource):
|
130
|
-
|
131
|
-
pulumi_type = "ise:networkaccess/authorizationRuleUpdateRank:AuthorizationRuleUpdateRank"
|
132
|
-
|
133
131
|
@overload
|
134
132
|
def __init__(__self__,
|
135
133
|
resource_name: str,
|
@@ -90,10 +90,8 @@ class _AuthorizationRuleUpdateRanksState:
|
|
90
90
|
pulumi.set(self, "rules", value)
|
91
91
|
|
92
92
|
|
93
|
+
@pulumi.type_token("ise:networkaccess/authorizationRuleUpdateRanks:AuthorizationRuleUpdateRanks")
|
93
94
|
class AuthorizationRuleUpdateRanks(pulumi.CustomResource):
|
94
|
-
|
95
|
-
pulumi_type = "ise:networkaccess/authorizationRuleUpdateRanks:AuthorizationRuleUpdateRanks"
|
96
|
-
|
97
95
|
@overload
|
98
96
|
def __init__(__self__,
|
99
97
|
resource_name: str,
|
@@ -370,10 +370,8 @@ class _ConditionState:
|
|
370
370
|
pulumi.set(self, "operator", value)
|
371
371
|
|
372
372
|
|
373
|
+
@pulumi.type_token("ise:networkaccess/condition:Condition")
|
373
374
|
class Condition(pulumi.CustomResource):
|
374
|
-
|
375
|
-
pulumi_type = "ise:networkaccess/condition:Condition"
|
376
|
-
|
377
375
|
@overload
|
378
376
|
def __init__(__self__,
|
379
377
|
resource_name: str,
|
@@ -159,10 +159,8 @@ class _DictionaryState:
|
|
159
159
|
pulumi.set(self, "version", value)
|
160
160
|
|
161
161
|
|
162
|
+
@pulumi.type_token("ise:networkaccess/dictionary:Dictionary")
|
162
163
|
class Dictionary(pulumi.CustomResource):
|
163
|
-
|
164
|
-
pulumi_type = "ise:networkaccess/dictionary:Dictionary"
|
165
|
-
|
166
164
|
@overload
|
167
165
|
def __init__(__self__,
|
168
166
|
resource_name: str,
|
@@ -160,10 +160,8 @@ class _DownloadableAclState:
|
|
160
160
|
pulumi.set(self, "name", value)
|
161
161
|
|
162
162
|
|
163
|
+
@pulumi.type_token("ise:networkaccess/downloadableAcl:DownloadableAcl")
|
163
164
|
class DownloadableAcl(pulumi.CustomResource):
|
164
|
-
|
165
|
-
pulumi_type = "ise:networkaccess/downloadableAcl:DownloadableAcl"
|
166
|
-
|
167
165
|
@overload
|
168
166
|
def __init__(__self__,
|
169
167
|
resource_name: str,
|
@@ -566,10 +566,8 @@ class _PolicySetState:
|
|
566
566
|
pulumi.set(self, "state", value)
|
567
567
|
|
568
568
|
|
569
|
+
@pulumi.type_token("ise:networkaccess/policySet:PolicySet")
|
569
570
|
class PolicySet(pulumi.CustomResource):
|
570
|
-
|
571
|
-
pulumi_type = "ise:networkaccess/policySet:PolicySet"
|
572
|
-
|
573
571
|
@overload
|
574
572
|
def __init__(__self__,
|
575
573
|
resource_name: str,
|
@@ -95,10 +95,8 @@ class _PolicySetUpdateRankState:
|
|
95
95
|
pulumi.set(self, "rank", value)
|
96
96
|
|
97
97
|
|
98
|
+
@pulumi.type_token("ise:networkaccess/policySetUpdateRank:PolicySetUpdateRank")
|
98
99
|
class PolicySetUpdateRank(pulumi.CustomResource):
|
99
|
-
|
100
|
-
pulumi_type = "ise:networkaccess/policySetUpdateRank:PolicySetUpdateRank"
|
101
|
-
|
102
100
|
@overload
|
103
101
|
def __init__(__self__,
|
104
102
|
resource_name: str,
|
@@ -59,10 +59,8 @@ class _PolicySetUpdateRanksState:
|
|
59
59
|
pulumi.set(self, "policies", value)
|
60
60
|
|
61
61
|
|
62
|
+
@pulumi.type_token("ise:networkaccess/policySetUpdateRanks:PolicySetUpdateRanks")
|
62
63
|
class PolicySetUpdateRanks(pulumi.CustomResource):
|
63
|
-
|
64
|
-
pulumi_type = "ise:networkaccess/policySetUpdateRanks:PolicySetUpdateRanks"
|
65
|
-
|
66
64
|
@overload
|
67
65
|
def __init__(__self__,
|
68
66
|
resource_name: str,
|
@@ -449,10 +449,8 @@ class _TimeAndDateConditionState:
|
|
449
449
|
pulumi.set(self, "week_days_exceptions", value)
|
450
450
|
|
451
451
|
|
452
|
+
@pulumi.type_token("ise:networkaccess/timeAndDateCondition:TimeAndDateCondition")
|
452
453
|
class TimeAndDateCondition(pulumi.CustomResource):
|
453
|
-
|
454
|
-
pulumi_type = "ise:networkaccess/timeAndDateCondition:TimeAndDateCondition"
|
455
|
-
|
456
454
|
@overload
|
457
455
|
def __init__(__self__,
|
458
456
|
resource_name: str,
|
pulumi_ise/provider.py
CHANGED
@@ -105,10 +105,8 @@ class ProviderArgs:
|
|
105
105
|
pulumi.set(self, "username", value)
|
106
106
|
|
107
107
|
|
108
|
+
@pulumi.type_token("pulumi:providers:ise")
|
108
109
|
class Provider(pulumi.ProviderResource):
|
109
|
-
|
110
|
-
pulumi_type = "pulumi:providers:ise"
|
111
|
-
|
112
110
|
@overload
|
113
111
|
def __init__(__self__,
|
114
112
|
resource_name: str,
|
@@ -211,3 +209,23 @@ class Provider(pulumi.ProviderResource):
|
|
211
209
|
"""
|
212
210
|
return pulumi.get(self, "username")
|
213
211
|
|
212
|
+
@pulumi.output_type
|
213
|
+
class TerraformConfigResult:
|
214
|
+
def __init__(__self__, result=None):
|
215
|
+
if result and not isinstance(result, dict):
|
216
|
+
raise TypeError("Expected argument 'result' to be a dict")
|
217
|
+
pulumi.set(__self__, "result", result)
|
218
|
+
|
219
|
+
@property
|
220
|
+
@pulumi.getter
|
221
|
+
def result(self) -> Mapping[str, Any]:
|
222
|
+
return pulumi.get(self, "result")
|
223
|
+
|
224
|
+
def terraform_config(__self__) -> pulumi.Output['Provider.TerraformConfigResult']:
|
225
|
+
"""
|
226
|
+
This function returns a Terraform config object with terraform-namecased keys,to be used with the Terraform Module Provider.
|
227
|
+
"""
|
228
|
+
__args__ = dict()
|
229
|
+
__args__['__self__'] = __self__
|
230
|
+
return pulumi.runtime.call('pulumi:providers:ise/terraformConfig', __args__, res=__self__, typ=Provider.TerraformConfigResult)
|
231
|
+
|
pulumi_ise/pulumi-plugin.json
CHANGED
@@ -66,10 +66,8 @@ class _LicenseTierStateState:
|
|
66
66
|
pulumi.set(self, "licenses", value)
|
67
67
|
|
68
68
|
|
69
|
+
@pulumi.type_token("ise:system/licenseTierState:LicenseTierState")
|
69
70
|
class LicenseTierState(pulumi.CustomResource):
|
70
|
-
|
71
|
-
pulumi_type = "ise:system/licenseTierState:LicenseTierState"
|
72
|
-
|
73
71
|
@overload
|
74
72
|
def __init__(__self__,
|
75
73
|
resource_name: str,
|
pulumi_ise/system/repository.py
CHANGED
@@ -255,10 +255,8 @@ class _RepositoryState:
|
|
255
255
|
pulumi.set(self, "user_name", value)
|
256
256
|
|
257
257
|
|
258
|
+
@pulumi.type_token("ise:system/repository:Repository")
|
258
259
|
class Repository(pulumi.CustomResource):
|
259
|
-
|
260
|
-
pulumi_type = "ise:system/repository:Repository"
|
261
|
-
|
262
260
|
@overload
|
263
261
|
def __init__(__self__,
|
264
262
|
resource_name: str,
|
@@ -223,10 +223,8 @@ class _EgressMatrixCellState:
|
|
223
223
|
pulumi.set(self, "source_sgt_id", value)
|
224
224
|
|
225
225
|
|
226
|
+
@pulumi.type_token("ise:trustsec/egressMatrixCell:EgressMatrixCell")
|
226
227
|
class EgressMatrixCell(pulumi.CustomResource):
|
227
|
-
|
228
|
-
pulumi_type = "ise:trustsec/egressMatrixCell:EgressMatrixCell"
|
229
|
-
|
230
228
|
@overload
|
231
229
|
def __init__(__self__,
|
232
230
|
resource_name: str,
|
@@ -161,10 +161,8 @@ class _EgressMatrixCellDefaultState:
|
|
161
161
|
pulumi.set(self, "sgacls", value)
|
162
162
|
|
163
163
|
|
164
|
+
@pulumi.type_token("ise:trustsec/egressMatrixCellDefault:EgressMatrixCellDefault")
|
164
165
|
class EgressMatrixCellDefault(pulumi.CustomResource):
|
165
|
-
|
166
|
-
pulumi_type = "ise:trustsec/egressMatrixCellDefault:EgressMatrixCellDefault"
|
167
|
-
|
168
166
|
@overload
|
169
167
|
def __init__(__self__,
|
170
168
|
resource_name: str,
|
@@ -289,10 +289,8 @@ class _IpToSgtMappingState:
|
|
289
289
|
pulumi.set(self, "sgt", value)
|
290
290
|
|
291
291
|
|
292
|
+
@pulumi.type_token("ise:trustsec/ipToSgtMapping:IpToSgtMapping")
|
292
293
|
class IpToSgtMapping(pulumi.CustomResource):
|
293
|
-
|
294
|
-
pulumi_type = "ise:trustsec/ipToSgtMapping:IpToSgtMapping"
|
295
|
-
|
296
294
|
@overload
|
297
295
|
def __init__(__self__,
|
298
296
|
resource_name: str,
|
@@ -191,10 +191,8 @@ class _IpToSgtMappingGroupState:
|
|
191
191
|
pulumi.set(self, "sgt", value)
|
192
192
|
|
193
193
|
|
194
|
+
@pulumi.type_token("ise:trustsec/ipToSgtMappingGroup:IpToSgtMappingGroup")
|
194
195
|
class IpToSgtMappingGroup(pulumi.CustomResource):
|
195
|
-
|
196
|
-
pulumi_type = "ise:trustsec/ipToSgtMappingGroup:IpToSgtMappingGroup"
|
197
|
-
|
198
196
|
@overload
|
199
197
|
def __init__(__self__,
|
200
198
|
resource_name: str,
|
@@ -192,10 +192,8 @@ class _SecurityGroupState:
|
|
192
192
|
pulumi.set(self, "value", value)
|
193
193
|
|
194
194
|
|
195
|
+
@pulumi.type_token("ise:trustsec/securityGroup:SecurityGroup")
|
195
196
|
class SecurityGroup(pulumi.CustomResource):
|
196
|
-
|
197
|
-
pulumi_type = "ise:trustsec/securityGroup:SecurityGroup"
|
198
|
-
|
199
197
|
@overload
|
200
198
|
def __init__(__self__,
|
201
199
|
resource_name: str,
|
@@ -192,10 +192,8 @@ class _SecurityGroupAclState:
|
|
192
192
|
pulumi.set(self, "read_only", value)
|
193
193
|
|
194
194
|
|
195
|
+
@pulumi.type_token("ise:trustsec/securityGroupAcl:SecurityGroupAcl")
|
195
196
|
class SecurityGroupAcl(pulumi.CustomResource):
|
196
|
-
|
197
|
-
pulumi_type = "ise:trustsec/securityGroupAcl:SecurityGroupAcl"
|
198
|
-
|
199
197
|
@overload
|
200
198
|
def __init__(__self__,
|
201
199
|
resource_name: str,
|
@@ -224,10 +224,8 @@ class _SxpDomainFilterState:
|
|
224
224
|
pulumi.set(self, "vn", value)
|
225
225
|
|
226
226
|
|
227
|
+
@pulumi.type_token("ise:trustsec/sxpDomainFilter:SxpDomainFilter")
|
227
228
|
class SxpDomainFilter(pulumi.CustomResource):
|
228
|
-
|
229
|
-
pulumi_type = "ise:trustsec/sxpDomainFilter:SxpDomainFilter"
|
230
|
-
|
231
229
|
@overload
|
232
230
|
def __init__(__self__,
|
233
231
|
resource_name: str,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pulumi_ise
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.0a1746770102
|
4
4
|
Summary: A Pulumi package for managing resources on a Cisco ISE (Identity Service Engine) instance.
|
5
5
|
License: Apache-2.0
|
6
6
|
Project-URL: Homepage, https://pulumi.com
|
@@ -9,9 +9,9 @@ Keywords: pulumi,ise,category/network
|
|
9
9
|
Requires-Python: >=3.9
|
10
10
|
Description-Content-Type: text/markdown
|
11
11
|
Requires-Dist: parver>=0.2.1
|
12
|
-
Requires-Dist: pulumi<4.0.0,>=3.
|
12
|
+
Requires-Dist: pulumi<4.0.0,>=3.165.0
|
13
13
|
Requires-Dist: semver>=2.8.1
|
14
|
-
Requires-Dist: typing-extensions
|
14
|
+
Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"
|
15
15
|
|
16
16
|
# Cisco ISE Resource Provider
|
17
17
|
|
@@ -1,27 +1,27 @@
|
|
1
1
|
pulumi_ise/__init__.py,sha256=hWAjIgMMuc4I_YhkEqT1xIaiSSvjyS1nwr6jiLNgBqI,15024
|
2
2
|
pulumi_ise/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
|
3
|
-
pulumi_ise/provider.py,sha256=
|
4
|
-
pulumi_ise/pulumi-plugin.json,sha256=
|
3
|
+
pulumi_ise/provider.py,sha256=cEC_FCIUKI5tmIgiWbctlAKKFxxDP5X6HlenUs9TY_c,10961
|
4
|
+
pulumi_ise/pulumi-plugin.json,sha256=zO8vTE87983V_XVt8LkZ27GB5wlbggSekiPO9SYiZIo,79
|
5
5
|
pulumi_ise/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
pulumi_ise/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
|
7
7
|
pulumi_ise/config/__init__.pyi,sha256=8SP82zqkU0GONbSUd-og0yDuS9uA6dQJXsx6CzqNRFw,1201
|
8
8
|
pulumi_ise/config/vars.py,sha256=3hUUsxBfuLROrtmbv1OXS_gIBaTuoVrbseq88Cyxby4,1782
|
9
9
|
pulumi_ise/deviceadmin/__init__.py,sha256=y8BeQzcDkOOxZ-GIwiIhcf48M98H0YjAavNb_5D1uz0,1591
|
10
10
|
pulumi_ise/deviceadmin/_inputs.py,sha256=k44hpV0a1rrpF1Y5hUWZt05wrq_zx69J6OYSCZXPk88,115540
|
11
|
-
pulumi_ise/deviceadmin/allowed_protocols_tacacs.py,sha256=
|
12
|
-
pulumi_ise/deviceadmin/authentication_rule.py,sha256=
|
13
|
-
pulumi_ise/deviceadmin/authentication_rule_update_rank.py,sha256=
|
14
|
-
pulumi_ise/deviceadmin/authentication_rule_update_ranks.py,sha256=
|
15
|
-
pulumi_ise/deviceadmin/authorization_exception_rule.py,sha256=
|
16
|
-
pulumi_ise/deviceadmin/authorization_exception_rule_update_rank.py,sha256=
|
17
|
-
pulumi_ise/deviceadmin/authorization_exception_rule_update_ranks.py,sha256=
|
18
|
-
pulumi_ise/deviceadmin/authorization_global_exception_rule.py,sha256=
|
19
|
-
pulumi_ise/deviceadmin/authorization_global_exception_rule_update_rank.py,sha256=
|
20
|
-
pulumi_ise/deviceadmin/authorization_global_exception_rule_update_ranks.py,sha256=
|
21
|
-
pulumi_ise/deviceadmin/authorization_rule.py,sha256=
|
22
|
-
pulumi_ise/deviceadmin/authorization_rule_update_rank.py,sha256=
|
23
|
-
pulumi_ise/deviceadmin/authorization_rule_update_ranks.py,sha256=
|
24
|
-
pulumi_ise/deviceadmin/condition.py,sha256=
|
11
|
+
pulumi_ise/deviceadmin/allowed_protocols_tacacs.py,sha256=6qyjpla0lDO-poSqgMtziwnAqpU31bhC1KDcxavb67A,14988
|
12
|
+
pulumi_ise/deviceadmin/authentication_rule.py,sha256=IVG-BN6YGsdLp-BpjkMngISbvUmd0FlBmhIzlJniF3k,53144
|
13
|
+
pulumi_ise/deviceadmin/authentication_rule_update_rank.py,sha256=isr-Lziy54Xh0Ro-NUyXTc-TUWewfexH4cJop5gyqCM,11882
|
14
|
+
pulumi_ise/deviceadmin/authentication_rule_update_ranks.py,sha256=sdwQMHo3GZknH7GKCayzSKM3JsCy8vuuZnTTIzIa54Y,10013
|
15
|
+
pulumi_ise/deviceadmin/authorization_exception_rule.py,sha256=OOvCI0wmWGc0pEbTu-CS8pbtTEqV2cR3xVQXd1xUnvc,47624
|
16
|
+
pulumi_ise/deviceadmin/authorization_exception_rule_update_rank.py,sha256=3S-QeQFqY6o9z5dpZ-dywp2qug2uEzSFeyFbIOGbzvw,12173
|
17
|
+
pulumi_ise/deviceadmin/authorization_exception_rule_update_ranks.py,sha256=G-PV4NH0ga0NdBV1cYdQuUUoUyjNzPlNm2W-zEFdR8A,10345
|
18
|
+
pulumi_ise/deviceadmin/authorization_global_exception_rule.py,sha256=_3DRBWGdi9s7oZXYsBNojq1O_3BDYdiqAldtgSqtWZo,43772
|
19
|
+
pulumi_ise/deviceadmin/authorization_global_exception_rule_update_rank.py,sha256=9frck9h07W1yr0OYhlienAZbAdg9drqzDU20GZDFSbw,10270
|
20
|
+
pulumi_ise/deviceadmin/authorization_global_exception_rule_update_ranks.py,sha256=vaGQR_PCQl7oYQxKueur7T7JACXSEZ8cX13QnpCVgPg,8440
|
21
|
+
pulumi_ise/deviceadmin/authorization_rule.py,sha256=bDgt3q7UTv1aRVmQZTD94ojl7X0yPmfY8tCwT6k6utc,47181
|
22
|
+
pulumi_ise/deviceadmin/authorization_rule_update_rank.py,sha256=hp81N2-nNmqoi8ab9_sGSpNj7rlMgvzzob1CMIfk6Fo,11847
|
23
|
+
pulumi_ise/deviceadmin/authorization_rule_update_ranks.py,sha256=dl0B-zzETvby6sVphP83PQjoloEIrDUnNYnIAgoN9E4,9972
|
24
|
+
pulumi_ise/deviceadmin/condition.py,sha256=1f5gqy6QAxSkkSQoqbvRPRL8GpOfagEgg2oWfjt9j9Q,30335
|
25
25
|
pulumi_ise/deviceadmin/get_allowed_protocols_tacacs.py,sha256=q7L8IZtFPGBX2DphBpq5MHh5uSpfwpGQiDHrgw5sqoc,6579
|
26
26
|
pulumi_ise/deviceadmin/get_authentication_rule.py,sha256=_CvR52I3UBBkg4LI6nh_gdOKrKsxCFLSbVlGmGfCjTM,16199
|
27
27
|
pulumi_ise/deviceadmin/get_authorization_exception_rule.py,sha256=wo5t2gWcuuHVkwBXzIXSJPdBClA6aB4Ur5IApw0Ot6E,14944
|
@@ -33,20 +33,20 @@ pulumi_ise/deviceadmin/get_tacacs_command_set.py,sha256=J9QInnNHgl2tfSKDjjnN4y5w
|
|
33
33
|
pulumi_ise/deviceadmin/get_tacacs_profile.py,sha256=ltLJMnHRz-8C9yZSCrODS_I_J-TQAtDNv8FEocMdbP8,5154
|
34
34
|
pulumi_ise/deviceadmin/get_time_and_date_condition.py,sha256=YpFoD6ct0vi3gwKo0NaQaBDFCiIlsfAjB8q9KfkRh-g,11645
|
35
35
|
pulumi_ise/deviceadmin/outputs.py,sha256=uT0REtqUflUWCvYhzaWTE7zgrqqy2iP41p4bjkO4VLg,127291
|
36
|
-
pulumi_ise/deviceadmin/policy_set.py,sha256=
|
37
|
-
pulumi_ise/deviceadmin/policy_set_update_rank.py,sha256=
|
38
|
-
pulumi_ise/deviceadmin/policy_set_update_ranks.py,sha256=
|
39
|
-
pulumi_ise/deviceadmin/tacacs_command_set.py,sha256=
|
40
|
-
pulumi_ise/deviceadmin/tacacs_profile.py,sha256=
|
41
|
-
pulumi_ise/deviceadmin/time_and_date_condition.py,sha256=
|
36
|
+
pulumi_ise/deviceadmin/policy_set.py,sha256=AXYHqmKNtf9JJi4rYF417kwXrVBsNvRFFhV0k0tqKLU,46691
|
37
|
+
pulumi_ise/deviceadmin/policy_set_update_rank.py,sha256=LWeqNCurdfzHEns7Nn4UGk_zPL4Xs2SJIEGVeLRzaXo,9662
|
38
|
+
pulumi_ise/deviceadmin/policy_set_update_ranks.py,sha256=GDP6PM_c8-jxwS_TgDeWIRODAw1ucsj6Rn77iuvgiWg,7602
|
39
|
+
pulumi_ise/deviceadmin/tacacs_command_set.py,sha256=HpaE10zdwzvVUzhw2EC0ocnavZnXLap8Y70EvVaSjYc,13070
|
40
|
+
pulumi_ise/deviceadmin/tacacs_profile.py,sha256=Vk2Rvz0sx6BtqKEz5DDo9BH78a0Sy-SkxhoMD-b96PU,10997
|
41
|
+
pulumi_ise/deviceadmin/time_and_date_condition.py,sha256=Ghv3X2Yy48LMZlWO56bsu44cHveFoKKk14BvzRS3SWI,34239
|
42
42
|
pulumi_ise/identitymanagement/__init__.py,sha256=pypFSLgg86ixNbQggc5qYP1U3qUAUewE64lqrANukXQ,1033
|
43
43
|
pulumi_ise/identitymanagement/_inputs.py,sha256=ye7UxvUKE-YMBT3PoquS4QMhs9huW7-EHg-bTK5yvAc,14357
|
44
|
-
pulumi_ise/identitymanagement/active_directory_add_groups.py,sha256=
|
45
|
-
pulumi_ise/identitymanagement/active_directory_join_domain_with_all_nodes.py,sha256=
|
46
|
-
pulumi_ise/identitymanagement/active_directory_join_point.py,sha256=
|
47
|
-
pulumi_ise/identitymanagement/certificate_authentication_profile.py,sha256=
|
48
|
-
pulumi_ise/identitymanagement/endpoint.py,sha256=
|
49
|
-
pulumi_ise/identitymanagement/endpoint_identity_group.py,sha256=
|
44
|
+
pulumi_ise/identitymanagement/active_directory_add_groups.py,sha256=eosu_tEDgaYyrD3efPvPoWyBcxO3hvhKrvi2BihEqCo,21317
|
45
|
+
pulumi_ise/identitymanagement/active_directory_join_domain_with_all_nodes.py,sha256=HipTfU-8ACo6juJqX2BM71S28PRO7njE6yAFyleAugg,10101
|
46
|
+
pulumi_ise/identitymanagement/active_directory_join_point.py,sha256=gTItjK-06DyjxhyCrkyEzQdvSE6xR1CQU42MGL0ZtsY,80452
|
47
|
+
pulumi_ise/identitymanagement/certificate_authentication_profile.py,sha256=TaZRaSKq5uG8k8HYcx3glQhKcrSkVppT3NLm35Zgmzk,27864
|
48
|
+
pulumi_ise/identitymanagement/endpoint.py,sha256=y9qStHVUB_1Pu8SP3hgmxe2Nj3hivfBxATdQ_O0Xd30,58695
|
49
|
+
pulumi_ise/identitymanagement/endpoint_identity_group.py,sha256=BCAi1z0cecDo2AYi25ag4fjftBIp6xpFzQkCq5Dqd5A,13729
|
50
50
|
pulumi_ise/identitymanagement/get_active_directory_groups_by_domain.py,sha256=UZQcE1vk8KJtcY8Cc3gWt8--deyKgW4w43L4AbJ6YTQ,9383
|
51
51
|
pulumi_ise/identitymanagement/get_active_directory_join_point.py,sha256=yFGZ88NaBuNZb6QrN-n4s1G4PZBEgWAoRbsrCvxcE68,24437
|
52
52
|
pulumi_ise/identitymanagement/get_certificate_authentication_profile.py,sha256=E9-EcPOnzINH4Dq-Ah4Z3wno0Nb8EfAazGbGqONPn-Q,9035
|
@@ -55,36 +55,36 @@ pulumi_ise/identitymanagement/get_endpoint_identity_group.py,sha256=DMt7nBPmuqEs
|
|
55
55
|
pulumi_ise/identitymanagement/get_identity_source_sequence.py,sha256=QjOB0OFgP8oQ-9lPBvr9b-1nN0OE-NAHfdwYhfaJBJQ,7186
|
56
56
|
pulumi_ise/identitymanagement/get_internal_user.py,sha256=xYHU02BgRGLpz9iXN0fMxPIGdQsIIljtdC5nxomE4x0,11997
|
57
57
|
pulumi_ise/identitymanagement/get_user_identity_group.py,sha256=YxFGW_Qym0nnehYetZaD_2I9zrSydU_GxH75RFmoO-Q,5178
|
58
|
-
pulumi_ise/identitymanagement/identity_source_sequence.py,sha256=
|
59
|
-
pulumi_ise/identitymanagement/internal_user.py,sha256=
|
58
|
+
pulumi_ise/identitymanagement/identity_source_sequence.py,sha256=RGnI4qMgHb0Z-7mqSremGjQl4JU33drXXUlaU8Ejlgk,17556
|
59
|
+
pulumi_ise/identitymanagement/internal_user.py,sha256=g6T9DQXLXa09zdvvFt77lFWA_MooHF7VgpadFnTjiBg,36551
|
60
60
|
pulumi_ise/identitymanagement/outputs.py,sha256=gdS4aEHQpV9zb5X9QpVxX7ooesK7j039icQ2aCNuRew,15922
|
61
|
-
pulumi_ise/identitymanagement/user_identity_group.py,sha256=
|
61
|
+
pulumi_ise/identitymanagement/user_identity_group.py,sha256=38MEn5tslgKVM8O6BAkFGzhmuKf4GTV1ccmB6KJLZ5A,10888
|
62
62
|
pulumi_ise/network/__init__.py,sha256=JoptB6lWdSgNQ9mLjDMBjyyY6-xUu3BGG4V1yWJZu18,438
|
63
63
|
pulumi_ise/network/_inputs.py,sha256=Di8AuyZL4jbgsjGHTY5ebFT1ujarHZQXwRtDnZdNOVI,3044
|
64
|
-
pulumi_ise/network/device.py,sha256=
|
65
|
-
pulumi_ise/network/device_group.py,sha256=
|
64
|
+
pulumi_ise/network/device.py,sha256=d8g3ufjl-v4PsEu5usRH1CkKvt23LdupjEuNmZYIHTs,117603
|
65
|
+
pulumi_ise/network/device_group.py,sha256=PHDgMbcYEY-QdBDOcaiRiYyH8L-FMdOsySYg6E6yvQM,10979
|
66
66
|
pulumi_ise/network/get_device.py,sha256=7f_ASnG0YKS8Yk5iG6bD_xBogK1iLSMmRtj7Up1YyKw,37540
|
67
67
|
pulumi_ise/network/get_device_group.py,sha256=iFL5lRPLsbMtzH4RURT3Z5NOCpGI_iJJzr_2LmI_wpA,5198
|
68
68
|
pulumi_ise/network/outputs.py,sha256=dB4KLeXYI4u9-DBDdqCvgfYvUw7LllI71mFPFzvSmFQ,3805
|
69
69
|
pulumi_ise/networkaccess/__init__.py,sha256=pxZAHAlNTpZlGOFogA9r5VpppR7U0uuGnEoYuz3kUH0,1643
|
70
70
|
pulumi_ise/networkaccess/_inputs.py,sha256=puPxKeWoaZTwtOjREDzEtlFqqqxtBcqmFHx2DX44Vus,118768
|
71
|
-
pulumi_ise/networkaccess/allowed_protocols.py,sha256=
|
72
|
-
pulumi_ise/networkaccess/authentication_rule.py,sha256=
|
73
|
-
pulumi_ise/networkaccess/authentication_rule_update_rank.py,sha256=
|
74
|
-
pulumi_ise/networkaccess/authentication_rule_update_ranks.py,sha256=
|
75
|
-
pulumi_ise/networkaccess/authorization_exception_rule.py,sha256=
|
76
|
-
pulumi_ise/networkaccess/authorization_exception_rule_update_rank.py,sha256=
|
77
|
-
pulumi_ise/networkaccess/authorization_exception_rule_update_ranks.py,sha256=
|
78
|
-
pulumi_ise/networkaccess/authorization_global_exception_rule.py,sha256=
|
79
|
-
pulumi_ise/networkaccess/authorization_global_exception_rule_update_rank.py,sha256
|
80
|
-
pulumi_ise/networkaccess/authorization_global_exception_rule_update_ranks.py,sha256=
|
81
|
-
pulumi_ise/networkaccess/authorization_profile.py,sha256=
|
82
|
-
pulumi_ise/networkaccess/authorization_rule.py,sha256=
|
83
|
-
pulumi_ise/networkaccess/authorization_rule_update_rank.py,sha256=
|
84
|
-
pulumi_ise/networkaccess/authorization_rule_update_ranks.py,sha256=
|
85
|
-
pulumi_ise/networkaccess/condition.py,sha256=
|
86
|
-
pulumi_ise/networkaccess/dictionary.py,sha256=
|
87
|
-
pulumi_ise/networkaccess/downloadable_acl.py,sha256=
|
71
|
+
pulumi_ise/networkaccess/allowed_protocols.py,sha256=9il1BKLOMxW_1xTTA8_muNOgSoEWHAHfx4fmqAmwrxw,221416
|
72
|
+
pulumi_ise/networkaccess/authentication_rule.py,sha256=49fMwX82VEHPtDsHkPt1GIz_u2jWz1n19XqWPgjiQyE,53160
|
73
|
+
pulumi_ise/networkaccess/authentication_rule_update_rank.py,sha256=O_qZw0PaAHjUqxhjWKs-yqFkmKFhzw-nj5l6KLu2lbc,11898
|
74
|
+
pulumi_ise/networkaccess/authentication_rule_update_ranks.py,sha256=gtRt-iI9CnxILdA3LjevSQB8FOgh5x2UWlghVnRPLac,10029
|
75
|
+
pulumi_ise/networkaccess/authorization_exception_rule.py,sha256=vfnWVp0D9BKNH-LoiFjQ9T6I5bovxRFfGf34qWls4hc,46949
|
76
|
+
pulumi_ise/networkaccess/authorization_exception_rule_update_rank.py,sha256=6RgTgw4N5qRVZxX9uV72z6QdGqN27SLXmCXJsCzUzBA,12189
|
77
|
+
pulumi_ise/networkaccess/authorization_exception_rule_update_ranks.py,sha256=EjXIS1TNBVl6hB36yj2yoFIE2_ogeFZQgd-1wCVNsvU,10361
|
78
|
+
pulumi_ise/networkaccess/authorization_global_exception_rule.py,sha256=7xAxzbIRWgZlNhN4BqPu7MyElzKu8muv60GCWDmWNgk,43097
|
79
|
+
pulumi_ise/networkaccess/authorization_global_exception_rule_update_rank.py,sha256=-6ZYzSNBDDCW21IrWq4yVXj8qpx_T4onOqNwD-214_0,10286
|
80
|
+
pulumi_ise/networkaccess/authorization_global_exception_rule_update_ranks.py,sha256=qTqEqNI3VvYxGsh-LnEqVjehXk-L6enBtUD5lA4WuHw,8426
|
81
|
+
pulumi_ise/networkaccess/authorization_profile.py,sha256=njUhI9oGyJGSTzvyG9nGh6v66izRajCbvQyLBfP6Uww,80392
|
82
|
+
pulumi_ise/networkaccess/authorization_rule.py,sha256=lr2GJWBAHNZIFkVqZHLZYPtbMhXM_cMw1wlCW87qv1k,46506
|
83
|
+
pulumi_ise/networkaccess/authorization_rule_update_rank.py,sha256=jRAcQ-vNixv3j89fr6L1rgshV04kMvTsFUpZmZsSfQc,11863
|
84
|
+
pulumi_ise/networkaccess/authorization_rule_update_ranks.py,sha256=IIKcWK4TJkf4diwS1CM3O4wvl1akCSKWWwC5tlsCBEA,9974
|
85
|
+
pulumi_ise/networkaccess/condition.py,sha256=0mnEy0875RKlBpkOHgzr4s2GGTO1cazMWLlplRyJPos,30397
|
86
|
+
pulumi_ise/networkaccess/dictionary.py,sha256=2RQqknQLAEG0_1b5bJuRs1QMj626vB5lwgImdRmcv-8,12990
|
87
|
+
pulumi_ise/networkaccess/downloadable_acl.py,sha256=6lkdtHqrl0aLSvv5uGQkxObUU0Y5H8OFR6TYeX9sBVg,12515
|
88
88
|
pulumi_ise/networkaccess/get_allowed_protocols.py,sha256=h_0mh44LPqNjIzZCM8b3YDtAWWzn5Roc50OFa91eDiw,66988
|
89
89
|
pulumi_ise/networkaccess/get_authentication_rule.py,sha256=5KcLcejveKogoe39LiW1GC6YKStMq15pvZRxu6khI4k,16211
|
90
90
|
pulumi_ise/networkaccess/get_authorization_exception_rule.py,sha256=r6wmf_u4sXv6BsJaENPUp7DphsJVgIHDO2RK5gcK7OM,14892
|
@@ -97,20 +97,20 @@ pulumi_ise/networkaccess/get_downloadable_acl.py,sha256=wdoAnZloELVitXrudUD8kqBO
|
|
97
97
|
pulumi_ise/networkaccess/get_policy_set.py,sha256=AK0ZVZRf7V-sWG2Oq1KHAwxLztG-PT7FV1-dZLxO2RY,13994
|
98
98
|
pulumi_ise/networkaccess/get_time_and_date_condition.py,sha256=WoHSY8PGRo2i-dZmeIbxIp5Z5DtWrOXVPLEJS4MFN0s,11657
|
99
99
|
pulumi_ise/networkaccess/outputs.py,sha256=X-TXnAGCV3zGJc9LiJByZNLL19g-K7n8GUcc87JJM-k,132531
|
100
|
-
pulumi_ise/networkaccess/policy_set.py,sha256=
|
101
|
-
pulumi_ise/networkaccess/policy_set_update_rank.py,sha256=
|
102
|
-
pulumi_ise/networkaccess/policy_set_update_ranks.py,sha256=
|
103
|
-
pulumi_ise/networkaccess/time_and_date_condition.py,sha256=
|
100
|
+
pulumi_ise/networkaccess/policy_set.py,sha256=dCOyJosBfC7TRXQFLMkBdcCrzqVuOwb51WwkWjLzWtQ,46711
|
101
|
+
pulumi_ise/networkaccess/policy_set_update_rank.py,sha256=HQSsUIxOcWf04d300Y-oW40KER7Zjm87Rf497AndOmg,9678
|
102
|
+
pulumi_ise/networkaccess/policy_set_update_ranks.py,sha256=vpvLQ1sVzp_OEgfuUcQ2esZ5mHErQLCvWvW8ZpVKkwc,7618
|
103
|
+
pulumi_ise/networkaccess/time_and_date_condition.py,sha256=EQ02gSXPU9iI6fj2m8ki3aWjgH_Y6lB8eDYBopr9VYg,34255
|
104
104
|
pulumi_ise/system/__init__.py,sha256=hgTPiniwNGX4XsTfXHQ7qYWa6YBp4Ccbvz4iOjzLiwE,458
|
105
105
|
pulumi_ise/system/_inputs.py,sha256=Il-Y-cznsLyKDed7TZ_cVYspz2qsLSb_hcsXpZTnwus,2345
|
106
106
|
pulumi_ise/system/get_license_tier_state.py,sha256=n7ixf1nyGYf1CzQ4X23U2ypkyviOjfjGEzv7wGsYzCw,3766
|
107
107
|
pulumi_ise/system/get_repository.py,sha256=V1m2_JorwP3dT2bCXE7j63zWNFiNF7gKMlN42rEyJ4c,7213
|
108
|
-
pulumi_ise/system/license_tier_state.py,sha256=
|
108
|
+
pulumi_ise/system/license_tier_state.py,sha256=59ZhvSsFG-BSlEWH-p1xPA8hx_NC6zdnjzhp2JmWkhU,7517
|
109
109
|
pulumi_ise/system/outputs.py,sha256=XT2p8w6ntPOW1jJLSX7JgdeovjB6BHqemXh3ruWIqP0,2274
|
110
|
-
pulumi_ise/system/repository.py,sha256=
|
110
|
+
pulumi_ise/system/repository.py,sha256=BAcHDRugo7Ml1ziRbltmO-FuAMQqqFOt8YBsZbuDmPI,19367
|
111
111
|
pulumi_ise/trustsec/__init__.py,sha256=Qn5TytAzTnC2X28fic9plRfx0_IqFNDnS0v475S7pnE,803
|
112
|
-
pulumi_ise/trustsec/egress_matrix_cell.py,sha256=
|
113
|
-
pulumi_ise/trustsec/egress_matrix_cell_default.py,sha256=
|
112
|
+
pulumi_ise/trustsec/egress_matrix_cell.py,sha256=DPNNXr7XiiOVfHD2kSEgQfgzze36dja47KsAj_wd2EI,19152
|
113
|
+
pulumi_ise/trustsec/egress_matrix_cell_default.py,sha256=OgjG4_i04KjzdE4a6EX9jdANTKMlXdBFbs-ARQQEtec,14412
|
114
114
|
pulumi_ise/trustsec/get_egress_matrix_cell.py,sha256=Fm9ZXAT3Y8x2UXY9mMu7OnuKiLBeKYTMnIp-BOgRqIw,6837
|
115
115
|
pulumi_ise/trustsec/get_egress_matrix_cell_default.py,sha256=YV54Zg3ZSwpsZDhiwZmL9I-oC7SehvTYLRxuTgJQlzo,5761
|
116
116
|
pulumi_ise/trustsec/get_ip_to_sgt_mapping.py,sha256=d567AISQqhqXPmw6NsItjn2XEpvjl0H4B390-9w_75c,7895
|
@@ -118,12 +118,12 @@ pulumi_ise/trustsec/get_ip_to_sgt_mapping_group.py,sha256=ai0MCAXrvWLe_HBTkcskmr
|
|
118
118
|
pulumi_ise/trustsec/get_security_group.py,sha256=6ySsFMnp8EgQbuklD-xr-0R3hUIFxdMEdnMcdpBoXHQ,6169
|
119
119
|
pulumi_ise/trustsec/get_security_group_acl.py,sha256=tSPMXkRRQlxziI6y2oDaD0tRwDz0Gu312TGrJ8IUK88,6212
|
120
120
|
pulumi_ise/trustsec/get_sxp_domain_filter.py,sha256=LU7Go9pIJmwLqEtYJJy0AeSjQd6_6l4Vk1wwrV_46tU,6504
|
121
|
-
pulumi_ise/trustsec/ip_to_sgt_mapping.py,sha256=
|
122
|
-
pulumi_ise/trustsec/ip_to_sgt_mapping_group.py,sha256=
|
123
|
-
pulumi_ise/trustsec/security_group.py,sha256=
|
124
|
-
pulumi_ise/trustsec/security_group_acl.py,sha256=
|
125
|
-
pulumi_ise/trustsec/sxp_domain_filter.py,sha256
|
126
|
-
pulumi_ise-0.3.
|
127
|
-
pulumi_ise-0.3.
|
128
|
-
pulumi_ise-0.3.
|
129
|
-
pulumi_ise-0.3.
|
121
|
+
pulumi_ise/trustsec/ip_to_sgt_mapping.py,sha256=DT53WUMDIz9tn-eBkLTpRuBv9iYn30S7_T1NCHbg2Lg,21176
|
122
|
+
pulumi_ise/trustsec/ip_to_sgt_mapping_group.py,sha256=Q-CStb0c4kNIaQ58ccFkB6amw2hvSpSkj8ig-6Plhd8,14494
|
123
|
+
pulumi_ise/trustsec/security_group.py,sha256=CqN4On6kDGrtH6fviULsDi-trLMnRa4W8jKHyG20zro,14459
|
124
|
+
pulumi_ise/trustsec/security_group_acl.py,sha256=ofWmj0-BpQCXlaVL53-mtDQymIhNawZ1U0BGIMsYGAQ,14688
|
125
|
+
pulumi_ise/trustsec/sxp_domain_filter.py,sha256=-VH-nOl_r_p8fx-qAfd5pyzZb-UUUq9GhZTb1C-izL0,16476
|
126
|
+
pulumi_ise-0.3.0a1746770102.dist-info/METADATA,sha256=sz3gLwVVZ_O_qZkvZKqihvcgOmRIl5eg0kGDXDg6FmU,1482
|
127
|
+
pulumi_ise-0.3.0a1746770102.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
128
|
+
pulumi_ise-0.3.0a1746770102.dist-info/top_level.txt,sha256=oFNRT2ED37ACpG9aXKjxzIS6O-f9vaDcEci2KQl7KO0,11
|
129
|
+
pulumi_ise-0.3.0a1746770102.dist-info/RECORD,,
|
File without changes
|
{pulumi_ise-0.3.0a1746424699.dist-info → pulumi_ise-0.3.0a1746770102.dist-info}/top_level.txt
RENAMED
File without changes
|