pulumi-ise 0.3.0a1743573250__py3-none-any.whl → 0.3.0a1744264416__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_ise/__init__.py +1 -0
- pulumi_ise/config/__init__.py +1 -0
- pulumi_ise/config/__init__.pyi +1 -0
- pulumi_ise/config/vars.py +1 -0
- pulumi_ise/deviceadmin/__init__.py +1 -0
- pulumi_ise/deviceadmin/_inputs.py +538 -537
- pulumi_ise/deviceadmin/allowed_protocols_tacacs.py +71 -70
- pulumi_ise/deviceadmin/authentication_rule.py +239 -238
- pulumi_ise/deviceadmin/authentication_rule_update_rank.py +43 -42
- pulumi_ise/deviceadmin/authorization_exception_rule.py +211 -210
- pulumi_ise/deviceadmin/authorization_exception_rule_update_rank.py +43 -42
- pulumi_ise/deviceadmin/authorization_global_exception_rule.py +183 -182
- pulumi_ise/deviceadmin/authorization_global_exception_rule_update_rank.py +29 -28
- pulumi_ise/deviceadmin/authorization_rule.py +211 -210
- pulumi_ise/deviceadmin/authorization_rule_update_rank.py +43 -42
- pulumi_ise/deviceadmin/condition.py +127 -126
- pulumi_ise/deviceadmin/get_allowed_protocols_tacacs.py +15 -14
- pulumi_ise/deviceadmin/get_authentication_rule.py +31 -30
- pulumi_ise/deviceadmin/get_authorization_exception_rule.py +29 -28
- pulumi_ise/deviceadmin/get_authorization_global_exception_rule.py +23 -22
- pulumi_ise/deviceadmin/get_authorization_rule.py +29 -28
- pulumi_ise/deviceadmin/get_condition.py +19 -18
- pulumi_ise/deviceadmin/get_policy_set.py +25 -24
- pulumi_ise/deviceadmin/get_tacacs_command_set.py +13 -12
- pulumi_ise/deviceadmin/get_tacacs_profile.py +12 -11
- pulumi_ise/deviceadmin/get_time_and_date_condition.py +23 -22
- pulumi_ise/deviceadmin/outputs.py +656 -655
- pulumi_ise/deviceadmin/policy_set.py +211 -210
- pulumi_ise/deviceadmin/policy_set_update_rank.py +29 -28
- pulumi_ise/deviceadmin/tacacs_command_set.py +43 -42
- pulumi_ise/deviceadmin/tacacs_profile.py +29 -28
- pulumi_ise/deviceadmin/time_and_date_condition.py +183 -182
- pulumi_ise/identitymanagement/__init__.py +1 -0
- pulumi_ise/identitymanagement/_inputs.py +85 -84
- pulumi_ise/identitymanagement/active_directory_add_groups.py +85 -84
- pulumi_ise/identitymanagement/active_directory_join_domain_with_all_nodes.py +15 -14
- pulumi_ise/identitymanagement/active_directory_join_point.py +421 -420
- pulumi_ise/identitymanagement/certificate_authentication_profile.py +99 -98
- pulumi_ise/identitymanagement/endpoint.py +365 -364
- pulumi_ise/identitymanagement/endpoint_identity_group.py +57 -56
- pulumi_ise/identitymanagement/get_active_directory_groups_by_domain.py +27 -26
- pulumi_ise/identitymanagement/get_active_directory_join_point.py +36 -35
- pulumi_ise/identitymanagement/get_certificate_authentication_profile.py +17 -16
- pulumi_ise/identitymanagement/get_endpoint.py +36 -35
- pulumi_ise/identitymanagement/get_endpoint_identity_group.py +14 -13
- pulumi_ise/identitymanagement/get_identity_source_sequence.py +14 -13
- pulumi_ise/identitymanagement/get_internal_user.py +24 -23
- pulumi_ise/identitymanagement/get_user_identity_group.py +13 -12
- pulumi_ise/identitymanagement/identity_source_sequence.py +57 -56
- pulumi_ise/identitymanagement/internal_user.py +197 -196
- pulumi_ise/identitymanagement/outputs.py +95 -94
- pulumi_ise/identitymanagement/user_identity_group.py +43 -42
- pulumi_ise/network/__init__.py +1 -0
- pulumi_ise/network/_inputs.py +16 -15
- pulumi_ise/network/device.py +575 -574
- pulumi_ise/network/device_group.py +43 -42
- pulumi_ise/network/get_device.py +51 -50
- pulumi_ise/network/get_device_group.py +13 -12
- pulumi_ise/network/outputs.py +19 -18
- pulumi_ise/networkaccess/__init__.py +1 -0
- pulumi_ise/networkaccess/_inputs.py +539 -538
- pulumi_ise/networkaccess/allowed_protocols.py +1079 -1078
- pulumi_ise/networkaccess/authentication_rule.py +239 -238
- pulumi_ise/networkaccess/authentication_rule_update_rank.py +43 -42
- pulumi_ise/networkaccess/authorization_exception_rule.py +211 -210
- pulumi_ise/networkaccess/authorization_exception_rule_update_rank.py +43 -42
- pulumi_ise/networkaccess/authorization_global_exception_rule.py +183 -182
- pulumi_ise/networkaccess/authorization_global_exception_rule_update_rank.py +29 -28
- pulumi_ise/networkaccess/authorization_profile.py +449 -448
- pulumi_ise/networkaccess/authorization_rule.py +211 -210
- pulumi_ise/networkaccess/authorization_rule_update_rank.py +43 -42
- pulumi_ise/networkaccess/condition.py +127 -126
- pulumi_ise/networkaccess/dictionary.py +57 -56
- pulumi_ise/networkaccess/downloadable_acl.py +57 -56
- pulumi_ise/networkaccess/get_allowed_protocols.py +87 -86
- pulumi_ise/networkaccess/get_authentication_rule.py +31 -30
- pulumi_ise/networkaccess/get_authorization_exception_rule.py +29 -28
- pulumi_ise/networkaccess/get_authorization_global_exception_rule.py +23 -22
- pulumi_ise/networkaccess/get_authorization_profile.py +42 -41
- pulumi_ise/networkaccess/get_authorization_rule.py +29 -28
- pulumi_ise/networkaccess/get_condition.py +19 -18
- pulumi_ise/networkaccess/get_dictionary.py +14 -13
- pulumi_ise/networkaccess/get_downloadable_acl.py +14 -13
- pulumi_ise/networkaccess/get_policy_set.py +25 -24
- pulumi_ise/networkaccess/get_time_and_date_condition.py +23 -22
- pulumi_ise/networkaccess/outputs.py +658 -657
- pulumi_ise/networkaccess/policy_set.py +211 -210
- pulumi_ise/networkaccess/policy_set_update_rank.py +29 -28
- pulumi_ise/networkaccess/time_and_date_condition.py +183 -182
- pulumi_ise/provider.py +39 -38
- pulumi_ise/pulumi-plugin.json +1 -1
- pulumi_ise/system/__init__.py +1 -0
- pulumi_ise/system/_inputs.py +11 -10
- pulumi_ise/system/get_license_tier_state.py +6 -5
- pulumi_ise/system/get_repository.py +17 -16
- pulumi_ise/system/license_tier_state.py +1 -0
- pulumi_ise/system/outputs.py +13 -12
- pulumi_ise/system/repository.py +99 -98
- pulumi_ise/trustsec/__init__.py +1 -0
- pulumi_ise/trustsec/egress_matrix_cell.py +85 -84
- pulumi_ise/trustsec/egress_matrix_cell_default.py +57 -56
- pulumi_ise/trustsec/get_egress_matrix_cell.py +12 -11
- pulumi_ise/trustsec/get_egress_matrix_cell_default.py +10 -9
- pulumi_ise/trustsec/get_ip_to_sgt_mapping.py +18 -17
- pulumi_ise/trustsec/get_ip_to_sgt_mapping_group.py +15 -14
- pulumi_ise/trustsec/get_security_group.py +15 -14
- pulumi_ise/trustsec/get_security_group_acl.py +15 -14
- pulumi_ise/trustsec/get_sxp_domain_filter.py +16 -15
- pulumi_ise/trustsec/ip_to_sgt_mapping.py +113 -112
- pulumi_ise/trustsec/ip_to_sgt_mapping_group.py +71 -70
- pulumi_ise/trustsec/security_group.py +71 -70
- pulumi_ise/trustsec/security_group_acl.py +71 -70
- pulumi_ise/trustsec/sxp_domain_filter.py +85 -84
- {pulumi_ise-0.3.0a1743573250.dist-info → pulumi_ise-0.3.0a1744264416.dist-info}/METADATA +1 -1
- pulumi_ise-0.3.0a1744264416.dist-info/RECORD +119 -0
- pulumi_ise-0.3.0a1743573250.dist-info/RECORD +0 -119
- {pulumi_ise-0.3.0a1743573250.dist-info → pulumi_ise-0.3.0a1744264416.dist-info}/WHEEL +0 -0
- {pulumi_ise-0.3.0a1743573250.dist-info → pulumi_ise-0.3.0a1744264416.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -45,7 +46,7 @@ class GetDictionaryResult:
|
|
45
46
|
|
46
47
|
@property
|
47
48
|
@pulumi.getter
|
48
|
-
def description(self) -> str:
|
49
|
+
def description(self) -> builtins.str:
|
49
50
|
"""
|
50
51
|
The description of the dictionary
|
51
52
|
"""
|
@@ -53,7 +54,7 @@ class GetDictionaryResult:
|
|
53
54
|
|
54
55
|
@property
|
55
56
|
@pulumi.getter(name="dictionaryAttrType")
|
56
|
-
def dictionary_attr_type(self) -> str:
|
57
|
+
def dictionary_attr_type(self) -> builtins.str:
|
57
58
|
"""
|
58
59
|
The dictionary attribute type
|
59
60
|
"""
|
@@ -61,7 +62,7 @@ class GetDictionaryResult:
|
|
61
62
|
|
62
63
|
@property
|
63
64
|
@pulumi.getter
|
64
|
-
def id(self) -> str:
|
65
|
+
def id(self) -> builtins.str:
|
65
66
|
"""
|
66
67
|
The id of the object
|
67
68
|
"""
|
@@ -69,7 +70,7 @@ class GetDictionaryResult:
|
|
69
70
|
|
70
71
|
@property
|
71
72
|
@pulumi.getter
|
72
|
-
def name(self) -> str:
|
73
|
+
def name(self) -> builtins.str:
|
73
74
|
"""
|
74
75
|
The dictionary name
|
75
76
|
"""
|
@@ -77,7 +78,7 @@ class GetDictionaryResult:
|
|
77
78
|
|
78
79
|
@property
|
79
80
|
@pulumi.getter
|
80
|
-
def version(self) -> str:
|
81
|
+
def version(self) -> builtins.str:
|
81
82
|
"""
|
82
83
|
The version of the dictionary
|
83
84
|
"""
|
@@ -97,8 +98,8 @@ class AwaitableGetDictionaryResult(GetDictionaryResult):
|
|
97
98
|
version=self.version)
|
98
99
|
|
99
100
|
|
100
|
-
def get_dictionary(id: Optional[str] = None,
|
101
|
-
name: Optional[str] = None,
|
101
|
+
def get_dictionary(id: Optional[builtins.str] = None,
|
102
|
+
name: Optional[builtins.str] = None,
|
102
103
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDictionaryResult:
|
103
104
|
"""
|
104
105
|
This data source can read the Network Access Dictionary.
|
@@ -113,8 +114,8 @@ def get_dictionary(id: Optional[str] = None,
|
|
113
114
|
```
|
114
115
|
|
115
116
|
|
116
|
-
:param str id: The id of the object
|
117
|
-
:param str name: The dictionary name
|
117
|
+
:param builtins.str id: The id of the object
|
118
|
+
:param builtins.str name: The dictionary name
|
118
119
|
"""
|
119
120
|
__args__ = dict()
|
120
121
|
__args__['id'] = id
|
@@ -128,8 +129,8 @@ def get_dictionary(id: Optional[str] = None,
|
|
128
129
|
id=pulumi.get(__ret__, 'id'),
|
129
130
|
name=pulumi.get(__ret__, 'name'),
|
130
131
|
version=pulumi.get(__ret__, 'version'))
|
131
|
-
def get_dictionary_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
132
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
132
|
+
def get_dictionary_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
133
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
133
134
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDictionaryResult]:
|
134
135
|
"""
|
135
136
|
This data source can read the Network Access Dictionary.
|
@@ -144,8 +145,8 @@ def get_dictionary_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
144
145
|
```
|
145
146
|
|
146
147
|
|
147
|
-
:param str id: The id of the object
|
148
|
-
:param str name: The dictionary name
|
148
|
+
:param builtins.str id: The id of the object
|
149
|
+
:param builtins.str name: The dictionary name
|
149
150
|
"""
|
150
151
|
__args__ = dict()
|
151
152
|
__args__['id'] = id
|
@@ -2,6 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -45,7 +46,7 @@ class GetDownloadableAclResult:
|
|
45
46
|
|
46
47
|
@property
|
47
48
|
@pulumi.getter
|
48
|
-
def dacl(self) -> str:
|
49
|
+
def dacl(self) -> builtins.str:
|
49
50
|
"""
|
50
51
|
The DACL content
|
51
52
|
"""
|
@@ -53,7 +54,7 @@ class GetDownloadableAclResult:
|
|
53
54
|
|
54
55
|
@property
|
55
56
|
@pulumi.getter(name="daclType")
|
56
|
-
def dacl_type(self) -> str:
|
57
|
+
def dacl_type(self) -> builtins.str:
|
57
58
|
"""
|
58
59
|
The type of ACL
|
59
60
|
"""
|
@@ -61,7 +62,7 @@ class GetDownloadableAclResult:
|
|
61
62
|
|
62
63
|
@property
|
63
64
|
@pulumi.getter
|
64
|
-
def description(self) -> str:
|
65
|
+
def description(self) -> builtins.str:
|
65
66
|
"""
|
66
67
|
Description
|
67
68
|
"""
|
@@ -69,7 +70,7 @@ class GetDownloadableAclResult:
|
|
69
70
|
|
70
71
|
@property
|
71
72
|
@pulumi.getter
|
72
|
-
def id(self) -> str:
|
73
|
+
def id(self) -> builtins.str:
|
73
74
|
"""
|
74
75
|
The id of the object
|
75
76
|
"""
|
@@ -77,7 +78,7 @@ class GetDownloadableAclResult:
|
|
77
78
|
|
78
79
|
@property
|
79
80
|
@pulumi.getter
|
80
|
-
def name(self) -> str:
|
81
|
+
def name(self) -> builtins.str:
|
81
82
|
"""
|
82
83
|
The name of the downloadable ACL
|
83
84
|
"""
|
@@ -97,8 +98,8 @@ class AwaitableGetDownloadableAclResult(GetDownloadableAclResult):
|
|
97
98
|
name=self.name)
|
98
99
|
|
99
100
|
|
100
|
-
def get_downloadable_acl(id: Optional[str] = None,
|
101
|
-
name: Optional[str] = None,
|
101
|
+
def get_downloadable_acl(id: Optional[builtins.str] = None,
|
102
|
+
name: Optional[builtins.str] = None,
|
102
103
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDownloadableAclResult:
|
103
104
|
"""
|
104
105
|
This data source can read the Downloadable ACL.
|
@@ -113,8 +114,8 @@ def get_downloadable_acl(id: Optional[str] = None,
|
|
113
114
|
```
|
114
115
|
|
115
116
|
|
116
|
-
:param str id: The id of the object
|
117
|
-
:param str name: The name of the downloadable ACL
|
117
|
+
:param builtins.str id: The id of the object
|
118
|
+
:param builtins.str name: The name of the downloadable ACL
|
118
119
|
"""
|
119
120
|
__args__ = dict()
|
120
121
|
__args__['id'] = id
|
@@ -128,8 +129,8 @@ def get_downloadable_acl(id: Optional[str] = None,
|
|
128
129
|
description=pulumi.get(__ret__, 'description'),
|
129
130
|
id=pulumi.get(__ret__, 'id'),
|
130
131
|
name=pulumi.get(__ret__, 'name'))
|
131
|
-
def get_downloadable_acl_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
132
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
132
|
+
def get_downloadable_acl_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
133
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
133
134
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDownloadableAclResult]:
|
134
135
|
"""
|
135
136
|
This data source can read the Downloadable ACL.
|
@@ -144,8 +145,8 @@ def get_downloadable_acl_output(id: Optional[pulumi.Input[Optional[str]]] = None
|
|
144
145
|
```
|
145
146
|
|
146
147
|
|
147
|
-
:param str id: The id of the object
|
148
|
-
:param str name: The name of the downloadable ACL
|
148
|
+
:param builtins.str id: The id of the object
|
149
|
+
:param builtins.str name: The name of the downloadable ACL
|
149
150
|
"""
|
150
151
|
__args__ = dict()
|
151
152
|
__args__['id'] = id
|
@@ -2,6 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -90,7 +91,7 @@ class GetPolicySetResult:
|
|
90
91
|
|
91
92
|
@property
|
92
93
|
@pulumi.getter(name="conditionAttributeName")
|
93
|
-
def condition_attribute_name(self) -> str:
|
94
|
+
def condition_attribute_name(self) -> builtins.str:
|
94
95
|
"""
|
95
96
|
Dictionary attribute name
|
96
97
|
"""
|
@@ -98,7 +99,7 @@ class GetPolicySetResult:
|
|
98
99
|
|
99
100
|
@property
|
100
101
|
@pulumi.getter(name="conditionAttributeValue")
|
101
|
-
def condition_attribute_value(self) -> str:
|
102
|
+
def condition_attribute_value(self) -> builtins.str:
|
102
103
|
"""
|
103
104
|
Attribute value for condition. Value type is specified in dictionary object.
|
104
105
|
"""
|
@@ -106,7 +107,7 @@ class GetPolicySetResult:
|
|
106
107
|
|
107
108
|
@property
|
108
109
|
@pulumi.getter(name="conditionDictionaryName")
|
109
|
-
def condition_dictionary_name(self) -> str:
|
110
|
+
def condition_dictionary_name(self) -> builtins.str:
|
110
111
|
"""
|
111
112
|
Dictionary name
|
112
113
|
"""
|
@@ -114,7 +115,7 @@ class GetPolicySetResult:
|
|
114
115
|
|
115
116
|
@property
|
116
117
|
@pulumi.getter(name="conditionDictionaryValue")
|
117
|
-
def condition_dictionary_value(self) -> str:
|
118
|
+
def condition_dictionary_value(self) -> builtins.str:
|
118
119
|
"""
|
119
120
|
Dictionary value
|
120
121
|
"""
|
@@ -122,7 +123,7 @@ class GetPolicySetResult:
|
|
122
123
|
|
123
124
|
@property
|
124
125
|
@pulumi.getter(name="conditionId")
|
125
|
-
def condition_id(self) -> str:
|
126
|
+
def condition_id(self) -> builtins.str:
|
126
127
|
"""
|
127
128
|
UUID for condition
|
128
129
|
"""
|
@@ -130,7 +131,7 @@ class GetPolicySetResult:
|
|
130
131
|
|
131
132
|
@property
|
132
133
|
@pulumi.getter(name="conditionIsNegate")
|
133
|
-
def condition_is_negate(self) -> bool:
|
134
|
+
def condition_is_negate(self) -> builtins.bool:
|
134
135
|
"""
|
135
136
|
Indicates whereas this condition is in negate mode
|
136
137
|
"""
|
@@ -138,7 +139,7 @@ class GetPolicySetResult:
|
|
138
139
|
|
139
140
|
@property
|
140
141
|
@pulumi.getter(name="conditionOperator")
|
141
|
-
def condition_operator(self) -> str:
|
142
|
+
def condition_operator(self) -> builtins.str:
|
142
143
|
"""
|
143
144
|
Equality operator
|
144
145
|
"""
|
@@ -146,7 +147,7 @@ class GetPolicySetResult:
|
|
146
147
|
|
147
148
|
@property
|
148
149
|
@pulumi.getter(name="conditionType")
|
149
|
-
def condition_type(self) -> str:
|
150
|
+
def condition_type(self) -> builtins.str:
|
150
151
|
"""
|
151
152
|
Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
|
152
153
|
"""
|
@@ -154,7 +155,7 @@ class GetPolicySetResult:
|
|
154
155
|
|
155
156
|
@property
|
156
157
|
@pulumi.getter
|
157
|
-
def default(self) -> bool:
|
158
|
+
def default(self) -> builtins.bool:
|
158
159
|
"""
|
159
160
|
Indicates if this policy set is the default one
|
160
161
|
"""
|
@@ -162,7 +163,7 @@ class GetPolicySetResult:
|
|
162
163
|
|
163
164
|
@property
|
164
165
|
@pulumi.getter
|
165
|
-
def description(self) -> str:
|
166
|
+
def description(self) -> builtins.str:
|
166
167
|
"""
|
167
168
|
The description of the policy set
|
168
169
|
"""
|
@@ -170,7 +171,7 @@ class GetPolicySetResult:
|
|
170
171
|
|
171
172
|
@property
|
172
173
|
@pulumi.getter
|
173
|
-
def id(self) -> str:
|
174
|
+
def id(self) -> builtins.str:
|
174
175
|
"""
|
175
176
|
The id of the object
|
176
177
|
"""
|
@@ -178,7 +179,7 @@ class GetPolicySetResult:
|
|
178
179
|
|
179
180
|
@property
|
180
181
|
@pulumi.getter(name="isProxy")
|
181
|
-
def is_proxy(self) -> bool:
|
182
|
+
def is_proxy(self) -> builtins.bool:
|
182
183
|
"""
|
183
184
|
Flag which indicates if the policy set service is of type 'Proxy Sequence' or 'Allowed Protocols'
|
184
185
|
"""
|
@@ -186,7 +187,7 @@ class GetPolicySetResult:
|
|
186
187
|
|
187
188
|
@property
|
188
189
|
@pulumi.getter
|
189
|
-
def name(self) -> str:
|
190
|
+
def name(self) -> builtins.str:
|
190
191
|
"""
|
191
192
|
Given name for the policy set, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
192
193
|
"""
|
@@ -194,7 +195,7 @@ class GetPolicySetResult:
|
|
194
195
|
|
195
196
|
@property
|
196
197
|
@pulumi.getter
|
197
|
-
def rank(self) -> int:
|
198
|
+
def rank(self) -> builtins.int:
|
198
199
|
"""
|
199
200
|
The rank (priority) in relation to other policy sets. Lower rank is higher priority.
|
200
201
|
"""
|
@@ -202,7 +203,7 @@ class GetPolicySetResult:
|
|
202
203
|
|
203
204
|
@property
|
204
205
|
@pulumi.getter(name="serviceName")
|
205
|
-
def service_name(self) -> str:
|
206
|
+
def service_name(self) -> builtins.str:
|
206
207
|
"""
|
207
208
|
Policy set service identifier. 'Allowed Protocols' or 'Server Sequence'.
|
208
209
|
"""
|
@@ -210,7 +211,7 @@ class GetPolicySetResult:
|
|
210
211
|
|
211
212
|
@property
|
212
213
|
@pulumi.getter
|
213
|
-
def state(self) -> str:
|
214
|
+
def state(self) -> builtins.str:
|
214
215
|
"""
|
215
216
|
The state that the policy set is in. A disabled policy set cannot be matched.
|
216
217
|
"""
|
@@ -242,8 +243,8 @@ class AwaitableGetPolicySetResult(GetPolicySetResult):
|
|
242
243
|
state=self.state)
|
243
244
|
|
244
245
|
|
245
|
-
def get_policy_set(id: Optional[str] = None,
|
246
|
-
name: Optional[str] = None,
|
246
|
+
def get_policy_set(id: Optional[builtins.str] = None,
|
247
|
+
name: Optional[builtins.str] = None,
|
247
248
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPolicySetResult:
|
248
249
|
"""
|
249
250
|
This data source can read the Network Access Policy Set.
|
@@ -258,8 +259,8 @@ def get_policy_set(id: Optional[str] = None,
|
|
258
259
|
```
|
259
260
|
|
260
261
|
|
261
|
-
:param str id: The id of the object
|
262
|
-
:param str name: Given name for the policy set, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
262
|
+
:param builtins.str id: The id of the object
|
263
|
+
:param builtins.str name: Given name for the policy set, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
263
264
|
"""
|
264
265
|
__args__ = dict()
|
265
266
|
__args__['id'] = id
|
@@ -285,8 +286,8 @@ def get_policy_set(id: Optional[str] = None,
|
|
285
286
|
rank=pulumi.get(__ret__, 'rank'),
|
286
287
|
service_name=pulumi.get(__ret__, 'service_name'),
|
287
288
|
state=pulumi.get(__ret__, 'state'))
|
288
|
-
def get_policy_set_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
289
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
289
|
+
def get_policy_set_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
290
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
290
291
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPolicySetResult]:
|
291
292
|
"""
|
292
293
|
This data source can read the Network Access Policy Set.
|
@@ -301,8 +302,8 @@ def get_policy_set_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
301
302
|
```
|
302
303
|
|
303
304
|
|
304
|
-
:param str id: The id of the object
|
305
|
-
:param str name: Given name for the policy set, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
305
|
+
:param builtins.str id: The id of the object
|
306
|
+
:param builtins.str name: Given name for the policy set, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
|
306
307
|
"""
|
307
308
|
__args__ = dict()
|
308
309
|
__args__['id'] = id
|
@@ -2,6 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -72,7 +73,7 @@ class GetTimeAndDateConditionResult:
|
|
72
73
|
|
73
74
|
@property
|
74
75
|
@pulumi.getter
|
75
|
-
def description(self) -> str:
|
76
|
+
def description(self) -> builtins.str:
|
76
77
|
"""
|
77
78
|
Condition description
|
78
79
|
"""
|
@@ -80,7 +81,7 @@ class GetTimeAndDateConditionResult:
|
|
80
81
|
|
81
82
|
@property
|
82
83
|
@pulumi.getter(name="endDate")
|
83
|
-
def end_date(self) -> str:
|
84
|
+
def end_date(self) -> builtins.str:
|
84
85
|
"""
|
85
86
|
End date
|
86
87
|
"""
|
@@ -88,7 +89,7 @@ class GetTimeAndDateConditionResult:
|
|
88
89
|
|
89
90
|
@property
|
90
91
|
@pulumi.getter(name="endTime")
|
91
|
-
def end_time(self) -> str:
|
92
|
+
def end_time(self) -> builtins.str:
|
92
93
|
"""
|
93
94
|
End time
|
94
95
|
"""
|
@@ -96,7 +97,7 @@ class GetTimeAndDateConditionResult:
|
|
96
97
|
|
97
98
|
@property
|
98
99
|
@pulumi.getter(name="exceptionEndDate")
|
99
|
-
def exception_end_date(self) -> str:
|
100
|
+
def exception_end_date(self) -> builtins.str:
|
100
101
|
"""
|
101
102
|
Exception end date
|
102
103
|
"""
|
@@ -104,7 +105,7 @@ class GetTimeAndDateConditionResult:
|
|
104
105
|
|
105
106
|
@property
|
106
107
|
@pulumi.getter(name="exceptionEndTime")
|
107
|
-
def exception_end_time(self) -> str:
|
108
|
+
def exception_end_time(self) -> builtins.str:
|
108
109
|
"""
|
109
110
|
Exception end time
|
110
111
|
"""
|
@@ -112,7 +113,7 @@ class GetTimeAndDateConditionResult:
|
|
112
113
|
|
113
114
|
@property
|
114
115
|
@pulumi.getter(name="exceptionStartDate")
|
115
|
-
def exception_start_date(self) -> str:
|
116
|
+
def exception_start_date(self) -> builtins.str:
|
116
117
|
"""
|
117
118
|
Exception start date
|
118
119
|
"""
|
@@ -120,7 +121,7 @@ class GetTimeAndDateConditionResult:
|
|
120
121
|
|
121
122
|
@property
|
122
123
|
@pulumi.getter(name="exceptionStartTime")
|
123
|
-
def exception_start_time(self) -> str:
|
124
|
+
def exception_start_time(self) -> builtins.str:
|
124
125
|
"""
|
125
126
|
Exception start time
|
126
127
|
"""
|
@@ -128,7 +129,7 @@ class GetTimeAndDateConditionResult:
|
|
128
129
|
|
129
130
|
@property
|
130
131
|
@pulumi.getter
|
131
|
-
def id(self) -> str:
|
132
|
+
def id(self) -> builtins.str:
|
132
133
|
"""
|
133
134
|
The id of the object
|
134
135
|
"""
|
@@ -136,7 +137,7 @@ class GetTimeAndDateConditionResult:
|
|
136
137
|
|
137
138
|
@property
|
138
139
|
@pulumi.getter(name="isNegate")
|
139
|
-
def is_negate(self) -> bool:
|
140
|
+
def is_negate(self) -> builtins.bool:
|
140
141
|
"""
|
141
142
|
Indicates whereas this condition is in negate mode
|
142
143
|
"""
|
@@ -144,7 +145,7 @@ class GetTimeAndDateConditionResult:
|
|
144
145
|
|
145
146
|
@property
|
146
147
|
@pulumi.getter
|
147
|
-
def name(self) -> str:
|
148
|
+
def name(self) -> builtins.str:
|
148
149
|
"""
|
149
150
|
Condition name
|
150
151
|
"""
|
@@ -152,7 +153,7 @@ class GetTimeAndDateConditionResult:
|
|
152
153
|
|
153
154
|
@property
|
154
155
|
@pulumi.getter(name="startDate")
|
155
|
-
def start_date(self) -> str:
|
156
|
+
def start_date(self) -> builtins.str:
|
156
157
|
"""
|
157
158
|
Start date
|
158
159
|
"""
|
@@ -160,7 +161,7 @@ class GetTimeAndDateConditionResult:
|
|
160
161
|
|
161
162
|
@property
|
162
163
|
@pulumi.getter(name="startTime")
|
163
|
-
def start_time(self) -> str:
|
164
|
+
def start_time(self) -> builtins.str:
|
164
165
|
"""
|
165
166
|
Start time
|
166
167
|
"""
|
@@ -168,7 +169,7 @@ class GetTimeAndDateConditionResult:
|
|
168
169
|
|
169
170
|
@property
|
170
171
|
@pulumi.getter(name="weekDays")
|
171
|
-
def week_days(self) -> Sequence[str]:
|
172
|
+
def week_days(self) -> Sequence[builtins.str]:
|
172
173
|
"""
|
173
174
|
Defines for which days this condition will be matched. List of weekdays - `Monday`, `Tuesday`, `Wednesday`, `Thursday`, `Friday`, `Saturday`, `Sunday`. Default - List of all week days.
|
174
175
|
"""
|
@@ -176,7 +177,7 @@ class GetTimeAndDateConditionResult:
|
|
176
177
|
|
177
178
|
@property
|
178
179
|
@pulumi.getter(name="weekDaysExceptions")
|
179
|
-
def week_days_exceptions(self) -> Sequence[str]:
|
180
|
+
def week_days_exceptions(self) -> Sequence[builtins.str]:
|
180
181
|
"""
|
181
182
|
Defines for which days this condition will NOT be matched. List of weekdays - `Monday`, `Tuesday`, `Wednesday`, `Thursday`, `Friday`, `Saturday`, `Sunday`.
|
182
183
|
"""
|
@@ -205,8 +206,8 @@ class AwaitableGetTimeAndDateConditionResult(GetTimeAndDateConditionResult):
|
|
205
206
|
week_days_exceptions=self.week_days_exceptions)
|
206
207
|
|
207
208
|
|
208
|
-
def get_time_and_date_condition(id: Optional[str] = None,
|
209
|
-
name: Optional[str] = None,
|
209
|
+
def get_time_and_date_condition(id: Optional[builtins.str] = None,
|
210
|
+
name: Optional[builtins.str] = None,
|
210
211
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTimeAndDateConditionResult:
|
211
212
|
"""
|
212
213
|
This data source can read the Network Access Time And Date Condition.
|
@@ -221,8 +222,8 @@ def get_time_and_date_condition(id: Optional[str] = None,
|
|
221
222
|
```
|
222
223
|
|
223
224
|
|
224
|
-
:param str id: The id of the object
|
225
|
-
:param str name: Condition name
|
225
|
+
:param builtins.str id: The id of the object
|
226
|
+
:param builtins.str name: Condition name
|
226
227
|
"""
|
227
228
|
__args__ = dict()
|
228
229
|
__args__['id'] = id
|
@@ -245,8 +246,8 @@ def get_time_and_date_condition(id: Optional[str] = None,
|
|
245
246
|
start_time=pulumi.get(__ret__, 'start_time'),
|
246
247
|
week_days=pulumi.get(__ret__, 'week_days'),
|
247
248
|
week_days_exceptions=pulumi.get(__ret__, 'week_days_exceptions'))
|
248
|
-
def get_time_and_date_condition_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
249
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
249
|
+
def get_time_and_date_condition_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
250
|
+
name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
250
251
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTimeAndDateConditionResult]:
|
251
252
|
"""
|
252
253
|
This data source can read the Network Access Time And Date Condition.
|
@@ -261,8 +262,8 @@ def get_time_and_date_condition_output(id: Optional[pulumi.Input[Optional[str]]]
|
|
261
262
|
```
|
262
263
|
|
263
264
|
|
264
|
-
:param str id: The id of the object
|
265
|
-
:param str name: Condition name
|
265
|
+
:param builtins.str id: The id of the object
|
266
|
+
:param builtins.str name: Condition name
|
266
267
|
"""
|
267
268
|
__args__ = dict()
|
268
269
|
__args__['id'] = id
|