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,782 @@
|
|
|
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__ = ['MtlskeystoreClientCertificateAkamaiArgs', 'MtlskeystoreClientCertificateAkamai']
|
|
20
|
+
|
|
21
|
+
@pulumi.input_type
|
|
22
|
+
class MtlskeystoreClientCertificateAkamaiArgs:
|
|
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
|
+
key_algorithm: Optional[pulumi.Input[_builtins.str]] = None,
|
|
31
|
+
preferred_ca: Optional[pulumi.Input[_builtins.str]] = None,
|
|
32
|
+
revoked_versions: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.int]]]] = None,
|
|
33
|
+
subject: Optional[pulumi.Input[_builtins.str]] = None,
|
|
34
|
+
timeouts: Optional[pulumi.Input['MtlskeystoreClientCertificateAkamaiTimeoutsArgs']] = None):
|
|
35
|
+
"""
|
|
36
|
+
The set of arguments for constructing a MtlskeystoreClientCertificateAkamai resource.
|
|
37
|
+
:param pulumi.Input[_builtins.str] certificate_name: The name of the client certificate. Must be between 1 and 64 characters.
|
|
38
|
+
:param pulumi.Input[_builtins.str] contract_id: The contract assigned to the client certificate. Must have a length of at least 1.
|
|
39
|
+
: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`.
|
|
40
|
+
:param pulumi.Input[_builtins.int] group_id: The group assigned to the client certificate. Must be greater than or equal to 0.
|
|
41
|
+
: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.
|
|
42
|
+
:param pulumi.Input[_builtins.str] secure_network: Identifies the network deployment type. Possible values: `STANDARD_TLS` or `ENHANCED_TLS`.
|
|
43
|
+
:param pulumi.Input[_builtins.str] key_algorithm: The cryptographic algorithm used for key generation. Possible values: `RSA` or `ECDSA`.
|
|
44
|
+
:param pulumi.Input[_builtins.str] preferred_ca: The common name of the account CA certificate selected to sign the client certificate.
|
|
45
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] revoked_versions: A set of client certificate versions that should be revoked.
|
|
46
|
+
: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}/`.
|
|
47
|
+
"""
|
|
48
|
+
pulumi.set(__self__, "certificate_name", certificate_name)
|
|
49
|
+
pulumi.set(__self__, "contract_id", contract_id)
|
|
50
|
+
pulumi.set(__self__, "geography", geography)
|
|
51
|
+
pulumi.set(__self__, "group_id", group_id)
|
|
52
|
+
pulumi.set(__self__, "notification_emails", notification_emails)
|
|
53
|
+
pulumi.set(__self__, "secure_network", secure_network)
|
|
54
|
+
if key_algorithm is not None:
|
|
55
|
+
pulumi.set(__self__, "key_algorithm", key_algorithm)
|
|
56
|
+
if preferred_ca is not None:
|
|
57
|
+
pulumi.set(__self__, "preferred_ca", preferred_ca)
|
|
58
|
+
if revoked_versions is not None:
|
|
59
|
+
pulumi.set(__self__, "revoked_versions", revoked_versions)
|
|
60
|
+
if subject is not None:
|
|
61
|
+
pulumi.set(__self__, "subject", subject)
|
|
62
|
+
if timeouts is not None:
|
|
63
|
+
pulumi.set(__self__, "timeouts", timeouts)
|
|
64
|
+
|
|
65
|
+
@_builtins.property
|
|
66
|
+
@pulumi.getter(name="certificateName")
|
|
67
|
+
def certificate_name(self) -> pulumi.Input[_builtins.str]:
|
|
68
|
+
"""
|
|
69
|
+
The name of the client certificate. Must be between 1 and 64 characters.
|
|
70
|
+
"""
|
|
71
|
+
return pulumi.get(self, "certificate_name")
|
|
72
|
+
|
|
73
|
+
@certificate_name.setter
|
|
74
|
+
def certificate_name(self, value: pulumi.Input[_builtins.str]):
|
|
75
|
+
pulumi.set(self, "certificate_name", value)
|
|
76
|
+
|
|
77
|
+
@_builtins.property
|
|
78
|
+
@pulumi.getter(name="contractId")
|
|
79
|
+
def contract_id(self) -> pulumi.Input[_builtins.str]:
|
|
80
|
+
"""
|
|
81
|
+
The contract assigned to the client certificate. Must have a length of at least 1.
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "contract_id")
|
|
84
|
+
|
|
85
|
+
@contract_id.setter
|
|
86
|
+
def contract_id(self, value: pulumi.Input[_builtins.str]):
|
|
87
|
+
pulumi.set(self, "contract_id", value)
|
|
88
|
+
|
|
89
|
+
@_builtins.property
|
|
90
|
+
@pulumi.getter
|
|
91
|
+
def geography(self) -> pulumi.Input[_builtins.str]:
|
|
92
|
+
"""
|
|
93
|
+
Specifies the type of network to deploy the client certificate. Possible values: `CORE`, `RUSSIA_AND_CORE`, or `CHINA_AND_CORE`.
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "geography")
|
|
96
|
+
|
|
97
|
+
@geography.setter
|
|
98
|
+
def geography(self, value: pulumi.Input[_builtins.str]):
|
|
99
|
+
pulumi.set(self, "geography", value)
|
|
100
|
+
|
|
101
|
+
@_builtins.property
|
|
102
|
+
@pulumi.getter(name="groupId")
|
|
103
|
+
def group_id(self) -> pulumi.Input[_builtins.int]:
|
|
104
|
+
"""
|
|
105
|
+
The group assigned to the client certificate. Must be greater than or equal to 0.
|
|
106
|
+
"""
|
|
107
|
+
return pulumi.get(self, "group_id")
|
|
108
|
+
|
|
109
|
+
@group_id.setter
|
|
110
|
+
def group_id(self, value: pulumi.Input[_builtins.int]):
|
|
111
|
+
pulumi.set(self, "group_id", value)
|
|
112
|
+
|
|
113
|
+
@_builtins.property
|
|
114
|
+
@pulumi.getter(name="notificationEmails")
|
|
115
|
+
def notification_emails(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
116
|
+
"""
|
|
117
|
+
The email addresses to notify for client certificate-related issues. Must have at least one email address.
|
|
118
|
+
"""
|
|
119
|
+
return pulumi.get(self, "notification_emails")
|
|
120
|
+
|
|
121
|
+
@notification_emails.setter
|
|
122
|
+
def notification_emails(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
123
|
+
pulumi.set(self, "notification_emails", value)
|
|
124
|
+
|
|
125
|
+
@_builtins.property
|
|
126
|
+
@pulumi.getter(name="secureNetwork")
|
|
127
|
+
def secure_network(self) -> pulumi.Input[_builtins.str]:
|
|
128
|
+
"""
|
|
129
|
+
Identifies the network deployment type. Possible values: `STANDARD_TLS` or `ENHANCED_TLS`.
|
|
130
|
+
"""
|
|
131
|
+
return pulumi.get(self, "secure_network")
|
|
132
|
+
|
|
133
|
+
@secure_network.setter
|
|
134
|
+
def secure_network(self, value: pulumi.Input[_builtins.str]):
|
|
135
|
+
pulumi.set(self, "secure_network", value)
|
|
136
|
+
|
|
137
|
+
@_builtins.property
|
|
138
|
+
@pulumi.getter(name="keyAlgorithm")
|
|
139
|
+
def key_algorithm(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
140
|
+
"""
|
|
141
|
+
The cryptographic algorithm used for key generation. Possible values: `RSA` or `ECDSA`.
|
|
142
|
+
"""
|
|
143
|
+
return pulumi.get(self, "key_algorithm")
|
|
144
|
+
|
|
145
|
+
@key_algorithm.setter
|
|
146
|
+
def key_algorithm(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
147
|
+
pulumi.set(self, "key_algorithm", value)
|
|
148
|
+
|
|
149
|
+
@_builtins.property
|
|
150
|
+
@pulumi.getter(name="preferredCa")
|
|
151
|
+
def preferred_ca(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
152
|
+
"""
|
|
153
|
+
The common name of the account CA certificate selected to sign the client certificate.
|
|
154
|
+
"""
|
|
155
|
+
return pulumi.get(self, "preferred_ca")
|
|
156
|
+
|
|
157
|
+
@preferred_ca.setter
|
|
158
|
+
def preferred_ca(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
159
|
+
pulumi.set(self, "preferred_ca", value)
|
|
160
|
+
|
|
161
|
+
@_builtins.property
|
|
162
|
+
@pulumi.getter(name="revokedVersions")
|
|
163
|
+
def revoked_versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.int]]]]:
|
|
164
|
+
"""
|
|
165
|
+
A set of client certificate versions that should be revoked.
|
|
166
|
+
"""
|
|
167
|
+
return pulumi.get(self, "revoked_versions")
|
|
168
|
+
|
|
169
|
+
@revoked_versions.setter
|
|
170
|
+
def revoked_versions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.int]]]]):
|
|
171
|
+
pulumi.set(self, "revoked_versions", value)
|
|
172
|
+
|
|
173
|
+
@_builtins.property
|
|
174
|
+
@pulumi.getter
|
|
175
|
+
def subject(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
176
|
+
"""
|
|
177
|
+
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}/`.
|
|
178
|
+
"""
|
|
179
|
+
return pulumi.get(self, "subject")
|
|
180
|
+
|
|
181
|
+
@subject.setter
|
|
182
|
+
def subject(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
183
|
+
pulumi.set(self, "subject", value)
|
|
184
|
+
|
|
185
|
+
@_builtins.property
|
|
186
|
+
@pulumi.getter
|
|
187
|
+
def timeouts(self) -> Optional[pulumi.Input['MtlskeystoreClientCertificateAkamaiTimeoutsArgs']]:
|
|
188
|
+
return pulumi.get(self, "timeouts")
|
|
189
|
+
|
|
190
|
+
@timeouts.setter
|
|
191
|
+
def timeouts(self, value: Optional[pulumi.Input['MtlskeystoreClientCertificateAkamaiTimeoutsArgs']]):
|
|
192
|
+
pulumi.set(self, "timeouts", value)
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
@pulumi.input_type
|
|
196
|
+
class _MtlskeystoreClientCertificateAkamaiState:
|
|
197
|
+
def __init__(__self__, *,
|
|
198
|
+
certificate_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
199
|
+
certificate_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
200
|
+
contract_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
201
|
+
created_by: Optional[pulumi.Input[_builtins.str]] = None,
|
|
202
|
+
created_date: Optional[pulumi.Input[_builtins.str]] = None,
|
|
203
|
+
current_guid: Optional[pulumi.Input[_builtins.str]] = None,
|
|
204
|
+
geography: Optional[pulumi.Input[_builtins.str]] = None,
|
|
205
|
+
group_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
206
|
+
key_algorithm: Optional[pulumi.Input[_builtins.str]] = None,
|
|
207
|
+
notification_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
208
|
+
preferred_ca: Optional[pulumi.Input[_builtins.str]] = None,
|
|
209
|
+
previous_guid: Optional[pulumi.Input[_builtins.str]] = None,
|
|
210
|
+
revoked_versions: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.int]]]] = None,
|
|
211
|
+
secure_network: Optional[pulumi.Input[_builtins.str]] = None,
|
|
212
|
+
subject: Optional[pulumi.Input[_builtins.str]] = None,
|
|
213
|
+
timeouts: Optional[pulumi.Input['MtlskeystoreClientCertificateAkamaiTimeoutsArgs']] = None,
|
|
214
|
+
versions: Optional[pulumi.Input[Sequence[pulumi.Input['MtlskeystoreClientCertificateAkamaiVersionArgs']]]] = None):
|
|
215
|
+
"""
|
|
216
|
+
Input properties used for looking up and filtering MtlskeystoreClientCertificateAkamai resources.
|
|
217
|
+
:param pulumi.Input[_builtins.int] certificate_id: The unique identifier of the client certificate.
|
|
218
|
+
:param pulumi.Input[_builtins.str] certificate_name: The name of the client certificate. Must be between 1 and 64 characters.
|
|
219
|
+
:param pulumi.Input[_builtins.str] contract_id: The contract assigned to the client certificate. Must have a length of at least 1.
|
|
220
|
+
:param pulumi.Input[_builtins.str] created_by: The user who created the client certificate. Read-only.
|
|
221
|
+
:param pulumi.Input[_builtins.str] created_date: An ISO 8601 timestamp indicating the client certificate's creation. Read-only.
|
|
222
|
+
:param pulumi.Input[_builtins.str] current_guid: Unique identifier for the `current` client certificate version.
|
|
223
|
+
: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`.
|
|
224
|
+
:param pulumi.Input[_builtins.int] group_id: The group assigned to the client certificate. Must be greater than or equal to 0.
|
|
225
|
+
:param pulumi.Input[_builtins.str] key_algorithm: The cryptographic algorithm used for key generation. Possible values: `RSA` or `ECDSA`.
|
|
226
|
+
: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.
|
|
227
|
+
:param pulumi.Input[_builtins.str] preferred_ca: The common name of the account CA certificate selected to sign the client certificate.
|
|
228
|
+
:param pulumi.Input[_builtins.str] previous_guid: Unique identifier for the `previous` client certificate version.
|
|
229
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] revoked_versions: A set of client certificate versions that should be revoked.
|
|
230
|
+
:param pulumi.Input[_builtins.str] secure_network: Identifies the network deployment type. Possible values: `STANDARD_TLS` or `ENHANCED_TLS`.
|
|
231
|
+
: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}/`.
|
|
232
|
+
:param pulumi.Input[Sequence[pulumi.Input['MtlskeystoreClientCertificateAkamaiVersionArgs']]] versions: A list of client certificate versions. Each version represents a specific iteration of the client certificate.
|
|
233
|
+
"""
|
|
234
|
+
if certificate_id is not None:
|
|
235
|
+
pulumi.set(__self__, "certificate_id", certificate_id)
|
|
236
|
+
if certificate_name is not None:
|
|
237
|
+
pulumi.set(__self__, "certificate_name", certificate_name)
|
|
238
|
+
if contract_id is not None:
|
|
239
|
+
pulumi.set(__self__, "contract_id", contract_id)
|
|
240
|
+
if created_by is not None:
|
|
241
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
242
|
+
if created_date is not None:
|
|
243
|
+
pulumi.set(__self__, "created_date", created_date)
|
|
244
|
+
if current_guid is not None:
|
|
245
|
+
pulumi.set(__self__, "current_guid", current_guid)
|
|
246
|
+
if geography is not None:
|
|
247
|
+
pulumi.set(__self__, "geography", geography)
|
|
248
|
+
if group_id is not None:
|
|
249
|
+
pulumi.set(__self__, "group_id", group_id)
|
|
250
|
+
if key_algorithm is not None:
|
|
251
|
+
pulumi.set(__self__, "key_algorithm", key_algorithm)
|
|
252
|
+
if notification_emails is not None:
|
|
253
|
+
pulumi.set(__self__, "notification_emails", notification_emails)
|
|
254
|
+
if preferred_ca is not None:
|
|
255
|
+
pulumi.set(__self__, "preferred_ca", preferred_ca)
|
|
256
|
+
if previous_guid is not None:
|
|
257
|
+
pulumi.set(__self__, "previous_guid", previous_guid)
|
|
258
|
+
if revoked_versions is not None:
|
|
259
|
+
pulumi.set(__self__, "revoked_versions", revoked_versions)
|
|
260
|
+
if secure_network is not None:
|
|
261
|
+
pulumi.set(__self__, "secure_network", secure_network)
|
|
262
|
+
if subject is not None:
|
|
263
|
+
pulumi.set(__self__, "subject", subject)
|
|
264
|
+
if timeouts is not None:
|
|
265
|
+
pulumi.set(__self__, "timeouts", timeouts)
|
|
266
|
+
if versions is not None:
|
|
267
|
+
pulumi.set(__self__, "versions", versions)
|
|
268
|
+
|
|
269
|
+
@_builtins.property
|
|
270
|
+
@pulumi.getter(name="certificateId")
|
|
271
|
+
def certificate_id(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
272
|
+
"""
|
|
273
|
+
The unique identifier of the client certificate.
|
|
274
|
+
"""
|
|
275
|
+
return pulumi.get(self, "certificate_id")
|
|
276
|
+
|
|
277
|
+
@certificate_id.setter
|
|
278
|
+
def certificate_id(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
279
|
+
pulumi.set(self, "certificate_id", value)
|
|
280
|
+
|
|
281
|
+
@_builtins.property
|
|
282
|
+
@pulumi.getter(name="certificateName")
|
|
283
|
+
def certificate_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
284
|
+
"""
|
|
285
|
+
The name of the client certificate. Must be between 1 and 64 characters.
|
|
286
|
+
"""
|
|
287
|
+
return pulumi.get(self, "certificate_name")
|
|
288
|
+
|
|
289
|
+
@certificate_name.setter
|
|
290
|
+
def certificate_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
291
|
+
pulumi.set(self, "certificate_name", value)
|
|
292
|
+
|
|
293
|
+
@_builtins.property
|
|
294
|
+
@pulumi.getter(name="contractId")
|
|
295
|
+
def contract_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
296
|
+
"""
|
|
297
|
+
The contract assigned to the client certificate. Must have a length of at least 1.
|
|
298
|
+
"""
|
|
299
|
+
return pulumi.get(self, "contract_id")
|
|
300
|
+
|
|
301
|
+
@contract_id.setter
|
|
302
|
+
def contract_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
303
|
+
pulumi.set(self, "contract_id", value)
|
|
304
|
+
|
|
305
|
+
@_builtins.property
|
|
306
|
+
@pulumi.getter(name="createdBy")
|
|
307
|
+
def created_by(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
308
|
+
"""
|
|
309
|
+
The user who created the client certificate. Read-only.
|
|
310
|
+
"""
|
|
311
|
+
return pulumi.get(self, "created_by")
|
|
312
|
+
|
|
313
|
+
@created_by.setter
|
|
314
|
+
def created_by(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
315
|
+
pulumi.set(self, "created_by", value)
|
|
316
|
+
|
|
317
|
+
@_builtins.property
|
|
318
|
+
@pulumi.getter(name="createdDate")
|
|
319
|
+
def created_date(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
320
|
+
"""
|
|
321
|
+
An ISO 8601 timestamp indicating the client certificate's creation. Read-only.
|
|
322
|
+
"""
|
|
323
|
+
return pulumi.get(self, "created_date")
|
|
324
|
+
|
|
325
|
+
@created_date.setter
|
|
326
|
+
def created_date(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
327
|
+
pulumi.set(self, "created_date", value)
|
|
328
|
+
|
|
329
|
+
@_builtins.property
|
|
330
|
+
@pulumi.getter(name="currentGuid")
|
|
331
|
+
def current_guid(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
332
|
+
"""
|
|
333
|
+
Unique identifier for the `current` client certificate version.
|
|
334
|
+
"""
|
|
335
|
+
return pulumi.get(self, "current_guid")
|
|
336
|
+
|
|
337
|
+
@current_guid.setter
|
|
338
|
+
def current_guid(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
339
|
+
pulumi.set(self, "current_guid", value)
|
|
340
|
+
|
|
341
|
+
@_builtins.property
|
|
342
|
+
@pulumi.getter
|
|
343
|
+
def geography(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
344
|
+
"""
|
|
345
|
+
Specifies the type of network to deploy the client certificate. Possible values: `CORE`, `RUSSIA_AND_CORE`, or `CHINA_AND_CORE`.
|
|
346
|
+
"""
|
|
347
|
+
return pulumi.get(self, "geography")
|
|
348
|
+
|
|
349
|
+
@geography.setter
|
|
350
|
+
def geography(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
351
|
+
pulumi.set(self, "geography", value)
|
|
352
|
+
|
|
353
|
+
@_builtins.property
|
|
354
|
+
@pulumi.getter(name="groupId")
|
|
355
|
+
def group_id(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
356
|
+
"""
|
|
357
|
+
The group assigned to the client certificate. Must be greater than or equal to 0.
|
|
358
|
+
"""
|
|
359
|
+
return pulumi.get(self, "group_id")
|
|
360
|
+
|
|
361
|
+
@group_id.setter
|
|
362
|
+
def group_id(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
363
|
+
pulumi.set(self, "group_id", value)
|
|
364
|
+
|
|
365
|
+
@_builtins.property
|
|
366
|
+
@pulumi.getter(name="keyAlgorithm")
|
|
367
|
+
def key_algorithm(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
368
|
+
"""
|
|
369
|
+
The cryptographic algorithm used for key generation. Possible values: `RSA` or `ECDSA`.
|
|
370
|
+
"""
|
|
371
|
+
return pulumi.get(self, "key_algorithm")
|
|
372
|
+
|
|
373
|
+
@key_algorithm.setter
|
|
374
|
+
def key_algorithm(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
375
|
+
pulumi.set(self, "key_algorithm", value)
|
|
376
|
+
|
|
377
|
+
@_builtins.property
|
|
378
|
+
@pulumi.getter(name="notificationEmails")
|
|
379
|
+
def notification_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
380
|
+
"""
|
|
381
|
+
The email addresses to notify for client certificate-related issues. Must have at least one email address.
|
|
382
|
+
"""
|
|
383
|
+
return pulumi.get(self, "notification_emails")
|
|
384
|
+
|
|
385
|
+
@notification_emails.setter
|
|
386
|
+
def notification_emails(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
387
|
+
pulumi.set(self, "notification_emails", value)
|
|
388
|
+
|
|
389
|
+
@_builtins.property
|
|
390
|
+
@pulumi.getter(name="preferredCa")
|
|
391
|
+
def preferred_ca(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
392
|
+
"""
|
|
393
|
+
The common name of the account CA certificate selected to sign the client certificate.
|
|
394
|
+
"""
|
|
395
|
+
return pulumi.get(self, "preferred_ca")
|
|
396
|
+
|
|
397
|
+
@preferred_ca.setter
|
|
398
|
+
def preferred_ca(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
399
|
+
pulumi.set(self, "preferred_ca", value)
|
|
400
|
+
|
|
401
|
+
@_builtins.property
|
|
402
|
+
@pulumi.getter(name="previousGuid")
|
|
403
|
+
def previous_guid(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
404
|
+
"""
|
|
405
|
+
Unique identifier for the `previous` client certificate version.
|
|
406
|
+
"""
|
|
407
|
+
return pulumi.get(self, "previous_guid")
|
|
408
|
+
|
|
409
|
+
@previous_guid.setter
|
|
410
|
+
def previous_guid(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
411
|
+
pulumi.set(self, "previous_guid", value)
|
|
412
|
+
|
|
413
|
+
@_builtins.property
|
|
414
|
+
@pulumi.getter(name="revokedVersions")
|
|
415
|
+
def revoked_versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.int]]]]:
|
|
416
|
+
"""
|
|
417
|
+
A set of client certificate versions that should be revoked.
|
|
418
|
+
"""
|
|
419
|
+
return pulumi.get(self, "revoked_versions")
|
|
420
|
+
|
|
421
|
+
@revoked_versions.setter
|
|
422
|
+
def revoked_versions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.int]]]]):
|
|
423
|
+
pulumi.set(self, "revoked_versions", value)
|
|
424
|
+
|
|
425
|
+
@_builtins.property
|
|
426
|
+
@pulumi.getter(name="secureNetwork")
|
|
427
|
+
def secure_network(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
428
|
+
"""
|
|
429
|
+
Identifies the network deployment type. Possible values: `STANDARD_TLS` or `ENHANCED_TLS`.
|
|
430
|
+
"""
|
|
431
|
+
return pulumi.get(self, "secure_network")
|
|
432
|
+
|
|
433
|
+
@secure_network.setter
|
|
434
|
+
def secure_network(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
435
|
+
pulumi.set(self, "secure_network", value)
|
|
436
|
+
|
|
437
|
+
@_builtins.property
|
|
438
|
+
@pulumi.getter
|
|
439
|
+
def subject(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
440
|
+
"""
|
|
441
|
+
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}/`.
|
|
442
|
+
"""
|
|
443
|
+
return pulumi.get(self, "subject")
|
|
444
|
+
|
|
445
|
+
@subject.setter
|
|
446
|
+
def subject(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
447
|
+
pulumi.set(self, "subject", value)
|
|
448
|
+
|
|
449
|
+
@_builtins.property
|
|
450
|
+
@pulumi.getter
|
|
451
|
+
def timeouts(self) -> Optional[pulumi.Input['MtlskeystoreClientCertificateAkamaiTimeoutsArgs']]:
|
|
452
|
+
return pulumi.get(self, "timeouts")
|
|
453
|
+
|
|
454
|
+
@timeouts.setter
|
|
455
|
+
def timeouts(self, value: Optional[pulumi.Input['MtlskeystoreClientCertificateAkamaiTimeoutsArgs']]):
|
|
456
|
+
pulumi.set(self, "timeouts", value)
|
|
457
|
+
|
|
458
|
+
@_builtins.property
|
|
459
|
+
@pulumi.getter
|
|
460
|
+
def versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MtlskeystoreClientCertificateAkamaiVersionArgs']]]]:
|
|
461
|
+
"""
|
|
462
|
+
A list of client certificate versions. Each version represents a specific iteration of the client certificate.
|
|
463
|
+
"""
|
|
464
|
+
return pulumi.get(self, "versions")
|
|
465
|
+
|
|
466
|
+
@versions.setter
|
|
467
|
+
def versions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MtlskeystoreClientCertificateAkamaiVersionArgs']]]]):
|
|
468
|
+
pulumi.set(self, "versions", value)
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
@pulumi.type_token("akamai:index/mtlskeystoreClientCertificateAkamai:MtlskeystoreClientCertificateAkamai")
|
|
472
|
+
class MtlskeystoreClientCertificateAkamai(pulumi.CustomResource):
|
|
473
|
+
@overload
|
|
474
|
+
def __init__(__self__,
|
|
475
|
+
resource_name: str,
|
|
476
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
477
|
+
certificate_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
478
|
+
contract_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
479
|
+
geography: Optional[pulumi.Input[_builtins.str]] = None,
|
|
480
|
+
group_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
481
|
+
key_algorithm: Optional[pulumi.Input[_builtins.str]] = None,
|
|
482
|
+
notification_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
483
|
+
preferred_ca: Optional[pulumi.Input[_builtins.str]] = None,
|
|
484
|
+
revoked_versions: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.int]]]] = None,
|
|
485
|
+
secure_network: Optional[pulumi.Input[_builtins.str]] = None,
|
|
486
|
+
subject: Optional[pulumi.Input[_builtins.str]] = None,
|
|
487
|
+
timeouts: Optional[pulumi.Input[Union['MtlskeystoreClientCertificateAkamaiTimeoutsArgs', 'MtlskeystoreClientCertificateAkamaiTimeoutsArgsDict']]] = None,
|
|
488
|
+
__props__=None):
|
|
489
|
+
"""
|
|
490
|
+
Create a MtlskeystoreClientCertificateAkamai resource with the given unique name, props, and options.
|
|
491
|
+
:param str resource_name: The name of the resource.
|
|
492
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
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] geography: Specifies the type of network to deploy the client certificate. Possible values: `CORE`, `RUSSIA_AND_CORE`, or `CHINA_AND_CORE`.
|
|
496
|
+
:param pulumi.Input[_builtins.int] group_id: The group assigned to the client certificate. Must be greater than or equal to 0.
|
|
497
|
+
:param pulumi.Input[_builtins.str] key_algorithm: The cryptographic algorithm used for key generation. Possible values: `RSA` or `ECDSA`.
|
|
498
|
+
: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.
|
|
499
|
+
:param pulumi.Input[_builtins.str] preferred_ca: The common name of the account CA certificate selected to sign the client certificate.
|
|
500
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] revoked_versions: A set of client certificate versions that should be revoked.
|
|
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
|
+
"""
|
|
504
|
+
...
|
|
505
|
+
@overload
|
|
506
|
+
def __init__(__self__,
|
|
507
|
+
resource_name: str,
|
|
508
|
+
args: MtlskeystoreClientCertificateAkamaiArgs,
|
|
509
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
510
|
+
"""
|
|
511
|
+
Create a MtlskeystoreClientCertificateAkamai resource with the given unique name, props, and options.
|
|
512
|
+
:param str resource_name: The name of the resource.
|
|
513
|
+
:param MtlskeystoreClientCertificateAkamaiArgs args: The arguments to use to populate this resource's properties.
|
|
514
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
515
|
+
"""
|
|
516
|
+
...
|
|
517
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
518
|
+
resource_args, opts = _utilities.get_resource_args_opts(MtlskeystoreClientCertificateAkamaiArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
519
|
+
if resource_args is not None:
|
|
520
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
521
|
+
else:
|
|
522
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
523
|
+
|
|
524
|
+
def _internal_init(__self__,
|
|
525
|
+
resource_name: str,
|
|
526
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
527
|
+
certificate_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
528
|
+
contract_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
529
|
+
geography: Optional[pulumi.Input[_builtins.str]] = None,
|
|
530
|
+
group_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
531
|
+
key_algorithm: Optional[pulumi.Input[_builtins.str]] = None,
|
|
532
|
+
notification_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
533
|
+
preferred_ca: Optional[pulumi.Input[_builtins.str]] = None,
|
|
534
|
+
revoked_versions: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.int]]]] = None,
|
|
535
|
+
secure_network: Optional[pulumi.Input[_builtins.str]] = None,
|
|
536
|
+
subject: Optional[pulumi.Input[_builtins.str]] = None,
|
|
537
|
+
timeouts: Optional[pulumi.Input[Union['MtlskeystoreClientCertificateAkamaiTimeoutsArgs', 'MtlskeystoreClientCertificateAkamaiTimeoutsArgsDict']]] = None,
|
|
538
|
+
__props__=None):
|
|
539
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
540
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
541
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
542
|
+
if opts.id is None:
|
|
543
|
+
if __props__ is not None:
|
|
544
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
545
|
+
__props__ = MtlskeystoreClientCertificateAkamaiArgs.__new__(MtlskeystoreClientCertificateAkamaiArgs)
|
|
546
|
+
|
|
547
|
+
if certificate_name is None and not opts.urn:
|
|
548
|
+
raise TypeError("Missing required property 'certificate_name'")
|
|
549
|
+
__props__.__dict__["certificate_name"] = certificate_name
|
|
550
|
+
if contract_id is None and not opts.urn:
|
|
551
|
+
raise TypeError("Missing required property 'contract_id'")
|
|
552
|
+
__props__.__dict__["contract_id"] = contract_id
|
|
553
|
+
if geography is None and not opts.urn:
|
|
554
|
+
raise TypeError("Missing required property 'geography'")
|
|
555
|
+
__props__.__dict__["geography"] = geography
|
|
556
|
+
if group_id is None and not opts.urn:
|
|
557
|
+
raise TypeError("Missing required property 'group_id'")
|
|
558
|
+
__props__.__dict__["group_id"] = group_id
|
|
559
|
+
__props__.__dict__["key_algorithm"] = key_algorithm
|
|
560
|
+
if notification_emails is None and not opts.urn:
|
|
561
|
+
raise TypeError("Missing required property 'notification_emails'")
|
|
562
|
+
__props__.__dict__["notification_emails"] = notification_emails
|
|
563
|
+
__props__.__dict__["preferred_ca"] = preferred_ca
|
|
564
|
+
__props__.__dict__["revoked_versions"] = revoked_versions
|
|
565
|
+
if secure_network is None and not opts.urn:
|
|
566
|
+
raise TypeError("Missing required property 'secure_network'")
|
|
567
|
+
__props__.__dict__["secure_network"] = secure_network
|
|
568
|
+
__props__.__dict__["subject"] = subject
|
|
569
|
+
__props__.__dict__["timeouts"] = timeouts
|
|
570
|
+
__props__.__dict__["certificate_id"] = None
|
|
571
|
+
__props__.__dict__["created_by"] = None
|
|
572
|
+
__props__.__dict__["created_date"] = None
|
|
573
|
+
__props__.__dict__["current_guid"] = None
|
|
574
|
+
__props__.__dict__["previous_guid"] = None
|
|
575
|
+
__props__.__dict__["versions"] = None
|
|
576
|
+
super(MtlskeystoreClientCertificateAkamai, __self__).__init__(
|
|
577
|
+
'akamai:index/mtlskeystoreClientCertificateAkamai:MtlskeystoreClientCertificateAkamai',
|
|
578
|
+
resource_name,
|
|
579
|
+
__props__,
|
|
580
|
+
opts)
|
|
581
|
+
|
|
582
|
+
@staticmethod
|
|
583
|
+
def get(resource_name: str,
|
|
584
|
+
id: pulumi.Input[str],
|
|
585
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
586
|
+
certificate_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
587
|
+
certificate_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
588
|
+
contract_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
589
|
+
created_by: Optional[pulumi.Input[_builtins.str]] = None,
|
|
590
|
+
created_date: Optional[pulumi.Input[_builtins.str]] = None,
|
|
591
|
+
current_guid: Optional[pulumi.Input[_builtins.str]] = None,
|
|
592
|
+
geography: Optional[pulumi.Input[_builtins.str]] = None,
|
|
593
|
+
group_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
594
|
+
key_algorithm: Optional[pulumi.Input[_builtins.str]] = None,
|
|
595
|
+
notification_emails: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
596
|
+
preferred_ca: Optional[pulumi.Input[_builtins.str]] = None,
|
|
597
|
+
previous_guid: Optional[pulumi.Input[_builtins.str]] = None,
|
|
598
|
+
revoked_versions: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.int]]]] = None,
|
|
599
|
+
secure_network: Optional[pulumi.Input[_builtins.str]] = None,
|
|
600
|
+
subject: Optional[pulumi.Input[_builtins.str]] = None,
|
|
601
|
+
timeouts: Optional[pulumi.Input[Union['MtlskeystoreClientCertificateAkamaiTimeoutsArgs', 'MtlskeystoreClientCertificateAkamaiTimeoutsArgsDict']]] = None,
|
|
602
|
+
versions: Optional[pulumi.Input[Sequence[pulumi.Input[Union['MtlskeystoreClientCertificateAkamaiVersionArgs', 'MtlskeystoreClientCertificateAkamaiVersionArgsDict']]]]] = None) -> 'MtlskeystoreClientCertificateAkamai':
|
|
603
|
+
"""
|
|
604
|
+
Get an existing MtlskeystoreClientCertificateAkamai resource's state with the given name, id, and optional extra
|
|
605
|
+
properties used to qualify the lookup.
|
|
606
|
+
|
|
607
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
608
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
609
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
610
|
+
:param pulumi.Input[_builtins.int] certificate_id: The unique identifier of the client certificate.
|
|
611
|
+
:param pulumi.Input[_builtins.str] certificate_name: The name of the client certificate. Must be between 1 and 64 characters.
|
|
612
|
+
:param pulumi.Input[_builtins.str] contract_id: The contract assigned to the client certificate. Must have a length of at least 1.
|
|
613
|
+
:param pulumi.Input[_builtins.str] created_by: The user who created the client certificate. Read-only.
|
|
614
|
+
:param pulumi.Input[_builtins.str] created_date: An ISO 8601 timestamp indicating the client certificate's creation. Read-only.
|
|
615
|
+
:param pulumi.Input[_builtins.str] current_guid: Unique identifier for the `current` client certificate version.
|
|
616
|
+
: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`.
|
|
617
|
+
:param pulumi.Input[_builtins.int] group_id: The group assigned to the client certificate. Must be greater than or equal to 0.
|
|
618
|
+
:param pulumi.Input[_builtins.str] key_algorithm: The cryptographic algorithm used for key generation. Possible values: `RSA` or `ECDSA`.
|
|
619
|
+
: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.
|
|
620
|
+
:param pulumi.Input[_builtins.str] preferred_ca: The common name of the account CA certificate selected to sign the client certificate.
|
|
621
|
+
:param pulumi.Input[_builtins.str] previous_guid: Unique identifier for the `previous` client certificate version.
|
|
622
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] revoked_versions: A set of client certificate versions that should be revoked.
|
|
623
|
+
:param pulumi.Input[_builtins.str] secure_network: Identifies the network deployment type. Possible values: `STANDARD_TLS` or `ENHANCED_TLS`.
|
|
624
|
+
: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}/`.
|
|
625
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['MtlskeystoreClientCertificateAkamaiVersionArgs', 'MtlskeystoreClientCertificateAkamaiVersionArgsDict']]]] versions: A list of client certificate versions. Each version represents a specific iteration of the client certificate.
|
|
626
|
+
"""
|
|
627
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
628
|
+
|
|
629
|
+
__props__ = _MtlskeystoreClientCertificateAkamaiState.__new__(_MtlskeystoreClientCertificateAkamaiState)
|
|
630
|
+
|
|
631
|
+
__props__.__dict__["certificate_id"] = certificate_id
|
|
632
|
+
__props__.__dict__["certificate_name"] = certificate_name
|
|
633
|
+
__props__.__dict__["contract_id"] = contract_id
|
|
634
|
+
__props__.__dict__["created_by"] = created_by
|
|
635
|
+
__props__.__dict__["created_date"] = created_date
|
|
636
|
+
__props__.__dict__["current_guid"] = current_guid
|
|
637
|
+
__props__.__dict__["geography"] = geography
|
|
638
|
+
__props__.__dict__["group_id"] = group_id
|
|
639
|
+
__props__.__dict__["key_algorithm"] = key_algorithm
|
|
640
|
+
__props__.__dict__["notification_emails"] = notification_emails
|
|
641
|
+
__props__.__dict__["preferred_ca"] = preferred_ca
|
|
642
|
+
__props__.__dict__["previous_guid"] = previous_guid
|
|
643
|
+
__props__.__dict__["revoked_versions"] = revoked_versions
|
|
644
|
+
__props__.__dict__["secure_network"] = secure_network
|
|
645
|
+
__props__.__dict__["subject"] = subject
|
|
646
|
+
__props__.__dict__["timeouts"] = timeouts
|
|
647
|
+
__props__.__dict__["versions"] = versions
|
|
648
|
+
return MtlskeystoreClientCertificateAkamai(resource_name, opts=opts, __props__=__props__)
|
|
649
|
+
|
|
650
|
+
@_builtins.property
|
|
651
|
+
@pulumi.getter(name="certificateId")
|
|
652
|
+
def certificate_id(self) -> pulumi.Output[_builtins.int]:
|
|
653
|
+
"""
|
|
654
|
+
The unique identifier of the client certificate.
|
|
655
|
+
"""
|
|
656
|
+
return pulumi.get(self, "certificate_id")
|
|
657
|
+
|
|
658
|
+
@_builtins.property
|
|
659
|
+
@pulumi.getter(name="certificateName")
|
|
660
|
+
def certificate_name(self) -> pulumi.Output[_builtins.str]:
|
|
661
|
+
"""
|
|
662
|
+
The name of the client certificate. Must be between 1 and 64 characters.
|
|
663
|
+
"""
|
|
664
|
+
return pulumi.get(self, "certificate_name")
|
|
665
|
+
|
|
666
|
+
@_builtins.property
|
|
667
|
+
@pulumi.getter(name="contractId")
|
|
668
|
+
def contract_id(self) -> pulumi.Output[_builtins.str]:
|
|
669
|
+
"""
|
|
670
|
+
The contract assigned to the client certificate. Must have a length of at least 1.
|
|
671
|
+
"""
|
|
672
|
+
return pulumi.get(self, "contract_id")
|
|
673
|
+
|
|
674
|
+
@_builtins.property
|
|
675
|
+
@pulumi.getter(name="createdBy")
|
|
676
|
+
def created_by(self) -> pulumi.Output[_builtins.str]:
|
|
677
|
+
"""
|
|
678
|
+
The user who created the client certificate. Read-only.
|
|
679
|
+
"""
|
|
680
|
+
return pulumi.get(self, "created_by")
|
|
681
|
+
|
|
682
|
+
@_builtins.property
|
|
683
|
+
@pulumi.getter(name="createdDate")
|
|
684
|
+
def created_date(self) -> pulumi.Output[_builtins.str]:
|
|
685
|
+
"""
|
|
686
|
+
An ISO 8601 timestamp indicating the client certificate's creation. Read-only.
|
|
687
|
+
"""
|
|
688
|
+
return pulumi.get(self, "created_date")
|
|
689
|
+
|
|
690
|
+
@_builtins.property
|
|
691
|
+
@pulumi.getter(name="currentGuid")
|
|
692
|
+
def current_guid(self) -> pulumi.Output[_builtins.str]:
|
|
693
|
+
"""
|
|
694
|
+
Unique identifier for the `current` client certificate version.
|
|
695
|
+
"""
|
|
696
|
+
return pulumi.get(self, "current_guid")
|
|
697
|
+
|
|
698
|
+
@_builtins.property
|
|
699
|
+
@pulumi.getter
|
|
700
|
+
def geography(self) -> pulumi.Output[_builtins.str]:
|
|
701
|
+
"""
|
|
702
|
+
Specifies the type of network to deploy the client certificate. Possible values: `CORE`, `RUSSIA_AND_CORE`, or `CHINA_AND_CORE`.
|
|
703
|
+
"""
|
|
704
|
+
return pulumi.get(self, "geography")
|
|
705
|
+
|
|
706
|
+
@_builtins.property
|
|
707
|
+
@pulumi.getter(name="groupId")
|
|
708
|
+
def group_id(self) -> pulumi.Output[_builtins.int]:
|
|
709
|
+
"""
|
|
710
|
+
The group assigned to the client certificate. Must be greater than or equal to 0.
|
|
711
|
+
"""
|
|
712
|
+
return pulumi.get(self, "group_id")
|
|
713
|
+
|
|
714
|
+
@_builtins.property
|
|
715
|
+
@pulumi.getter(name="keyAlgorithm")
|
|
716
|
+
def key_algorithm(self) -> pulumi.Output[_builtins.str]:
|
|
717
|
+
"""
|
|
718
|
+
The cryptographic algorithm used for key generation. Possible values: `RSA` or `ECDSA`.
|
|
719
|
+
"""
|
|
720
|
+
return pulumi.get(self, "key_algorithm")
|
|
721
|
+
|
|
722
|
+
@_builtins.property
|
|
723
|
+
@pulumi.getter(name="notificationEmails")
|
|
724
|
+
def notification_emails(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
|
725
|
+
"""
|
|
726
|
+
The email addresses to notify for client certificate-related issues. Must have at least one email address.
|
|
727
|
+
"""
|
|
728
|
+
return pulumi.get(self, "notification_emails")
|
|
729
|
+
|
|
730
|
+
@_builtins.property
|
|
731
|
+
@pulumi.getter(name="preferredCa")
|
|
732
|
+
def preferred_ca(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
733
|
+
"""
|
|
734
|
+
The common name of the account CA certificate selected to sign the client certificate.
|
|
735
|
+
"""
|
|
736
|
+
return pulumi.get(self, "preferred_ca")
|
|
737
|
+
|
|
738
|
+
@_builtins.property
|
|
739
|
+
@pulumi.getter(name="previousGuid")
|
|
740
|
+
def previous_guid(self) -> pulumi.Output[_builtins.str]:
|
|
741
|
+
"""
|
|
742
|
+
Unique identifier for the `previous` client certificate version.
|
|
743
|
+
"""
|
|
744
|
+
return pulumi.get(self, "previous_guid")
|
|
745
|
+
|
|
746
|
+
@_builtins.property
|
|
747
|
+
@pulumi.getter(name="revokedVersions")
|
|
748
|
+
def revoked_versions(self) -> pulumi.Output[Optional[Sequence[_builtins.int]]]:
|
|
749
|
+
"""
|
|
750
|
+
A set of client certificate versions that should be revoked.
|
|
751
|
+
"""
|
|
752
|
+
return pulumi.get(self, "revoked_versions")
|
|
753
|
+
|
|
754
|
+
@_builtins.property
|
|
755
|
+
@pulumi.getter(name="secureNetwork")
|
|
756
|
+
def secure_network(self) -> pulumi.Output[_builtins.str]:
|
|
757
|
+
"""
|
|
758
|
+
Identifies the network deployment type. Possible values: `STANDARD_TLS` or `ENHANCED_TLS`.
|
|
759
|
+
"""
|
|
760
|
+
return pulumi.get(self, "secure_network")
|
|
761
|
+
|
|
762
|
+
@_builtins.property
|
|
763
|
+
@pulumi.getter
|
|
764
|
+
def subject(self) -> pulumi.Output[_builtins.str]:
|
|
765
|
+
"""
|
|
766
|
+
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}/`.
|
|
767
|
+
"""
|
|
768
|
+
return pulumi.get(self, "subject")
|
|
769
|
+
|
|
770
|
+
@_builtins.property
|
|
771
|
+
@pulumi.getter
|
|
772
|
+
def timeouts(self) -> pulumi.Output[Optional['outputs.MtlskeystoreClientCertificateAkamaiTimeouts']]:
|
|
773
|
+
return pulumi.get(self, "timeouts")
|
|
774
|
+
|
|
775
|
+
@_builtins.property
|
|
776
|
+
@pulumi.getter
|
|
777
|
+
def versions(self) -> pulumi.Output[Sequence['outputs.MtlskeystoreClientCertificateAkamaiVersion']]:
|
|
778
|
+
"""
|
|
779
|
+
A list of client certificate versions. Each version represents a specific iteration of the client certificate.
|
|
780
|
+
"""
|
|
781
|
+
return pulumi.get(self, "versions")
|
|
782
|
+
|