pulumi-akamai 9.1.0a1754716222__py3-none-any.whl → 10.3.0a1766467020__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.
Potentially problematic release.
This version of pulumi-akamai might be problematic. Click here for more details.
- pulumi_akamai/__init__.py +190 -0
- pulumi_akamai/_inputs.py +4025 -396
- pulumi_akamai/apidefinitions_activation.py +415 -0
- pulumi_akamai/apidefinitions_api.py +368 -0
- pulumi_akamai/apidefinitions_resource_operations.py +226 -0
- pulumi_akamai/app_sec_ip_geo.py +156 -107
- pulumi_akamai/app_sec_siem_settings.py +47 -0
- pulumi_akamai/app_sec_slow_post.py +7 -14
- pulumi_akamai/appsec_advanced_settings_ase_penalty_box.py +248 -0
- pulumi_akamai/appsec_advanced_settings_ja4_fingerprint.py +197 -0
- pulumi_akamai/apr_general_settings.py +233 -0
- pulumi_akamai/apr_protected_operations.py +281 -0
- pulumi_akamai/apr_user_allow_list.py +184 -0
- pulumi_akamai/apr_user_risk_response_strategy.py +185 -0
- pulumi_akamai/clientlist_list.py +7 -7
- pulumi_akamai/cloud_access_key.py +21 -56
- pulumi_akamai/cloudcertificates_certificate.py +793 -0
- pulumi_akamai/cloudcertificates_upload_signed_certificate.py +516 -0
- pulumi_akamai/cloudlets_application_load_balancer.py +7 -21
- pulumi_akamai/datastream.py +112 -17
- pulumi_akamai/edge_host_name.py +7 -14
- pulumi_akamai/get_apidefinitions_api.py +152 -0
- pulumi_akamai/get_apidefinitions_openapi.py +115 -0
- pulumi_akamai/get_apidefinitions_resource_operations.py +137 -0
- pulumi_akamai/get_app_sec_ip_geo.py +40 -28
- pulumi_akamai/get_appsec_advanced_settings_ase_penalty_box.py +107 -0
- pulumi_akamai/get_appsec_advanced_settings_ja4_fingerprint.py +107 -0
- pulumi_akamai/get_appsec_custom_rules_usage.py +134 -0
- pulumi_akamai/get_appsec_rapid_rules.py +16 -1
- pulumi_akamai/get_apr_general_settings.py +111 -0
- pulumi_akamai/get_apr_protected_operations.py +126 -0
- pulumi_akamai/get_apr_user_allow_list.py +96 -0
- pulumi_akamai/get_apr_user_risk_response_strategy.py +96 -0
- pulumi_akamai/get_clientlist_list.py +119 -0
- pulumi_akamai/get_clientlist_lists.py +0 -3
- pulumi_akamai/get_cloudcertificates_certificate.py +365 -0
- pulumi_akamai/get_cloudcertificates_certificates.py +232 -0
- pulumi_akamai/get_cloudcertificates_hostname_bindings.py +157 -0
- pulumi_akamai/get_dns_record_set.py +16 -16
- pulumi_akamai/get_edge_worker.py +5 -1
- pulumi_akamai/get_mtlskeystore_account_ca_certificates.py +97 -0
- pulumi_akamai/get_mtlskeystore_client_certificate.py +233 -0
- pulumi_akamai/get_mtlskeystore_client_certificates.py +82 -0
- pulumi_akamai/get_mtlstruststore_ca_set.py +267 -0
- pulumi_akamai/get_mtlstruststore_ca_set_activation.py +189 -0
- pulumi_akamai/get_mtlstruststore_ca_set_activations.py +172 -0
- pulumi_akamai/get_mtlstruststore_ca_set_activities.py +183 -0
- pulumi_akamai/get_mtlstruststore_ca_set_associations.py +124 -0
- pulumi_akamai/get_mtlstruststore_ca_set_certificates.py +173 -0
- pulumi_akamai/get_mtlstruststore_ca_set_versions.py +128 -0
- pulumi_akamai/get_mtlstruststore_ca_sets.py +112 -0
- pulumi_akamai/get_property_domainownership_domain.py +189 -0
- pulumi_akamai/get_property_domainownership_domains.py +82 -0
- pulumi_akamai/get_property_domainownership_search_domains.py +87 -0
- pulumi_akamai/gtm_domain.py +7 -14
- pulumi_akamai/iam_api_client.py +25 -50
- pulumi_akamai/imaging_policy_image.py +7 -21
- pulumi_akamai/imaging_policy_video.py +7 -21
- pulumi_akamai/mtlskeystore_client_certificate_akamai.py +782 -0
- pulumi_akamai/mtlskeystore_client_certificate_third_party.py +618 -0
- pulumi_akamai/mtlskeystore_client_certificate_upload.py +451 -0
- pulumi_akamai/mtlstruststore_ca_set.py +654 -0
- pulumi_akamai/mtlstruststore_ca_set_activation.py +394 -0
- pulumi_akamai/network_list.py +7 -14
- pulumi_akamai/outputs.py +19539 -12627
- pulumi_akamai/property.py +7 -14
- pulumi_akamai/property_bootstrap.py +7 -14
- pulumi_akamai/property_domainownership_domains.py +152 -0
- pulumi_akamai/property_domainownership_validation.py +186 -0
- pulumi_akamai/property_hostname_bucket.py +35 -63
- pulumi_akamai/pulumi-plugin.json +1 -1
- {pulumi_akamai-9.1.0a1754716222.dist-info → pulumi_akamai-10.3.0a1766467020.dist-info}/METADATA +1 -1
- {pulumi_akamai-9.1.0a1754716222.dist-info → pulumi_akamai-10.3.0a1766467020.dist-info}/RECORD +75 -29
- {pulumi_akamai-9.1.0a1754716222.dist-info → pulumi_akamai-10.3.0a1766467020.dist-info}/WHEEL +0 -0
- {pulumi_akamai-9.1.0a1754716222.dist-info → pulumi_akamai-10.3.0a1766467020.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,618 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import builtins as _builtins
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from . import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._inputs import *
|
|
18
|
+
|
|
19
|
+
__all__ = ['MtlskeystoreClientCertificateThirdPartyArgs', 'MtlskeystoreClientCertificateThirdParty']
|
|
20
|
+
|
|
21
|
+
@pulumi.input_type
|
|
22
|
+
class MtlskeystoreClientCertificateThirdPartyArgs:
|
|
23
|
+
def __init__(__self__, *,
|
|
24
|
+
certificate_name: pulumi.Input[_builtins.str],
|
|
25
|
+
contract_id: pulumi.Input[_builtins.str],
|
|
26
|
+
geography: pulumi.Input[_builtins.str],
|
|
27
|
+
group_id: pulumi.Input[_builtins.int],
|
|
28
|
+
notification_emails: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
29
|
+
secure_network: pulumi.Input[_builtins.str],
|
|
30
|
+
versions: pulumi.Input[Mapping[str, pulumi.Input['MtlskeystoreClientCertificateThirdPartyVersionsArgs']]],
|
|
31
|
+
key_algorithm: Optional[pulumi.Input[_builtins.str]] = None,
|
|
32
|
+
subject: Optional[pulumi.Input[_builtins.str]] = None):
|
|
33
|
+
"""
|
|
34
|
+
The set of arguments for constructing a MtlskeystoreClientCertificateThirdParty resource.
|
|
35
|
+
:param pulumi.Input[_builtins.str] certificate_name: The name of the client certificate. Must be between 1 and 64 characters.
|
|
36
|
+
:param pulumi.Input[_builtins.str] contract_id: The contract assigned to the client certificate. Must have a length of at least 1.
|
|
37
|
+
:param pulumi.Input[_builtins.str] geography: Specifies the type of network to deploy the client certificate. Possible values: `CORE`, `RUSSIA_AND_CORE`, or `CHINA_AND_CORE`.
|
|
38
|
+
:param pulumi.Input[_builtins.int] group_id: The group assigned to the client certificate. Must be greater than or equal to 0.
|
|
39
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] notification_emails: The email addresses to notify for client certificate-related issues. Must have at least one email address.
|
|
40
|
+
:param pulumi.Input[_builtins.str] secure_network: Identifies the network deployment type. Possible values: `STANDARD_TLS` or `ENHANCED_TLS`.
|
|
41
|
+
:param pulumi.Input[Mapping[str, pulumi.Input['MtlskeystoreClientCertificateThirdPartyVersionsArgs']]] versions: A map of client certificate versions as a value and user defined identifier as a key. Each version represents a specific iteration of the client certificate.
|
|
42
|
+
:param pulumi.Input[_builtins.str] key_algorithm: The cryptographic algorithm used for key generation. Possible values: `RSA` or `ECDSA`. The default is `RSA`.
|
|
43
|
+
:param pulumi.Input[_builtins.str] subject: The CA certificate’s key value details. The `CN` attribute is required and included in the subject. When not specified, the subject is constructed in this format: `/C=US/O=Akamai Technologies, Inc./OU={vcd_id} {contract_id} {group_id}/CN={certificate_name}/`.
|
|
44
|
+
"""
|
|
45
|
+
pulumi.set(__self__, "certificate_name", certificate_name)
|
|
46
|
+
pulumi.set(__self__, "contract_id", contract_id)
|
|
47
|
+
pulumi.set(__self__, "geography", geography)
|
|
48
|
+
pulumi.set(__self__, "group_id", group_id)
|
|
49
|
+
pulumi.set(__self__, "notification_emails", notification_emails)
|
|
50
|
+
pulumi.set(__self__, "secure_network", secure_network)
|
|
51
|
+
pulumi.set(__self__, "versions", versions)
|
|
52
|
+
if key_algorithm is not None:
|
|
53
|
+
pulumi.set(__self__, "key_algorithm", key_algorithm)
|
|
54
|
+
if subject is not None:
|
|
55
|
+
pulumi.set(__self__, "subject", subject)
|
|
56
|
+
|
|
57
|
+
@_builtins.property
|
|
58
|
+
@pulumi.getter(name="certificateName")
|
|
59
|
+
def certificate_name(self) -> pulumi.Input[_builtins.str]:
|
|
60
|
+
"""
|
|
61
|
+
The name of the client certificate. Must be between 1 and 64 characters.
|
|
62
|
+
"""
|
|
63
|
+
return pulumi.get(self, "certificate_name")
|
|
64
|
+
|
|
65
|
+
@certificate_name.setter
|
|
66
|
+
def certificate_name(self, value: pulumi.Input[_builtins.str]):
|
|
67
|
+
pulumi.set(self, "certificate_name", value)
|
|
68
|
+
|
|
69
|
+
@_builtins.property
|
|
70
|
+
@pulumi.getter(name="contractId")
|
|
71
|
+
def contract_id(self) -> pulumi.Input[_builtins.str]:
|
|
72
|
+
"""
|
|
73
|
+
The contract assigned to the client certificate. Must have a length of at least 1.
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "contract_id")
|
|
76
|
+
|
|
77
|
+
@contract_id.setter
|
|
78
|
+
def contract_id(self, value: pulumi.Input[_builtins.str]):
|
|
79
|
+
pulumi.set(self, "contract_id", value)
|
|
80
|
+
|
|
81
|
+
@_builtins.property
|
|
82
|
+
@pulumi.getter
|
|
83
|
+
def geography(self) -> pulumi.Input[_builtins.str]:
|
|
84
|
+
"""
|
|
85
|
+
Specifies the type of network to deploy the client certificate. Possible values: `CORE`, `RUSSIA_AND_CORE`, or `CHINA_AND_CORE`.
|
|
86
|
+
"""
|
|
87
|
+
return pulumi.get(self, "geography")
|
|
88
|
+
|
|
89
|
+
@geography.setter
|
|
90
|
+
def geography(self, value: pulumi.Input[_builtins.str]):
|
|
91
|
+
pulumi.set(self, "geography", value)
|
|
92
|
+
|
|
93
|
+
@_builtins.property
|
|
94
|
+
@pulumi.getter(name="groupId")
|
|
95
|
+
def group_id(self) -> pulumi.Input[_builtins.int]:
|
|
96
|
+
"""
|
|
97
|
+
The group assigned to the client certificate. Must be greater than or equal to 0.
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "group_id")
|
|
100
|
+
|
|
101
|
+
@group_id.setter
|
|
102
|
+
def group_id(self, value: pulumi.Input[_builtins.int]):
|
|
103
|
+
pulumi.set(self, "group_id", value)
|
|
104
|
+
|
|
105
|
+
@_builtins.property
|
|
106
|
+
@pulumi.getter(name="notificationEmails")
|
|
107
|
+
def notification_emails(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
108
|
+
"""
|
|
109
|
+
The email addresses to notify for client certificate-related issues. Must have at least one email address.
|
|
110
|
+
"""
|
|
111
|
+
return pulumi.get(self, "notification_emails")
|
|
112
|
+
|
|
113
|
+
@notification_emails.setter
|
|
114
|
+
def notification_emails(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
115
|
+
pulumi.set(self, "notification_emails", value)
|
|
116
|
+
|
|
117
|
+
@_builtins.property
|
|
118
|
+
@pulumi.getter(name="secureNetwork")
|
|
119
|
+
def secure_network(self) -> pulumi.Input[_builtins.str]:
|
|
120
|
+
"""
|
|
121
|
+
Identifies the network deployment type. Possible values: `STANDARD_TLS` or `ENHANCED_TLS`.
|
|
122
|
+
"""
|
|
123
|
+
return pulumi.get(self, "secure_network")
|
|
124
|
+
|
|
125
|
+
@secure_network.setter
|
|
126
|
+
def secure_network(self, value: pulumi.Input[_builtins.str]):
|
|
127
|
+
pulumi.set(self, "secure_network", value)
|
|
128
|
+
|
|
129
|
+
@_builtins.property
|
|
130
|
+
@pulumi.getter
|
|
131
|
+
def versions(self) -> pulumi.Input[Mapping[str, pulumi.Input['MtlskeystoreClientCertificateThirdPartyVersionsArgs']]]:
|
|
132
|
+
"""
|
|
133
|
+
A map of client certificate versions as a value and user defined identifier as a key. Each version represents a specific iteration of the client certificate.
|
|
134
|
+
"""
|
|
135
|
+
return pulumi.get(self, "versions")
|
|
136
|
+
|
|
137
|
+
@versions.setter
|
|
138
|
+
def versions(self, value: pulumi.Input[Mapping[str, pulumi.Input['MtlskeystoreClientCertificateThirdPartyVersionsArgs']]]):
|
|
139
|
+
pulumi.set(self, "versions", value)
|
|
140
|
+
|
|
141
|
+
@_builtins.property
|
|
142
|
+
@pulumi.getter(name="keyAlgorithm")
|
|
143
|
+
def key_algorithm(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
144
|
+
"""
|
|
145
|
+
The cryptographic algorithm used for key generation. Possible values: `RSA` or `ECDSA`. The default is `RSA`.
|
|
146
|
+
"""
|
|
147
|
+
return pulumi.get(self, "key_algorithm")
|
|
148
|
+
|
|
149
|
+
@key_algorithm.setter
|
|
150
|
+
def key_algorithm(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
151
|
+
pulumi.set(self, "key_algorithm", value)
|
|
152
|
+
|
|
153
|
+
@_builtins.property
|
|
154
|
+
@pulumi.getter
|
|
155
|
+
def subject(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
156
|
+
"""
|
|
157
|
+
The CA certificate’s key value details. The `CN` attribute is required and included in the subject. When not specified, the subject is constructed in this format: `/C=US/O=Akamai Technologies, Inc./OU={vcd_id} {contract_id} {group_id}/CN={certificate_name}/`.
|
|
158
|
+
"""
|
|
159
|
+
return pulumi.get(self, "subject")
|
|
160
|
+
|
|
161
|
+
@subject.setter
|
|
162
|
+
def subject(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
163
|
+
pulumi.set(self, "subject", value)
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
@pulumi.input_type
|
|
167
|
+
class _MtlskeystoreClientCertificateThirdPartyState:
|
|
168
|
+
def __init__(__self__, *,
|
|
169
|
+
certificate_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
170
|
+
certificate_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
171
|
+
contract_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
172
|
+
created_by: Optional[pulumi.Input[_builtins.str]] = None,
|
|
173
|
+
created_date: Optional[pulumi.Input[_builtins.str]] = None,
|
|
174
|
+
geography: Optional[pulumi.Input[_builtins.str]] = None,
|
|
175
|
+
group_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
176
|
+
key_algorithm: Optional[pulumi.Input[_builtins.str]] = None,
|
|
177
|
+
notification_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
178
|
+
secure_network: Optional[pulumi.Input[_builtins.str]] = None,
|
|
179
|
+
subject: Optional[pulumi.Input[_builtins.str]] = None,
|
|
180
|
+
versions: Optional[pulumi.Input[Mapping[str, pulumi.Input['MtlskeystoreClientCertificateThirdPartyVersionsArgs']]]] = None):
|
|
181
|
+
"""
|
|
182
|
+
Input properties used for looking up and filtering MtlskeystoreClientCertificateThirdParty resources.
|
|
183
|
+
:param pulumi.Input[_builtins.int] certificate_id: The unique identifier of the client certificate.
|
|
184
|
+
:param pulumi.Input[_builtins.str] certificate_name: The name of the client certificate. Must be between 1 and 64 characters.
|
|
185
|
+
:param pulumi.Input[_builtins.str] contract_id: The contract assigned to the client certificate. Must have a length of at least 1.
|
|
186
|
+
:param pulumi.Input[_builtins.str] created_by: The user who created the client certificate.
|
|
187
|
+
:param pulumi.Input[_builtins.str] created_date: An ISO 8601 timestamp indicating when the client certificate was created.
|
|
188
|
+
:param pulumi.Input[_builtins.str] geography: Specifies the type of network to deploy the client certificate. Possible values: `CORE`, `RUSSIA_AND_CORE`, or `CHINA_AND_CORE`.
|
|
189
|
+
:param pulumi.Input[_builtins.int] group_id: The group assigned to the client certificate. Must be greater than or equal to 0.
|
|
190
|
+
:param pulumi.Input[_builtins.str] key_algorithm: The cryptographic algorithm used for key generation. Possible values: `RSA` or `ECDSA`. The default is `RSA`.
|
|
191
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] notification_emails: The email addresses to notify for client certificate-related issues. Must have at least one email address.
|
|
192
|
+
:param pulumi.Input[_builtins.str] secure_network: Identifies the network deployment type. Possible values: `STANDARD_TLS` or `ENHANCED_TLS`.
|
|
193
|
+
:param pulumi.Input[_builtins.str] subject: The CA certificate’s key value details. The `CN` attribute is required and included in the subject. When not specified, the subject is constructed in this format: `/C=US/O=Akamai Technologies, Inc./OU={vcd_id} {contract_id} {group_id}/CN={certificate_name}/`.
|
|
194
|
+
:param pulumi.Input[Mapping[str, pulumi.Input['MtlskeystoreClientCertificateThirdPartyVersionsArgs']]] versions: A map of client certificate versions as a value and user defined identifier as a key. Each version represents a specific iteration of the client certificate.
|
|
195
|
+
"""
|
|
196
|
+
if certificate_id is not None:
|
|
197
|
+
pulumi.set(__self__, "certificate_id", certificate_id)
|
|
198
|
+
if certificate_name is not None:
|
|
199
|
+
pulumi.set(__self__, "certificate_name", certificate_name)
|
|
200
|
+
if contract_id is not None:
|
|
201
|
+
pulumi.set(__self__, "contract_id", contract_id)
|
|
202
|
+
if created_by is not None:
|
|
203
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
204
|
+
if created_date is not None:
|
|
205
|
+
pulumi.set(__self__, "created_date", created_date)
|
|
206
|
+
if geography is not None:
|
|
207
|
+
pulumi.set(__self__, "geography", geography)
|
|
208
|
+
if group_id is not None:
|
|
209
|
+
pulumi.set(__self__, "group_id", group_id)
|
|
210
|
+
if key_algorithm is not None:
|
|
211
|
+
pulumi.set(__self__, "key_algorithm", key_algorithm)
|
|
212
|
+
if notification_emails is not None:
|
|
213
|
+
pulumi.set(__self__, "notification_emails", notification_emails)
|
|
214
|
+
if secure_network is not None:
|
|
215
|
+
pulumi.set(__self__, "secure_network", secure_network)
|
|
216
|
+
if subject is not None:
|
|
217
|
+
pulumi.set(__self__, "subject", subject)
|
|
218
|
+
if versions is not None:
|
|
219
|
+
pulumi.set(__self__, "versions", versions)
|
|
220
|
+
|
|
221
|
+
@_builtins.property
|
|
222
|
+
@pulumi.getter(name="certificateId")
|
|
223
|
+
def certificate_id(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
224
|
+
"""
|
|
225
|
+
The unique identifier of the client certificate.
|
|
226
|
+
"""
|
|
227
|
+
return pulumi.get(self, "certificate_id")
|
|
228
|
+
|
|
229
|
+
@certificate_id.setter
|
|
230
|
+
def certificate_id(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
231
|
+
pulumi.set(self, "certificate_id", value)
|
|
232
|
+
|
|
233
|
+
@_builtins.property
|
|
234
|
+
@pulumi.getter(name="certificateName")
|
|
235
|
+
def certificate_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
236
|
+
"""
|
|
237
|
+
The name of the client certificate. Must be between 1 and 64 characters.
|
|
238
|
+
"""
|
|
239
|
+
return pulumi.get(self, "certificate_name")
|
|
240
|
+
|
|
241
|
+
@certificate_name.setter
|
|
242
|
+
def certificate_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
243
|
+
pulumi.set(self, "certificate_name", value)
|
|
244
|
+
|
|
245
|
+
@_builtins.property
|
|
246
|
+
@pulumi.getter(name="contractId")
|
|
247
|
+
def contract_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
248
|
+
"""
|
|
249
|
+
The contract assigned to the client certificate. Must have a length of at least 1.
|
|
250
|
+
"""
|
|
251
|
+
return pulumi.get(self, "contract_id")
|
|
252
|
+
|
|
253
|
+
@contract_id.setter
|
|
254
|
+
def contract_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
255
|
+
pulumi.set(self, "contract_id", value)
|
|
256
|
+
|
|
257
|
+
@_builtins.property
|
|
258
|
+
@pulumi.getter(name="createdBy")
|
|
259
|
+
def created_by(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
260
|
+
"""
|
|
261
|
+
The user who created the client certificate.
|
|
262
|
+
"""
|
|
263
|
+
return pulumi.get(self, "created_by")
|
|
264
|
+
|
|
265
|
+
@created_by.setter
|
|
266
|
+
def created_by(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
267
|
+
pulumi.set(self, "created_by", value)
|
|
268
|
+
|
|
269
|
+
@_builtins.property
|
|
270
|
+
@pulumi.getter(name="createdDate")
|
|
271
|
+
def created_date(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
272
|
+
"""
|
|
273
|
+
An ISO 8601 timestamp indicating when the client certificate was created.
|
|
274
|
+
"""
|
|
275
|
+
return pulumi.get(self, "created_date")
|
|
276
|
+
|
|
277
|
+
@created_date.setter
|
|
278
|
+
def created_date(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
279
|
+
pulumi.set(self, "created_date", value)
|
|
280
|
+
|
|
281
|
+
@_builtins.property
|
|
282
|
+
@pulumi.getter
|
|
283
|
+
def geography(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
284
|
+
"""
|
|
285
|
+
Specifies the type of network to deploy the client certificate. Possible values: `CORE`, `RUSSIA_AND_CORE`, or `CHINA_AND_CORE`.
|
|
286
|
+
"""
|
|
287
|
+
return pulumi.get(self, "geography")
|
|
288
|
+
|
|
289
|
+
@geography.setter
|
|
290
|
+
def geography(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
291
|
+
pulumi.set(self, "geography", value)
|
|
292
|
+
|
|
293
|
+
@_builtins.property
|
|
294
|
+
@pulumi.getter(name="groupId")
|
|
295
|
+
def group_id(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
296
|
+
"""
|
|
297
|
+
The group assigned to the client certificate. Must be greater than or equal to 0.
|
|
298
|
+
"""
|
|
299
|
+
return pulumi.get(self, "group_id")
|
|
300
|
+
|
|
301
|
+
@group_id.setter
|
|
302
|
+
def group_id(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
303
|
+
pulumi.set(self, "group_id", value)
|
|
304
|
+
|
|
305
|
+
@_builtins.property
|
|
306
|
+
@pulumi.getter(name="keyAlgorithm")
|
|
307
|
+
def key_algorithm(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
308
|
+
"""
|
|
309
|
+
The cryptographic algorithm used for key generation. Possible values: `RSA` or `ECDSA`. The default is `RSA`.
|
|
310
|
+
"""
|
|
311
|
+
return pulumi.get(self, "key_algorithm")
|
|
312
|
+
|
|
313
|
+
@key_algorithm.setter
|
|
314
|
+
def key_algorithm(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
315
|
+
pulumi.set(self, "key_algorithm", value)
|
|
316
|
+
|
|
317
|
+
@_builtins.property
|
|
318
|
+
@pulumi.getter(name="notificationEmails")
|
|
319
|
+
def notification_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
320
|
+
"""
|
|
321
|
+
The email addresses to notify for client certificate-related issues. Must have at least one email address.
|
|
322
|
+
"""
|
|
323
|
+
return pulumi.get(self, "notification_emails")
|
|
324
|
+
|
|
325
|
+
@notification_emails.setter
|
|
326
|
+
def notification_emails(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
327
|
+
pulumi.set(self, "notification_emails", value)
|
|
328
|
+
|
|
329
|
+
@_builtins.property
|
|
330
|
+
@pulumi.getter(name="secureNetwork")
|
|
331
|
+
def secure_network(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
332
|
+
"""
|
|
333
|
+
Identifies the network deployment type. Possible values: `STANDARD_TLS` or `ENHANCED_TLS`.
|
|
334
|
+
"""
|
|
335
|
+
return pulumi.get(self, "secure_network")
|
|
336
|
+
|
|
337
|
+
@secure_network.setter
|
|
338
|
+
def secure_network(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
339
|
+
pulumi.set(self, "secure_network", value)
|
|
340
|
+
|
|
341
|
+
@_builtins.property
|
|
342
|
+
@pulumi.getter
|
|
343
|
+
def subject(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
344
|
+
"""
|
|
345
|
+
The CA certificate’s key value details. The `CN` attribute is required and included in the subject. When not specified, the subject is constructed in this format: `/C=US/O=Akamai Technologies, Inc./OU={vcd_id} {contract_id} {group_id}/CN={certificate_name}/`.
|
|
346
|
+
"""
|
|
347
|
+
return pulumi.get(self, "subject")
|
|
348
|
+
|
|
349
|
+
@subject.setter
|
|
350
|
+
def subject(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
351
|
+
pulumi.set(self, "subject", value)
|
|
352
|
+
|
|
353
|
+
@_builtins.property
|
|
354
|
+
@pulumi.getter
|
|
355
|
+
def versions(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['MtlskeystoreClientCertificateThirdPartyVersionsArgs']]]]:
|
|
356
|
+
"""
|
|
357
|
+
A map of client certificate versions as a value and user defined identifier as a key. Each version represents a specific iteration of the client certificate.
|
|
358
|
+
"""
|
|
359
|
+
return pulumi.get(self, "versions")
|
|
360
|
+
|
|
361
|
+
@versions.setter
|
|
362
|
+
def versions(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['MtlskeystoreClientCertificateThirdPartyVersionsArgs']]]]):
|
|
363
|
+
pulumi.set(self, "versions", value)
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
@pulumi.type_token("akamai:index/mtlskeystoreClientCertificateThirdParty:MtlskeystoreClientCertificateThirdParty")
|
|
367
|
+
class MtlskeystoreClientCertificateThirdParty(pulumi.CustomResource):
|
|
368
|
+
@overload
|
|
369
|
+
def __init__(__self__,
|
|
370
|
+
resource_name: str,
|
|
371
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
372
|
+
certificate_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
373
|
+
contract_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
374
|
+
geography: Optional[pulumi.Input[_builtins.str]] = None,
|
|
375
|
+
group_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
376
|
+
key_algorithm: Optional[pulumi.Input[_builtins.str]] = None,
|
|
377
|
+
notification_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
378
|
+
secure_network: Optional[pulumi.Input[_builtins.str]] = None,
|
|
379
|
+
subject: Optional[pulumi.Input[_builtins.str]] = None,
|
|
380
|
+
versions: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['MtlskeystoreClientCertificateThirdPartyVersionsArgs', 'MtlskeystoreClientCertificateThirdPartyVersionsArgsDict']]]]] = None,
|
|
381
|
+
__props__=None):
|
|
382
|
+
"""
|
|
383
|
+
Create a MtlskeystoreClientCertificateThirdParty resource with the given unique name, props, and options.
|
|
384
|
+
:param str resource_name: The name of the resource.
|
|
385
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
386
|
+
:param pulumi.Input[_builtins.str] certificate_name: The name of the client certificate. Must be between 1 and 64 characters.
|
|
387
|
+
:param pulumi.Input[_builtins.str] contract_id: The contract assigned to the client certificate. Must have a length of at least 1.
|
|
388
|
+
:param pulumi.Input[_builtins.str] geography: Specifies the type of network to deploy the client certificate. Possible values: `CORE`, `RUSSIA_AND_CORE`, or `CHINA_AND_CORE`.
|
|
389
|
+
:param pulumi.Input[_builtins.int] group_id: The group assigned to the client certificate. Must be greater than or equal to 0.
|
|
390
|
+
:param pulumi.Input[_builtins.str] key_algorithm: The cryptographic algorithm used for key generation. Possible values: `RSA` or `ECDSA`. The default is `RSA`.
|
|
391
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] notification_emails: The email addresses to notify for client certificate-related issues. Must have at least one email address.
|
|
392
|
+
:param pulumi.Input[_builtins.str] secure_network: Identifies the network deployment type. Possible values: `STANDARD_TLS` or `ENHANCED_TLS`.
|
|
393
|
+
:param pulumi.Input[_builtins.str] subject: The CA certificate’s key value details. The `CN` attribute is required and included in the subject. When not specified, the subject is constructed in this format: `/C=US/O=Akamai Technologies, Inc./OU={vcd_id} {contract_id} {group_id}/CN={certificate_name}/`.
|
|
394
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[Union['MtlskeystoreClientCertificateThirdPartyVersionsArgs', 'MtlskeystoreClientCertificateThirdPartyVersionsArgsDict']]]] versions: A map of client certificate versions as a value and user defined identifier as a key. Each version represents a specific iteration of the client certificate.
|
|
395
|
+
"""
|
|
396
|
+
...
|
|
397
|
+
@overload
|
|
398
|
+
def __init__(__self__,
|
|
399
|
+
resource_name: str,
|
|
400
|
+
args: MtlskeystoreClientCertificateThirdPartyArgs,
|
|
401
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
402
|
+
"""
|
|
403
|
+
Create a MtlskeystoreClientCertificateThirdParty resource with the given unique name, props, and options.
|
|
404
|
+
:param str resource_name: The name of the resource.
|
|
405
|
+
:param MtlskeystoreClientCertificateThirdPartyArgs args: The arguments to use to populate this resource's properties.
|
|
406
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
407
|
+
"""
|
|
408
|
+
...
|
|
409
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
410
|
+
resource_args, opts = _utilities.get_resource_args_opts(MtlskeystoreClientCertificateThirdPartyArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
411
|
+
if resource_args is not None:
|
|
412
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
413
|
+
else:
|
|
414
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
415
|
+
|
|
416
|
+
def _internal_init(__self__,
|
|
417
|
+
resource_name: str,
|
|
418
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
419
|
+
certificate_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
420
|
+
contract_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
421
|
+
geography: Optional[pulumi.Input[_builtins.str]] = None,
|
|
422
|
+
group_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
423
|
+
key_algorithm: Optional[pulumi.Input[_builtins.str]] = None,
|
|
424
|
+
notification_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
425
|
+
secure_network: Optional[pulumi.Input[_builtins.str]] = None,
|
|
426
|
+
subject: Optional[pulumi.Input[_builtins.str]] = None,
|
|
427
|
+
versions: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['MtlskeystoreClientCertificateThirdPartyVersionsArgs', 'MtlskeystoreClientCertificateThirdPartyVersionsArgsDict']]]]] = None,
|
|
428
|
+
__props__=None):
|
|
429
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
430
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
431
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
432
|
+
if opts.id is None:
|
|
433
|
+
if __props__ is not None:
|
|
434
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
435
|
+
__props__ = MtlskeystoreClientCertificateThirdPartyArgs.__new__(MtlskeystoreClientCertificateThirdPartyArgs)
|
|
436
|
+
|
|
437
|
+
if certificate_name is None and not opts.urn:
|
|
438
|
+
raise TypeError("Missing required property 'certificate_name'")
|
|
439
|
+
__props__.__dict__["certificate_name"] = certificate_name
|
|
440
|
+
if contract_id is None and not opts.urn:
|
|
441
|
+
raise TypeError("Missing required property 'contract_id'")
|
|
442
|
+
__props__.__dict__["contract_id"] = contract_id
|
|
443
|
+
if geography is None and not opts.urn:
|
|
444
|
+
raise TypeError("Missing required property 'geography'")
|
|
445
|
+
__props__.__dict__["geography"] = geography
|
|
446
|
+
if group_id is None and not opts.urn:
|
|
447
|
+
raise TypeError("Missing required property 'group_id'")
|
|
448
|
+
__props__.__dict__["group_id"] = group_id
|
|
449
|
+
__props__.__dict__["key_algorithm"] = key_algorithm
|
|
450
|
+
if notification_emails is None and not opts.urn:
|
|
451
|
+
raise TypeError("Missing required property 'notification_emails'")
|
|
452
|
+
__props__.__dict__["notification_emails"] = notification_emails
|
|
453
|
+
if secure_network is None and not opts.urn:
|
|
454
|
+
raise TypeError("Missing required property 'secure_network'")
|
|
455
|
+
__props__.__dict__["secure_network"] = secure_network
|
|
456
|
+
__props__.__dict__["subject"] = subject
|
|
457
|
+
if versions is None and not opts.urn:
|
|
458
|
+
raise TypeError("Missing required property 'versions'")
|
|
459
|
+
__props__.__dict__["versions"] = versions
|
|
460
|
+
__props__.__dict__["certificate_id"] = None
|
|
461
|
+
__props__.__dict__["created_by"] = None
|
|
462
|
+
__props__.__dict__["created_date"] = None
|
|
463
|
+
super(MtlskeystoreClientCertificateThirdParty, __self__).__init__(
|
|
464
|
+
'akamai:index/mtlskeystoreClientCertificateThirdParty:MtlskeystoreClientCertificateThirdParty',
|
|
465
|
+
resource_name,
|
|
466
|
+
__props__,
|
|
467
|
+
opts)
|
|
468
|
+
|
|
469
|
+
@staticmethod
|
|
470
|
+
def get(resource_name: str,
|
|
471
|
+
id: pulumi.Input[str],
|
|
472
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
473
|
+
certificate_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
474
|
+
certificate_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
475
|
+
contract_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
476
|
+
created_by: Optional[pulumi.Input[_builtins.str]] = None,
|
|
477
|
+
created_date: Optional[pulumi.Input[_builtins.str]] = None,
|
|
478
|
+
geography: Optional[pulumi.Input[_builtins.str]] = None,
|
|
479
|
+
group_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
480
|
+
key_algorithm: Optional[pulumi.Input[_builtins.str]] = None,
|
|
481
|
+
notification_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
482
|
+
secure_network: Optional[pulumi.Input[_builtins.str]] = None,
|
|
483
|
+
subject: Optional[pulumi.Input[_builtins.str]] = None,
|
|
484
|
+
versions: Optional[pulumi.Input[Mapping[str, pulumi.Input[Union['MtlskeystoreClientCertificateThirdPartyVersionsArgs', 'MtlskeystoreClientCertificateThirdPartyVersionsArgsDict']]]]] = None) -> 'MtlskeystoreClientCertificateThirdParty':
|
|
485
|
+
"""
|
|
486
|
+
Get an existing MtlskeystoreClientCertificateThirdParty resource's state with the given name, id, and optional extra
|
|
487
|
+
properties used to qualify the lookup.
|
|
488
|
+
|
|
489
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
490
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
491
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
492
|
+
:param pulumi.Input[_builtins.int] certificate_id: The unique identifier of the client certificate.
|
|
493
|
+
:param pulumi.Input[_builtins.str] certificate_name: The name of the client certificate. Must be between 1 and 64 characters.
|
|
494
|
+
:param pulumi.Input[_builtins.str] contract_id: The contract assigned to the client certificate. Must have a length of at least 1.
|
|
495
|
+
:param pulumi.Input[_builtins.str] created_by: The user who created the client certificate.
|
|
496
|
+
:param pulumi.Input[_builtins.str] created_date: An ISO 8601 timestamp indicating when the client certificate was created.
|
|
497
|
+
:param pulumi.Input[_builtins.str] geography: Specifies the type of network to deploy the client certificate. Possible values: `CORE`, `RUSSIA_AND_CORE`, or `CHINA_AND_CORE`.
|
|
498
|
+
:param pulumi.Input[_builtins.int] group_id: The group assigned to the client certificate. Must be greater than or equal to 0.
|
|
499
|
+
:param pulumi.Input[_builtins.str] key_algorithm: The cryptographic algorithm used for key generation. Possible values: `RSA` or `ECDSA`. The default is `RSA`.
|
|
500
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] notification_emails: The email addresses to notify for client certificate-related issues. Must have at least one email address.
|
|
501
|
+
:param pulumi.Input[_builtins.str] secure_network: Identifies the network deployment type. Possible values: `STANDARD_TLS` or `ENHANCED_TLS`.
|
|
502
|
+
:param pulumi.Input[_builtins.str] subject: The CA certificate’s key value details. The `CN` attribute is required and included in the subject. When not specified, the subject is constructed in this format: `/C=US/O=Akamai Technologies, Inc./OU={vcd_id} {contract_id} {group_id}/CN={certificate_name}/`.
|
|
503
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[Union['MtlskeystoreClientCertificateThirdPartyVersionsArgs', 'MtlskeystoreClientCertificateThirdPartyVersionsArgsDict']]]] versions: A map of client certificate versions as a value and user defined identifier as a key. Each version represents a specific iteration of the client certificate.
|
|
504
|
+
"""
|
|
505
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
506
|
+
|
|
507
|
+
__props__ = _MtlskeystoreClientCertificateThirdPartyState.__new__(_MtlskeystoreClientCertificateThirdPartyState)
|
|
508
|
+
|
|
509
|
+
__props__.__dict__["certificate_id"] = certificate_id
|
|
510
|
+
__props__.__dict__["certificate_name"] = certificate_name
|
|
511
|
+
__props__.__dict__["contract_id"] = contract_id
|
|
512
|
+
__props__.__dict__["created_by"] = created_by
|
|
513
|
+
__props__.__dict__["created_date"] = created_date
|
|
514
|
+
__props__.__dict__["geography"] = geography
|
|
515
|
+
__props__.__dict__["group_id"] = group_id
|
|
516
|
+
__props__.__dict__["key_algorithm"] = key_algorithm
|
|
517
|
+
__props__.__dict__["notification_emails"] = notification_emails
|
|
518
|
+
__props__.__dict__["secure_network"] = secure_network
|
|
519
|
+
__props__.__dict__["subject"] = subject
|
|
520
|
+
__props__.__dict__["versions"] = versions
|
|
521
|
+
return MtlskeystoreClientCertificateThirdParty(resource_name, opts=opts, __props__=__props__)
|
|
522
|
+
|
|
523
|
+
@_builtins.property
|
|
524
|
+
@pulumi.getter(name="certificateId")
|
|
525
|
+
def certificate_id(self) -> pulumi.Output[_builtins.int]:
|
|
526
|
+
"""
|
|
527
|
+
The unique identifier of the client certificate.
|
|
528
|
+
"""
|
|
529
|
+
return pulumi.get(self, "certificate_id")
|
|
530
|
+
|
|
531
|
+
@_builtins.property
|
|
532
|
+
@pulumi.getter(name="certificateName")
|
|
533
|
+
def certificate_name(self) -> pulumi.Output[_builtins.str]:
|
|
534
|
+
"""
|
|
535
|
+
The name of the client certificate. Must be between 1 and 64 characters.
|
|
536
|
+
"""
|
|
537
|
+
return pulumi.get(self, "certificate_name")
|
|
538
|
+
|
|
539
|
+
@_builtins.property
|
|
540
|
+
@pulumi.getter(name="contractId")
|
|
541
|
+
def contract_id(self) -> pulumi.Output[_builtins.str]:
|
|
542
|
+
"""
|
|
543
|
+
The contract assigned to the client certificate. Must have a length of at least 1.
|
|
544
|
+
"""
|
|
545
|
+
return pulumi.get(self, "contract_id")
|
|
546
|
+
|
|
547
|
+
@_builtins.property
|
|
548
|
+
@pulumi.getter(name="createdBy")
|
|
549
|
+
def created_by(self) -> pulumi.Output[_builtins.str]:
|
|
550
|
+
"""
|
|
551
|
+
The user who created the client certificate.
|
|
552
|
+
"""
|
|
553
|
+
return pulumi.get(self, "created_by")
|
|
554
|
+
|
|
555
|
+
@_builtins.property
|
|
556
|
+
@pulumi.getter(name="createdDate")
|
|
557
|
+
def created_date(self) -> pulumi.Output[_builtins.str]:
|
|
558
|
+
"""
|
|
559
|
+
An ISO 8601 timestamp indicating when the client certificate was created.
|
|
560
|
+
"""
|
|
561
|
+
return pulumi.get(self, "created_date")
|
|
562
|
+
|
|
563
|
+
@_builtins.property
|
|
564
|
+
@pulumi.getter
|
|
565
|
+
def geography(self) -> pulumi.Output[_builtins.str]:
|
|
566
|
+
"""
|
|
567
|
+
Specifies the type of network to deploy the client certificate. Possible values: `CORE`, `RUSSIA_AND_CORE`, or `CHINA_AND_CORE`.
|
|
568
|
+
"""
|
|
569
|
+
return pulumi.get(self, "geography")
|
|
570
|
+
|
|
571
|
+
@_builtins.property
|
|
572
|
+
@pulumi.getter(name="groupId")
|
|
573
|
+
def group_id(self) -> pulumi.Output[_builtins.int]:
|
|
574
|
+
"""
|
|
575
|
+
The group assigned to the client certificate. Must be greater than or equal to 0.
|
|
576
|
+
"""
|
|
577
|
+
return pulumi.get(self, "group_id")
|
|
578
|
+
|
|
579
|
+
@_builtins.property
|
|
580
|
+
@pulumi.getter(name="keyAlgorithm")
|
|
581
|
+
def key_algorithm(self) -> pulumi.Output[_builtins.str]:
|
|
582
|
+
"""
|
|
583
|
+
The cryptographic algorithm used for key generation. Possible values: `RSA` or `ECDSA`. The default is `RSA`.
|
|
584
|
+
"""
|
|
585
|
+
return pulumi.get(self, "key_algorithm")
|
|
586
|
+
|
|
587
|
+
@_builtins.property
|
|
588
|
+
@pulumi.getter(name="notificationEmails")
|
|
589
|
+
def notification_emails(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
|
590
|
+
"""
|
|
591
|
+
The email addresses to notify for client certificate-related issues. Must have at least one email address.
|
|
592
|
+
"""
|
|
593
|
+
return pulumi.get(self, "notification_emails")
|
|
594
|
+
|
|
595
|
+
@_builtins.property
|
|
596
|
+
@pulumi.getter(name="secureNetwork")
|
|
597
|
+
def secure_network(self) -> pulumi.Output[_builtins.str]:
|
|
598
|
+
"""
|
|
599
|
+
Identifies the network deployment type. Possible values: `STANDARD_TLS` or `ENHANCED_TLS`.
|
|
600
|
+
"""
|
|
601
|
+
return pulumi.get(self, "secure_network")
|
|
602
|
+
|
|
603
|
+
@_builtins.property
|
|
604
|
+
@pulumi.getter
|
|
605
|
+
def subject(self) -> pulumi.Output[_builtins.str]:
|
|
606
|
+
"""
|
|
607
|
+
The CA certificate’s key value details. The `CN` attribute is required and included in the subject. When not specified, the subject is constructed in this format: `/C=US/O=Akamai Technologies, Inc./OU={vcd_id} {contract_id} {group_id}/CN={certificate_name}/`.
|
|
608
|
+
"""
|
|
609
|
+
return pulumi.get(self, "subject")
|
|
610
|
+
|
|
611
|
+
@_builtins.property
|
|
612
|
+
@pulumi.getter
|
|
613
|
+
def versions(self) -> pulumi.Output[Mapping[str, 'outputs.MtlskeystoreClientCertificateThirdPartyVersions']]:
|
|
614
|
+
"""
|
|
615
|
+
A map of client certificate versions as a value and user defined identifier as a key. Each version represents a specific iteration of the client certificate.
|
|
616
|
+
"""
|
|
617
|
+
return pulumi.get(self, "versions")
|
|
618
|
+
|