pulumi-venafi 1.12.0a1750230901__py3-none-any.whl → 1.12.0a1752734840__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-venafi might be problematic. Click here for more details.
- pulumi_venafi/cloud_keystore_installation.py +7 -7
- pulumi_venafi/pulumi-plugin.json +1 -1
- {pulumi_venafi-1.12.0a1750230901.dist-info → pulumi_venafi-1.12.0a1752734840.dist-info}/METADATA +1 -1
- {pulumi_venafi-1.12.0a1750230901.dist-info → pulumi_venafi-1.12.0a1752734840.dist-info}/RECORD +6 -6
- {pulumi_venafi-1.12.0a1750230901.dist-info → pulumi_venafi-1.12.0a1752734840.dist-info}/WHEEL +0 -0
- {pulumi_venafi-1.12.0a1750230901.dist-info → pulumi_venafi-1.12.0a1752734840.dist-info}/top_level.txt +0 -0
|
@@ -31,7 +31,7 @@ class CloudKeystoreInstallationArgs:
|
|
|
31
31
|
:param pulumi.Input[builtins.str] cloud_keystore_id: ID of the cloud keystore where the certificate will be provisioned.
|
|
32
32
|
:param pulumi.Input[builtins.str] arn: ARN of the AWS certificate. Use it to provision the VCP certificate to an existing ACM certificate, instead of a new one. Only valid for ACM keystores.
|
|
33
33
|
:param pulumi.Input[builtins.str] cloud_certificate_name: Name for the provisioned certificate in the keystore. If the name already exists, the provisioning will replace the previous certificate with the one from `certificate_id`. Only valid for AKV and GCM keystores.
|
|
34
|
-
:param pulumi.Input[builtins.str] gcm_cert_scope: The GCM certificate scope of the certificate. Only valid for GCM keystores. Supported values from GCM API documentation: DEFAULT, EDGE_CACHE, ALL_REGIONS.
|
|
34
|
+
:param pulumi.Input[builtins.str] gcm_cert_scope: The GCM certificate scope of the certificate. Only valid for GCM keystores. Supported values from GCM API documentation: DEFAULT, EDGE_CACHE, ALL_REGIONS.
|
|
35
35
|
"""
|
|
36
36
|
pulumi.set(__self__, "certificate_id", certificate_id)
|
|
37
37
|
pulumi.set(__self__, "cloud_keystore_id", cloud_keystore_id)
|
|
@@ -94,7 +94,7 @@ class CloudKeystoreInstallationArgs:
|
|
|
94
94
|
@pulumi.getter(name="gcmCertScope")
|
|
95
95
|
def gcm_cert_scope(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
96
96
|
"""
|
|
97
|
-
The GCM certificate scope of the certificate. Only valid for GCM keystores. Supported values from GCM API documentation: DEFAULT, EDGE_CACHE, ALL_REGIONS.
|
|
97
|
+
The GCM certificate scope of the certificate. Only valid for GCM keystores. Supported values from GCM API documentation: DEFAULT, EDGE_CACHE, ALL_REGIONS.
|
|
98
98
|
"""
|
|
99
99
|
return pulumi.get(self, "gcm_cert_scope")
|
|
100
100
|
|
|
@@ -121,7 +121,7 @@ class _CloudKeystoreInstallationState:
|
|
|
121
121
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] cloud_certificate_metadata: Metadata of the provisioned certificate from the Cloud Keystore
|
|
122
122
|
:param pulumi.Input[builtins.str] cloud_certificate_name: Name for the provisioned certificate in the keystore. If the name already exists, the provisioning will replace the previous certificate with the one from `certificate_id`. Only valid for AKV and GCM keystores.
|
|
123
123
|
:param pulumi.Input[builtins.str] cloud_keystore_id: ID of the cloud keystore where the certificate will be provisioned.
|
|
124
|
-
:param pulumi.Input[builtins.str] gcm_cert_scope: The GCM certificate scope of the certificate. Only valid for GCM keystores. Supported values from GCM API documentation: DEFAULT, EDGE_CACHE, ALL_REGIONS.
|
|
124
|
+
:param pulumi.Input[builtins.str] gcm_cert_scope: The GCM certificate scope of the certificate. Only valid for GCM keystores. Supported values from GCM API documentation: DEFAULT, EDGE_CACHE, ALL_REGIONS.
|
|
125
125
|
"""
|
|
126
126
|
if arn is not None:
|
|
127
127
|
pulumi.set(__self__, "arn", arn)
|
|
@@ -214,7 +214,7 @@ class _CloudKeystoreInstallationState:
|
|
|
214
214
|
@pulumi.getter(name="gcmCertScope")
|
|
215
215
|
def gcm_cert_scope(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
216
216
|
"""
|
|
217
|
-
The GCM certificate scope of the certificate. Only valid for GCM keystores. Supported values from GCM API documentation: DEFAULT, EDGE_CACHE, ALL_REGIONS.
|
|
217
|
+
The GCM certificate scope of the certificate. Only valid for GCM keystores. Supported values from GCM API documentation: DEFAULT, EDGE_CACHE, ALL_REGIONS.
|
|
218
218
|
"""
|
|
219
219
|
return pulumi.get(self, "gcm_cert_scope")
|
|
220
220
|
|
|
@@ -274,7 +274,7 @@ class CloudKeystoreInstallation(pulumi.CustomResource):
|
|
|
274
274
|
:param pulumi.Input[builtins.str] certificate_id: ID of the certificate to be provisioned to the given `keystore_id`.
|
|
275
275
|
:param pulumi.Input[builtins.str] cloud_certificate_name: Name for the provisioned certificate in the keystore. If the name already exists, the provisioning will replace the previous certificate with the one from `certificate_id`. Only valid for AKV and GCM keystores.
|
|
276
276
|
:param pulumi.Input[builtins.str] cloud_keystore_id: ID of the cloud keystore where the certificate will be provisioned.
|
|
277
|
-
:param pulumi.Input[builtins.str] gcm_cert_scope: The GCM certificate scope of the certificate. Only valid for GCM keystores. Supported values from GCM API documentation: DEFAULT, EDGE_CACHE, ALL_REGIONS.
|
|
277
|
+
:param pulumi.Input[builtins.str] gcm_cert_scope: The GCM certificate scope of the certificate. Only valid for GCM keystores. Supported values from GCM API documentation: DEFAULT, EDGE_CACHE, ALL_REGIONS.
|
|
278
278
|
"""
|
|
279
279
|
...
|
|
280
280
|
@overload
|
|
@@ -385,7 +385,7 @@ class CloudKeystoreInstallation(pulumi.CustomResource):
|
|
|
385
385
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] cloud_certificate_metadata: Metadata of the provisioned certificate from the Cloud Keystore
|
|
386
386
|
:param pulumi.Input[builtins.str] cloud_certificate_name: Name for the provisioned certificate in the keystore. If the name already exists, the provisioning will replace the previous certificate with the one from `certificate_id`. Only valid for AKV and GCM keystores.
|
|
387
387
|
:param pulumi.Input[builtins.str] cloud_keystore_id: ID of the cloud keystore where the certificate will be provisioned.
|
|
388
|
-
:param pulumi.Input[builtins.str] gcm_cert_scope: The GCM certificate scope of the certificate. Only valid for GCM keystores. Supported values from GCM API documentation: DEFAULT, EDGE_CACHE, ALL_REGIONS.
|
|
388
|
+
:param pulumi.Input[builtins.str] gcm_cert_scope: The GCM certificate scope of the certificate. Only valid for GCM keystores. Supported values from GCM API documentation: DEFAULT, EDGE_CACHE, ALL_REGIONS.
|
|
389
389
|
"""
|
|
390
390
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
391
391
|
|
|
@@ -452,7 +452,7 @@ class CloudKeystoreInstallation(pulumi.CustomResource):
|
|
|
452
452
|
@pulumi.getter(name="gcmCertScope")
|
|
453
453
|
def gcm_cert_scope(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
454
454
|
"""
|
|
455
|
-
The GCM certificate scope of the certificate. Only valid for GCM keystores. Supported values from GCM API documentation: DEFAULT, EDGE_CACHE, ALL_REGIONS.
|
|
455
|
+
The GCM certificate scope of the certificate. Only valid for GCM keystores. Supported values from GCM API documentation: DEFAULT, EDGE_CACHE, ALL_REGIONS.
|
|
456
456
|
"""
|
|
457
457
|
return pulumi.get(self, "gcm_cert_scope")
|
|
458
458
|
|
pulumi_venafi/pulumi-plugin.json
CHANGED
{pulumi_venafi-1.12.0a1750230901.dist-info → pulumi_venafi-1.12.0a1752734840.dist-info}/RECORD
RENAMED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
pulumi_venafi/__init__.py,sha256=HPAfVYIP23bq5uLrAgvfDBHfhkPcjkFEMr6heNHJ_Jc,1727
|
|
2
2
|
pulumi_venafi/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
|
|
3
3
|
pulumi_venafi/certificate.py,sha256=aiC5n_57ONFvjCN7P1utLX6EnRLAiY09kOAxDyqm2r4,65262
|
|
4
|
-
pulumi_venafi/cloud_keystore_installation.py,sha256=
|
|
4
|
+
pulumi_venafi/cloud_keystore_installation.py,sha256=ndtbAwddxOrj3ps61iR7-r706j21YXUzld1bAXqktM8,24201
|
|
5
5
|
pulumi_venafi/get_cloud_keystore.py,sha256=sbkjO9-4gMnjFeJzh0d3LZKibXUCePWORtvk-3tLJqo,6986
|
|
6
6
|
pulumi_venafi/get_cloud_provider.py,sha256=cImL1dLLmoMiktJbhUKQxhlVGbzMn6VjlU8JOVNOWYY,6110
|
|
7
7
|
pulumi_venafi/policy.py,sha256=FUfhAuB2dJLW30M4EwwcXeNCjtUPBbjHpZhKE8lrqV8,12183
|
|
8
8
|
pulumi_venafi/provider.py,sha256=etkBSYFOJYo9W40QxpmzHntcakob18dZ5DRDog4RP0s,24932
|
|
9
|
-
pulumi_venafi/pulumi-plugin.json,sha256=
|
|
9
|
+
pulumi_venafi/pulumi-plugin.json,sha256=xwN8IQzJ9G6QCeOGmhiv2qlNHzsZ4P7HzfqWGx4oU2I,83
|
|
10
10
|
pulumi_venafi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
pulumi_venafi/ssh_certificate.py,sha256=7D-9AzTKVo6eIrWhRlmiGysspVjC9CtPhCUUL8G0-Sk,56741
|
|
12
12
|
pulumi_venafi/ssh_config.py,sha256=Fu-o72tqoTgTqo6tac-pLKT4a2XKCrdwWI9EJyunOC8,8985
|
|
13
13
|
pulumi_venafi/config/__init__.py,sha256=LBsoZbCKMHDFo-5RJPY0lRzMsShB1weBQPxL9RQBFtY,283
|
|
14
14
|
pulumi_venafi/config/__init__.pyi,sha256=Mhh1xlWS0Lis8c3dOAP6oK2UldM3PVViSkNJp_w28rc,2296
|
|
15
15
|
pulumi_venafi/config/vars.py,sha256=WlsTiRCx63W1kAwt4KowAONA4lTT3IC9_PXY44SSpIs,3805
|
|
16
|
-
pulumi_venafi-1.12.
|
|
17
|
-
pulumi_venafi-1.12.
|
|
18
|
-
pulumi_venafi-1.12.
|
|
19
|
-
pulumi_venafi-1.12.
|
|
16
|
+
pulumi_venafi-1.12.0a1752734840.dist-info/METADATA,sha256=IMgVdFwfJVmJobTRD4cmdkrnc3VBUXK3hE1UiGs1_Q0,3677
|
|
17
|
+
pulumi_venafi-1.12.0a1752734840.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
18
|
+
pulumi_venafi-1.12.0a1752734840.dist-info/top_level.txt,sha256=Ail5lbFaPXJp8zJFZ3jJASt8lnXFrCD0SBlJWooalBM,14
|
|
19
|
+
pulumi_venafi-1.12.0a1752734840.dist-info/RECORD,,
|
{pulumi_venafi-1.12.0a1750230901.dist-info → pulumi_venafi-1.12.0a1752734840.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|