pulumi-ise 0.3.0a1743573250__py3-none-any.whl → 0.3.0a1744183105__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_ise/__init__.py +1 -0
- pulumi_ise/config/__init__.py +1 -0
- pulumi_ise/config/__init__.pyi +1 -0
- pulumi_ise/config/vars.py +1 -0
- pulumi_ise/deviceadmin/__init__.py +1 -0
- pulumi_ise/deviceadmin/_inputs.py +538 -537
- pulumi_ise/deviceadmin/allowed_protocols_tacacs.py +71 -70
- pulumi_ise/deviceadmin/authentication_rule.py +239 -238
- pulumi_ise/deviceadmin/authentication_rule_update_rank.py +43 -42
- pulumi_ise/deviceadmin/authorization_exception_rule.py +211 -210
- pulumi_ise/deviceadmin/authorization_exception_rule_update_rank.py +43 -42
- pulumi_ise/deviceadmin/authorization_global_exception_rule.py +183 -182
- pulumi_ise/deviceadmin/authorization_global_exception_rule_update_rank.py +29 -28
- pulumi_ise/deviceadmin/authorization_rule.py +211 -210
- pulumi_ise/deviceadmin/authorization_rule_update_rank.py +43 -42
- pulumi_ise/deviceadmin/condition.py +127 -126
- pulumi_ise/deviceadmin/get_allowed_protocols_tacacs.py +15 -14
- pulumi_ise/deviceadmin/get_authentication_rule.py +31 -30
- pulumi_ise/deviceadmin/get_authorization_exception_rule.py +29 -28
- pulumi_ise/deviceadmin/get_authorization_global_exception_rule.py +23 -22
- pulumi_ise/deviceadmin/get_authorization_rule.py +29 -28
- pulumi_ise/deviceadmin/get_condition.py +19 -18
- pulumi_ise/deviceadmin/get_policy_set.py +25 -24
- pulumi_ise/deviceadmin/get_tacacs_command_set.py +13 -12
- pulumi_ise/deviceadmin/get_tacacs_profile.py +12 -11
- pulumi_ise/deviceadmin/get_time_and_date_condition.py +23 -22
- pulumi_ise/deviceadmin/outputs.py +656 -655
- pulumi_ise/deviceadmin/policy_set.py +211 -210
- pulumi_ise/deviceadmin/policy_set_update_rank.py +29 -28
- pulumi_ise/deviceadmin/tacacs_command_set.py +43 -42
- pulumi_ise/deviceadmin/tacacs_profile.py +29 -28
- pulumi_ise/deviceadmin/time_and_date_condition.py +183 -182
- pulumi_ise/identitymanagement/__init__.py +1 -0
- pulumi_ise/identitymanagement/_inputs.py +85 -84
- pulumi_ise/identitymanagement/active_directory_add_groups.py +85 -84
- pulumi_ise/identitymanagement/active_directory_join_domain_with_all_nodes.py +15 -14
- pulumi_ise/identitymanagement/active_directory_join_point.py +421 -420
- pulumi_ise/identitymanagement/certificate_authentication_profile.py +99 -98
- pulumi_ise/identitymanagement/endpoint.py +365 -364
- pulumi_ise/identitymanagement/endpoint_identity_group.py +57 -56
- pulumi_ise/identitymanagement/get_active_directory_groups_by_domain.py +27 -26
- pulumi_ise/identitymanagement/get_active_directory_join_point.py +36 -35
- pulumi_ise/identitymanagement/get_certificate_authentication_profile.py +17 -16
- pulumi_ise/identitymanagement/get_endpoint.py +36 -35
- pulumi_ise/identitymanagement/get_endpoint_identity_group.py +14 -13
- pulumi_ise/identitymanagement/get_identity_source_sequence.py +14 -13
- pulumi_ise/identitymanagement/get_internal_user.py +24 -23
- pulumi_ise/identitymanagement/get_user_identity_group.py +13 -12
- pulumi_ise/identitymanagement/identity_source_sequence.py +57 -56
- pulumi_ise/identitymanagement/internal_user.py +197 -196
- pulumi_ise/identitymanagement/outputs.py +95 -94
- pulumi_ise/identitymanagement/user_identity_group.py +43 -42
- pulumi_ise/network/__init__.py +1 -0
- pulumi_ise/network/_inputs.py +16 -15
- pulumi_ise/network/device.py +575 -574
- pulumi_ise/network/device_group.py +43 -42
- pulumi_ise/network/get_device.py +51 -50
- pulumi_ise/network/get_device_group.py +13 -12
- pulumi_ise/network/outputs.py +19 -18
- pulumi_ise/networkaccess/__init__.py +1 -0
- pulumi_ise/networkaccess/_inputs.py +539 -538
- pulumi_ise/networkaccess/allowed_protocols.py +1079 -1078
- pulumi_ise/networkaccess/authentication_rule.py +239 -238
- pulumi_ise/networkaccess/authentication_rule_update_rank.py +43 -42
- pulumi_ise/networkaccess/authorization_exception_rule.py +211 -210
- pulumi_ise/networkaccess/authorization_exception_rule_update_rank.py +43 -42
- pulumi_ise/networkaccess/authorization_global_exception_rule.py +183 -182
- pulumi_ise/networkaccess/authorization_global_exception_rule_update_rank.py +29 -28
- pulumi_ise/networkaccess/authorization_profile.py +449 -448
- pulumi_ise/networkaccess/authorization_rule.py +211 -210
- pulumi_ise/networkaccess/authorization_rule_update_rank.py +43 -42
- pulumi_ise/networkaccess/condition.py +127 -126
- pulumi_ise/networkaccess/dictionary.py +57 -56
- pulumi_ise/networkaccess/downloadable_acl.py +57 -56
- pulumi_ise/networkaccess/get_allowed_protocols.py +87 -86
- pulumi_ise/networkaccess/get_authentication_rule.py +31 -30
- pulumi_ise/networkaccess/get_authorization_exception_rule.py +29 -28
- pulumi_ise/networkaccess/get_authorization_global_exception_rule.py +23 -22
- pulumi_ise/networkaccess/get_authorization_profile.py +42 -41
- pulumi_ise/networkaccess/get_authorization_rule.py +29 -28
- pulumi_ise/networkaccess/get_condition.py +19 -18
- pulumi_ise/networkaccess/get_dictionary.py +14 -13
- pulumi_ise/networkaccess/get_downloadable_acl.py +14 -13
- pulumi_ise/networkaccess/get_policy_set.py +25 -24
- pulumi_ise/networkaccess/get_time_and_date_condition.py +23 -22
- pulumi_ise/networkaccess/outputs.py +658 -657
- pulumi_ise/networkaccess/policy_set.py +211 -210
- pulumi_ise/networkaccess/policy_set_update_rank.py +29 -28
- pulumi_ise/networkaccess/time_and_date_condition.py +183 -182
- pulumi_ise/provider.py +39 -38
- pulumi_ise/pulumi-plugin.json +1 -1
- pulumi_ise/system/__init__.py +1 -0
- pulumi_ise/system/_inputs.py +11 -10
- pulumi_ise/system/get_license_tier_state.py +6 -5
- pulumi_ise/system/get_repository.py +17 -16
- pulumi_ise/system/license_tier_state.py +1 -0
- pulumi_ise/system/outputs.py +13 -12
- pulumi_ise/system/repository.py +99 -98
- pulumi_ise/trustsec/__init__.py +1 -0
- pulumi_ise/trustsec/egress_matrix_cell.py +85 -84
- pulumi_ise/trustsec/egress_matrix_cell_default.py +57 -56
- pulumi_ise/trustsec/get_egress_matrix_cell.py +12 -11
- pulumi_ise/trustsec/get_egress_matrix_cell_default.py +10 -9
- pulumi_ise/trustsec/get_ip_to_sgt_mapping.py +18 -17
- pulumi_ise/trustsec/get_ip_to_sgt_mapping_group.py +15 -14
- pulumi_ise/trustsec/get_security_group.py +15 -14
- pulumi_ise/trustsec/get_security_group_acl.py +15 -14
- pulumi_ise/trustsec/get_sxp_domain_filter.py +16 -15
- pulumi_ise/trustsec/ip_to_sgt_mapping.py +113 -112
- pulumi_ise/trustsec/ip_to_sgt_mapping_group.py +71 -70
- pulumi_ise/trustsec/security_group.py +71 -70
- pulumi_ise/trustsec/security_group_acl.py +71 -70
- pulumi_ise/trustsec/sxp_domain_filter.py +85 -84
- {pulumi_ise-0.3.0a1743573250.dist-info → pulumi_ise-0.3.0a1744183105.dist-info}/METADATA +1 -1
- pulumi_ise-0.3.0a1744183105.dist-info/RECORD +119 -0
- pulumi_ise-0.3.0a1743573250.dist-info/RECORD +0 -119
- {pulumi_ise-0.3.0a1743573250.dist-info → pulumi_ise-0.3.0a1744183105.dist-info}/WHEEL +0 -0
- {pulumi_ise-0.3.0a1743573250.dist-info → pulumi_ise-0.3.0a1744183105.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -19,27 +20,27 @@ __all__ = ['CertificateAuthenticationProfileArgs', 'CertificateAuthenticationPro
|
|
19
20
|
@pulumi.input_type
|
20
21
|
class CertificateAuthenticationProfileArgs:
|
21
22
|
def __init__(__self__, *,
|
22
|
-
allowed_as_user_name: Optional[pulumi.Input[bool]] = None,
|
23
|
-
certificate_attribute_name: Optional[pulumi.Input[str]] = None,
|
24
|
-
description: Optional[pulumi.Input[str]] = None,
|
25
|
-
external_identity_store_name: Optional[pulumi.Input[str]] = None,
|
26
|
-
match_mode: Optional[pulumi.Input[str]] = None,
|
27
|
-
name: Optional[pulumi.Input[str]] = None,
|
28
|
-
username_from: Optional[pulumi.Input[str]] = None):
|
23
|
+
allowed_as_user_name: Optional[pulumi.Input[builtins.bool]] = None,
|
24
|
+
certificate_attribute_name: Optional[pulumi.Input[builtins.str]] = None,
|
25
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
26
|
+
external_identity_store_name: Optional[pulumi.Input[builtins.str]] = None,
|
27
|
+
match_mode: Optional[pulumi.Input[builtins.str]] = None,
|
28
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
29
|
+
username_from: Optional[pulumi.Input[builtins.str]] = None):
|
29
30
|
"""
|
30
31
|
The set of arguments for constructing a CertificateAuthenticationProfile resource.
|
31
|
-
:param pulumi.Input[bool] allowed_as_user_name: Allow as username - Default value: `false`
|
32
|
-
:param pulumi.Input[str] certificate_attribute_name: Attribute name of the Certificate Profile - used only when CERTIFICATE is chosen in `username_from`. - Choices:
|
32
|
+
:param pulumi.Input[builtins.bool] allowed_as_user_name: Allow as username - Default value: `false`
|
33
|
+
:param pulumi.Input[builtins.str] certificate_attribute_name: Attribute name of the Certificate Profile - used only when CERTIFICATE is chosen in `username_from`. - Choices:
|
33
34
|
`SUBJECT_COMMON_NAME`, `SUBJECT_ALTERNATIVE_NAME`, `SUBJECT_SERIAL_NUMBER`, `SUBJECT`,
|
34
35
|
`SUBJECT_ALTERNATIVE_NAME_OTHER_NAME`, `SUBJECT_ALTERNATIVE_NAME_EMAIL`, `SUBJECT_ALTERNATIVE_NAME_DNS` - Default value:
|
35
36
|
`SUBJECT_COMMON_NAME`
|
36
|
-
:param pulumi.Input[str] description: Description
|
37
|
-
:param pulumi.Input[str] external_identity_store_name: Referred IDStore name for the Certificate Profile or `[not applicable]` in case no identity store is chosen - Default
|
37
|
+
:param pulumi.Input[builtins.str] description: Description
|
38
|
+
:param pulumi.Input[builtins.str] external_identity_store_name: Referred IDStore name for the Certificate Profile or `[not applicable]` in case no identity store is chosen - Default
|
38
39
|
value: `[not applicable]`
|
39
|
-
:param pulumi.Input[str] match_mode: Match mode of the Certificate Profile. Allowed values: NEVER, RESOLVE_IDENTITY_AMBIGUITY, BINARY_COMPARISON - Choices:
|
40
|
+
:param pulumi.Input[builtins.str] match_mode: Match mode of the Certificate Profile. Allowed values: NEVER, RESOLVE_IDENTITY_AMBIGUITY, BINARY_COMPARISON - Choices:
|
40
41
|
`NEVER`, `RESOLVE_IDENTITY_AMBIGUITY`, `BINARY_COMPARISON` - Default value: `NEVER`
|
41
|
-
:param pulumi.Input[str] name: The name of the certificate profile
|
42
|
-
:param pulumi.Input[str] username_from: The attribute in the certificate where the user name should be taken from. Allowed values: `CERTIFICATE` (for a specific
|
42
|
+
:param pulumi.Input[builtins.str] name: The name of the certificate profile
|
43
|
+
:param pulumi.Input[builtins.str] username_from: The attribute in the certificate where the user name should be taken from. Allowed values: `CERTIFICATE` (for a specific
|
43
44
|
attribute as defined in certificateAttributeName), `UPN` (for using any Subject or Alternative Name Attributes in the
|
44
45
|
Certificate - an option only in AD) - Choices: `CERTIFICATE`, `UPN` - Default value: `CERTIFICATE`
|
45
46
|
"""
|
@@ -60,19 +61,19 @@ class CertificateAuthenticationProfileArgs:
|
|
60
61
|
|
61
62
|
@property
|
62
63
|
@pulumi.getter(name="allowedAsUserName")
|
63
|
-
def allowed_as_user_name(self) -> Optional[pulumi.Input[bool]]:
|
64
|
+
def allowed_as_user_name(self) -> Optional[pulumi.Input[builtins.bool]]:
|
64
65
|
"""
|
65
66
|
Allow as username - Default value: `false`
|
66
67
|
"""
|
67
68
|
return pulumi.get(self, "allowed_as_user_name")
|
68
69
|
|
69
70
|
@allowed_as_user_name.setter
|
70
|
-
def allowed_as_user_name(self, value: Optional[pulumi.Input[bool]]):
|
71
|
+
def allowed_as_user_name(self, value: Optional[pulumi.Input[builtins.bool]]):
|
71
72
|
pulumi.set(self, "allowed_as_user_name", value)
|
72
73
|
|
73
74
|
@property
|
74
75
|
@pulumi.getter(name="certificateAttributeName")
|
75
|
-
def certificate_attribute_name(self) -> Optional[pulumi.Input[str]]:
|
76
|
+
def certificate_attribute_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
76
77
|
"""
|
77
78
|
Attribute name of the Certificate Profile - used only when CERTIFICATE is chosen in `username_from`. - Choices:
|
78
79
|
`SUBJECT_COMMON_NAME`, `SUBJECT_ALTERNATIVE_NAME`, `SUBJECT_SERIAL_NUMBER`, `SUBJECT`,
|
@@ -82,24 +83,24 @@ class CertificateAuthenticationProfileArgs:
|
|
82
83
|
return pulumi.get(self, "certificate_attribute_name")
|
83
84
|
|
84
85
|
@certificate_attribute_name.setter
|
85
|
-
def certificate_attribute_name(self, value: Optional[pulumi.Input[str]]):
|
86
|
+
def certificate_attribute_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
86
87
|
pulumi.set(self, "certificate_attribute_name", value)
|
87
88
|
|
88
89
|
@property
|
89
90
|
@pulumi.getter
|
90
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
91
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
91
92
|
"""
|
92
93
|
Description
|
93
94
|
"""
|
94
95
|
return pulumi.get(self, "description")
|
95
96
|
|
96
97
|
@description.setter
|
97
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
98
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
98
99
|
pulumi.set(self, "description", value)
|
99
100
|
|
100
101
|
@property
|
101
102
|
@pulumi.getter(name="externalIdentityStoreName")
|
102
|
-
def external_identity_store_name(self) -> Optional[pulumi.Input[str]]:
|
103
|
+
def external_identity_store_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
103
104
|
"""
|
104
105
|
Referred IDStore name for the Certificate Profile or `[not applicable]` in case no identity store is chosen - Default
|
105
106
|
value: `[not applicable]`
|
@@ -107,12 +108,12 @@ class CertificateAuthenticationProfileArgs:
|
|
107
108
|
return pulumi.get(self, "external_identity_store_name")
|
108
109
|
|
109
110
|
@external_identity_store_name.setter
|
110
|
-
def external_identity_store_name(self, value: Optional[pulumi.Input[str]]):
|
111
|
+
def external_identity_store_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
111
112
|
pulumi.set(self, "external_identity_store_name", value)
|
112
113
|
|
113
114
|
@property
|
114
115
|
@pulumi.getter(name="matchMode")
|
115
|
-
def match_mode(self) -> Optional[pulumi.Input[str]]:
|
116
|
+
def match_mode(self) -> Optional[pulumi.Input[builtins.str]]:
|
116
117
|
"""
|
117
118
|
Match mode of the Certificate Profile. Allowed values: NEVER, RESOLVE_IDENTITY_AMBIGUITY, BINARY_COMPARISON - Choices:
|
118
119
|
`NEVER`, `RESOLVE_IDENTITY_AMBIGUITY`, `BINARY_COMPARISON` - Default value: `NEVER`
|
@@ -120,24 +121,24 @@ class CertificateAuthenticationProfileArgs:
|
|
120
121
|
return pulumi.get(self, "match_mode")
|
121
122
|
|
122
123
|
@match_mode.setter
|
123
|
-
def match_mode(self, value: Optional[pulumi.Input[str]]):
|
124
|
+
def match_mode(self, value: Optional[pulumi.Input[builtins.str]]):
|
124
125
|
pulumi.set(self, "match_mode", value)
|
125
126
|
|
126
127
|
@property
|
127
128
|
@pulumi.getter
|
128
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
129
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
129
130
|
"""
|
130
131
|
The name of the certificate profile
|
131
132
|
"""
|
132
133
|
return pulumi.get(self, "name")
|
133
134
|
|
134
135
|
@name.setter
|
135
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
136
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
136
137
|
pulumi.set(self, "name", value)
|
137
138
|
|
138
139
|
@property
|
139
140
|
@pulumi.getter(name="usernameFrom")
|
140
|
-
def username_from(self) -> Optional[pulumi.Input[str]]:
|
141
|
+
def username_from(self) -> Optional[pulumi.Input[builtins.str]]:
|
141
142
|
"""
|
142
143
|
The attribute in the certificate where the user name should be taken from. Allowed values: `CERTIFICATE` (for a specific
|
143
144
|
attribute as defined in certificateAttributeName), `UPN` (for using any Subject or Alternative Name Attributes in the
|
@@ -146,34 +147,34 @@ class CertificateAuthenticationProfileArgs:
|
|
146
147
|
return pulumi.get(self, "username_from")
|
147
148
|
|
148
149
|
@username_from.setter
|
149
|
-
def username_from(self, value: Optional[pulumi.Input[str]]):
|
150
|
+
def username_from(self, value: Optional[pulumi.Input[builtins.str]]):
|
150
151
|
pulumi.set(self, "username_from", value)
|
151
152
|
|
152
153
|
|
153
154
|
@pulumi.input_type
|
154
155
|
class _CertificateAuthenticationProfileState:
|
155
156
|
def __init__(__self__, *,
|
156
|
-
allowed_as_user_name: Optional[pulumi.Input[bool]] = None,
|
157
|
-
certificate_attribute_name: Optional[pulumi.Input[str]] = None,
|
158
|
-
description: Optional[pulumi.Input[str]] = None,
|
159
|
-
external_identity_store_name: Optional[pulumi.Input[str]] = None,
|
160
|
-
match_mode: Optional[pulumi.Input[str]] = None,
|
161
|
-
name: Optional[pulumi.Input[str]] = None,
|
162
|
-
username_from: Optional[pulumi.Input[str]] = None):
|
157
|
+
allowed_as_user_name: Optional[pulumi.Input[builtins.bool]] = None,
|
158
|
+
certificate_attribute_name: Optional[pulumi.Input[builtins.str]] = None,
|
159
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
160
|
+
external_identity_store_name: Optional[pulumi.Input[builtins.str]] = None,
|
161
|
+
match_mode: Optional[pulumi.Input[builtins.str]] = None,
|
162
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
163
|
+
username_from: Optional[pulumi.Input[builtins.str]] = None):
|
163
164
|
"""
|
164
165
|
Input properties used for looking up and filtering CertificateAuthenticationProfile resources.
|
165
|
-
:param pulumi.Input[bool] allowed_as_user_name: Allow as username - Default value: `false`
|
166
|
-
:param pulumi.Input[str] certificate_attribute_name: Attribute name of the Certificate Profile - used only when CERTIFICATE is chosen in `username_from`. - Choices:
|
166
|
+
:param pulumi.Input[builtins.bool] allowed_as_user_name: Allow as username - Default value: `false`
|
167
|
+
:param pulumi.Input[builtins.str] certificate_attribute_name: Attribute name of the Certificate Profile - used only when CERTIFICATE is chosen in `username_from`. - Choices:
|
167
168
|
`SUBJECT_COMMON_NAME`, `SUBJECT_ALTERNATIVE_NAME`, `SUBJECT_SERIAL_NUMBER`, `SUBJECT`,
|
168
169
|
`SUBJECT_ALTERNATIVE_NAME_OTHER_NAME`, `SUBJECT_ALTERNATIVE_NAME_EMAIL`, `SUBJECT_ALTERNATIVE_NAME_DNS` - Default value:
|
169
170
|
`SUBJECT_COMMON_NAME`
|
170
|
-
:param pulumi.Input[str] description: Description
|
171
|
-
:param pulumi.Input[str] external_identity_store_name: Referred IDStore name for the Certificate Profile or `[not applicable]` in case no identity store is chosen - Default
|
171
|
+
:param pulumi.Input[builtins.str] description: Description
|
172
|
+
:param pulumi.Input[builtins.str] external_identity_store_name: Referred IDStore name for the Certificate Profile or `[not applicable]` in case no identity store is chosen - Default
|
172
173
|
value: `[not applicable]`
|
173
|
-
:param pulumi.Input[str] match_mode: Match mode of the Certificate Profile. Allowed values: NEVER, RESOLVE_IDENTITY_AMBIGUITY, BINARY_COMPARISON - Choices:
|
174
|
+
:param pulumi.Input[builtins.str] match_mode: Match mode of the Certificate Profile. Allowed values: NEVER, RESOLVE_IDENTITY_AMBIGUITY, BINARY_COMPARISON - Choices:
|
174
175
|
`NEVER`, `RESOLVE_IDENTITY_AMBIGUITY`, `BINARY_COMPARISON` - Default value: `NEVER`
|
175
|
-
:param pulumi.Input[str] name: The name of the certificate profile
|
176
|
-
:param pulumi.Input[str] username_from: The attribute in the certificate where the user name should be taken from. Allowed values: `CERTIFICATE` (for a specific
|
176
|
+
:param pulumi.Input[builtins.str] name: The name of the certificate profile
|
177
|
+
:param pulumi.Input[builtins.str] username_from: The attribute in the certificate where the user name should be taken from. Allowed values: `CERTIFICATE` (for a specific
|
177
178
|
attribute as defined in certificateAttributeName), `UPN` (for using any Subject or Alternative Name Attributes in the
|
178
179
|
Certificate - an option only in AD) - Choices: `CERTIFICATE`, `UPN` - Default value: `CERTIFICATE`
|
179
180
|
"""
|
@@ -194,19 +195,19 @@ class _CertificateAuthenticationProfileState:
|
|
194
195
|
|
195
196
|
@property
|
196
197
|
@pulumi.getter(name="allowedAsUserName")
|
197
|
-
def allowed_as_user_name(self) -> Optional[pulumi.Input[bool]]:
|
198
|
+
def allowed_as_user_name(self) -> Optional[pulumi.Input[builtins.bool]]:
|
198
199
|
"""
|
199
200
|
Allow as username - Default value: `false`
|
200
201
|
"""
|
201
202
|
return pulumi.get(self, "allowed_as_user_name")
|
202
203
|
|
203
204
|
@allowed_as_user_name.setter
|
204
|
-
def allowed_as_user_name(self, value: Optional[pulumi.Input[bool]]):
|
205
|
+
def allowed_as_user_name(self, value: Optional[pulumi.Input[builtins.bool]]):
|
205
206
|
pulumi.set(self, "allowed_as_user_name", value)
|
206
207
|
|
207
208
|
@property
|
208
209
|
@pulumi.getter(name="certificateAttributeName")
|
209
|
-
def certificate_attribute_name(self) -> Optional[pulumi.Input[str]]:
|
210
|
+
def certificate_attribute_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
210
211
|
"""
|
211
212
|
Attribute name of the Certificate Profile - used only when CERTIFICATE is chosen in `username_from`. - Choices:
|
212
213
|
`SUBJECT_COMMON_NAME`, `SUBJECT_ALTERNATIVE_NAME`, `SUBJECT_SERIAL_NUMBER`, `SUBJECT`,
|
@@ -216,24 +217,24 @@ class _CertificateAuthenticationProfileState:
|
|
216
217
|
return pulumi.get(self, "certificate_attribute_name")
|
217
218
|
|
218
219
|
@certificate_attribute_name.setter
|
219
|
-
def certificate_attribute_name(self, value: Optional[pulumi.Input[str]]):
|
220
|
+
def certificate_attribute_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
220
221
|
pulumi.set(self, "certificate_attribute_name", value)
|
221
222
|
|
222
223
|
@property
|
223
224
|
@pulumi.getter
|
224
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
225
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
225
226
|
"""
|
226
227
|
Description
|
227
228
|
"""
|
228
229
|
return pulumi.get(self, "description")
|
229
230
|
|
230
231
|
@description.setter
|
231
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
232
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
232
233
|
pulumi.set(self, "description", value)
|
233
234
|
|
234
235
|
@property
|
235
236
|
@pulumi.getter(name="externalIdentityStoreName")
|
236
|
-
def external_identity_store_name(self) -> Optional[pulumi.Input[str]]:
|
237
|
+
def external_identity_store_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
237
238
|
"""
|
238
239
|
Referred IDStore name for the Certificate Profile or `[not applicable]` in case no identity store is chosen - Default
|
239
240
|
value: `[not applicable]`
|
@@ -241,12 +242,12 @@ class _CertificateAuthenticationProfileState:
|
|
241
242
|
return pulumi.get(self, "external_identity_store_name")
|
242
243
|
|
243
244
|
@external_identity_store_name.setter
|
244
|
-
def external_identity_store_name(self, value: Optional[pulumi.Input[str]]):
|
245
|
+
def external_identity_store_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
245
246
|
pulumi.set(self, "external_identity_store_name", value)
|
246
247
|
|
247
248
|
@property
|
248
249
|
@pulumi.getter(name="matchMode")
|
249
|
-
def match_mode(self) -> Optional[pulumi.Input[str]]:
|
250
|
+
def match_mode(self) -> Optional[pulumi.Input[builtins.str]]:
|
250
251
|
"""
|
251
252
|
Match mode of the Certificate Profile. Allowed values: NEVER, RESOLVE_IDENTITY_AMBIGUITY, BINARY_COMPARISON - Choices:
|
252
253
|
`NEVER`, `RESOLVE_IDENTITY_AMBIGUITY`, `BINARY_COMPARISON` - Default value: `NEVER`
|
@@ -254,24 +255,24 @@ class _CertificateAuthenticationProfileState:
|
|
254
255
|
return pulumi.get(self, "match_mode")
|
255
256
|
|
256
257
|
@match_mode.setter
|
257
|
-
def match_mode(self, value: Optional[pulumi.Input[str]]):
|
258
|
+
def match_mode(self, value: Optional[pulumi.Input[builtins.str]]):
|
258
259
|
pulumi.set(self, "match_mode", value)
|
259
260
|
|
260
261
|
@property
|
261
262
|
@pulumi.getter
|
262
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
263
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
263
264
|
"""
|
264
265
|
The name of the certificate profile
|
265
266
|
"""
|
266
267
|
return pulumi.get(self, "name")
|
267
268
|
|
268
269
|
@name.setter
|
269
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
270
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
270
271
|
pulumi.set(self, "name", value)
|
271
272
|
|
272
273
|
@property
|
273
274
|
@pulumi.getter(name="usernameFrom")
|
274
|
-
def username_from(self) -> Optional[pulumi.Input[str]]:
|
275
|
+
def username_from(self) -> Optional[pulumi.Input[builtins.str]]:
|
275
276
|
"""
|
276
277
|
The attribute in the certificate where the user name should be taken from. Allowed values: `CERTIFICATE` (for a specific
|
277
278
|
attribute as defined in certificateAttributeName), `UPN` (for using any Subject or Alternative Name Attributes in the
|
@@ -280,7 +281,7 @@ class _CertificateAuthenticationProfileState:
|
|
280
281
|
return pulumi.get(self, "username_from")
|
281
282
|
|
282
283
|
@username_from.setter
|
283
|
-
def username_from(self, value: Optional[pulumi.Input[str]]):
|
284
|
+
def username_from(self, value: Optional[pulumi.Input[builtins.str]]):
|
284
285
|
pulumi.set(self, "username_from", value)
|
285
286
|
|
286
287
|
|
@@ -289,13 +290,13 @@ class CertificateAuthenticationProfile(pulumi.CustomResource):
|
|
289
290
|
def __init__(__self__,
|
290
291
|
resource_name: str,
|
291
292
|
opts: Optional[pulumi.ResourceOptions] = None,
|
292
|
-
allowed_as_user_name: Optional[pulumi.Input[bool]] = None,
|
293
|
-
certificate_attribute_name: Optional[pulumi.Input[str]] = None,
|
294
|
-
description: Optional[pulumi.Input[str]] = None,
|
295
|
-
external_identity_store_name: Optional[pulumi.Input[str]] = None,
|
296
|
-
match_mode: Optional[pulumi.Input[str]] = None,
|
297
|
-
name: Optional[pulumi.Input[str]] = None,
|
298
|
-
username_from: Optional[pulumi.Input[str]] = None,
|
293
|
+
allowed_as_user_name: Optional[pulumi.Input[builtins.bool]] = None,
|
294
|
+
certificate_attribute_name: Optional[pulumi.Input[builtins.str]] = None,
|
295
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
296
|
+
external_identity_store_name: Optional[pulumi.Input[builtins.str]] = None,
|
297
|
+
match_mode: Optional[pulumi.Input[builtins.str]] = None,
|
298
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
299
|
+
username_from: Optional[pulumi.Input[builtins.str]] = None,
|
299
300
|
__props__=None):
|
300
301
|
"""
|
301
302
|
This resource can manage a Certificate Authentication Profile.
|
@@ -324,18 +325,18 @@ class CertificateAuthenticationProfile(pulumi.CustomResource):
|
|
324
325
|
|
325
326
|
:param str resource_name: The name of the resource.
|
326
327
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
327
|
-
:param pulumi.Input[bool] allowed_as_user_name: Allow as username - Default value: `false`
|
328
|
-
:param pulumi.Input[str] certificate_attribute_name: Attribute name of the Certificate Profile - used only when CERTIFICATE is chosen in `username_from`. - Choices:
|
328
|
+
:param pulumi.Input[builtins.bool] allowed_as_user_name: Allow as username - Default value: `false`
|
329
|
+
:param pulumi.Input[builtins.str] certificate_attribute_name: Attribute name of the Certificate Profile - used only when CERTIFICATE is chosen in `username_from`. - Choices:
|
329
330
|
`SUBJECT_COMMON_NAME`, `SUBJECT_ALTERNATIVE_NAME`, `SUBJECT_SERIAL_NUMBER`, `SUBJECT`,
|
330
331
|
`SUBJECT_ALTERNATIVE_NAME_OTHER_NAME`, `SUBJECT_ALTERNATIVE_NAME_EMAIL`, `SUBJECT_ALTERNATIVE_NAME_DNS` - Default value:
|
331
332
|
`SUBJECT_COMMON_NAME`
|
332
|
-
:param pulumi.Input[str] description: Description
|
333
|
-
:param pulumi.Input[str] external_identity_store_name: Referred IDStore name for the Certificate Profile or `[not applicable]` in case no identity store is chosen - Default
|
333
|
+
:param pulumi.Input[builtins.str] description: Description
|
334
|
+
:param pulumi.Input[builtins.str] external_identity_store_name: Referred IDStore name for the Certificate Profile or `[not applicable]` in case no identity store is chosen - Default
|
334
335
|
value: `[not applicable]`
|
335
|
-
:param pulumi.Input[str] match_mode: Match mode of the Certificate Profile. Allowed values: NEVER, RESOLVE_IDENTITY_AMBIGUITY, BINARY_COMPARISON - Choices:
|
336
|
+
:param pulumi.Input[builtins.str] match_mode: Match mode of the Certificate Profile. Allowed values: NEVER, RESOLVE_IDENTITY_AMBIGUITY, BINARY_COMPARISON - Choices:
|
336
337
|
`NEVER`, `RESOLVE_IDENTITY_AMBIGUITY`, `BINARY_COMPARISON` - Default value: `NEVER`
|
337
|
-
:param pulumi.Input[str] name: The name of the certificate profile
|
338
|
-
:param pulumi.Input[str] username_from: The attribute in the certificate where the user name should be taken from. Allowed values: `CERTIFICATE` (for a specific
|
338
|
+
:param pulumi.Input[builtins.str] name: The name of the certificate profile
|
339
|
+
:param pulumi.Input[builtins.str] username_from: The attribute in the certificate where the user name should be taken from. Allowed values: `CERTIFICATE` (for a specific
|
339
340
|
attribute as defined in certificateAttributeName), `UPN` (for using any Subject or Alternative Name Attributes in the
|
340
341
|
Certificate - an option only in AD) - Choices: `CERTIFICATE`, `UPN` - Default value: `CERTIFICATE`
|
341
342
|
"""
|
@@ -385,13 +386,13 @@ class CertificateAuthenticationProfile(pulumi.CustomResource):
|
|
385
386
|
def _internal_init(__self__,
|
386
387
|
resource_name: str,
|
387
388
|
opts: Optional[pulumi.ResourceOptions] = None,
|
388
|
-
allowed_as_user_name: Optional[pulumi.Input[bool]] = None,
|
389
|
-
certificate_attribute_name: Optional[pulumi.Input[str]] = None,
|
390
|
-
description: Optional[pulumi.Input[str]] = None,
|
391
|
-
external_identity_store_name: Optional[pulumi.Input[str]] = None,
|
392
|
-
match_mode: Optional[pulumi.Input[str]] = None,
|
393
|
-
name: Optional[pulumi.Input[str]] = None,
|
394
|
-
username_from: Optional[pulumi.Input[str]] = None,
|
389
|
+
allowed_as_user_name: Optional[pulumi.Input[builtins.bool]] = None,
|
390
|
+
certificate_attribute_name: Optional[pulumi.Input[builtins.str]] = None,
|
391
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
392
|
+
external_identity_store_name: Optional[pulumi.Input[builtins.str]] = None,
|
393
|
+
match_mode: Optional[pulumi.Input[builtins.str]] = None,
|
394
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
395
|
+
username_from: Optional[pulumi.Input[builtins.str]] = None,
|
395
396
|
__props__=None):
|
396
397
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
397
398
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -418,13 +419,13 @@ class CertificateAuthenticationProfile(pulumi.CustomResource):
|
|
418
419
|
def get(resource_name: str,
|
419
420
|
id: pulumi.Input[str],
|
420
421
|
opts: Optional[pulumi.ResourceOptions] = None,
|
421
|
-
allowed_as_user_name: Optional[pulumi.Input[bool]] = None,
|
422
|
-
certificate_attribute_name: Optional[pulumi.Input[str]] = None,
|
423
|
-
description: Optional[pulumi.Input[str]] = None,
|
424
|
-
external_identity_store_name: Optional[pulumi.Input[str]] = None,
|
425
|
-
match_mode: Optional[pulumi.Input[str]] = None,
|
426
|
-
name: Optional[pulumi.Input[str]] = None,
|
427
|
-
username_from: Optional[pulumi.Input[str]] = None) -> 'CertificateAuthenticationProfile':
|
422
|
+
allowed_as_user_name: Optional[pulumi.Input[builtins.bool]] = None,
|
423
|
+
certificate_attribute_name: Optional[pulumi.Input[builtins.str]] = None,
|
424
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
425
|
+
external_identity_store_name: Optional[pulumi.Input[builtins.str]] = None,
|
426
|
+
match_mode: Optional[pulumi.Input[builtins.str]] = None,
|
427
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
428
|
+
username_from: Optional[pulumi.Input[builtins.str]] = None) -> 'CertificateAuthenticationProfile':
|
428
429
|
"""
|
429
430
|
Get an existing CertificateAuthenticationProfile resource's state with the given name, id, and optional extra
|
430
431
|
properties used to qualify the lookup.
|
@@ -432,18 +433,18 @@ class CertificateAuthenticationProfile(pulumi.CustomResource):
|
|
432
433
|
:param str resource_name: The unique name of the resulting resource.
|
433
434
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
434
435
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
435
|
-
:param pulumi.Input[bool] allowed_as_user_name: Allow as username - Default value: `false`
|
436
|
-
:param pulumi.Input[str] certificate_attribute_name: Attribute name of the Certificate Profile - used only when CERTIFICATE is chosen in `username_from`. - Choices:
|
436
|
+
:param pulumi.Input[builtins.bool] allowed_as_user_name: Allow as username - Default value: `false`
|
437
|
+
:param pulumi.Input[builtins.str] certificate_attribute_name: Attribute name of the Certificate Profile - used only when CERTIFICATE is chosen in `username_from`. - Choices:
|
437
438
|
`SUBJECT_COMMON_NAME`, `SUBJECT_ALTERNATIVE_NAME`, `SUBJECT_SERIAL_NUMBER`, `SUBJECT`,
|
438
439
|
`SUBJECT_ALTERNATIVE_NAME_OTHER_NAME`, `SUBJECT_ALTERNATIVE_NAME_EMAIL`, `SUBJECT_ALTERNATIVE_NAME_DNS` - Default value:
|
439
440
|
`SUBJECT_COMMON_NAME`
|
440
|
-
:param pulumi.Input[str] description: Description
|
441
|
-
:param pulumi.Input[str] external_identity_store_name: Referred IDStore name for the Certificate Profile or `[not applicable]` in case no identity store is chosen - Default
|
441
|
+
:param pulumi.Input[builtins.str] description: Description
|
442
|
+
:param pulumi.Input[builtins.str] external_identity_store_name: Referred IDStore name for the Certificate Profile or `[not applicable]` in case no identity store is chosen - Default
|
442
443
|
value: `[not applicable]`
|
443
|
-
:param pulumi.Input[str] match_mode: Match mode of the Certificate Profile. Allowed values: NEVER, RESOLVE_IDENTITY_AMBIGUITY, BINARY_COMPARISON - Choices:
|
444
|
+
:param pulumi.Input[builtins.str] match_mode: Match mode of the Certificate Profile. Allowed values: NEVER, RESOLVE_IDENTITY_AMBIGUITY, BINARY_COMPARISON - Choices:
|
444
445
|
`NEVER`, `RESOLVE_IDENTITY_AMBIGUITY`, `BINARY_COMPARISON` - Default value: `NEVER`
|
445
|
-
:param pulumi.Input[str] name: The name of the certificate profile
|
446
|
-
:param pulumi.Input[str] username_from: The attribute in the certificate where the user name should be taken from. Allowed values: `CERTIFICATE` (for a specific
|
446
|
+
:param pulumi.Input[builtins.str] name: The name of the certificate profile
|
447
|
+
:param pulumi.Input[builtins.str] username_from: The attribute in the certificate where the user name should be taken from. Allowed values: `CERTIFICATE` (for a specific
|
447
448
|
attribute as defined in certificateAttributeName), `UPN` (for using any Subject or Alternative Name Attributes in the
|
448
449
|
Certificate - an option only in AD) - Choices: `CERTIFICATE`, `UPN` - Default value: `CERTIFICATE`
|
449
450
|
"""
|
@@ -462,7 +463,7 @@ class CertificateAuthenticationProfile(pulumi.CustomResource):
|
|
462
463
|
|
463
464
|
@property
|
464
465
|
@pulumi.getter(name="allowedAsUserName")
|
465
|
-
def allowed_as_user_name(self) -> pulumi.Output[bool]:
|
466
|
+
def allowed_as_user_name(self) -> pulumi.Output[builtins.bool]:
|
466
467
|
"""
|
467
468
|
Allow as username - Default value: `false`
|
468
469
|
"""
|
@@ -470,7 +471,7 @@ class CertificateAuthenticationProfile(pulumi.CustomResource):
|
|
470
471
|
|
471
472
|
@property
|
472
473
|
@pulumi.getter(name="certificateAttributeName")
|
473
|
-
def certificate_attribute_name(self) -> pulumi.Output[str]:
|
474
|
+
def certificate_attribute_name(self) -> pulumi.Output[builtins.str]:
|
474
475
|
"""
|
475
476
|
Attribute name of the Certificate Profile - used only when CERTIFICATE is chosen in `username_from`. - Choices:
|
476
477
|
`SUBJECT_COMMON_NAME`, `SUBJECT_ALTERNATIVE_NAME`, `SUBJECT_SERIAL_NUMBER`, `SUBJECT`,
|
@@ -481,7 +482,7 @@ class CertificateAuthenticationProfile(pulumi.CustomResource):
|
|
481
482
|
|
482
483
|
@property
|
483
484
|
@pulumi.getter
|
484
|
-
def description(self) -> pulumi.Output[Optional[str]]:
|
485
|
+
def description(self) -> pulumi.Output[Optional[builtins.str]]:
|
485
486
|
"""
|
486
487
|
Description
|
487
488
|
"""
|
@@ -489,7 +490,7 @@ class CertificateAuthenticationProfile(pulumi.CustomResource):
|
|
489
490
|
|
490
491
|
@property
|
491
492
|
@pulumi.getter(name="externalIdentityStoreName")
|
492
|
-
def external_identity_store_name(self) -> pulumi.Output[str]:
|
493
|
+
def external_identity_store_name(self) -> pulumi.Output[builtins.str]:
|
493
494
|
"""
|
494
495
|
Referred IDStore name for the Certificate Profile or `[not applicable]` in case no identity store is chosen - Default
|
495
496
|
value: `[not applicable]`
|
@@ -498,7 +499,7 @@ class CertificateAuthenticationProfile(pulumi.CustomResource):
|
|
498
499
|
|
499
500
|
@property
|
500
501
|
@pulumi.getter(name="matchMode")
|
501
|
-
def match_mode(self) -> pulumi.Output[str]:
|
502
|
+
def match_mode(self) -> pulumi.Output[builtins.str]:
|
502
503
|
"""
|
503
504
|
Match mode of the Certificate Profile. Allowed values: NEVER, RESOLVE_IDENTITY_AMBIGUITY, BINARY_COMPARISON - Choices:
|
504
505
|
`NEVER`, `RESOLVE_IDENTITY_AMBIGUITY`, `BINARY_COMPARISON` - Default value: `NEVER`
|
@@ -507,7 +508,7 @@ class CertificateAuthenticationProfile(pulumi.CustomResource):
|
|
507
508
|
|
508
509
|
@property
|
509
510
|
@pulumi.getter
|
510
|
-
def name(self) -> pulumi.Output[str]:
|
511
|
+
def name(self) -> pulumi.Output[builtins.str]:
|
511
512
|
"""
|
512
513
|
The name of the certificate profile
|
513
514
|
"""
|
@@ -515,7 +516,7 @@ class CertificateAuthenticationProfile(pulumi.CustomResource):
|
|
515
516
|
|
516
517
|
@property
|
517
518
|
@pulumi.getter(name="usernameFrom")
|
518
|
-
def username_from(self) -> pulumi.Output[str]:
|
519
|
+
def username_from(self) -> pulumi.Output[builtins.str]:
|
519
520
|
"""
|
520
521
|
The attribute in the certificate where the user name should be taken from. Allowed values: `CERTIFICATE` (for a specific
|
521
522
|
attribute as defined in certificateAttributeName), `UPN` (for using any Subject or Alternative Name Attributes in the
|