pulumi-akamai 9.1.0a1757049021__py3-none-any.whl → 9.1.0a1757435296__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 +30 -0
- pulumi_akamai/_inputs.py +944 -0
- pulumi_akamai/get_clientlist_lists.py +0 -3
- 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/mtlskeystore_client_certificate_akamai.py +654 -0
- pulumi_akamai/mtlskeystore_client_certificate_third_party.py +562 -0
- pulumi_akamai/mtlskeystore_client_certificate_upload.py +451 -0
- pulumi_akamai/outputs.py +14310 -11900
- pulumi_akamai/pulumi-plugin.json +1 -1
- {pulumi_akamai-9.1.0a1757049021.dist-info → pulumi_akamai-9.1.0a1757435296.dist-info}/METADATA +1 -1
- {pulumi_akamai-9.1.0a1757049021.dist-info → pulumi_akamai-9.1.0a1757435296.dist-info}/RECORD +15 -9
- {pulumi_akamai-9.1.0a1757049021.dist-info → pulumi_akamai-9.1.0a1757435296.dist-info}/WHEEL +0 -0
- {pulumi_akamai-9.1.0a1757049021.dist-info → pulumi_akamai-9.1.0a1757435296.dist-info}/top_level.txt +0 -0
pulumi_akamai/__init__.py
CHANGED
|
@@ -269,6 +269,9 @@ from .get_iam_timezones import *
|
|
|
269
269
|
from .get_iam_users_affected_by_moving_group import *
|
|
270
270
|
from .get_imaging_policy_image import *
|
|
271
271
|
from .get_imaging_policy_video import *
|
|
272
|
+
from .get_mtlskeystore_account_ca_certificates import *
|
|
273
|
+
from .get_mtlskeystore_client_certificate import *
|
|
274
|
+
from .get_mtlskeystore_client_certificates import *
|
|
272
275
|
from .get_network_lists import *
|
|
273
276
|
from .get_properties import *
|
|
274
277
|
from .get_properties_search import *
|
|
@@ -305,6 +308,9 @@ from .iam_user import *
|
|
|
305
308
|
from .imaging_policy_image import *
|
|
306
309
|
from .imaging_policy_set import *
|
|
307
310
|
from .imaging_policy_video import *
|
|
311
|
+
from .mtlskeystore_client_certificate_akamai import *
|
|
312
|
+
from .mtlskeystore_client_certificate_third_party import *
|
|
313
|
+
from .mtlskeystore_client_certificate_upload import *
|
|
308
314
|
from .network_list import *
|
|
309
315
|
from .network_list_activations import *
|
|
310
316
|
from .network_list_description import *
|
|
@@ -1273,6 +1279,30 @@ _utilities.register(
|
|
|
1273
1279
|
"akamai:index/imagingPolicyVideo:ImagingPolicyVideo": "ImagingPolicyVideo"
|
|
1274
1280
|
}
|
|
1275
1281
|
},
|
|
1282
|
+
{
|
|
1283
|
+
"pkg": "akamai",
|
|
1284
|
+
"mod": "index/mtlskeystoreClientCertificateAkamai",
|
|
1285
|
+
"fqn": "pulumi_akamai",
|
|
1286
|
+
"classes": {
|
|
1287
|
+
"akamai:index/mtlskeystoreClientCertificateAkamai:MtlskeystoreClientCertificateAkamai": "MtlskeystoreClientCertificateAkamai"
|
|
1288
|
+
}
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"pkg": "akamai",
|
|
1292
|
+
"mod": "index/mtlskeystoreClientCertificateThirdParty",
|
|
1293
|
+
"fqn": "pulumi_akamai",
|
|
1294
|
+
"classes": {
|
|
1295
|
+
"akamai:index/mtlskeystoreClientCertificateThirdParty:MtlskeystoreClientCertificateThirdParty": "MtlskeystoreClientCertificateThirdParty"
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"pkg": "akamai",
|
|
1300
|
+
"mod": "index/mtlskeystoreClientCertificateUpload",
|
|
1301
|
+
"fqn": "pulumi_akamai",
|
|
1302
|
+
"classes": {
|
|
1303
|
+
"akamai:index/mtlskeystoreClientCertificateUpload:MtlskeystoreClientCertificateUpload": "MtlskeystoreClientCertificateUpload"
|
|
1304
|
+
}
|
|
1305
|
+
},
|
|
1276
1306
|
{
|
|
1277
1307
|
"pkg": "akamai",
|
|
1278
1308
|
"mod": "index/networkList",
|