pulumi-gcp 7.26.0a1717654409__py3-none-any.whl → 7.26.0a1717690580__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.
- pulumi_gcp/__init__.py +56 -0
- pulumi_gcp/alloydb/_inputs.py +92 -0
- pulumi_gcp/alloydb/backup.py +12 -4
- pulumi_gcp/alloydb/cluster.py +72 -6
- pulumi_gcp/alloydb/instance.py +60 -2
- pulumi_gcp/alloydb/outputs.py +114 -0
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +6 -2
- pulumi_gcp/artifactregistry/repository_iam_binding.py +21 -7
- pulumi_gcp/artifactregistry/repository_iam_member.py +21 -7
- pulumi_gcp/artifactregistry/repository_iam_policy.py +21 -7
- pulumi_gcp/bigquery/connection_iam_binding.py +21 -7
- pulumi_gcp/bigquery/connection_iam_member.py +21 -7
- pulumi_gcp/bigquery/connection_iam_policy.py +21 -7
- pulumi_gcp/bigquery/data_transfer_config.py +14 -7
- pulumi_gcp/bigquery/get_connection_iam_policy.py +6 -2
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +6 -2
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +6 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +21 -7
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +6 -2
- pulumi_gcp/certificateauthority/_inputs.py +20 -4
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +21 -7
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +21 -7
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +21 -7
- pulumi_gcp/certificateauthority/certificate_template.py +157 -173
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +27 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +27 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +27 -0
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +6 -2
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +6 -0
- pulumi_gcp/certificateauthority/outputs.py +20 -4
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +21 -7
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +21 -7
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +21 -7
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +6 -2
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +6 -2
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +21 -7
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +21 -7
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +21 -7
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +6 -2
- pulumi_gcp/cloudrun/get_service_iam_policy.py +6 -2
- pulumi_gcp/cloudrun/iam_binding.py +21 -7
- pulumi_gcp/cloudrun/iam_member.py +21 -7
- pulumi_gcp/cloudrun/iam_policy.py +21 -7
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +6 -2
- pulumi_gcp/cloudrunv2/get_service.py +11 -1
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +6 -2
- pulumi_gcp/cloudrunv2/job_iam_binding.py +21 -7
- pulumi_gcp/cloudrunv2/job_iam_member.py +21 -7
- pulumi_gcp/cloudrunv2/job_iam_policy.py +21 -7
- pulumi_gcp/cloudrunv2/service.py +47 -0
- pulumi_gcp/cloudrunv2/service_iam_binding.py +21 -7
- pulumi_gcp/cloudrunv2/service_iam_member.py +21 -7
- pulumi_gcp/cloudrunv2/service_iam_policy.py +21 -7
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +6 -2
- pulumi_gcp/cloudtasks/queue_iam_binding.py +21 -7
- pulumi_gcp/cloudtasks/queue_iam_member.py +21 -7
- pulumi_gcp/cloudtasks/queue_iam_policy.py +21 -7
- pulumi_gcp/compute/_inputs.py +18 -18
- pulumi_gcp/compute/outputs.py +20 -20
- pulumi_gcp/dataplex/__init__.py +5 -0
- pulumi_gcp/dataplex/_inputs.py +104 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +21 -7
- pulumi_gcp/dataplex/aspect_type_iam_member.py +21 -7
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +21 -7
- pulumi_gcp/dataplex/datascan_iam_binding.py +21 -7
- pulumi_gcp/dataplex/datascan_iam_member.py +21 -7
- pulumi_gcp/dataplex/datascan_iam_policy.py +21 -7
- pulumi_gcp/dataplex/entry_group_iam_binding.py +21 -7
- pulumi_gcp/dataplex/entry_group_iam_member.py +21 -7
- pulumi_gcp/dataplex/entry_group_iam_policy.py +21 -7
- pulumi_gcp/dataplex/entry_type.py +963 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +779 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +779 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +618 -0
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +6 -2
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +6 -2
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +6 -2
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +168 -0
- pulumi_gcp/dataplex/get_task_iam_policy.py +6 -2
- pulumi_gcp/dataplex/outputs.py +76 -0
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataplex/task_iam_binding.py +21 -7
- pulumi_gcp/dataplex/task_iam_member.py +21 -7
- pulumi_gcp/dataplex/task_iam_policy.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +21 -7
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +6 -2
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +6 -2
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +6 -2
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +21 -7
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +21 -7
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_member.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +21 -7
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +21 -7
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +21 -7
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +21 -7
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +6 -2
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +6 -2
- pulumi_gcp/gkehub/feature_iam_binding.py +21 -7
- pulumi_gcp/gkehub/feature_iam_member.py +21 -7
- pulumi_gcp/gkehub/feature_iam_policy.py +21 -7
- pulumi_gcp/gkehub/get_feature_iam_policy.py +6 -2
- pulumi_gcp/gkehub/get_membership_iam_policy.py +6 -2
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +21 -7
- pulumi_gcp/gkehub/membership_iam_member.py +21 -7
- pulumi_gcp/gkehub/membership_iam_policy.py +21 -7
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/logging/__init__.py +4 -0
- pulumi_gcp/logging/_inputs.py +100 -0
- pulumi_gcp/logging/get_log_view_iam_policy.py +157 -0
- pulumi_gcp/logging/log_view_iam_binding.py +630 -0
- pulumi_gcp/logging/log_view_iam_member.py +630 -0
- pulumi_gcp/logging/log_view_iam_policy.py +449 -0
- pulumi_gcp/logging/outputs.py +76 -0
- pulumi_gcp/netapp/storage_pool.py +9 -9
- pulumi_gcp/networksecurity/address_group_iam_policy.py +21 -7
- pulumi_gcp/networksecurity/get_address_group_iam_policy.py +6 -2
- pulumi_gcp/notebooks/get_instance_iam_policy.py +6 -2
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +6 -2
- pulumi_gcp/notebooks/instance_iam_binding.py +21 -7
- pulumi_gcp/notebooks/instance_iam_member.py +21 -7
- pulumi_gcp/notebooks/instance_iam_policy.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_binding.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_member.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_policy.py +21 -7
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
- pulumi_gcp/pubsub/subscription.py +4 -4
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +6 -2
- pulumi_gcp/sql/_inputs.py +2 -4
- pulumi_gcp/sql/outputs.py +6 -8
- pulumi_gcp/storage/_inputs.py +48 -0
- pulumi_gcp/storage/outputs.py +75 -0
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +6 -2
- pulumi_gcp/workbench/get_instance_iam_policy.py +6 -2
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -2
- pulumi_gcp/workstations/get_workstation_iam_policy.py +6 -2
- pulumi_gcp/workstations/workstation_config_iam_binding.py +21 -7
- pulumi_gcp/workstations/workstation_config_iam_member.py +21 -7
- pulumi_gcp/workstations/workstation_config_iam_policy.py +21 -7
- pulumi_gcp/workstations/workstation_iam_binding.py +21 -7
- pulumi_gcp/workstations/workstation_iam_member.py +21 -7
- pulumi_gcp/workstations/workstation_iam_policy.py +21 -7
- {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/RECORD +165 -156
- {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/top_level.txt +0 -0
@@ -28,27 +28,23 @@ class CertificateTemplateArgs:
|
|
28
28
|
"""
|
29
29
|
The set of arguments for constructing a CertificateTemplate resource.
|
30
30
|
:param pulumi.Input[str] location: The location for the resource
|
31
|
+
|
32
|
+
|
33
|
+
- - -
|
31
34
|
:param pulumi.Input[str] description: Optional. A human-readable description of scenarios this template is intended for.
|
32
|
-
:param pulumi.Input['CertificateTemplateIdentityConstraintsArgs'] identity_constraints: Optional. Describes constraints on identities that may be appear in Certificates issued using this template. If this is
|
33
|
-
|
34
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels with user-defined metadata.
|
35
|
-
|
36
|
-
resource.
|
37
|
-
:param pulumi.Input[str] maximum_lifetime: Optional. The maximum lifetime allowed for all issued certificates that use this template. If the issuing CaPool's
|
38
|
-
IssuancePolicy specifies a maximum lifetime the minimum of the two durations will be the maximum lifetime for issued.
|
39
|
-
Note that if the issuing CertificateAuthority expires before a Certificate's requested maximum_lifetime, the effective
|
40
|
-
lifetime will be explicitly truncated to match it.
|
35
|
+
:param pulumi.Input['CertificateTemplateIdentityConstraintsArgs'] identity_constraints: Optional. Describes constraints on identities that may be appear in Certificates issued using this template. If this is omitted, then this template will not add restrictions on a certificate's identity.
|
36
|
+
Structure is documented below.
|
37
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels with user-defined metadata.
|
38
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
39
|
+
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
40
|
+
:param pulumi.Input[str] maximum_lifetime: Optional. The maximum lifetime allowed for all issued certificates that use this template. If the issuing CaPool's IssuancePolicy specifies a maximum lifetime the minimum of the two durations will be the maximum lifetime for issued. Note that if the issuing CertificateAuthority expires before a Certificate's requested maximum_lifetime, the effective lifetime will be explicitly truncated to match it.
|
41
41
|
:param pulumi.Input[str] name: The resource name for this CertificateTemplate in the format `projects/*/locations/*/certificateTemplates/*`.
|
42
|
-
:param pulumi.Input['CertificateTemplatePassthroughExtensionsArgs'] passthrough_extensions: Optional. Describes the set of X.509 extensions that may appear in a Certificate issued using this CertificateTemplate.
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
certificate request includes conflicting values for the same properties, they will be overwritten by the values defined
|
49
|
-
here. If the issuing CaPool's IssuancePolicy defines conflicting baseline_values for the same properties, the
|
50
|
-
certificate issuance request will fail.
|
51
|
-
:param pulumi.Input[str] project: The project for the resource
|
42
|
+
:param pulumi.Input['CertificateTemplatePassthroughExtensionsArgs'] passthrough_extensions: Optional. Describes the set of X.509 extensions that may appear in a Certificate issued using this CertificateTemplate. If a certificate request sets extensions that don't appear in the passthrough_extensions, those extensions will be dropped. If the issuing CaPool's IssuancePolicy defines baseline_values that don't appear here, the certificate issuance request will fail. If this is omitted, then this template will not add restrictions on a certificate's X.509 extensions. These constraints do not apply to X.509 extensions set in this CertificateTemplate's predefined_values.
|
43
|
+
Structure is documented below.
|
44
|
+
:param pulumi.Input['CertificateTemplatePredefinedValuesArgs'] predefined_values: Optional. A set of X.509 values that will be applied to all issued certificates that use this template. If the certificate request includes conflicting values for the same properties, they will be overwritten by the values defined here. If the issuing CaPool's IssuancePolicy defines conflicting baseline_values for the same properties, the certificate issuance request will fail.
|
45
|
+
Structure is documented below.
|
46
|
+
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
47
|
+
If it is not provided, the provider project is used.
|
52
48
|
"""
|
53
49
|
pulumi.set(__self__, "location", location)
|
54
50
|
if description is not None:
|
@@ -73,6 +69,9 @@ class CertificateTemplateArgs:
|
|
73
69
|
def location(self) -> pulumi.Input[str]:
|
74
70
|
"""
|
75
71
|
The location for the resource
|
72
|
+
|
73
|
+
|
74
|
+
- - -
|
76
75
|
"""
|
77
76
|
return pulumi.get(self, "location")
|
78
77
|
|
@@ -96,8 +95,8 @@ class CertificateTemplateArgs:
|
|
96
95
|
@pulumi.getter(name="identityConstraints")
|
97
96
|
def identity_constraints(self) -> Optional[pulumi.Input['CertificateTemplateIdentityConstraintsArgs']]:
|
98
97
|
"""
|
99
|
-
Optional. Describes constraints on identities that may be appear in Certificates issued using this template. If this is
|
100
|
-
|
98
|
+
Optional. Describes constraints on identities that may be appear in Certificates issued using this template. If this is omitted, then this template will not add restrictions on a certificate's identity.
|
99
|
+
Structure is documented below.
|
101
100
|
"""
|
102
101
|
return pulumi.get(self, "identity_constraints")
|
103
102
|
|
@@ -109,9 +108,9 @@ class CertificateTemplateArgs:
|
|
109
108
|
@pulumi.getter
|
110
109
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
111
110
|
"""
|
112
|
-
Optional. Labels with user-defined metadata.
|
113
|
-
|
114
|
-
resource.
|
111
|
+
Optional. Labels with user-defined metadata.
|
112
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
113
|
+
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
115
114
|
"""
|
116
115
|
return pulumi.get(self, "labels")
|
117
116
|
|
@@ -123,10 +122,7 @@ class CertificateTemplateArgs:
|
|
123
122
|
@pulumi.getter(name="maximumLifetime")
|
124
123
|
def maximum_lifetime(self) -> Optional[pulumi.Input[str]]:
|
125
124
|
"""
|
126
|
-
Optional. The maximum lifetime allowed for all issued certificates that use this template. If the issuing CaPool's
|
127
|
-
IssuancePolicy specifies a maximum lifetime the minimum of the two durations will be the maximum lifetime for issued.
|
128
|
-
Note that if the issuing CertificateAuthority expires before a Certificate's requested maximum_lifetime, the effective
|
129
|
-
lifetime will be explicitly truncated to match it.
|
125
|
+
Optional. The maximum lifetime allowed for all issued certificates that use this template. If the issuing CaPool's IssuancePolicy specifies a maximum lifetime the minimum of the two durations will be the maximum lifetime for issued. Note that if the issuing CertificateAuthority expires before a Certificate's requested maximum_lifetime, the effective lifetime will be explicitly truncated to match it.
|
130
126
|
"""
|
131
127
|
return pulumi.get(self, "maximum_lifetime")
|
132
128
|
|
@@ -150,11 +146,8 @@ class CertificateTemplateArgs:
|
|
150
146
|
@pulumi.getter(name="passthroughExtensions")
|
151
147
|
def passthrough_extensions(self) -> Optional[pulumi.Input['CertificateTemplatePassthroughExtensionsArgs']]:
|
152
148
|
"""
|
153
|
-
Optional. Describes the set of X.509 extensions that may appear in a Certificate issued using this CertificateTemplate.
|
154
|
-
|
155
|
-
dropped. If the issuing CaPool's IssuancePolicy defines baseline_values that don't appear here, the certificate issuance
|
156
|
-
request will fail. If this is omitted, then this template will not add restrictions on a certificate's X.509 extensions.
|
157
|
-
These constraints do not apply to X.509 extensions set in this CertificateTemplate's predefined_values.
|
149
|
+
Optional. Describes the set of X.509 extensions that may appear in a Certificate issued using this CertificateTemplate. If a certificate request sets extensions that don't appear in the passthrough_extensions, those extensions will be dropped. If the issuing CaPool's IssuancePolicy defines baseline_values that don't appear here, the certificate issuance request will fail. If this is omitted, then this template will not add restrictions on a certificate's X.509 extensions. These constraints do not apply to X.509 extensions set in this CertificateTemplate's predefined_values.
|
150
|
+
Structure is documented below.
|
158
151
|
"""
|
159
152
|
return pulumi.get(self, "passthrough_extensions")
|
160
153
|
|
@@ -166,10 +159,8 @@ class CertificateTemplateArgs:
|
|
166
159
|
@pulumi.getter(name="predefinedValues")
|
167
160
|
def predefined_values(self) -> Optional[pulumi.Input['CertificateTemplatePredefinedValuesArgs']]:
|
168
161
|
"""
|
169
|
-
Optional. A set of X.509 values that will be applied to all issued certificates that use this template. If the
|
170
|
-
|
171
|
-
here. If the issuing CaPool's IssuancePolicy defines conflicting baseline_values for the same properties, the
|
172
|
-
certificate issuance request will fail.
|
162
|
+
Optional. A set of X.509 values that will be applied to all issued certificates that use this template. If the certificate request includes conflicting values for the same properties, they will be overwritten by the values defined here. If the issuing CaPool's IssuancePolicy defines conflicting baseline_values for the same properties, the certificate issuance request will fail.
|
163
|
+
Structure is documented below.
|
173
164
|
"""
|
174
165
|
return pulumi.get(self, "predefined_values")
|
175
166
|
|
@@ -181,7 +172,8 @@ class CertificateTemplateArgs:
|
|
181
172
|
@pulumi.getter
|
182
173
|
def project(self) -> Optional[pulumi.Input[str]]:
|
183
174
|
"""
|
184
|
-
The project
|
175
|
+
The ID of the project in which the resource belongs.
|
176
|
+
If it is not provided, the provider project is used.
|
185
177
|
"""
|
186
178
|
return pulumi.get(self, "project")
|
187
179
|
|
@@ -195,7 +187,7 @@ class _CertificateTemplateState:
|
|
195
187
|
def __init__(__self__, *,
|
196
188
|
create_time: Optional[pulumi.Input[str]] = None,
|
197
189
|
description: Optional[pulumi.Input[str]] = None,
|
198
|
-
effective_labels: Optional[pulumi.Input[Mapping[str,
|
190
|
+
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
199
191
|
identity_constraints: Optional[pulumi.Input['CertificateTemplateIdentityConstraintsArgs']] = None,
|
200
192
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
201
193
|
location: Optional[pulumi.Input[str]] = None,
|
@@ -204,35 +196,32 @@ class _CertificateTemplateState:
|
|
204
196
|
passthrough_extensions: Optional[pulumi.Input['CertificateTemplatePassthroughExtensionsArgs']] = None,
|
205
197
|
predefined_values: Optional[pulumi.Input['CertificateTemplatePredefinedValuesArgs']] = None,
|
206
198
|
project: Optional[pulumi.Input[str]] = None,
|
207
|
-
pulumi_labels: Optional[pulumi.Input[Mapping[str,
|
199
|
+
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
208
200
|
update_time: Optional[pulumi.Input[str]] = None):
|
209
201
|
"""
|
210
202
|
Input properties used for looking up and filtering CertificateTemplate resources.
|
211
203
|
:param pulumi.Input[str] create_time: Output only. The time at which this CertificateTemplate was created.
|
212
204
|
:param pulumi.Input[str] description: Optional. A human-readable description of scenarios this template is intended for.
|
213
|
-
:param pulumi.Input[Mapping[str,
|
214
|
-
:param pulumi.Input['CertificateTemplateIdentityConstraintsArgs'] identity_constraints: Optional. Describes constraints on identities that may be appear in Certificates issued using this template. If this is
|
215
|
-
|
216
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels with user-defined metadata.
|
217
|
-
|
218
|
-
resource.
|
205
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
206
|
+
:param pulumi.Input['CertificateTemplateIdentityConstraintsArgs'] identity_constraints: Optional. Describes constraints on identities that may be appear in Certificates issued using this template. If this is omitted, then this template will not add restrictions on a certificate's identity.
|
207
|
+
Structure is documented below.
|
208
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels with user-defined metadata.
|
209
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
210
|
+
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
219
211
|
:param pulumi.Input[str] location: The location for the resource
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
212
|
+
|
213
|
+
|
214
|
+
- - -
|
215
|
+
:param pulumi.Input[str] maximum_lifetime: Optional. The maximum lifetime allowed for all issued certificates that use this template. If the issuing CaPool's IssuancePolicy specifies a maximum lifetime the minimum of the two durations will be the maximum lifetime for issued. Note that if the issuing CertificateAuthority expires before a Certificate's requested maximum_lifetime, the effective lifetime will be explicitly truncated to match it.
|
224
216
|
:param pulumi.Input[str] name: The resource name for this CertificateTemplate in the format `projects/*/locations/*/certificateTemplates/*`.
|
225
|
-
:param pulumi.Input['CertificateTemplatePassthroughExtensionsArgs'] passthrough_extensions: Optional. Describes the set of X.509 extensions that may appear in a Certificate issued using this CertificateTemplate.
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
certificate issuance request will fail.
|
234
|
-
:param pulumi.Input[str] project: The project for the resource
|
235
|
-
:param pulumi.Input[Mapping[str, Any]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
217
|
+
:param pulumi.Input['CertificateTemplatePassthroughExtensionsArgs'] passthrough_extensions: Optional. Describes the set of X.509 extensions that may appear in a Certificate issued using this CertificateTemplate. If a certificate request sets extensions that don't appear in the passthrough_extensions, those extensions will be dropped. If the issuing CaPool's IssuancePolicy defines baseline_values that don't appear here, the certificate issuance request will fail. If this is omitted, then this template will not add restrictions on a certificate's X.509 extensions. These constraints do not apply to X.509 extensions set in this CertificateTemplate's predefined_values.
|
218
|
+
Structure is documented below.
|
219
|
+
:param pulumi.Input['CertificateTemplatePredefinedValuesArgs'] predefined_values: Optional. A set of X.509 values that will be applied to all issued certificates that use this template. If the certificate request includes conflicting values for the same properties, they will be overwritten by the values defined here. If the issuing CaPool's IssuancePolicy defines conflicting baseline_values for the same properties, the certificate issuance request will fail.
|
220
|
+
Structure is documented below.
|
221
|
+
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
222
|
+
If it is not provided, the provider project is used.
|
223
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
224
|
+
and default labels configured on the provider.
|
236
225
|
:param pulumi.Input[str] update_time: Output only. The time at which this CertificateTemplate was updated.
|
237
226
|
"""
|
238
227
|
if create_time is not None:
|
@@ -288,22 +277,22 @@ class _CertificateTemplateState:
|
|
288
277
|
|
289
278
|
@property
|
290
279
|
@pulumi.getter(name="effectiveLabels")
|
291
|
-
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str,
|
280
|
+
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
292
281
|
"""
|
293
282
|
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
294
283
|
"""
|
295
284
|
return pulumi.get(self, "effective_labels")
|
296
285
|
|
297
286
|
@effective_labels.setter
|
298
|
-
def effective_labels(self, value: Optional[pulumi.Input[Mapping[str,
|
287
|
+
def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
299
288
|
pulumi.set(self, "effective_labels", value)
|
300
289
|
|
301
290
|
@property
|
302
291
|
@pulumi.getter(name="identityConstraints")
|
303
292
|
def identity_constraints(self) -> Optional[pulumi.Input['CertificateTemplateIdentityConstraintsArgs']]:
|
304
293
|
"""
|
305
|
-
Optional. Describes constraints on identities that may be appear in Certificates issued using this template. If this is
|
306
|
-
|
294
|
+
Optional. Describes constraints on identities that may be appear in Certificates issued using this template. If this is omitted, then this template will not add restrictions on a certificate's identity.
|
295
|
+
Structure is documented below.
|
307
296
|
"""
|
308
297
|
return pulumi.get(self, "identity_constraints")
|
309
298
|
|
@@ -315,9 +304,9 @@ class _CertificateTemplateState:
|
|
315
304
|
@pulumi.getter
|
316
305
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
317
306
|
"""
|
318
|
-
Optional. Labels with user-defined metadata.
|
319
|
-
|
320
|
-
resource.
|
307
|
+
Optional. Labels with user-defined metadata.
|
308
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
309
|
+
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
321
310
|
"""
|
322
311
|
return pulumi.get(self, "labels")
|
323
312
|
|
@@ -330,6 +319,9 @@ class _CertificateTemplateState:
|
|
330
319
|
def location(self) -> Optional[pulumi.Input[str]]:
|
331
320
|
"""
|
332
321
|
The location for the resource
|
322
|
+
|
323
|
+
|
324
|
+
- - -
|
333
325
|
"""
|
334
326
|
return pulumi.get(self, "location")
|
335
327
|
|
@@ -341,10 +333,7 @@ class _CertificateTemplateState:
|
|
341
333
|
@pulumi.getter(name="maximumLifetime")
|
342
334
|
def maximum_lifetime(self) -> Optional[pulumi.Input[str]]:
|
343
335
|
"""
|
344
|
-
Optional. The maximum lifetime allowed for all issued certificates that use this template. If the issuing CaPool's
|
345
|
-
IssuancePolicy specifies a maximum lifetime the minimum of the two durations will be the maximum lifetime for issued.
|
346
|
-
Note that if the issuing CertificateAuthority expires before a Certificate's requested maximum_lifetime, the effective
|
347
|
-
lifetime will be explicitly truncated to match it.
|
336
|
+
Optional. The maximum lifetime allowed for all issued certificates that use this template. If the issuing CaPool's IssuancePolicy specifies a maximum lifetime the minimum of the two durations will be the maximum lifetime for issued. Note that if the issuing CertificateAuthority expires before a Certificate's requested maximum_lifetime, the effective lifetime will be explicitly truncated to match it.
|
348
337
|
"""
|
349
338
|
return pulumi.get(self, "maximum_lifetime")
|
350
339
|
|
@@ -368,11 +357,8 @@ class _CertificateTemplateState:
|
|
368
357
|
@pulumi.getter(name="passthroughExtensions")
|
369
358
|
def passthrough_extensions(self) -> Optional[pulumi.Input['CertificateTemplatePassthroughExtensionsArgs']]:
|
370
359
|
"""
|
371
|
-
Optional. Describes the set of X.509 extensions that may appear in a Certificate issued using this CertificateTemplate.
|
372
|
-
|
373
|
-
dropped. If the issuing CaPool's IssuancePolicy defines baseline_values that don't appear here, the certificate issuance
|
374
|
-
request will fail. If this is omitted, then this template will not add restrictions on a certificate's X.509 extensions.
|
375
|
-
These constraints do not apply to X.509 extensions set in this CertificateTemplate's predefined_values.
|
360
|
+
Optional. Describes the set of X.509 extensions that may appear in a Certificate issued using this CertificateTemplate. If a certificate request sets extensions that don't appear in the passthrough_extensions, those extensions will be dropped. If the issuing CaPool's IssuancePolicy defines baseline_values that don't appear here, the certificate issuance request will fail. If this is omitted, then this template will not add restrictions on a certificate's X.509 extensions. These constraints do not apply to X.509 extensions set in this CertificateTemplate's predefined_values.
|
361
|
+
Structure is documented below.
|
376
362
|
"""
|
377
363
|
return pulumi.get(self, "passthrough_extensions")
|
378
364
|
|
@@ -384,10 +370,8 @@ class _CertificateTemplateState:
|
|
384
370
|
@pulumi.getter(name="predefinedValues")
|
385
371
|
def predefined_values(self) -> Optional[pulumi.Input['CertificateTemplatePredefinedValuesArgs']]:
|
386
372
|
"""
|
387
|
-
Optional. A set of X.509 values that will be applied to all issued certificates that use this template. If the
|
388
|
-
|
389
|
-
here. If the issuing CaPool's IssuancePolicy defines conflicting baseline_values for the same properties, the
|
390
|
-
certificate issuance request will fail.
|
373
|
+
Optional. A set of X.509 values that will be applied to all issued certificates that use this template. If the certificate request includes conflicting values for the same properties, they will be overwritten by the values defined here. If the issuing CaPool's IssuancePolicy defines conflicting baseline_values for the same properties, the certificate issuance request will fail.
|
374
|
+
Structure is documented below.
|
391
375
|
"""
|
392
376
|
return pulumi.get(self, "predefined_values")
|
393
377
|
|
@@ -399,7 +383,8 @@ class _CertificateTemplateState:
|
|
399
383
|
@pulumi.getter
|
400
384
|
def project(self) -> Optional[pulumi.Input[str]]:
|
401
385
|
"""
|
402
|
-
The project
|
386
|
+
The ID of the project in which the resource belongs.
|
387
|
+
If it is not provided, the provider project is used.
|
403
388
|
"""
|
404
389
|
return pulumi.get(self, "project")
|
405
390
|
|
@@ -409,14 +394,15 @@ class _CertificateTemplateState:
|
|
409
394
|
|
410
395
|
@property
|
411
396
|
@pulumi.getter(name="pulumiLabels")
|
412
|
-
def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str,
|
397
|
+
def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
413
398
|
"""
|
414
|
-
The combination of labels configured directly on the resource
|
399
|
+
The combination of labels configured directly on the resource
|
400
|
+
and default labels configured on the provider.
|
415
401
|
"""
|
416
402
|
return pulumi.get(self, "pulumi_labels")
|
417
403
|
|
418
404
|
@pulumi_labels.setter
|
419
|
-
def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str,
|
405
|
+
def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
420
406
|
pulumi.set(self, "pulumi_labels", value)
|
421
407
|
|
422
408
|
@property
|
@@ -448,23 +434,28 @@ class CertificateTemplate(pulumi.CustomResource):
|
|
448
434
|
project: Optional[pulumi.Input[str]] = None,
|
449
435
|
__props__=None):
|
450
436
|
"""
|
451
|
-
Certificate Authority Service provides reusable and parameterized templates that you can use for common certificate issuance scenarios. A certificate template represents a relatively static and well-defined certificate issuance schema within an organization.
|
437
|
+
Certificate Authority Service provides reusable and parameterized templates that you can use for common certificate issuance scenarios. A certificate template represents a relatively static and well-defined certificate issuance schema within an organization. A certificate template can essentially become a full-fledged vertical certificate issuance framework.
|
438
|
+
|
439
|
+
To get more information about CertificateTemplate, see:
|
440
|
+
|
441
|
+
* [API documentation](https://cloud.google.com/certificate-authority-service/docs/reference/rest)
|
442
|
+
* How-to Guides
|
443
|
+
* [Official Documentation](https://cloud.google.com/certificate-authority-service)
|
444
|
+
* [Understanding Certificate Templates](https://cloud.google.com/certificate-authority-service/docs/certificate-template)
|
445
|
+
* [Common configurations and Certificate Profiles](https://cloud.google.com/certificate-authority-service/docs/certificate-profile)
|
452
446
|
|
453
|
-
For more information, see:
|
454
|
-
* [Understanding Certificate Templates](https://cloud.google.com/certificate-authority-service/docs/certificate-template)
|
455
|
-
* [Common configurations and Certificate Profiles](https://cloud.google.com/certificate-authority-service/docs/certificate-profile)
|
456
447
|
## Example Usage
|
457
448
|
|
458
|
-
###
|
459
|
-
|
449
|
+
### Privateca Template Basic
|
450
|
+
|
460
451
|
```python
|
461
452
|
import pulumi
|
462
453
|
import pulumi_gcp as gcp
|
463
454
|
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
description="
|
455
|
+
default = gcp.certificateauthority.CertificateTemplate("default",
|
456
|
+
name="my-template",
|
457
|
+
location="us-central1",
|
458
|
+
description="A sample certificate template",
|
468
459
|
identity_constraints=gcp.certificateauthority.CertificateTemplateIdentityConstraintsArgs(
|
469
460
|
allow_subject_alt_names_passthrough=True,
|
470
461
|
allow_subject_passthrough=True,
|
@@ -535,9 +526,8 @@ class CertificateTemplate(pulumi.CustomResource):
|
|
535
526
|
],
|
536
527
|
)],
|
537
528
|
),
|
538
|
-
project="my-project-name",
|
539
529
|
labels={
|
540
|
-
"label-
|
530
|
+
"label-one": "value-one",
|
541
531
|
})
|
542
532
|
```
|
543
533
|
|
@@ -568,27 +558,23 @@ class CertificateTemplate(pulumi.CustomResource):
|
|
568
558
|
:param str resource_name: The name of the resource.
|
569
559
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
570
560
|
:param pulumi.Input[str] description: Optional. A human-readable description of scenarios this template is intended for.
|
571
|
-
:param pulumi.Input[pulumi.InputType['CertificateTemplateIdentityConstraintsArgs']] identity_constraints: Optional. Describes constraints on identities that may be appear in Certificates issued using this template. If this is
|
572
|
-
|
573
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels with user-defined metadata.
|
574
|
-
|
575
|
-
resource.
|
561
|
+
:param pulumi.Input[pulumi.InputType['CertificateTemplateIdentityConstraintsArgs']] identity_constraints: Optional. Describes constraints on identities that may be appear in Certificates issued using this template. If this is omitted, then this template will not add restrictions on a certificate's identity.
|
562
|
+
Structure is documented below.
|
563
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels with user-defined metadata.
|
564
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
565
|
+
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
576
566
|
:param pulumi.Input[str] location: The location for the resource
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
567
|
+
|
568
|
+
|
569
|
+
- - -
|
570
|
+
:param pulumi.Input[str] maximum_lifetime: Optional. The maximum lifetime allowed for all issued certificates that use this template. If the issuing CaPool's IssuancePolicy specifies a maximum lifetime the minimum of the two durations will be the maximum lifetime for issued. Note that if the issuing CertificateAuthority expires before a Certificate's requested maximum_lifetime, the effective lifetime will be explicitly truncated to match it.
|
581
571
|
:param pulumi.Input[str] name: The resource name for this CertificateTemplate in the format `projects/*/locations/*/certificateTemplates/*`.
|
582
|
-
:param pulumi.Input[pulumi.InputType['CertificateTemplatePassthroughExtensionsArgs']] passthrough_extensions: Optional. Describes the set of X.509 extensions that may appear in a Certificate issued using this CertificateTemplate.
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
certificate request includes conflicting values for the same properties, they will be overwritten by the values defined
|
589
|
-
here. If the issuing CaPool's IssuancePolicy defines conflicting baseline_values for the same properties, the
|
590
|
-
certificate issuance request will fail.
|
591
|
-
:param pulumi.Input[str] project: The project for the resource
|
572
|
+
:param pulumi.Input[pulumi.InputType['CertificateTemplatePassthroughExtensionsArgs']] passthrough_extensions: Optional. Describes the set of X.509 extensions that may appear in a Certificate issued using this CertificateTemplate. If a certificate request sets extensions that don't appear in the passthrough_extensions, those extensions will be dropped. If the issuing CaPool's IssuancePolicy defines baseline_values that don't appear here, the certificate issuance request will fail. If this is omitted, then this template will not add restrictions on a certificate's X.509 extensions. These constraints do not apply to X.509 extensions set in this CertificateTemplate's predefined_values.
|
573
|
+
Structure is documented below.
|
574
|
+
:param pulumi.Input[pulumi.InputType['CertificateTemplatePredefinedValuesArgs']] predefined_values: Optional. A set of X.509 values that will be applied to all issued certificates that use this template. If the certificate request includes conflicting values for the same properties, they will be overwritten by the values defined here. If the issuing CaPool's IssuancePolicy defines conflicting baseline_values for the same properties, the certificate issuance request will fail.
|
575
|
+
Structure is documented below.
|
576
|
+
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
577
|
+
If it is not provided, the provider project is used.
|
592
578
|
"""
|
593
579
|
...
|
594
580
|
@overload
|
@@ -597,23 +583,28 @@ class CertificateTemplate(pulumi.CustomResource):
|
|
597
583
|
args: CertificateTemplateArgs,
|
598
584
|
opts: Optional[pulumi.ResourceOptions] = None):
|
599
585
|
"""
|
600
|
-
Certificate Authority Service provides reusable and parameterized templates that you can use for common certificate issuance scenarios. A certificate template represents a relatively static and well-defined certificate issuance schema within an organization.
|
586
|
+
Certificate Authority Service provides reusable and parameterized templates that you can use for common certificate issuance scenarios. A certificate template represents a relatively static and well-defined certificate issuance schema within an organization. A certificate template can essentially become a full-fledged vertical certificate issuance framework.
|
587
|
+
|
588
|
+
To get more information about CertificateTemplate, see:
|
589
|
+
|
590
|
+
* [API documentation](https://cloud.google.com/certificate-authority-service/docs/reference/rest)
|
591
|
+
* How-to Guides
|
592
|
+
* [Official Documentation](https://cloud.google.com/certificate-authority-service)
|
593
|
+
* [Understanding Certificate Templates](https://cloud.google.com/certificate-authority-service/docs/certificate-template)
|
594
|
+
* [Common configurations and Certificate Profiles](https://cloud.google.com/certificate-authority-service/docs/certificate-profile)
|
601
595
|
|
602
|
-
For more information, see:
|
603
|
-
* [Understanding Certificate Templates](https://cloud.google.com/certificate-authority-service/docs/certificate-template)
|
604
|
-
* [Common configurations and Certificate Profiles](https://cloud.google.com/certificate-authority-service/docs/certificate-profile)
|
605
596
|
## Example Usage
|
606
597
|
|
607
|
-
###
|
608
|
-
|
598
|
+
### Privateca Template Basic
|
599
|
+
|
609
600
|
```python
|
610
601
|
import pulumi
|
611
602
|
import pulumi_gcp as gcp
|
612
603
|
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
description="
|
604
|
+
default = gcp.certificateauthority.CertificateTemplate("default",
|
605
|
+
name="my-template",
|
606
|
+
location="us-central1",
|
607
|
+
description="A sample certificate template",
|
617
608
|
identity_constraints=gcp.certificateauthority.CertificateTemplateIdentityConstraintsArgs(
|
618
609
|
allow_subject_alt_names_passthrough=True,
|
619
610
|
allow_subject_passthrough=True,
|
@@ -684,9 +675,8 @@ class CertificateTemplate(pulumi.CustomResource):
|
|
684
675
|
],
|
685
676
|
)],
|
686
677
|
),
|
687
|
-
project="my-project-name",
|
688
678
|
labels={
|
689
|
-
"label-
|
679
|
+
"label-one": "value-one",
|
690
680
|
})
|
691
681
|
```
|
692
682
|
|
@@ -776,7 +766,7 @@ class CertificateTemplate(pulumi.CustomResource):
|
|
776
766
|
opts: Optional[pulumi.ResourceOptions] = None,
|
777
767
|
create_time: Optional[pulumi.Input[str]] = None,
|
778
768
|
description: Optional[pulumi.Input[str]] = None,
|
779
|
-
effective_labels: Optional[pulumi.Input[Mapping[str,
|
769
|
+
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
780
770
|
identity_constraints: Optional[pulumi.Input[pulumi.InputType['CertificateTemplateIdentityConstraintsArgs']]] = None,
|
781
771
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
782
772
|
location: Optional[pulumi.Input[str]] = None,
|
@@ -785,7 +775,7 @@ class CertificateTemplate(pulumi.CustomResource):
|
|
785
775
|
passthrough_extensions: Optional[pulumi.Input[pulumi.InputType['CertificateTemplatePassthroughExtensionsArgs']]] = None,
|
786
776
|
predefined_values: Optional[pulumi.Input[pulumi.InputType['CertificateTemplatePredefinedValuesArgs']]] = None,
|
787
777
|
project: Optional[pulumi.Input[str]] = None,
|
788
|
-
pulumi_labels: Optional[pulumi.Input[Mapping[str,
|
778
|
+
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
789
779
|
update_time: Optional[pulumi.Input[str]] = None) -> 'CertificateTemplate':
|
790
780
|
"""
|
791
781
|
Get an existing CertificateTemplate resource's state with the given name, id, and optional extra
|
@@ -796,29 +786,26 @@ class CertificateTemplate(pulumi.CustomResource):
|
|
796
786
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
797
787
|
:param pulumi.Input[str] create_time: Output only. The time at which this CertificateTemplate was created.
|
798
788
|
:param pulumi.Input[str] description: Optional. A human-readable description of scenarios this template is intended for.
|
799
|
-
:param pulumi.Input[Mapping[str,
|
800
|
-
:param pulumi.Input[pulumi.InputType['CertificateTemplateIdentityConstraintsArgs']] identity_constraints: Optional. Describes constraints on identities that may be appear in Certificates issued using this template. If this is
|
801
|
-
|
802
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels with user-defined metadata.
|
803
|
-
|
804
|
-
resource.
|
789
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
790
|
+
:param pulumi.Input[pulumi.InputType['CertificateTemplateIdentityConstraintsArgs']] identity_constraints: Optional. Describes constraints on identities that may be appear in Certificates issued using this template. If this is omitted, then this template will not add restrictions on a certificate's identity.
|
791
|
+
Structure is documented below.
|
792
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels with user-defined metadata.
|
793
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
794
|
+
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
805
795
|
:param pulumi.Input[str] location: The location for the resource
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
796
|
+
|
797
|
+
|
798
|
+
- - -
|
799
|
+
:param pulumi.Input[str] maximum_lifetime: Optional. The maximum lifetime allowed for all issued certificates that use this template. If the issuing CaPool's IssuancePolicy specifies a maximum lifetime the minimum of the two durations will be the maximum lifetime for issued. Note that if the issuing CertificateAuthority expires before a Certificate's requested maximum_lifetime, the effective lifetime will be explicitly truncated to match it.
|
810
800
|
:param pulumi.Input[str] name: The resource name for this CertificateTemplate in the format `projects/*/locations/*/certificateTemplates/*`.
|
811
|
-
:param pulumi.Input[pulumi.InputType['CertificateTemplatePassthroughExtensionsArgs']] passthrough_extensions: Optional. Describes the set of X.509 extensions that may appear in a Certificate issued using this CertificateTemplate.
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
certificate issuance request will fail.
|
820
|
-
:param pulumi.Input[str] project: The project for the resource
|
821
|
-
:param pulumi.Input[Mapping[str, Any]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
801
|
+
:param pulumi.Input[pulumi.InputType['CertificateTemplatePassthroughExtensionsArgs']] passthrough_extensions: Optional. Describes the set of X.509 extensions that may appear in a Certificate issued using this CertificateTemplate. If a certificate request sets extensions that don't appear in the passthrough_extensions, those extensions will be dropped. If the issuing CaPool's IssuancePolicy defines baseline_values that don't appear here, the certificate issuance request will fail. If this is omitted, then this template will not add restrictions on a certificate's X.509 extensions. These constraints do not apply to X.509 extensions set in this CertificateTemplate's predefined_values.
|
802
|
+
Structure is documented below.
|
803
|
+
:param pulumi.Input[pulumi.InputType['CertificateTemplatePredefinedValuesArgs']] predefined_values: Optional. A set of X.509 values that will be applied to all issued certificates that use this template. If the certificate request includes conflicting values for the same properties, they will be overwritten by the values defined here. If the issuing CaPool's IssuancePolicy defines conflicting baseline_values for the same properties, the certificate issuance request will fail.
|
804
|
+
Structure is documented below.
|
805
|
+
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
806
|
+
If it is not provided, the provider project is used.
|
807
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
808
|
+
and default labels configured on the provider.
|
822
809
|
:param pulumi.Input[str] update_time: Output only. The time at which this CertificateTemplate was updated.
|
823
810
|
"""
|
824
811
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -858,7 +845,7 @@ class CertificateTemplate(pulumi.CustomResource):
|
|
858
845
|
|
859
846
|
@property
|
860
847
|
@pulumi.getter(name="effectiveLabels")
|
861
|
-
def effective_labels(self) -> pulumi.Output[Mapping[str,
|
848
|
+
def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
862
849
|
"""
|
863
850
|
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
864
851
|
"""
|
@@ -868,8 +855,8 @@ class CertificateTemplate(pulumi.CustomResource):
|
|
868
855
|
@pulumi.getter(name="identityConstraints")
|
869
856
|
def identity_constraints(self) -> pulumi.Output[Optional['outputs.CertificateTemplateIdentityConstraints']]:
|
870
857
|
"""
|
871
|
-
Optional. Describes constraints on identities that may be appear in Certificates issued using this template. If this is
|
872
|
-
|
858
|
+
Optional. Describes constraints on identities that may be appear in Certificates issued using this template. If this is omitted, then this template will not add restrictions on a certificate's identity.
|
859
|
+
Structure is documented below.
|
873
860
|
"""
|
874
861
|
return pulumi.get(self, "identity_constraints")
|
875
862
|
|
@@ -877,9 +864,9 @@ class CertificateTemplate(pulumi.CustomResource):
|
|
877
864
|
@pulumi.getter
|
878
865
|
def labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
879
866
|
"""
|
880
|
-
Optional. Labels with user-defined metadata.
|
881
|
-
|
882
|
-
resource.
|
867
|
+
Optional. Labels with user-defined metadata.
|
868
|
+
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
869
|
+
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
883
870
|
"""
|
884
871
|
return pulumi.get(self, "labels")
|
885
872
|
|
@@ -888,6 +875,9 @@ class CertificateTemplate(pulumi.CustomResource):
|
|
888
875
|
def location(self) -> pulumi.Output[str]:
|
889
876
|
"""
|
890
877
|
The location for the resource
|
878
|
+
|
879
|
+
|
880
|
+
- - -
|
891
881
|
"""
|
892
882
|
return pulumi.get(self, "location")
|
893
883
|
|
@@ -895,10 +885,7 @@ class CertificateTemplate(pulumi.CustomResource):
|
|
895
885
|
@pulumi.getter(name="maximumLifetime")
|
896
886
|
def maximum_lifetime(self) -> pulumi.Output[Optional[str]]:
|
897
887
|
"""
|
898
|
-
Optional. The maximum lifetime allowed for all issued certificates that use this template. If the issuing CaPool's
|
899
|
-
IssuancePolicy specifies a maximum lifetime the minimum of the two durations will be the maximum lifetime for issued.
|
900
|
-
Note that if the issuing CertificateAuthority expires before a Certificate's requested maximum_lifetime, the effective
|
901
|
-
lifetime will be explicitly truncated to match it.
|
888
|
+
Optional. The maximum lifetime allowed for all issued certificates that use this template. If the issuing CaPool's IssuancePolicy specifies a maximum lifetime the minimum of the two durations will be the maximum lifetime for issued. Note that if the issuing CertificateAuthority expires before a Certificate's requested maximum_lifetime, the effective lifetime will be explicitly truncated to match it.
|
902
889
|
"""
|
903
890
|
return pulumi.get(self, "maximum_lifetime")
|
904
891
|
|
@@ -914,11 +901,8 @@ class CertificateTemplate(pulumi.CustomResource):
|
|
914
901
|
@pulumi.getter(name="passthroughExtensions")
|
915
902
|
def passthrough_extensions(self) -> pulumi.Output[Optional['outputs.CertificateTemplatePassthroughExtensions']]:
|
916
903
|
"""
|
917
|
-
Optional. Describes the set of X.509 extensions that may appear in a Certificate issued using this CertificateTemplate.
|
918
|
-
|
919
|
-
dropped. If the issuing CaPool's IssuancePolicy defines baseline_values that don't appear here, the certificate issuance
|
920
|
-
request will fail. If this is omitted, then this template will not add restrictions on a certificate's X.509 extensions.
|
921
|
-
These constraints do not apply to X.509 extensions set in this CertificateTemplate's predefined_values.
|
904
|
+
Optional. Describes the set of X.509 extensions that may appear in a Certificate issued using this CertificateTemplate. If a certificate request sets extensions that don't appear in the passthrough_extensions, those extensions will be dropped. If the issuing CaPool's IssuancePolicy defines baseline_values that don't appear here, the certificate issuance request will fail. If this is omitted, then this template will not add restrictions on a certificate's X.509 extensions. These constraints do not apply to X.509 extensions set in this CertificateTemplate's predefined_values.
|
905
|
+
Structure is documented below.
|
922
906
|
"""
|
923
907
|
return pulumi.get(self, "passthrough_extensions")
|
924
908
|
|
@@ -926,10 +910,8 @@ class CertificateTemplate(pulumi.CustomResource):
|
|
926
910
|
@pulumi.getter(name="predefinedValues")
|
927
911
|
def predefined_values(self) -> pulumi.Output[Optional['outputs.CertificateTemplatePredefinedValues']]:
|
928
912
|
"""
|
929
|
-
Optional. A set of X.509 values that will be applied to all issued certificates that use this template. If the
|
930
|
-
|
931
|
-
here. If the issuing CaPool's IssuancePolicy defines conflicting baseline_values for the same properties, the
|
932
|
-
certificate issuance request will fail.
|
913
|
+
Optional. A set of X.509 values that will be applied to all issued certificates that use this template. If the certificate request includes conflicting values for the same properties, they will be overwritten by the values defined here. If the issuing CaPool's IssuancePolicy defines conflicting baseline_values for the same properties, the certificate issuance request will fail.
|
914
|
+
Structure is documented below.
|
933
915
|
"""
|
934
916
|
return pulumi.get(self, "predefined_values")
|
935
917
|
|
@@ -937,15 +919,17 @@ class CertificateTemplate(pulumi.CustomResource):
|
|
937
919
|
@pulumi.getter
|
938
920
|
def project(self) -> pulumi.Output[str]:
|
939
921
|
"""
|
940
|
-
The project
|
922
|
+
The ID of the project in which the resource belongs.
|
923
|
+
If it is not provided, the provider project is used.
|
941
924
|
"""
|
942
925
|
return pulumi.get(self, "project")
|
943
926
|
|
944
927
|
@property
|
945
928
|
@pulumi.getter(name="pulumiLabels")
|
946
|
-
def pulumi_labels(self) -> pulumi.Output[Mapping[str,
|
929
|
+
def pulumi_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
947
930
|
"""
|
948
|
-
The combination of labels configured directly on the resource
|
931
|
+
The combination of labels configured directly on the resource
|
932
|
+
and default labels configured on the provider.
|
949
933
|
"""
|
950
934
|
return pulumi.get(self, "pulumi_labels")
|
951
935
|
|