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,233 @@
|
|
|
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
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetMtlskeystoreClientCertificateResult',
|
|
20
|
+
'AwaitableGetMtlskeystoreClientCertificateResult',
|
|
21
|
+
'get_mtlskeystore_client_certificate',
|
|
22
|
+
'get_mtlskeystore_client_certificate_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetMtlskeystoreClientCertificateResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getMtlskeystoreClientCertificate.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, certificate_id=None, certificate_name=None, created_by=None, created_date=None, current=None, geography=None, id=None, include_associated_properties=None, key_algorithm=None, notification_emails=None, previous=None, secure_network=None, signer=None, subject=None, versions=None):
|
|
31
|
+
if certificate_id and not isinstance(certificate_id, int):
|
|
32
|
+
raise TypeError("Expected argument 'certificate_id' to be a int")
|
|
33
|
+
pulumi.set(__self__, "certificate_id", certificate_id)
|
|
34
|
+
if certificate_name and not isinstance(certificate_name, str):
|
|
35
|
+
raise TypeError("Expected argument 'certificate_name' to be a str")
|
|
36
|
+
pulumi.set(__self__, "certificate_name", certificate_name)
|
|
37
|
+
if created_by and not isinstance(created_by, str):
|
|
38
|
+
raise TypeError("Expected argument 'created_by' to be a str")
|
|
39
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
40
|
+
if created_date and not isinstance(created_date, str):
|
|
41
|
+
raise TypeError("Expected argument 'created_date' to be a str")
|
|
42
|
+
pulumi.set(__self__, "created_date", created_date)
|
|
43
|
+
if current and not isinstance(current, dict):
|
|
44
|
+
raise TypeError("Expected argument 'current' to be a dict")
|
|
45
|
+
pulumi.set(__self__, "current", current)
|
|
46
|
+
if geography and not isinstance(geography, str):
|
|
47
|
+
raise TypeError("Expected argument 'geography' to be a str")
|
|
48
|
+
pulumi.set(__self__, "geography", geography)
|
|
49
|
+
if id and not isinstance(id, str):
|
|
50
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
51
|
+
pulumi.set(__self__, "id", id)
|
|
52
|
+
if include_associated_properties and not isinstance(include_associated_properties, bool):
|
|
53
|
+
raise TypeError("Expected argument 'include_associated_properties' to be a bool")
|
|
54
|
+
pulumi.set(__self__, "include_associated_properties", include_associated_properties)
|
|
55
|
+
if key_algorithm and not isinstance(key_algorithm, str):
|
|
56
|
+
raise TypeError("Expected argument 'key_algorithm' to be a str")
|
|
57
|
+
pulumi.set(__self__, "key_algorithm", key_algorithm)
|
|
58
|
+
if notification_emails and not isinstance(notification_emails, list):
|
|
59
|
+
raise TypeError("Expected argument 'notification_emails' to be a list")
|
|
60
|
+
pulumi.set(__self__, "notification_emails", notification_emails)
|
|
61
|
+
if previous and not isinstance(previous, dict):
|
|
62
|
+
raise TypeError("Expected argument 'previous' to be a dict")
|
|
63
|
+
pulumi.set(__self__, "previous", previous)
|
|
64
|
+
if secure_network and not isinstance(secure_network, str):
|
|
65
|
+
raise TypeError("Expected argument 'secure_network' to be a str")
|
|
66
|
+
pulumi.set(__self__, "secure_network", secure_network)
|
|
67
|
+
if signer and not isinstance(signer, str):
|
|
68
|
+
raise TypeError("Expected argument 'signer' to be a str")
|
|
69
|
+
pulumi.set(__self__, "signer", signer)
|
|
70
|
+
if subject and not isinstance(subject, str):
|
|
71
|
+
raise TypeError("Expected argument 'subject' to be a str")
|
|
72
|
+
pulumi.set(__self__, "subject", subject)
|
|
73
|
+
if versions and not isinstance(versions, list):
|
|
74
|
+
raise TypeError("Expected argument 'versions' to be a list")
|
|
75
|
+
pulumi.set(__self__, "versions", versions)
|
|
76
|
+
|
|
77
|
+
@_builtins.property
|
|
78
|
+
@pulumi.getter(name="certificateId")
|
|
79
|
+
def certificate_id(self) -> _builtins.int:
|
|
80
|
+
return pulumi.get(self, "certificate_id")
|
|
81
|
+
|
|
82
|
+
@_builtins.property
|
|
83
|
+
@pulumi.getter(name="certificateName")
|
|
84
|
+
def certificate_name(self) -> _builtins.str:
|
|
85
|
+
return pulumi.get(self, "certificate_name")
|
|
86
|
+
|
|
87
|
+
@_builtins.property
|
|
88
|
+
@pulumi.getter(name="createdBy")
|
|
89
|
+
def created_by(self) -> _builtins.str:
|
|
90
|
+
return pulumi.get(self, "created_by")
|
|
91
|
+
|
|
92
|
+
@_builtins.property
|
|
93
|
+
@pulumi.getter(name="createdDate")
|
|
94
|
+
def created_date(self) -> _builtins.str:
|
|
95
|
+
return pulumi.get(self, "created_date")
|
|
96
|
+
|
|
97
|
+
@_builtins.property
|
|
98
|
+
@pulumi.getter
|
|
99
|
+
def current(self) -> 'outputs.GetMtlskeystoreClientCertificateCurrentResult':
|
|
100
|
+
return pulumi.get(self, "current")
|
|
101
|
+
|
|
102
|
+
@_builtins.property
|
|
103
|
+
@pulumi.getter
|
|
104
|
+
def geography(self) -> _builtins.str:
|
|
105
|
+
return pulumi.get(self, "geography")
|
|
106
|
+
|
|
107
|
+
@_builtins.property
|
|
108
|
+
@pulumi.getter
|
|
109
|
+
def id(self) -> _builtins.str:
|
|
110
|
+
"""
|
|
111
|
+
The provider-assigned unique ID for this managed resource.
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "id")
|
|
114
|
+
|
|
115
|
+
@_builtins.property
|
|
116
|
+
@pulumi.getter(name="includeAssociatedProperties")
|
|
117
|
+
def include_associated_properties(self) -> Optional[_builtins.bool]:
|
|
118
|
+
return pulumi.get(self, "include_associated_properties")
|
|
119
|
+
|
|
120
|
+
@_builtins.property
|
|
121
|
+
@pulumi.getter(name="keyAlgorithm")
|
|
122
|
+
def key_algorithm(self) -> _builtins.str:
|
|
123
|
+
return pulumi.get(self, "key_algorithm")
|
|
124
|
+
|
|
125
|
+
@_builtins.property
|
|
126
|
+
@pulumi.getter(name="notificationEmails")
|
|
127
|
+
def notification_emails(self) -> Sequence[_builtins.str]:
|
|
128
|
+
return pulumi.get(self, "notification_emails")
|
|
129
|
+
|
|
130
|
+
@_builtins.property
|
|
131
|
+
@pulumi.getter
|
|
132
|
+
def previous(self) -> 'outputs.GetMtlskeystoreClientCertificatePreviousResult':
|
|
133
|
+
return pulumi.get(self, "previous")
|
|
134
|
+
|
|
135
|
+
@_builtins.property
|
|
136
|
+
@pulumi.getter(name="secureNetwork")
|
|
137
|
+
def secure_network(self) -> _builtins.str:
|
|
138
|
+
return pulumi.get(self, "secure_network")
|
|
139
|
+
|
|
140
|
+
@_builtins.property
|
|
141
|
+
@pulumi.getter
|
|
142
|
+
def signer(self) -> _builtins.str:
|
|
143
|
+
return pulumi.get(self, "signer")
|
|
144
|
+
|
|
145
|
+
@_builtins.property
|
|
146
|
+
@pulumi.getter
|
|
147
|
+
def subject(self) -> _builtins.str:
|
|
148
|
+
return pulumi.get(self, "subject")
|
|
149
|
+
|
|
150
|
+
@_builtins.property
|
|
151
|
+
@pulumi.getter
|
|
152
|
+
def versions(self) -> Sequence['outputs.GetMtlskeystoreClientCertificateVersionResult']:
|
|
153
|
+
return pulumi.get(self, "versions")
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
class AwaitableGetMtlskeystoreClientCertificateResult(GetMtlskeystoreClientCertificateResult):
|
|
157
|
+
# pylint: disable=using-constant-test
|
|
158
|
+
def __await__(self):
|
|
159
|
+
if False:
|
|
160
|
+
yield self
|
|
161
|
+
return GetMtlskeystoreClientCertificateResult(
|
|
162
|
+
certificate_id=self.certificate_id,
|
|
163
|
+
certificate_name=self.certificate_name,
|
|
164
|
+
created_by=self.created_by,
|
|
165
|
+
created_date=self.created_date,
|
|
166
|
+
current=self.current,
|
|
167
|
+
geography=self.geography,
|
|
168
|
+
id=self.id,
|
|
169
|
+
include_associated_properties=self.include_associated_properties,
|
|
170
|
+
key_algorithm=self.key_algorithm,
|
|
171
|
+
notification_emails=self.notification_emails,
|
|
172
|
+
previous=self.previous,
|
|
173
|
+
secure_network=self.secure_network,
|
|
174
|
+
signer=self.signer,
|
|
175
|
+
subject=self.subject,
|
|
176
|
+
versions=self.versions)
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
def get_mtlskeystore_client_certificate(certificate_id: Optional[_builtins.int] = None,
|
|
180
|
+
include_associated_properties: Optional[_builtins.bool] = None,
|
|
181
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMtlskeystoreClientCertificateResult:
|
|
182
|
+
"""
|
|
183
|
+
Use this data source to access information about an existing resource.
|
|
184
|
+
"""
|
|
185
|
+
__args__ = dict()
|
|
186
|
+
__args__['certificateId'] = certificate_id
|
|
187
|
+
__args__['includeAssociatedProperties'] = include_associated_properties
|
|
188
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
189
|
+
__ret__ = pulumi.runtime.invoke('akamai:index/getMtlskeystoreClientCertificate:getMtlskeystoreClientCertificate', __args__, opts=opts, typ=GetMtlskeystoreClientCertificateResult).value
|
|
190
|
+
|
|
191
|
+
return AwaitableGetMtlskeystoreClientCertificateResult(
|
|
192
|
+
certificate_id=pulumi.get(__ret__, 'certificate_id'),
|
|
193
|
+
certificate_name=pulumi.get(__ret__, 'certificate_name'),
|
|
194
|
+
created_by=pulumi.get(__ret__, 'created_by'),
|
|
195
|
+
created_date=pulumi.get(__ret__, 'created_date'),
|
|
196
|
+
current=pulumi.get(__ret__, 'current'),
|
|
197
|
+
geography=pulumi.get(__ret__, 'geography'),
|
|
198
|
+
id=pulumi.get(__ret__, 'id'),
|
|
199
|
+
include_associated_properties=pulumi.get(__ret__, 'include_associated_properties'),
|
|
200
|
+
key_algorithm=pulumi.get(__ret__, 'key_algorithm'),
|
|
201
|
+
notification_emails=pulumi.get(__ret__, 'notification_emails'),
|
|
202
|
+
previous=pulumi.get(__ret__, 'previous'),
|
|
203
|
+
secure_network=pulumi.get(__ret__, 'secure_network'),
|
|
204
|
+
signer=pulumi.get(__ret__, 'signer'),
|
|
205
|
+
subject=pulumi.get(__ret__, 'subject'),
|
|
206
|
+
versions=pulumi.get(__ret__, 'versions'))
|
|
207
|
+
def get_mtlskeystore_client_certificate_output(certificate_id: Optional[pulumi.Input[_builtins.int]] = None,
|
|
208
|
+
include_associated_properties: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
|
209
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMtlskeystoreClientCertificateResult]:
|
|
210
|
+
"""
|
|
211
|
+
Use this data source to access information about an existing resource.
|
|
212
|
+
"""
|
|
213
|
+
__args__ = dict()
|
|
214
|
+
__args__['certificateId'] = certificate_id
|
|
215
|
+
__args__['includeAssociatedProperties'] = include_associated_properties
|
|
216
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
217
|
+
__ret__ = pulumi.runtime.invoke_output('akamai:index/getMtlskeystoreClientCertificate:getMtlskeystoreClientCertificate', __args__, opts=opts, typ=GetMtlskeystoreClientCertificateResult)
|
|
218
|
+
return __ret__.apply(lambda __response__: GetMtlskeystoreClientCertificateResult(
|
|
219
|
+
certificate_id=pulumi.get(__response__, 'certificate_id'),
|
|
220
|
+
certificate_name=pulumi.get(__response__, 'certificate_name'),
|
|
221
|
+
created_by=pulumi.get(__response__, 'created_by'),
|
|
222
|
+
created_date=pulumi.get(__response__, 'created_date'),
|
|
223
|
+
current=pulumi.get(__response__, 'current'),
|
|
224
|
+
geography=pulumi.get(__response__, 'geography'),
|
|
225
|
+
id=pulumi.get(__response__, 'id'),
|
|
226
|
+
include_associated_properties=pulumi.get(__response__, 'include_associated_properties'),
|
|
227
|
+
key_algorithm=pulumi.get(__response__, 'key_algorithm'),
|
|
228
|
+
notification_emails=pulumi.get(__response__, 'notification_emails'),
|
|
229
|
+
previous=pulumi.get(__response__, 'previous'),
|
|
230
|
+
secure_network=pulumi.get(__response__, 'secure_network'),
|
|
231
|
+
signer=pulumi.get(__response__, 'signer'),
|
|
232
|
+
subject=pulumi.get(__response__, 'subject'),
|
|
233
|
+
versions=pulumi.get(__response__, 'versions')))
|
|
@@ -0,0 +1,82 @@
|
|
|
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
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetMtlskeystoreClientCertificatesResult',
|
|
20
|
+
'AwaitableGetMtlskeystoreClientCertificatesResult',
|
|
21
|
+
'get_mtlskeystore_client_certificates',
|
|
22
|
+
'get_mtlskeystore_client_certificates_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetMtlskeystoreClientCertificatesResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getMtlskeystoreClientCertificates.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, certificates=None, id=None):
|
|
31
|
+
if certificates and not isinstance(certificates, list):
|
|
32
|
+
raise TypeError("Expected argument 'certificates' to be a list")
|
|
33
|
+
pulumi.set(__self__, "certificates", certificates)
|
|
34
|
+
if id and not isinstance(id, str):
|
|
35
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
36
|
+
pulumi.set(__self__, "id", id)
|
|
37
|
+
|
|
38
|
+
@_builtins.property
|
|
39
|
+
@pulumi.getter
|
|
40
|
+
def certificates(self) -> Sequence['outputs.GetMtlskeystoreClientCertificatesCertificateResult']:
|
|
41
|
+
return pulumi.get(self, "certificates")
|
|
42
|
+
|
|
43
|
+
@_builtins.property
|
|
44
|
+
@pulumi.getter
|
|
45
|
+
def id(self) -> _builtins.str:
|
|
46
|
+
"""
|
|
47
|
+
The provider-assigned unique ID for this managed resource.
|
|
48
|
+
"""
|
|
49
|
+
return pulumi.get(self, "id")
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
class AwaitableGetMtlskeystoreClientCertificatesResult(GetMtlskeystoreClientCertificatesResult):
|
|
53
|
+
# pylint: disable=using-constant-test
|
|
54
|
+
def __await__(self):
|
|
55
|
+
if False:
|
|
56
|
+
yield self
|
|
57
|
+
return GetMtlskeystoreClientCertificatesResult(
|
|
58
|
+
certificates=self.certificates,
|
|
59
|
+
id=self.id)
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
def get_mtlskeystore_client_certificates(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMtlskeystoreClientCertificatesResult:
|
|
63
|
+
"""
|
|
64
|
+
Use this data source to access information about an existing resource.
|
|
65
|
+
"""
|
|
66
|
+
__args__ = dict()
|
|
67
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
68
|
+
__ret__ = pulumi.runtime.invoke('akamai:index/getMtlskeystoreClientCertificates:getMtlskeystoreClientCertificates', __args__, opts=opts, typ=GetMtlskeystoreClientCertificatesResult).value
|
|
69
|
+
|
|
70
|
+
return AwaitableGetMtlskeystoreClientCertificatesResult(
|
|
71
|
+
certificates=pulumi.get(__ret__, 'certificates'),
|
|
72
|
+
id=pulumi.get(__ret__, 'id'))
|
|
73
|
+
def get_mtlskeystore_client_certificates_output(opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMtlskeystoreClientCertificatesResult]:
|
|
74
|
+
"""
|
|
75
|
+
Use this data source to access information about an existing resource.
|
|
76
|
+
"""
|
|
77
|
+
__args__ = dict()
|
|
78
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
79
|
+
__ret__ = pulumi.runtime.invoke_output('akamai:index/getMtlskeystoreClientCertificates:getMtlskeystoreClientCertificates', __args__, opts=opts, typ=GetMtlskeystoreClientCertificatesResult)
|
|
80
|
+
return __ret__.apply(lambda __response__: GetMtlskeystoreClientCertificatesResult(
|
|
81
|
+
certificates=pulumi.get(__response__, 'certificates'),
|
|
82
|
+
id=pulumi.get(__response__, 'id')))
|
|
@@ -0,0 +1,267 @@
|
|
|
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
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetMtlstruststoreCaSetResult',
|
|
20
|
+
'AwaitableGetMtlstruststoreCaSetResult',
|
|
21
|
+
'get_mtlstruststore_ca_set',
|
|
22
|
+
'get_mtlstruststore_ca_set_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetMtlstruststoreCaSetResult:
|
|
27
|
+
"""
|
|
28
|
+
A collection of values returned by getMtlstruststoreCaSet.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, account_id=None, allow_insecure_sha1=None, certificates=None, created_by=None, created_date=None, deleted_by=None, deleted_date=None, description=None, id=None, name=None, production_version=None, staging_version=None, version=None, version_created_by=None, version_created_date=None, version_description=None, version_modified_by=None, version_modified_date=None):
|
|
31
|
+
if account_id and not isinstance(account_id, str):
|
|
32
|
+
raise TypeError("Expected argument 'account_id' to be a str")
|
|
33
|
+
pulumi.set(__self__, "account_id", account_id)
|
|
34
|
+
if allow_insecure_sha1 and not isinstance(allow_insecure_sha1, bool):
|
|
35
|
+
raise TypeError("Expected argument 'allow_insecure_sha1' to be a bool")
|
|
36
|
+
pulumi.set(__self__, "allow_insecure_sha1", allow_insecure_sha1)
|
|
37
|
+
if certificates and not isinstance(certificates, list):
|
|
38
|
+
raise TypeError("Expected argument 'certificates' to be a list")
|
|
39
|
+
pulumi.set(__self__, "certificates", certificates)
|
|
40
|
+
if created_by and not isinstance(created_by, str):
|
|
41
|
+
raise TypeError("Expected argument 'created_by' to be a str")
|
|
42
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
43
|
+
if created_date and not isinstance(created_date, str):
|
|
44
|
+
raise TypeError("Expected argument 'created_date' to be a str")
|
|
45
|
+
pulumi.set(__self__, "created_date", created_date)
|
|
46
|
+
if deleted_by and not isinstance(deleted_by, str):
|
|
47
|
+
raise TypeError("Expected argument 'deleted_by' to be a str")
|
|
48
|
+
pulumi.set(__self__, "deleted_by", deleted_by)
|
|
49
|
+
if deleted_date and not isinstance(deleted_date, str):
|
|
50
|
+
raise TypeError("Expected argument 'deleted_date' to be a str")
|
|
51
|
+
pulumi.set(__self__, "deleted_date", deleted_date)
|
|
52
|
+
if description and not isinstance(description, str):
|
|
53
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
54
|
+
pulumi.set(__self__, "description", description)
|
|
55
|
+
if id and not isinstance(id, str):
|
|
56
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
57
|
+
pulumi.set(__self__, "id", id)
|
|
58
|
+
if name and not isinstance(name, str):
|
|
59
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
60
|
+
pulumi.set(__self__, "name", name)
|
|
61
|
+
if production_version and not isinstance(production_version, int):
|
|
62
|
+
raise TypeError("Expected argument 'production_version' to be a int")
|
|
63
|
+
pulumi.set(__self__, "production_version", production_version)
|
|
64
|
+
if staging_version and not isinstance(staging_version, int):
|
|
65
|
+
raise TypeError("Expected argument 'staging_version' to be a int")
|
|
66
|
+
pulumi.set(__self__, "staging_version", staging_version)
|
|
67
|
+
if version and not isinstance(version, int):
|
|
68
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
69
|
+
pulumi.set(__self__, "version", version)
|
|
70
|
+
if version_created_by and not isinstance(version_created_by, str):
|
|
71
|
+
raise TypeError("Expected argument 'version_created_by' to be a str")
|
|
72
|
+
pulumi.set(__self__, "version_created_by", version_created_by)
|
|
73
|
+
if version_created_date and not isinstance(version_created_date, str):
|
|
74
|
+
raise TypeError("Expected argument 'version_created_date' to be a str")
|
|
75
|
+
pulumi.set(__self__, "version_created_date", version_created_date)
|
|
76
|
+
if version_description and not isinstance(version_description, str):
|
|
77
|
+
raise TypeError("Expected argument 'version_description' to be a str")
|
|
78
|
+
pulumi.set(__self__, "version_description", version_description)
|
|
79
|
+
if version_modified_by and not isinstance(version_modified_by, str):
|
|
80
|
+
raise TypeError("Expected argument 'version_modified_by' to be a str")
|
|
81
|
+
pulumi.set(__self__, "version_modified_by", version_modified_by)
|
|
82
|
+
if version_modified_date and not isinstance(version_modified_date, str):
|
|
83
|
+
raise TypeError("Expected argument 'version_modified_date' to be a str")
|
|
84
|
+
pulumi.set(__self__, "version_modified_date", version_modified_date)
|
|
85
|
+
|
|
86
|
+
@_builtins.property
|
|
87
|
+
@pulumi.getter(name="accountId")
|
|
88
|
+
def account_id(self) -> _builtins.str:
|
|
89
|
+
return pulumi.get(self, "account_id")
|
|
90
|
+
|
|
91
|
+
@_builtins.property
|
|
92
|
+
@pulumi.getter(name="allowInsecureSha1")
|
|
93
|
+
def allow_insecure_sha1(self) -> _builtins.bool:
|
|
94
|
+
return pulumi.get(self, "allow_insecure_sha1")
|
|
95
|
+
|
|
96
|
+
@_builtins.property
|
|
97
|
+
@pulumi.getter
|
|
98
|
+
def certificates(self) -> Sequence['outputs.GetMtlstruststoreCaSetCertificateResult']:
|
|
99
|
+
return pulumi.get(self, "certificates")
|
|
100
|
+
|
|
101
|
+
@_builtins.property
|
|
102
|
+
@pulumi.getter(name="createdBy")
|
|
103
|
+
def created_by(self) -> _builtins.str:
|
|
104
|
+
return pulumi.get(self, "created_by")
|
|
105
|
+
|
|
106
|
+
@_builtins.property
|
|
107
|
+
@pulumi.getter(name="createdDate")
|
|
108
|
+
def created_date(self) -> _builtins.str:
|
|
109
|
+
return pulumi.get(self, "created_date")
|
|
110
|
+
|
|
111
|
+
@_builtins.property
|
|
112
|
+
@pulumi.getter(name="deletedBy")
|
|
113
|
+
def deleted_by(self) -> _builtins.str:
|
|
114
|
+
return pulumi.get(self, "deleted_by")
|
|
115
|
+
|
|
116
|
+
@_builtins.property
|
|
117
|
+
@pulumi.getter(name="deletedDate")
|
|
118
|
+
def deleted_date(self) -> _builtins.str:
|
|
119
|
+
return pulumi.get(self, "deleted_date")
|
|
120
|
+
|
|
121
|
+
@_builtins.property
|
|
122
|
+
@pulumi.getter
|
|
123
|
+
def description(self) -> _builtins.str:
|
|
124
|
+
return pulumi.get(self, "description")
|
|
125
|
+
|
|
126
|
+
@_builtins.property
|
|
127
|
+
@pulumi.getter
|
|
128
|
+
def id(self) -> _builtins.str:
|
|
129
|
+
return pulumi.get(self, "id")
|
|
130
|
+
|
|
131
|
+
@_builtins.property
|
|
132
|
+
@pulumi.getter
|
|
133
|
+
def name(self) -> _builtins.str:
|
|
134
|
+
return pulumi.get(self, "name")
|
|
135
|
+
|
|
136
|
+
@_builtins.property
|
|
137
|
+
@pulumi.getter(name="productionVersion")
|
|
138
|
+
def production_version(self) -> _builtins.int:
|
|
139
|
+
return pulumi.get(self, "production_version")
|
|
140
|
+
|
|
141
|
+
@_builtins.property
|
|
142
|
+
@pulumi.getter(name="stagingVersion")
|
|
143
|
+
def staging_version(self) -> _builtins.int:
|
|
144
|
+
return pulumi.get(self, "staging_version")
|
|
145
|
+
|
|
146
|
+
@_builtins.property
|
|
147
|
+
@pulumi.getter
|
|
148
|
+
def version(self) -> _builtins.int:
|
|
149
|
+
return pulumi.get(self, "version")
|
|
150
|
+
|
|
151
|
+
@_builtins.property
|
|
152
|
+
@pulumi.getter(name="versionCreatedBy")
|
|
153
|
+
def version_created_by(self) -> _builtins.str:
|
|
154
|
+
return pulumi.get(self, "version_created_by")
|
|
155
|
+
|
|
156
|
+
@_builtins.property
|
|
157
|
+
@pulumi.getter(name="versionCreatedDate")
|
|
158
|
+
def version_created_date(self) -> _builtins.str:
|
|
159
|
+
return pulumi.get(self, "version_created_date")
|
|
160
|
+
|
|
161
|
+
@_builtins.property
|
|
162
|
+
@pulumi.getter(name="versionDescription")
|
|
163
|
+
def version_description(self) -> _builtins.str:
|
|
164
|
+
return pulumi.get(self, "version_description")
|
|
165
|
+
|
|
166
|
+
@_builtins.property
|
|
167
|
+
@pulumi.getter(name="versionModifiedBy")
|
|
168
|
+
def version_modified_by(self) -> _builtins.str:
|
|
169
|
+
return pulumi.get(self, "version_modified_by")
|
|
170
|
+
|
|
171
|
+
@_builtins.property
|
|
172
|
+
@pulumi.getter(name="versionModifiedDate")
|
|
173
|
+
def version_modified_date(self) -> _builtins.str:
|
|
174
|
+
return pulumi.get(self, "version_modified_date")
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
class AwaitableGetMtlstruststoreCaSetResult(GetMtlstruststoreCaSetResult):
|
|
178
|
+
# pylint: disable=using-constant-test
|
|
179
|
+
def __await__(self):
|
|
180
|
+
if False:
|
|
181
|
+
yield self
|
|
182
|
+
return GetMtlstruststoreCaSetResult(
|
|
183
|
+
account_id=self.account_id,
|
|
184
|
+
allow_insecure_sha1=self.allow_insecure_sha1,
|
|
185
|
+
certificates=self.certificates,
|
|
186
|
+
created_by=self.created_by,
|
|
187
|
+
created_date=self.created_date,
|
|
188
|
+
deleted_by=self.deleted_by,
|
|
189
|
+
deleted_date=self.deleted_date,
|
|
190
|
+
description=self.description,
|
|
191
|
+
id=self.id,
|
|
192
|
+
name=self.name,
|
|
193
|
+
production_version=self.production_version,
|
|
194
|
+
staging_version=self.staging_version,
|
|
195
|
+
version=self.version,
|
|
196
|
+
version_created_by=self.version_created_by,
|
|
197
|
+
version_created_date=self.version_created_date,
|
|
198
|
+
version_description=self.version_description,
|
|
199
|
+
version_modified_by=self.version_modified_by,
|
|
200
|
+
version_modified_date=self.version_modified_date)
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
def get_mtlstruststore_ca_set(id: Optional[_builtins.str] = None,
|
|
204
|
+
name: Optional[_builtins.str] = None,
|
|
205
|
+
version: Optional[_builtins.int] = None,
|
|
206
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMtlstruststoreCaSetResult:
|
|
207
|
+
"""
|
|
208
|
+
Use this data source to access information about an existing resource.
|
|
209
|
+
"""
|
|
210
|
+
__args__ = dict()
|
|
211
|
+
__args__['id'] = id
|
|
212
|
+
__args__['name'] = name
|
|
213
|
+
__args__['version'] = version
|
|
214
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
215
|
+
__ret__ = pulumi.runtime.invoke('akamai:index/getMtlstruststoreCaSet:getMtlstruststoreCaSet', __args__, opts=opts, typ=GetMtlstruststoreCaSetResult).value
|
|
216
|
+
|
|
217
|
+
return AwaitableGetMtlstruststoreCaSetResult(
|
|
218
|
+
account_id=pulumi.get(__ret__, 'account_id'),
|
|
219
|
+
allow_insecure_sha1=pulumi.get(__ret__, 'allow_insecure_sha1'),
|
|
220
|
+
certificates=pulumi.get(__ret__, 'certificates'),
|
|
221
|
+
created_by=pulumi.get(__ret__, 'created_by'),
|
|
222
|
+
created_date=pulumi.get(__ret__, 'created_date'),
|
|
223
|
+
deleted_by=pulumi.get(__ret__, 'deleted_by'),
|
|
224
|
+
deleted_date=pulumi.get(__ret__, 'deleted_date'),
|
|
225
|
+
description=pulumi.get(__ret__, 'description'),
|
|
226
|
+
id=pulumi.get(__ret__, 'id'),
|
|
227
|
+
name=pulumi.get(__ret__, 'name'),
|
|
228
|
+
production_version=pulumi.get(__ret__, 'production_version'),
|
|
229
|
+
staging_version=pulumi.get(__ret__, 'staging_version'),
|
|
230
|
+
version=pulumi.get(__ret__, 'version'),
|
|
231
|
+
version_created_by=pulumi.get(__ret__, 'version_created_by'),
|
|
232
|
+
version_created_date=pulumi.get(__ret__, 'version_created_date'),
|
|
233
|
+
version_description=pulumi.get(__ret__, 'version_description'),
|
|
234
|
+
version_modified_by=pulumi.get(__ret__, 'version_modified_by'),
|
|
235
|
+
version_modified_date=pulumi.get(__ret__, 'version_modified_date'))
|
|
236
|
+
def get_mtlstruststore_ca_set_output(id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
237
|
+
name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
238
|
+
version: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
|
|
239
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMtlstruststoreCaSetResult]:
|
|
240
|
+
"""
|
|
241
|
+
Use this data source to access information about an existing resource.
|
|
242
|
+
"""
|
|
243
|
+
__args__ = dict()
|
|
244
|
+
__args__['id'] = id
|
|
245
|
+
__args__['name'] = name
|
|
246
|
+
__args__['version'] = version
|
|
247
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
248
|
+
__ret__ = pulumi.runtime.invoke_output('akamai:index/getMtlstruststoreCaSet:getMtlstruststoreCaSet', __args__, opts=opts, typ=GetMtlstruststoreCaSetResult)
|
|
249
|
+
return __ret__.apply(lambda __response__: GetMtlstruststoreCaSetResult(
|
|
250
|
+
account_id=pulumi.get(__response__, 'account_id'),
|
|
251
|
+
allow_insecure_sha1=pulumi.get(__response__, 'allow_insecure_sha1'),
|
|
252
|
+
certificates=pulumi.get(__response__, 'certificates'),
|
|
253
|
+
created_by=pulumi.get(__response__, 'created_by'),
|
|
254
|
+
created_date=pulumi.get(__response__, 'created_date'),
|
|
255
|
+
deleted_by=pulumi.get(__response__, 'deleted_by'),
|
|
256
|
+
deleted_date=pulumi.get(__response__, 'deleted_date'),
|
|
257
|
+
description=pulumi.get(__response__, 'description'),
|
|
258
|
+
id=pulumi.get(__response__, 'id'),
|
|
259
|
+
name=pulumi.get(__response__, 'name'),
|
|
260
|
+
production_version=pulumi.get(__response__, 'production_version'),
|
|
261
|
+
staging_version=pulumi.get(__response__, 'staging_version'),
|
|
262
|
+
version=pulumi.get(__response__, 'version'),
|
|
263
|
+
version_created_by=pulumi.get(__response__, 'version_created_by'),
|
|
264
|
+
version_created_date=pulumi.get(__response__, 'version_created_date'),
|
|
265
|
+
version_description=pulumi.get(__response__, 'version_description'),
|
|
266
|
+
version_modified_by=pulumi.get(__response__, 'version_modified_by'),
|
|
267
|
+
version_modified_date=pulumi.get(__response__, 'version_modified_date')))
|