pulumi-ise 0.1.0a1715108131__py3-none-any.whl → 0.1.1__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 +123 -220
- pulumi_ise/deviceadmin/__init__.py +18 -0
- pulumi_ise/deviceadmin/_inputs.py +1625 -45
- pulumi_ise/{allowedprotocols/tacacs.py → deviceadmin/allowed_protocols_tacacs.py} +20 -20
- pulumi_ise/{deviceadminauthentication/rule.py → deviceadmin/authentication_rule.py} +34 -34
- pulumi_ise/{deviceadminauthorizationexception/rule.py → deviceadmin/authorization_exception_rule.py} +34 -34
- pulumi_ise/{deviceadminauthorizationglobalexception/rule.py → deviceadmin/authorization_global_exception_rule.py} +34 -34
- pulumi_ise/{deviceadminauthorization/rule.py → deviceadmin/authorization_rule.py} +34 -34
- pulumi_ise/deviceadmin/condition.py +5 -5
- pulumi_ise/{allowedprotocols/get_tacacs.py → deviceadmin/get_allowed_protocols_tacacs.py} +19 -19
- pulumi_ise/{deviceadminauthentication/get_rule.py → deviceadmin/get_authentication_rule.py} +22 -22
- pulumi_ise/{deviceadminauthorizationexception/get_rule.py → deviceadmin/get_authorization_exception_rule.py} +22 -22
- pulumi_ise/{deviceadminauthorizationglobalexception/get_rule.py → deviceadmin/get_authorization_global_exception_rule.py} +20 -20
- pulumi_ise/{deviceadminauthorization/get_rule.py → deviceadmin/get_authorization_rule.py} +22 -22
- pulumi_ise/deviceadmin/get_condition.py +3 -3
- pulumi_ise/{deviceadminpolicy/get_set.py → deviceadmin/get_policy_set.py} +20 -20
- pulumi_ise/{tacacscommand/get_set.py → deviceadmin/get_tacacs_command_set.py} +20 -20
- pulumi_ise/{tacacs/get_profile.py → deviceadmin/get_tacacs_profile.py} +20 -20
- pulumi_ise/{deviceadmintimeanddate/get_condition.py → deviceadmin/get_time_and_date_condition.py} +19 -19
- pulumi_ise/deviceadmin/outputs.py +2733 -150
- pulumi_ise/{deviceadminpolicy/set.py → deviceadmin/policy_set.py} +34 -34
- pulumi_ise/{tacacscommand/set.py → deviceadmin/tacacs_command_set.py} +32 -32
- pulumi_ise/{tacacs/profile.py → deviceadmin/tacacs_profile.py} +31 -31
- pulumi_ise/{deviceadmintimeanddate/condition.py → deviceadmin/time_and_date_condition.py} +20 -20
- pulumi_ise/identitymanagement/__init__.py +26 -0
- pulumi_ise/{activedirectoryjoin → identitymanagement}/_inputs.py +132 -6
- pulumi_ise/{activedirectoryadd/groups.py → identitymanagement/active_directory_add_groups.py} +34 -34
- pulumi_ise/{activedirectoryjoindomainwithall/nodes.py → identitymanagement/active_directory_join_domain_with_all_nodes.py} +30 -30
- pulumi_ise/{activedirectoryjoin/point.py → identitymanagement/active_directory_join_point.py} +60 -60
- pulumi_ise/{certificateauthentication/profile.py → identitymanagement/certificate_authentication_profile.py} +20 -20
- pulumi_ise/{endpoint.py → identitymanagement/endpoint.py} +6 -6
- pulumi_ise/{endpointidentity/group.py → identitymanagement/endpoint_identity_group.py} +20 -20
- pulumi_ise/{activedirectorygroupsby/get_domain.py → identitymanagement/get_active_directory_groups_by_domain.py} +26 -26
- pulumi_ise/{activedirectoryjoin/get_point.py → identitymanagement/get_active_directory_join_point.py} +20 -20
- pulumi_ise/{certificateauthentication/get_profile.py → identitymanagement/get_certificate_authentication_profile.py} +19 -19
- pulumi_ise/{get_endpoint.py → identitymanagement/get_endpoint.py} +4 -4
- pulumi_ise/{endpointidentity/get_group.py → identitymanagement/get_endpoint_identity_group.py} +19 -19
- pulumi_ise/{identitysource/get_sequence.py → identitymanagement/get_identity_source_sequence.py} +20 -20
- pulumi_ise/{internal/get_user.py → identitymanagement/get_internal_user.py} +19 -19
- pulumi_ise/{useridentity/get_group.py → identitymanagement/get_user_identity_group.py} +19 -19
- pulumi_ise/{identitysource/sequence.py → identitymanagement/identity_source_sequence.py} +32 -32
- pulumi_ise/{internal/user.py → identitymanagement/internal_user.py} +20 -20
- pulumi_ise/{activedirectoryjoin → identitymanagement}/outputs.py +187 -18
- pulumi_ise/{useridentity/group.py → identitymanagement/user_identity_group.py} +20 -20
- pulumi_ise/network/__init__.py +2 -0
- pulumi_ise/network/device.py +3 -3
- pulumi_ise/{networkdevice/group.py → network/device_group.py} +20 -20
- pulumi_ise/network/get_device.py +3 -3
- pulumi_ise/{networkdevice/get_group.py → network/get_device_group.py} +19 -19
- pulumi_ise/networkaccess/__init__.py +18 -0
- pulumi_ise/networkaccess/_inputs.py +1621 -45
- pulumi_ise/{allowed/protocols.py → networkaccess/allowed_protocols.py} +20 -20
- pulumi_ise/{networkaccessauthentication/rule.py → networkaccess/authentication_rule.py} +34 -34
- pulumi_ise/{networkaccessauthorizationexception/rule.py → networkaccess/authorization_exception_rule.py} +34 -34
- pulumi_ise/{networkaccessauthorizationglobalexception/rule.py → networkaccess/authorization_global_exception_rule.py} +34 -34
- pulumi_ise/{authorization/profile.py → networkaccess/authorization_profile.py} +32 -32
- pulumi_ise/{networkaccessauthorization/rule.py → networkaccess/authorization_rule.py} +34 -34
- pulumi_ise/networkaccess/condition.py +5 -5
- pulumi_ise/networkaccess/dictionary.py +5 -5
- pulumi_ise/{downloadable/acl.py → networkaccess/downloadable_acl.py} +20 -20
- pulumi_ise/{allowed/get_protocols.py → networkaccess/get_allowed_protocols.py} +19 -19
- pulumi_ise/{networkaccessauthentication/get_rule.py → networkaccess/get_authentication_rule.py} +22 -22
- pulumi_ise/{networkaccessauthorizationexception/get_rule.py → networkaccess/get_authorization_exception_rule.py} +22 -22
- pulumi_ise/{networkaccessauthorizationglobalexception/get_rule.py → networkaccess/get_authorization_global_exception_rule.py} +20 -20
- pulumi_ise/{authorization/get_profile.py → networkaccess/get_authorization_profile.py} +20 -20
- pulumi_ise/{networkaccessauthorization/get_rule.py → networkaccess/get_authorization_rule.py} +22 -22
- pulumi_ise/networkaccess/get_condition.py +3 -3
- pulumi_ise/networkaccess/get_dictionary.py +3 -3
- pulumi_ise/{downloadable/get_acl.py → networkaccess/get_downloadable_acl.py} +19 -19
- pulumi_ise/{networkaccesspolicy/get_set.py → networkaccess/get_policy_set.py} +20 -20
- pulumi_ise/{networkaccesstimeanddate/get_condition.py → networkaccess/get_time_and_date_condition.py} +19 -19
- pulumi_ise/networkaccess/outputs.py +2739 -141
- pulumi_ise/{networkaccesspolicy/set.py → networkaccess/policy_set.py} +34 -34
- pulumi_ise/{networkaccesstimeanddate/condition.py → networkaccess/time_and_date_condition.py} +20 -20
- pulumi_ise/{activedirectoryadd → system}/__init__.py +4 -1
- pulumi_ise/{licensetier → system}/_inputs.py +2 -2
- pulumi_ise/{licensetier/get_state.py → system/get_license_tier_state.py} +18 -18
- pulumi_ise/{get_repository.py → system/get_repository.py} +4 -4
- pulumi_ise/{licensetier/state.py → system/license_tier_state.py} +33 -33
- pulumi_ise/{licensetier → system}/outputs.py +4 -4
- pulumi_ise/{repository.py → system/repository.py} +6 -6
- pulumi_ise/trustsec/__init__.py +17 -0
- pulumi_ise/{trustsecegressmatrix/cell.py → trustsec/egress_matrix_cell.py} +20 -20
- pulumi_ise/{trustsecegressmatrix/get_cell.py → trustsec/get_egress_matrix_cell.py} +17 -17
- pulumi_ise/{trustseciptosgt/get_mapping.py → trustsec/get_ip_to_sgt_mapping.py} +19 -19
- pulumi_ise/{trustseciptosgtmapping/get_group.py → trustsec/get_ip_to_sgt_mapping_group.py} +19 -19
- pulumi_ise/{trustsecsecurity/get_group.py → trustsec/get_security_group.py} +19 -19
- pulumi_ise/{trustsecsecuritygroup/get_acl.py → trustsec/get_security_group_acl.py} +19 -19
- pulumi_ise/{trustseciptosgt/mapping.py → trustsec/ip_to_sgt_mapping.py} +20 -20
- pulumi_ise/{trustseciptosgtmapping/group.py → trustsec/ip_to_sgt_mapping_group.py} +20 -20
- pulumi_ise/{trustsecsecurity/group.py → trustsec/security_group.py} +20 -20
- pulumi_ise/{trustsecsecuritygroup/acl.py → trustsec/security_group_acl.py} +20 -20
- {pulumi_ise-0.1.0a1715108131.dist-info → pulumi_ise-0.1.1.dist-info}/METADATA +4 -4
- pulumi_ise-0.1.1.dist-info/RECORD +105 -0
- pulumi_ise/activedirectoryadd/_inputs.py +0 -64
- pulumi_ise/activedirectoryadd/outputs.py +0 -52
- pulumi_ise/activedirectorygroupsby/__init__.py +0 -9
- pulumi_ise/activedirectorygroupsby/outputs.py +0 -55
- pulumi_ise/activedirectoryjoin/__init__.py +0 -11
- pulumi_ise/activedirectoryjoindomainwithall/__init__.py +0 -10
- pulumi_ise/activedirectoryjoindomainwithall/_inputs.py +0 -52
- pulumi_ise/activedirectoryjoindomainwithall/outputs.py +0 -44
- pulumi_ise/allowed/__init__.py +0 -9
- pulumi_ise/allowedprotocols/__init__.py +0 -9
- pulumi_ise/authorization/__init__.py +0 -11
- pulumi_ise/authorization/_inputs.py +0 -120
- pulumi_ise/authorization/outputs.py +0 -197
- pulumi_ise/certificateauthentication/__init__.py +0 -9
- pulumi_ise/deviceadminauthentication/__init__.py +0 -11
- pulumi_ise/deviceadminauthentication/_inputs.py +0 -308
- pulumi_ise/deviceadminauthentication/outputs.py +0 -498
- pulumi_ise/deviceadminauthorization/__init__.py +0 -11
- pulumi_ise/deviceadminauthorization/_inputs.py +0 -308
- pulumi_ise/deviceadminauthorization/outputs.py +0 -498
- pulumi_ise/deviceadminauthorizationexception/__init__.py +0 -11
- pulumi_ise/deviceadminauthorizationexception/_inputs.py +0 -308
- pulumi_ise/deviceadminauthorizationexception/outputs.py +0 -498
- pulumi_ise/deviceadminauthorizationglobalexception/__init__.py +0 -11
- pulumi_ise/deviceadminauthorizationglobalexception/_inputs.py +0 -308
- pulumi_ise/deviceadminauthorizationglobalexception/outputs.py +0 -498
- pulumi_ise/deviceadminpolicy/__init__.py +0 -11
- pulumi_ise/deviceadminpolicy/_inputs.py +0 -308
- pulumi_ise/deviceadminpolicy/outputs.py +0 -498
- pulumi_ise/deviceadmintimeanddate/__init__.py +0 -9
- pulumi_ise/downloadable/__init__.py +0 -9
- pulumi_ise/endpointidentity/__init__.py +0 -9
- pulumi_ise/identitysource/__init__.py +0 -11
- pulumi_ise/identitysource/_inputs.py +0 -52
- pulumi_ise/identitysource/outputs.py +0 -74
- pulumi_ise/internal/__init__.py +0 -9
- pulumi_ise/licensetier/__init__.py +0 -11
- pulumi_ise/networkaccessauthentication/__init__.py +0 -11
- pulumi_ise/networkaccessauthentication/_inputs.py +0 -308
- pulumi_ise/networkaccessauthentication/outputs.py +0 -498
- pulumi_ise/networkaccessauthorization/__init__.py +0 -11
- pulumi_ise/networkaccessauthorization/_inputs.py +0 -308
- pulumi_ise/networkaccessauthorization/outputs.py +0 -498
- pulumi_ise/networkaccessauthorizationexception/__init__.py +0 -11
- pulumi_ise/networkaccessauthorizationexception/_inputs.py +0 -308
- pulumi_ise/networkaccessauthorizationexception/outputs.py +0 -498
- pulumi_ise/networkaccessauthorizationglobalexception/__init__.py +0 -11
- pulumi_ise/networkaccessauthorizationglobalexception/_inputs.py +0 -308
- pulumi_ise/networkaccessauthorizationglobalexception/outputs.py +0 -498
- pulumi_ise/networkaccesspolicy/__init__.py +0 -11
- pulumi_ise/networkaccesspolicy/_inputs.py +0 -308
- pulumi_ise/networkaccesspolicy/outputs.py +0 -498
- pulumi_ise/networkaccesstimeanddate/__init__.py +0 -9
- pulumi_ise/networkdevice/__init__.py +0 -9
- pulumi_ise/tacacs/__init__.py +0 -11
- pulumi_ise/tacacs/_inputs.py +0 -69
- pulumi_ise/tacacs/outputs.py +0 -98
- pulumi_ise/tacacscommand/__init__.py +0 -11
- pulumi_ise/tacacscommand/_inputs.py +0 -69
- pulumi_ise/tacacscommand/outputs.py +0 -98
- pulumi_ise/trustsecegressmatrix/__init__.py +0 -9
- pulumi_ise/trustseciptosgt/__init__.py +0 -9
- pulumi_ise/trustseciptosgtmapping/__init__.py +0 -9
- pulumi_ise/trustsecsecurity/__init__.py +0 -9
- pulumi_ise/trustsecsecuritygroup/__init__.py +0 -9
- pulumi_ise/useridentity/__init__.py +0 -9
- pulumi_ise-0.1.0a1715108131.dist-info/RECORD +0 -169
- {pulumi_ise-0.1.0a1715108131.dist-info → pulumi_ise-0.1.1.dist-info}/WHEEL +0 -0
- {pulumi_ise-0.1.0a1715108131.dist-info → pulumi_ise-0.1.1.dist-info}/top_level.txt +0 -0
@@ -1,498 +0,0 @@
|
|
1
|
-
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
-
|
5
|
-
import copy
|
6
|
-
import warnings
|
7
|
-
import pulumi
|
8
|
-
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
-
from .. import _utilities
|
11
|
-
from . import outputs
|
12
|
-
|
13
|
-
__all__ = [
|
14
|
-
'SetChildren',
|
15
|
-
'SetChildrenChildren',
|
16
|
-
'GetSetChildrenResult',
|
17
|
-
'GetSetChildrenChildrenResult',
|
18
|
-
]
|
19
|
-
|
20
|
-
@pulumi.output_type
|
21
|
-
class SetChildren(dict):
|
22
|
-
@staticmethod
|
23
|
-
def __key_warning(key: str):
|
24
|
-
suggest = None
|
25
|
-
if key == "conditionType":
|
26
|
-
suggest = "condition_type"
|
27
|
-
elif key == "attributeName":
|
28
|
-
suggest = "attribute_name"
|
29
|
-
elif key == "attributeValue":
|
30
|
-
suggest = "attribute_value"
|
31
|
-
elif key == "dictionaryName":
|
32
|
-
suggest = "dictionary_name"
|
33
|
-
elif key == "dictionaryValue":
|
34
|
-
suggest = "dictionary_value"
|
35
|
-
elif key == "isNegate":
|
36
|
-
suggest = "is_negate"
|
37
|
-
|
38
|
-
if suggest:
|
39
|
-
pulumi.log.warn(f"Key '{key}' not found in SetChildren. Access the value via the '{suggest}' property getter instead.")
|
40
|
-
|
41
|
-
def __getitem__(self, key: str) -> Any:
|
42
|
-
SetChildren.__key_warning(key)
|
43
|
-
return super().__getitem__(key)
|
44
|
-
|
45
|
-
def get(self, key: str, default = None) -> Any:
|
46
|
-
SetChildren.__key_warning(key)
|
47
|
-
return super().get(key, default)
|
48
|
-
|
49
|
-
def __init__(__self__, *,
|
50
|
-
condition_type: str,
|
51
|
-
attribute_name: Optional[str] = None,
|
52
|
-
attribute_value: Optional[str] = None,
|
53
|
-
childrens: Optional[Sequence['outputs.SetChildrenChildren']] = None,
|
54
|
-
dictionary_name: Optional[str] = None,
|
55
|
-
dictionary_value: Optional[str] = None,
|
56
|
-
id: Optional[str] = None,
|
57
|
-
is_negate: Optional[bool] = None,
|
58
|
-
operator: Optional[str] = None):
|
59
|
-
"""
|
60
|
-
:param str condition_type: Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
61
|
-
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
62
|
-
:param str attribute_name: Dictionary attribute name
|
63
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
64
|
-
:param Sequence['SetChildrenChildrenArgs'] childrens: List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
65
|
-
:param str dictionary_name: Dictionary name
|
66
|
-
:param str dictionary_value: Dictionary value
|
67
|
-
:param str id: UUID for condition
|
68
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
69
|
-
:param str operator: Equality operator
|
70
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
71
|
-
"""
|
72
|
-
pulumi.set(__self__, "condition_type", condition_type)
|
73
|
-
if attribute_name is not None:
|
74
|
-
pulumi.set(__self__, "attribute_name", attribute_name)
|
75
|
-
if attribute_value is not None:
|
76
|
-
pulumi.set(__self__, "attribute_value", attribute_value)
|
77
|
-
if childrens is not None:
|
78
|
-
pulumi.set(__self__, "childrens", childrens)
|
79
|
-
if dictionary_name is not None:
|
80
|
-
pulumi.set(__self__, "dictionary_name", dictionary_name)
|
81
|
-
if dictionary_value is not None:
|
82
|
-
pulumi.set(__self__, "dictionary_value", dictionary_value)
|
83
|
-
if id is not None:
|
84
|
-
pulumi.set(__self__, "id", id)
|
85
|
-
if is_negate is not None:
|
86
|
-
pulumi.set(__self__, "is_negate", is_negate)
|
87
|
-
if operator is not None:
|
88
|
-
pulumi.set(__self__, "operator", operator)
|
89
|
-
|
90
|
-
@property
|
91
|
-
@pulumi.getter(name="conditionType")
|
92
|
-
def condition_type(self) -> str:
|
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.
|
95
|
-
- Choices: `ConditionAndBlock`, `ConditionAttributes`, `ConditionOrBlock`, `ConditionReference`
|
96
|
-
"""
|
97
|
-
return pulumi.get(self, "condition_type")
|
98
|
-
|
99
|
-
@property
|
100
|
-
@pulumi.getter(name="attributeName")
|
101
|
-
def attribute_name(self) -> Optional[str]:
|
102
|
-
"""
|
103
|
-
Dictionary attribute name
|
104
|
-
"""
|
105
|
-
return pulumi.get(self, "attribute_name")
|
106
|
-
|
107
|
-
@property
|
108
|
-
@pulumi.getter(name="attributeValue")
|
109
|
-
def attribute_value(self) -> Optional[str]:
|
110
|
-
"""
|
111
|
-
Attribute value for condition. Value type is specified in dictionary object.
|
112
|
-
"""
|
113
|
-
return pulumi.get(self, "attribute_value")
|
114
|
-
|
115
|
-
@property
|
116
|
-
@pulumi.getter
|
117
|
-
def childrens(self) -> Optional[Sequence['outputs.SetChildrenChildren']]:
|
118
|
-
"""
|
119
|
-
List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
120
|
-
"""
|
121
|
-
return pulumi.get(self, "childrens")
|
122
|
-
|
123
|
-
@property
|
124
|
-
@pulumi.getter(name="dictionaryName")
|
125
|
-
def dictionary_name(self) -> Optional[str]:
|
126
|
-
"""
|
127
|
-
Dictionary name
|
128
|
-
"""
|
129
|
-
return pulumi.get(self, "dictionary_name")
|
130
|
-
|
131
|
-
@property
|
132
|
-
@pulumi.getter(name="dictionaryValue")
|
133
|
-
def dictionary_value(self) -> Optional[str]:
|
134
|
-
"""
|
135
|
-
Dictionary value
|
136
|
-
"""
|
137
|
-
return pulumi.get(self, "dictionary_value")
|
138
|
-
|
139
|
-
@property
|
140
|
-
@pulumi.getter
|
141
|
-
def id(self) -> Optional[str]:
|
142
|
-
"""
|
143
|
-
UUID for condition
|
144
|
-
"""
|
145
|
-
return pulumi.get(self, "id")
|
146
|
-
|
147
|
-
@property
|
148
|
-
@pulumi.getter(name="isNegate")
|
149
|
-
def is_negate(self) -> Optional[bool]:
|
150
|
-
"""
|
151
|
-
Indicates whereas this condition is in negate mode
|
152
|
-
"""
|
153
|
-
return pulumi.get(self, "is_negate")
|
154
|
-
|
155
|
-
@property
|
156
|
-
@pulumi.getter
|
157
|
-
def operator(self) -> Optional[str]:
|
158
|
-
"""
|
159
|
-
Equality operator
|
160
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
161
|
-
"""
|
162
|
-
return pulumi.get(self, "operator")
|
163
|
-
|
164
|
-
|
165
|
-
@pulumi.output_type
|
166
|
-
class SetChildrenChildren(dict):
|
167
|
-
@staticmethod
|
168
|
-
def __key_warning(key: str):
|
169
|
-
suggest = None
|
170
|
-
if key == "conditionType":
|
171
|
-
suggest = "condition_type"
|
172
|
-
elif key == "attributeName":
|
173
|
-
suggest = "attribute_name"
|
174
|
-
elif key == "attributeValue":
|
175
|
-
suggest = "attribute_value"
|
176
|
-
elif key == "dictionaryName":
|
177
|
-
suggest = "dictionary_name"
|
178
|
-
elif key == "dictionaryValue":
|
179
|
-
suggest = "dictionary_value"
|
180
|
-
elif key == "isNegate":
|
181
|
-
suggest = "is_negate"
|
182
|
-
|
183
|
-
if suggest:
|
184
|
-
pulumi.log.warn(f"Key '{key}' not found in SetChildrenChildren. Access the value via the '{suggest}' property getter instead.")
|
185
|
-
|
186
|
-
def __getitem__(self, key: str) -> Any:
|
187
|
-
SetChildrenChildren.__key_warning(key)
|
188
|
-
return super().__getitem__(key)
|
189
|
-
|
190
|
-
def get(self, key: str, default = None) -> Any:
|
191
|
-
SetChildrenChildren.__key_warning(key)
|
192
|
-
return super().get(key, default)
|
193
|
-
|
194
|
-
def __init__(__self__, *,
|
195
|
-
condition_type: str,
|
196
|
-
attribute_name: Optional[str] = None,
|
197
|
-
attribute_value: Optional[str] = None,
|
198
|
-
dictionary_name: Optional[str] = None,
|
199
|
-
dictionary_value: Optional[str] = None,
|
200
|
-
id: Optional[str] = None,
|
201
|
-
is_negate: Optional[bool] = None,
|
202
|
-
operator: Optional[str] = None):
|
203
|
-
"""
|
204
|
-
:param str condition_type: Condition type.
|
205
|
-
- Choices: `ConditionAttributes`, `ConditionReference`
|
206
|
-
:param str attribute_name: Dictionary attribute name
|
207
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
208
|
-
:param str dictionary_name: Dictionary name
|
209
|
-
:param str dictionary_value: Dictionary value
|
210
|
-
:param str id: UUID for condition
|
211
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
212
|
-
:param str operator: Equality operator
|
213
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
214
|
-
"""
|
215
|
-
pulumi.set(__self__, "condition_type", condition_type)
|
216
|
-
if attribute_name is not None:
|
217
|
-
pulumi.set(__self__, "attribute_name", attribute_name)
|
218
|
-
if attribute_value is not None:
|
219
|
-
pulumi.set(__self__, "attribute_value", attribute_value)
|
220
|
-
if dictionary_name is not None:
|
221
|
-
pulumi.set(__self__, "dictionary_name", dictionary_name)
|
222
|
-
if dictionary_value is not None:
|
223
|
-
pulumi.set(__self__, "dictionary_value", dictionary_value)
|
224
|
-
if id is not None:
|
225
|
-
pulumi.set(__self__, "id", id)
|
226
|
-
if is_negate is not None:
|
227
|
-
pulumi.set(__self__, "is_negate", is_negate)
|
228
|
-
if operator is not None:
|
229
|
-
pulumi.set(__self__, "operator", operator)
|
230
|
-
|
231
|
-
@property
|
232
|
-
@pulumi.getter(name="conditionType")
|
233
|
-
def condition_type(self) -> str:
|
234
|
-
"""
|
235
|
-
Condition type.
|
236
|
-
- Choices: `ConditionAttributes`, `ConditionReference`
|
237
|
-
"""
|
238
|
-
return pulumi.get(self, "condition_type")
|
239
|
-
|
240
|
-
@property
|
241
|
-
@pulumi.getter(name="attributeName")
|
242
|
-
def attribute_name(self) -> Optional[str]:
|
243
|
-
"""
|
244
|
-
Dictionary attribute name
|
245
|
-
"""
|
246
|
-
return pulumi.get(self, "attribute_name")
|
247
|
-
|
248
|
-
@property
|
249
|
-
@pulumi.getter(name="attributeValue")
|
250
|
-
def attribute_value(self) -> Optional[str]:
|
251
|
-
"""
|
252
|
-
Attribute value for condition. Value type is specified in dictionary object.
|
253
|
-
"""
|
254
|
-
return pulumi.get(self, "attribute_value")
|
255
|
-
|
256
|
-
@property
|
257
|
-
@pulumi.getter(name="dictionaryName")
|
258
|
-
def dictionary_name(self) -> Optional[str]:
|
259
|
-
"""
|
260
|
-
Dictionary name
|
261
|
-
"""
|
262
|
-
return pulumi.get(self, "dictionary_name")
|
263
|
-
|
264
|
-
@property
|
265
|
-
@pulumi.getter(name="dictionaryValue")
|
266
|
-
def dictionary_value(self) -> Optional[str]:
|
267
|
-
"""
|
268
|
-
Dictionary value
|
269
|
-
"""
|
270
|
-
return pulumi.get(self, "dictionary_value")
|
271
|
-
|
272
|
-
@property
|
273
|
-
@pulumi.getter
|
274
|
-
def id(self) -> Optional[str]:
|
275
|
-
"""
|
276
|
-
UUID for condition
|
277
|
-
"""
|
278
|
-
return pulumi.get(self, "id")
|
279
|
-
|
280
|
-
@property
|
281
|
-
@pulumi.getter(name="isNegate")
|
282
|
-
def is_negate(self) -> Optional[bool]:
|
283
|
-
"""
|
284
|
-
Indicates whereas this condition is in negate mode
|
285
|
-
"""
|
286
|
-
return pulumi.get(self, "is_negate")
|
287
|
-
|
288
|
-
@property
|
289
|
-
@pulumi.getter
|
290
|
-
def operator(self) -> Optional[str]:
|
291
|
-
"""
|
292
|
-
Equality operator
|
293
|
-
- Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`, `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`, `notEquals`, `notIn`, `notStartsWith`, `startsWith`
|
294
|
-
"""
|
295
|
-
return pulumi.get(self, "operator")
|
296
|
-
|
297
|
-
|
298
|
-
@pulumi.output_type
|
299
|
-
class GetSetChildrenResult(dict):
|
300
|
-
def __init__(__self__, *,
|
301
|
-
attribute_name: str,
|
302
|
-
attribute_value: str,
|
303
|
-
childrens: Sequence['outputs.GetSetChildrenChildrenResult'],
|
304
|
-
condition_type: str,
|
305
|
-
dictionary_name: str,
|
306
|
-
dictionary_value: str,
|
307
|
-
id: str,
|
308
|
-
is_negate: bool,
|
309
|
-
operator: str):
|
310
|
-
"""
|
311
|
-
:param str attribute_name: Dictionary attribute name
|
312
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
313
|
-
:param Sequence['GetSetChildrenChildrenArgs'] childrens: List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
314
|
-
:param str condition_type: Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
315
|
-
:param str dictionary_name: Dictionary name
|
316
|
-
:param str dictionary_value: Dictionary value
|
317
|
-
:param str id: UUID for condition
|
318
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
319
|
-
:param str operator: Equality operator
|
320
|
-
"""
|
321
|
-
pulumi.set(__self__, "attribute_name", attribute_name)
|
322
|
-
pulumi.set(__self__, "attribute_value", attribute_value)
|
323
|
-
pulumi.set(__self__, "childrens", childrens)
|
324
|
-
pulumi.set(__self__, "condition_type", condition_type)
|
325
|
-
pulumi.set(__self__, "dictionary_name", dictionary_name)
|
326
|
-
pulumi.set(__self__, "dictionary_value", dictionary_value)
|
327
|
-
pulumi.set(__self__, "id", id)
|
328
|
-
pulumi.set(__self__, "is_negate", is_negate)
|
329
|
-
pulumi.set(__self__, "operator", operator)
|
330
|
-
|
331
|
-
@property
|
332
|
-
@pulumi.getter(name="attributeName")
|
333
|
-
def attribute_name(self) -> str:
|
334
|
-
"""
|
335
|
-
Dictionary attribute name
|
336
|
-
"""
|
337
|
-
return pulumi.get(self, "attribute_name")
|
338
|
-
|
339
|
-
@property
|
340
|
-
@pulumi.getter(name="attributeValue")
|
341
|
-
def attribute_value(self) -> str:
|
342
|
-
"""
|
343
|
-
Attribute value for condition. Value type is specified in dictionary object.
|
344
|
-
"""
|
345
|
-
return pulumi.get(self, "attribute_value")
|
346
|
-
|
347
|
-
@property
|
348
|
-
@pulumi.getter
|
349
|
-
def childrens(self) -> Sequence['outputs.GetSetChildrenChildrenResult']:
|
350
|
-
"""
|
351
|
-
List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
|
352
|
-
"""
|
353
|
-
return pulumi.get(self, "childrens")
|
354
|
-
|
355
|
-
@property
|
356
|
-
@pulumi.getter(name="conditionType")
|
357
|
-
def condition_type(self) -> str:
|
358
|
-
"""
|
359
|
-
Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
360
|
-
"""
|
361
|
-
return pulumi.get(self, "condition_type")
|
362
|
-
|
363
|
-
@property
|
364
|
-
@pulumi.getter(name="dictionaryName")
|
365
|
-
def dictionary_name(self) -> str:
|
366
|
-
"""
|
367
|
-
Dictionary name
|
368
|
-
"""
|
369
|
-
return pulumi.get(self, "dictionary_name")
|
370
|
-
|
371
|
-
@property
|
372
|
-
@pulumi.getter(name="dictionaryValue")
|
373
|
-
def dictionary_value(self) -> str:
|
374
|
-
"""
|
375
|
-
Dictionary value
|
376
|
-
"""
|
377
|
-
return pulumi.get(self, "dictionary_value")
|
378
|
-
|
379
|
-
@property
|
380
|
-
@pulumi.getter
|
381
|
-
def id(self) -> str:
|
382
|
-
"""
|
383
|
-
UUID for condition
|
384
|
-
"""
|
385
|
-
return pulumi.get(self, "id")
|
386
|
-
|
387
|
-
@property
|
388
|
-
@pulumi.getter(name="isNegate")
|
389
|
-
def is_negate(self) -> bool:
|
390
|
-
"""
|
391
|
-
Indicates whereas this condition is in negate mode
|
392
|
-
"""
|
393
|
-
return pulumi.get(self, "is_negate")
|
394
|
-
|
395
|
-
@property
|
396
|
-
@pulumi.getter
|
397
|
-
def operator(self) -> str:
|
398
|
-
"""
|
399
|
-
Equality operator
|
400
|
-
"""
|
401
|
-
return pulumi.get(self, "operator")
|
402
|
-
|
403
|
-
|
404
|
-
@pulumi.output_type
|
405
|
-
class GetSetChildrenChildrenResult(dict):
|
406
|
-
def __init__(__self__, *,
|
407
|
-
attribute_name: str,
|
408
|
-
attribute_value: str,
|
409
|
-
condition_type: str,
|
410
|
-
dictionary_name: str,
|
411
|
-
dictionary_value: str,
|
412
|
-
id: str,
|
413
|
-
is_negate: bool,
|
414
|
-
operator: str):
|
415
|
-
"""
|
416
|
-
:param str attribute_name: Dictionary attribute name
|
417
|
-
:param str attribute_value: Attribute value for condition. Value type is specified in dictionary object.
|
418
|
-
:param str condition_type: Condition type.
|
419
|
-
:param str dictionary_name: Dictionary name
|
420
|
-
:param str dictionary_value: Dictionary value
|
421
|
-
:param str id: UUID for condition
|
422
|
-
:param bool is_negate: Indicates whereas this condition is in negate mode
|
423
|
-
:param str operator: Equality operator
|
424
|
-
"""
|
425
|
-
pulumi.set(__self__, "attribute_name", attribute_name)
|
426
|
-
pulumi.set(__self__, "attribute_value", attribute_value)
|
427
|
-
pulumi.set(__self__, "condition_type", condition_type)
|
428
|
-
pulumi.set(__self__, "dictionary_name", dictionary_name)
|
429
|
-
pulumi.set(__self__, "dictionary_value", dictionary_value)
|
430
|
-
pulumi.set(__self__, "id", id)
|
431
|
-
pulumi.set(__self__, "is_negate", is_negate)
|
432
|
-
pulumi.set(__self__, "operator", operator)
|
433
|
-
|
434
|
-
@property
|
435
|
-
@pulumi.getter(name="attributeName")
|
436
|
-
def attribute_name(self) -> str:
|
437
|
-
"""
|
438
|
-
Dictionary attribute name
|
439
|
-
"""
|
440
|
-
return pulumi.get(self, "attribute_name")
|
441
|
-
|
442
|
-
@property
|
443
|
-
@pulumi.getter(name="attributeValue")
|
444
|
-
def attribute_value(self) -> str:
|
445
|
-
"""
|
446
|
-
Attribute value for condition. Value type is specified in dictionary object.
|
447
|
-
"""
|
448
|
-
return pulumi.get(self, "attribute_value")
|
449
|
-
|
450
|
-
@property
|
451
|
-
@pulumi.getter(name="conditionType")
|
452
|
-
def condition_type(self) -> str:
|
453
|
-
"""
|
454
|
-
Condition type.
|
455
|
-
"""
|
456
|
-
return pulumi.get(self, "condition_type")
|
457
|
-
|
458
|
-
@property
|
459
|
-
@pulumi.getter(name="dictionaryName")
|
460
|
-
def dictionary_name(self) -> str:
|
461
|
-
"""
|
462
|
-
Dictionary name
|
463
|
-
"""
|
464
|
-
return pulumi.get(self, "dictionary_name")
|
465
|
-
|
466
|
-
@property
|
467
|
-
@pulumi.getter(name="dictionaryValue")
|
468
|
-
def dictionary_value(self) -> str:
|
469
|
-
"""
|
470
|
-
Dictionary value
|
471
|
-
"""
|
472
|
-
return pulumi.get(self, "dictionary_value")
|
473
|
-
|
474
|
-
@property
|
475
|
-
@pulumi.getter
|
476
|
-
def id(self) -> str:
|
477
|
-
"""
|
478
|
-
UUID for condition
|
479
|
-
"""
|
480
|
-
return pulumi.get(self, "id")
|
481
|
-
|
482
|
-
@property
|
483
|
-
@pulumi.getter(name="isNegate")
|
484
|
-
def is_negate(self) -> bool:
|
485
|
-
"""
|
486
|
-
Indicates whereas this condition is in negate mode
|
487
|
-
"""
|
488
|
-
return pulumi.get(self, "is_negate")
|
489
|
-
|
490
|
-
@property
|
491
|
-
@pulumi.getter
|
492
|
-
def operator(self) -> str:
|
493
|
-
"""
|
494
|
-
Equality operator
|
495
|
-
"""
|
496
|
-
return pulumi.get(self, "operator")
|
497
|
-
|
498
|
-
|
@@ -1,9 +0,0 @@
|
|
1
|
-
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
-
|
5
|
-
from .. import _utilities
|
6
|
-
import typing
|
7
|
-
# Export this package's modules as members:
|
8
|
-
from .condition import *
|
9
|
-
from .get_condition import *
|
@@ -1,9 +0,0 @@
|
|
1
|
-
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
-
|
5
|
-
from .. import _utilities
|
6
|
-
import typing
|
7
|
-
# Export this package's modules as members:
|
8
|
-
from .acl import *
|
9
|
-
from .get_acl import *
|
@@ -1,9 +0,0 @@
|
|
1
|
-
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
-
|
5
|
-
from .. import _utilities
|
6
|
-
import typing
|
7
|
-
# Export this package's modules as members:
|
8
|
-
from .get_group import *
|
9
|
-
from .group import *
|
@@ -1,11 +0,0 @@
|
|
1
|
-
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
-
|
5
|
-
from .. import _utilities
|
6
|
-
import typing
|
7
|
-
# Export this package's modules as members:
|
8
|
-
from .get_sequence import *
|
9
|
-
from .sequence import *
|
10
|
-
from ._inputs import *
|
11
|
-
from . import outputs
|
@@ -1,52 +0,0 @@
|
|
1
|
-
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
-
|
5
|
-
import copy
|
6
|
-
import warnings
|
7
|
-
import pulumi
|
8
|
-
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
-
from .. import _utilities
|
11
|
-
|
12
|
-
__all__ = [
|
13
|
-
'SequenceIdentitySourceArgs',
|
14
|
-
]
|
15
|
-
|
16
|
-
@pulumi.input_type
|
17
|
-
class SequenceIdentitySourceArgs:
|
18
|
-
def __init__(__self__, *,
|
19
|
-
name: pulumi.Input[str],
|
20
|
-
order: pulumi.Input[int]):
|
21
|
-
"""
|
22
|
-
:param pulumi.Input[str] name: Name of the identity source
|
23
|
-
:param pulumi.Input[int] order: Order of the identity source in the sequence
|
24
|
-
"""
|
25
|
-
pulumi.set(__self__, "name", name)
|
26
|
-
pulumi.set(__self__, "order", order)
|
27
|
-
|
28
|
-
@property
|
29
|
-
@pulumi.getter
|
30
|
-
def name(self) -> pulumi.Input[str]:
|
31
|
-
"""
|
32
|
-
Name of the identity source
|
33
|
-
"""
|
34
|
-
return pulumi.get(self, "name")
|
35
|
-
|
36
|
-
@name.setter
|
37
|
-
def name(self, value: pulumi.Input[str]):
|
38
|
-
pulumi.set(self, "name", value)
|
39
|
-
|
40
|
-
@property
|
41
|
-
@pulumi.getter
|
42
|
-
def order(self) -> pulumi.Input[int]:
|
43
|
-
"""
|
44
|
-
Order of the identity source in the sequence
|
45
|
-
"""
|
46
|
-
return pulumi.get(self, "order")
|
47
|
-
|
48
|
-
@order.setter
|
49
|
-
def order(self, value: pulumi.Input[int]):
|
50
|
-
pulumi.set(self, "order", value)
|
51
|
-
|
52
|
-
|
@@ -1,74 +0,0 @@
|
|
1
|
-
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
-
|
5
|
-
import copy
|
6
|
-
import warnings
|
7
|
-
import pulumi
|
8
|
-
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
-
from .. import _utilities
|
11
|
-
|
12
|
-
__all__ = [
|
13
|
-
'SequenceIdentitySource',
|
14
|
-
'GetSequenceIdentitySourceResult',
|
15
|
-
]
|
16
|
-
|
17
|
-
@pulumi.output_type
|
18
|
-
class SequenceIdentitySource(dict):
|
19
|
-
def __init__(__self__, *,
|
20
|
-
name: str,
|
21
|
-
order: int):
|
22
|
-
"""
|
23
|
-
:param str name: Name of the identity source
|
24
|
-
:param int order: Order of the identity source in the sequence
|
25
|
-
"""
|
26
|
-
pulumi.set(__self__, "name", name)
|
27
|
-
pulumi.set(__self__, "order", order)
|
28
|
-
|
29
|
-
@property
|
30
|
-
@pulumi.getter
|
31
|
-
def name(self) -> str:
|
32
|
-
"""
|
33
|
-
Name of the identity source
|
34
|
-
"""
|
35
|
-
return pulumi.get(self, "name")
|
36
|
-
|
37
|
-
@property
|
38
|
-
@pulumi.getter
|
39
|
-
def order(self) -> int:
|
40
|
-
"""
|
41
|
-
Order of the identity source in the sequence
|
42
|
-
"""
|
43
|
-
return pulumi.get(self, "order")
|
44
|
-
|
45
|
-
|
46
|
-
@pulumi.output_type
|
47
|
-
class GetSequenceIdentitySourceResult(dict):
|
48
|
-
def __init__(__self__, *,
|
49
|
-
name: str,
|
50
|
-
order: int):
|
51
|
-
"""
|
52
|
-
:param str name: Name of the identity source
|
53
|
-
:param int order: Order of the identity source in the sequence
|
54
|
-
"""
|
55
|
-
pulumi.set(__self__, "name", name)
|
56
|
-
pulumi.set(__self__, "order", order)
|
57
|
-
|
58
|
-
@property
|
59
|
-
@pulumi.getter
|
60
|
-
def name(self) -> str:
|
61
|
-
"""
|
62
|
-
Name of the identity source
|
63
|
-
"""
|
64
|
-
return pulumi.get(self, "name")
|
65
|
-
|
66
|
-
@property
|
67
|
-
@pulumi.getter
|
68
|
-
def order(self) -> int:
|
69
|
-
"""
|
70
|
-
Order of the identity source in the sequence
|
71
|
-
"""
|
72
|
-
return pulumi.get(self, "order")
|
73
|
-
|
74
|
-
|
pulumi_ise/internal/__init__.py
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
-
|
5
|
-
from .. import _utilities
|
6
|
-
import typing
|
7
|
-
# Export this package's modules as members:
|
8
|
-
from .get_user import *
|
9
|
-
from .user import *
|
@@ -1,11 +0,0 @@
|
|
1
|
-
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
-
|
5
|
-
from .. import _utilities
|
6
|
-
import typing
|
7
|
-
# Export this package's modules as members:
|
8
|
-
from .get_state import *
|
9
|
-
from .state import *
|
10
|
-
from ._inputs import *
|
11
|
-
from . import outputs
|