pulumi-venafi 1.12.0a1749710770__tar.gz → 1.12.0a1750230901__tar.gz

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.

Files changed (24) hide show
  1. {pulumi_venafi-1.12.0a1749710770 → pulumi_venafi-1.12.0a1750230901}/PKG-INFO +1 -1
  2. {pulumi_venafi-1.12.0a1749710770 → pulumi_venafi-1.12.0a1750230901}/pulumi_venafi/cloud_keystore_installation.py +50 -3
  3. {pulumi_venafi-1.12.0a1749710770 → pulumi_venafi-1.12.0a1750230901}/pulumi_venafi/pulumi-plugin.json +1 -1
  4. {pulumi_venafi-1.12.0a1749710770 → pulumi_venafi-1.12.0a1750230901}/pulumi_venafi.egg-info/PKG-INFO +1 -1
  5. {pulumi_venafi-1.12.0a1749710770 → pulumi_venafi-1.12.0a1750230901}/pyproject.toml +1 -1
  6. {pulumi_venafi-1.12.0a1749710770 → pulumi_venafi-1.12.0a1750230901}/README.md +0 -0
  7. {pulumi_venafi-1.12.0a1749710770 → pulumi_venafi-1.12.0a1750230901}/pulumi_venafi/__init__.py +0 -0
  8. {pulumi_venafi-1.12.0a1749710770 → pulumi_venafi-1.12.0a1750230901}/pulumi_venafi/_utilities.py +0 -0
  9. {pulumi_venafi-1.12.0a1749710770 → pulumi_venafi-1.12.0a1750230901}/pulumi_venafi/certificate.py +0 -0
  10. {pulumi_venafi-1.12.0a1749710770 → pulumi_venafi-1.12.0a1750230901}/pulumi_venafi/config/__init__.py +0 -0
  11. {pulumi_venafi-1.12.0a1749710770 → pulumi_venafi-1.12.0a1750230901}/pulumi_venafi/config/__init__.pyi +0 -0
  12. {pulumi_venafi-1.12.0a1749710770 → pulumi_venafi-1.12.0a1750230901}/pulumi_venafi/config/vars.py +0 -0
  13. {pulumi_venafi-1.12.0a1749710770 → pulumi_venafi-1.12.0a1750230901}/pulumi_venafi/get_cloud_keystore.py +0 -0
  14. {pulumi_venafi-1.12.0a1749710770 → pulumi_venafi-1.12.0a1750230901}/pulumi_venafi/get_cloud_provider.py +0 -0
  15. {pulumi_venafi-1.12.0a1749710770 → pulumi_venafi-1.12.0a1750230901}/pulumi_venafi/policy.py +0 -0
  16. {pulumi_venafi-1.12.0a1749710770 → pulumi_venafi-1.12.0a1750230901}/pulumi_venafi/provider.py +0 -0
  17. {pulumi_venafi-1.12.0a1749710770 → pulumi_venafi-1.12.0a1750230901}/pulumi_venafi/py.typed +0 -0
  18. {pulumi_venafi-1.12.0a1749710770 → pulumi_venafi-1.12.0a1750230901}/pulumi_venafi/ssh_certificate.py +0 -0
  19. {pulumi_venafi-1.12.0a1749710770 → pulumi_venafi-1.12.0a1750230901}/pulumi_venafi/ssh_config.py +0 -0
  20. {pulumi_venafi-1.12.0a1749710770 → pulumi_venafi-1.12.0a1750230901}/pulumi_venafi.egg-info/SOURCES.txt +0 -0
  21. {pulumi_venafi-1.12.0a1749710770 → pulumi_venafi-1.12.0a1750230901}/pulumi_venafi.egg-info/dependency_links.txt +0 -0
  22. {pulumi_venafi-1.12.0a1749710770 → pulumi_venafi-1.12.0a1750230901}/pulumi_venafi.egg-info/requires.txt +0 -0
  23. {pulumi_venafi-1.12.0a1749710770 → pulumi_venafi-1.12.0a1750230901}/pulumi_venafi.egg-info/top_level.txt +0 -0
  24. {pulumi_venafi-1.12.0a1749710770 → pulumi_venafi-1.12.0a1750230901}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_venafi
3
- Version: 1.12.0a1749710770
3
+ Version: 1.12.0a1750230901
4
4
  Summary: A Pulumi package for creating and managing venafi cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -23,13 +23,15 @@ class CloudKeystoreInstallationArgs:
23
23
  certificate_id: pulumi.Input[builtins.str],
24
24
  cloud_keystore_id: pulumi.Input[builtins.str],
25
25
  arn: Optional[pulumi.Input[builtins.str]] = None,
26
- cloud_certificate_name: Optional[pulumi.Input[builtins.str]] = None):
26
+ cloud_certificate_name: Optional[pulumi.Input[builtins.str]] = None,
27
+ gcm_cert_scope: Optional[pulumi.Input[builtins.str]] = None):
27
28
  """
28
29
  The set of arguments for constructing a CloudKeystoreInstallation resource.
29
30
  :param pulumi.Input[builtins.str] certificate_id: ID of the certificate to be provisioned to the given `keystore_id`.
30
31
  :param pulumi.Input[builtins.str] cloud_keystore_id: ID of the cloud keystore where the certificate will be provisioned.
31
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.
32
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. Only it's taken into account if the `cloud_certificate_name` argument is provided.
33
35
  """
34
36
  pulumi.set(__self__, "certificate_id", certificate_id)
35
37
  pulumi.set(__self__, "cloud_keystore_id", cloud_keystore_id)
@@ -37,6 +39,8 @@ class CloudKeystoreInstallationArgs:
37
39
  pulumi.set(__self__, "arn", arn)
38
40
  if cloud_certificate_name is not None:
39
41
  pulumi.set(__self__, "cloud_certificate_name", cloud_certificate_name)
42
+ if gcm_cert_scope is not None:
43
+ pulumi.set(__self__, "gcm_cert_scope", gcm_cert_scope)
40
44
 
41
45
  @property
42
46
  @pulumi.getter(name="certificateId")
@@ -86,6 +90,18 @@ class CloudKeystoreInstallationArgs:
86
90
  def cloud_certificate_name(self, value: Optional[pulumi.Input[builtins.str]]):
87
91
  pulumi.set(self, "cloud_certificate_name", value)
88
92
 
93
+ @property
94
+ @pulumi.getter(name="gcmCertScope")
95
+ def gcm_cert_scope(self) -> Optional[pulumi.Input[builtins.str]]:
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. Only it's taken into account if the `cloud_certificate_name` argument is provided.
98
+ """
99
+ return pulumi.get(self, "gcm_cert_scope")
100
+
101
+ @gcm_cert_scope.setter
102
+ def gcm_cert_scope(self, value: Optional[pulumi.Input[builtins.str]]):
103
+ pulumi.set(self, "gcm_cert_scope", value)
104
+
89
105
 
90
106
  @pulumi.input_type
91
107
  class _CloudKeystoreInstallationState:
@@ -95,7 +111,8 @@ class _CloudKeystoreInstallationState:
95
111
  cloud_certificate_id: Optional[pulumi.Input[builtins.str]] = None,
96
112
  cloud_certificate_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
97
113
  cloud_certificate_name: Optional[pulumi.Input[builtins.str]] = None,
98
- cloud_keystore_id: Optional[pulumi.Input[builtins.str]] = None):
114
+ cloud_keystore_id: Optional[pulumi.Input[builtins.str]] = None,
115
+ gcm_cert_scope: Optional[pulumi.Input[builtins.str]] = None):
99
116
  """
100
117
  Input properties used for looking up and filtering CloudKeystoreInstallation resources.
101
118
  :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.
@@ -104,6 +121,7 @@ class _CloudKeystoreInstallationState:
104
121
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] cloud_certificate_metadata: Metadata of the provisioned certificate from the Cloud Keystore
105
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.
106
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. Only it's taken into account if the `cloud_certificate_name` argument is provided.
107
125
  """
108
126
  if arn is not None:
109
127
  pulumi.set(__self__, "arn", arn)
@@ -117,6 +135,8 @@ class _CloudKeystoreInstallationState:
117
135
  pulumi.set(__self__, "cloud_certificate_name", cloud_certificate_name)
118
136
  if cloud_keystore_id is not None:
119
137
  pulumi.set(__self__, "cloud_keystore_id", cloud_keystore_id)
138
+ if gcm_cert_scope is not None:
139
+ pulumi.set(__self__, "gcm_cert_scope", gcm_cert_scope)
120
140
 
121
141
  @property
122
142
  @pulumi.getter
@@ -190,6 +210,18 @@ class _CloudKeystoreInstallationState:
190
210
  def cloud_keystore_id(self, value: Optional[pulumi.Input[builtins.str]]):
191
211
  pulumi.set(self, "cloud_keystore_id", value)
192
212
 
213
+ @property
214
+ @pulumi.getter(name="gcmCertScope")
215
+ def gcm_cert_scope(self) -> Optional[pulumi.Input[builtins.str]]:
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. Only it's taken into account if the `cloud_certificate_name` argument is provided.
218
+ """
219
+ return pulumi.get(self, "gcm_cert_scope")
220
+
221
+ @gcm_cert_scope.setter
222
+ def gcm_cert_scope(self, value: Optional[pulumi.Input[builtins.str]]):
223
+ pulumi.set(self, "gcm_cert_scope", value)
224
+
193
225
 
194
226
  @pulumi.type_token("venafi:index/cloudKeystoreInstallation:CloudKeystoreInstallation")
195
227
  class CloudKeystoreInstallation(pulumi.CustomResource):
@@ -201,6 +233,7 @@ class CloudKeystoreInstallation(pulumi.CustomResource):
201
233
  certificate_id: Optional[pulumi.Input[builtins.str]] = None,
202
234
  cloud_certificate_name: Optional[pulumi.Input[builtins.str]] = None,
203
235
  cloud_keystore_id: Optional[pulumi.Input[builtins.str]] = None,
236
+ gcm_cert_scope: Optional[pulumi.Input[builtins.str]] = None,
204
237
  __props__=None):
205
238
  """
206
239
  Provisions a certificate from Venafi Control Plane's inventory to any of the supported Cloud Providers: Amazon
@@ -241,6 +274,7 @@ class CloudKeystoreInstallation(pulumi.CustomResource):
241
274
  :param pulumi.Input[builtins.str] certificate_id: ID of the certificate to be provisioned to the given `keystore_id`.
242
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.
243
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. Only it's taken into account if the `cloud_certificate_name` argument is provided.
244
278
  """
245
279
  ...
246
280
  @overload
@@ -300,6 +334,7 @@ class CloudKeystoreInstallation(pulumi.CustomResource):
300
334
  certificate_id: Optional[pulumi.Input[builtins.str]] = None,
301
335
  cloud_certificate_name: Optional[pulumi.Input[builtins.str]] = None,
302
336
  cloud_keystore_id: Optional[pulumi.Input[builtins.str]] = None,
337
+ gcm_cert_scope: Optional[pulumi.Input[builtins.str]] = None,
303
338
  __props__=None):
304
339
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
305
340
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -317,6 +352,7 @@ class CloudKeystoreInstallation(pulumi.CustomResource):
317
352
  if cloud_keystore_id is None and not opts.urn:
318
353
  raise TypeError("Missing required property 'cloud_keystore_id'")
319
354
  __props__.__dict__["cloud_keystore_id"] = cloud_keystore_id
355
+ __props__.__dict__["gcm_cert_scope"] = gcm_cert_scope
320
356
  __props__.__dict__["cloud_certificate_id"] = None
321
357
  __props__.__dict__["cloud_certificate_metadata"] = None
322
358
  super(CloudKeystoreInstallation, __self__).__init__(
@@ -334,7 +370,8 @@ class CloudKeystoreInstallation(pulumi.CustomResource):
334
370
  cloud_certificate_id: Optional[pulumi.Input[builtins.str]] = None,
335
371
  cloud_certificate_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
336
372
  cloud_certificate_name: Optional[pulumi.Input[builtins.str]] = None,
337
- cloud_keystore_id: Optional[pulumi.Input[builtins.str]] = None) -> 'CloudKeystoreInstallation':
373
+ cloud_keystore_id: Optional[pulumi.Input[builtins.str]] = None,
374
+ gcm_cert_scope: Optional[pulumi.Input[builtins.str]] = None) -> 'CloudKeystoreInstallation':
338
375
  """
339
376
  Get an existing CloudKeystoreInstallation resource's state with the given name, id, and optional extra
340
377
  properties used to qualify the lookup.
@@ -348,6 +385,7 @@ class CloudKeystoreInstallation(pulumi.CustomResource):
348
385
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] cloud_certificate_metadata: Metadata of the provisioned certificate from the Cloud Keystore
349
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.
350
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. Only it's taken into account if the `cloud_certificate_name` argument is provided.
351
389
  """
352
390
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
353
391
 
@@ -359,6 +397,7 @@ class CloudKeystoreInstallation(pulumi.CustomResource):
359
397
  __props__.__dict__["cloud_certificate_metadata"] = cloud_certificate_metadata
360
398
  __props__.__dict__["cloud_certificate_name"] = cloud_certificate_name
361
399
  __props__.__dict__["cloud_keystore_id"] = cloud_keystore_id
400
+ __props__.__dict__["gcm_cert_scope"] = gcm_cert_scope
362
401
  return CloudKeystoreInstallation(resource_name, opts=opts, __props__=__props__)
363
402
 
364
403
  @property
@@ -409,3 +448,11 @@ class CloudKeystoreInstallation(pulumi.CustomResource):
409
448
  """
410
449
  return pulumi.get(self, "cloud_keystore_id")
411
450
 
451
+ @property
452
+ @pulumi.getter(name="gcmCertScope")
453
+ def gcm_cert_scope(self) -> pulumi.Output[Optional[builtins.str]]:
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. Only it's taken into account if the `cloud_certificate_name` argument is provided.
456
+ """
457
+ return pulumi.get(self, "gcm_cert_scope")
458
+
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "venafi",
4
- "version": "1.12.0-alpha.1749710770"
4
+ "version": "1.12.0-alpha.1750230901"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_venafi
3
- Version: 1.12.0a1749710770
3
+ Version: 1.12.0a1750230901
4
4
  Summary: A Pulumi package for creating and managing venafi cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -5,7 +5,7 @@
5
5
  keywords = ["pulumi", "venafi"]
6
6
  readme = "README.md"
7
7
  requires-python = ">=3.9"
8
- version = "1.12.0a1749710770"
8
+ version = "1.12.0a1750230901"
9
9
  [project.license]
10
10
  text = "Apache-2.0"
11
11
  [project.urls]