pulumi-gcp 7.26.0a1717654409__py3-none-any.whl → 7.26.0a1717725112__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.
Files changed (165) hide show
  1. pulumi_gcp/__init__.py +56 -0
  2. pulumi_gcp/alloydb/_inputs.py +92 -0
  3. pulumi_gcp/alloydb/backup.py +12 -4
  4. pulumi_gcp/alloydb/cluster.py +72 -6
  5. pulumi_gcp/alloydb/instance.py +60 -2
  6. pulumi_gcp/alloydb/outputs.py +114 -0
  7. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +6 -2
  8. pulumi_gcp/artifactregistry/repository_iam_binding.py +21 -7
  9. pulumi_gcp/artifactregistry/repository_iam_member.py +21 -7
  10. pulumi_gcp/artifactregistry/repository_iam_policy.py +21 -7
  11. pulumi_gcp/bigquery/connection_iam_binding.py +21 -7
  12. pulumi_gcp/bigquery/connection_iam_member.py +21 -7
  13. pulumi_gcp/bigquery/connection_iam_policy.py +21 -7
  14. pulumi_gcp/bigquery/data_transfer_config.py +14 -7
  15. pulumi_gcp/bigquery/get_connection_iam_policy.py +6 -2
  16. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +21 -7
  17. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +21 -7
  18. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +21 -7
  19. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +6 -2
  20. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +6 -2
  21. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +21 -7
  22. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +21 -7
  23. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +21 -7
  24. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +21 -7
  25. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +21 -7
  26. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +21 -7
  27. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +6 -2
  28. pulumi_gcp/certificateauthority/_inputs.py +20 -4
  29. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +21 -7
  30. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +21 -7
  31. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +21 -7
  32. pulumi_gcp/certificateauthority/certificate_template.py +157 -173
  33. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +27 -0
  34. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +27 -0
  35. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +27 -0
  36. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +6 -2
  37. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +6 -0
  38. pulumi_gcp/certificateauthority/outputs.py +20 -4
  39. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +21 -7
  40. pulumi_gcp/cloudbuildv2/connection_iam_member.py +21 -7
  41. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +21 -7
  42. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +6 -2
  43. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +6 -2
  44. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +21 -7
  45. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +21 -7
  46. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +21 -7
  47. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +6 -2
  48. pulumi_gcp/cloudrun/get_service_iam_policy.py +6 -2
  49. pulumi_gcp/cloudrun/iam_binding.py +21 -7
  50. pulumi_gcp/cloudrun/iam_member.py +21 -7
  51. pulumi_gcp/cloudrun/iam_policy.py +21 -7
  52. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +6 -2
  53. pulumi_gcp/cloudrunv2/get_service.py +11 -1
  54. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +6 -2
  55. pulumi_gcp/cloudrunv2/job_iam_binding.py +21 -7
  56. pulumi_gcp/cloudrunv2/job_iam_member.py +21 -7
  57. pulumi_gcp/cloudrunv2/job_iam_policy.py +21 -7
  58. pulumi_gcp/cloudrunv2/service.py +47 -0
  59. pulumi_gcp/cloudrunv2/service_iam_binding.py +21 -7
  60. pulumi_gcp/cloudrunv2/service_iam_member.py +21 -7
  61. pulumi_gcp/cloudrunv2/service_iam_policy.py +21 -7
  62. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +6 -2
  63. pulumi_gcp/cloudtasks/queue_iam_binding.py +21 -7
  64. pulumi_gcp/cloudtasks/queue_iam_member.py +21 -7
  65. pulumi_gcp/cloudtasks/queue_iam_policy.py +21 -7
  66. pulumi_gcp/compute/_inputs.py +18 -18
  67. pulumi_gcp/compute/outputs.py +20 -20
  68. pulumi_gcp/dataplex/__init__.py +5 -0
  69. pulumi_gcp/dataplex/_inputs.py +104 -0
  70. pulumi_gcp/dataplex/aspect_type_iam_binding.py +21 -7
  71. pulumi_gcp/dataplex/aspect_type_iam_member.py +21 -7
  72. pulumi_gcp/dataplex/aspect_type_iam_policy.py +21 -7
  73. pulumi_gcp/dataplex/datascan_iam_binding.py +21 -7
  74. pulumi_gcp/dataplex/datascan_iam_member.py +21 -7
  75. pulumi_gcp/dataplex/datascan_iam_policy.py +21 -7
  76. pulumi_gcp/dataplex/entry_group_iam_binding.py +21 -7
  77. pulumi_gcp/dataplex/entry_group_iam_member.py +21 -7
  78. pulumi_gcp/dataplex/entry_group_iam_policy.py +21 -7
  79. pulumi_gcp/dataplex/entry_type.py +963 -0
  80. pulumi_gcp/dataplex/entry_type_iam_binding.py +779 -0
  81. pulumi_gcp/dataplex/entry_type_iam_member.py +779 -0
  82. pulumi_gcp/dataplex/entry_type_iam_policy.py +618 -0
  83. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +6 -2
  84. pulumi_gcp/dataplex/get_datascan_iam_policy.py +6 -2
  85. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +6 -2
  86. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +168 -0
  87. pulumi_gcp/dataplex/get_task_iam_policy.py +6 -2
  88. pulumi_gcp/dataplex/outputs.py +76 -0
  89. pulumi_gcp/dataplex/task.py +16 -16
  90. pulumi_gcp/dataplex/task_iam_binding.py +21 -7
  91. pulumi_gcp/dataplex/task_iam_member.py +21 -7
  92. pulumi_gcp/dataplex/task_iam_policy.py +21 -7
  93. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +21 -7
  94. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +21 -7
  95. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +21 -7
  96. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +6 -2
  97. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +6 -2
  98. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +6 -2
  99. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +21 -7
  100. pulumi_gcp/dataproc/metastore_federation_iam_member.py +21 -7
  101. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +21 -7
  102. pulumi_gcp/dataproc/metastore_service_iam_binding.py +21 -7
  103. pulumi_gcp/dataproc/metastore_service_iam_member.py +21 -7
  104. pulumi_gcp/dataproc/metastore_service_iam_policy.py +21 -7
  105. pulumi_gcp/firestore/field.py +4 -4
  106. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +21 -7
  107. pulumi_gcp/gkebackup/backup_plan_iam_member.py +21 -7
  108. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +21 -7
  109. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +6 -2
  110. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +6 -2
  111. pulumi_gcp/gkehub/feature_iam_binding.py +21 -7
  112. pulumi_gcp/gkehub/feature_iam_member.py +21 -7
  113. pulumi_gcp/gkehub/feature_iam_policy.py +21 -7
  114. pulumi_gcp/gkehub/get_feature_iam_policy.py +6 -2
  115. pulumi_gcp/gkehub/get_membership_iam_policy.py +6 -2
  116. pulumi_gcp/gkehub/membership_binding.py +6 -6
  117. pulumi_gcp/gkehub/membership_iam_binding.py +21 -7
  118. pulumi_gcp/gkehub/membership_iam_member.py +21 -7
  119. pulumi_gcp/gkehub/membership_iam_policy.py +21 -7
  120. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  121. pulumi_gcp/gkehub/namespace.py +4 -4
  122. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  123. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  124. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  125. pulumi_gcp/logging/__init__.py +4 -0
  126. pulumi_gcp/logging/_inputs.py +100 -0
  127. pulumi_gcp/logging/get_log_view_iam_policy.py +157 -0
  128. pulumi_gcp/logging/log_view_iam_binding.py +630 -0
  129. pulumi_gcp/logging/log_view_iam_member.py +630 -0
  130. pulumi_gcp/logging/log_view_iam_policy.py +449 -0
  131. pulumi_gcp/logging/outputs.py +76 -0
  132. pulumi_gcp/netapp/storage_pool.py +9 -9
  133. pulumi_gcp/networksecurity/address_group_iam_policy.py +21 -7
  134. pulumi_gcp/networksecurity/get_address_group_iam_policy.py +6 -2
  135. pulumi_gcp/notebooks/get_instance_iam_policy.py +6 -2
  136. pulumi_gcp/notebooks/get_runtime_iam_policy.py +6 -2
  137. pulumi_gcp/notebooks/instance_iam_binding.py +21 -7
  138. pulumi_gcp/notebooks/instance_iam_member.py +21 -7
  139. pulumi_gcp/notebooks/instance_iam_policy.py +21 -7
  140. pulumi_gcp/notebooks/runtime_iam_binding.py +21 -7
  141. pulumi_gcp/notebooks/runtime_iam_member.py +21 -7
  142. pulumi_gcp/notebooks/runtime_iam_policy.py +21 -7
  143. pulumi_gcp/orgpolicy/policy.py +2 -2
  144. pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
  145. pulumi_gcp/pubsub/subscription.py +4 -4
  146. pulumi_gcp/pulumi-plugin.json +1 -1
  147. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +6 -2
  148. pulumi_gcp/sql/_inputs.py +2 -4
  149. pulumi_gcp/sql/outputs.py +6 -8
  150. pulumi_gcp/storage/_inputs.py +48 -0
  151. pulumi_gcp/storage/outputs.py +75 -0
  152. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +6 -2
  153. pulumi_gcp/workbench/get_instance_iam_policy.py +6 -2
  154. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -2
  155. pulumi_gcp/workstations/get_workstation_iam_policy.py +6 -2
  156. pulumi_gcp/workstations/workstation_config_iam_binding.py +21 -7
  157. pulumi_gcp/workstations/workstation_config_iam_member.py +21 -7
  158. pulumi_gcp/workstations/workstation_config_iam_policy.py +21 -7
  159. pulumi_gcp/workstations/workstation_iam_binding.py +21 -7
  160. pulumi_gcp/workstations/workstation_iam_member.py +21 -7
  161. pulumi_gcp/workstations/workstation_iam_policy.py +21 -7
  162. {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717725112.dist-info}/METADATA +1 -1
  163. {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717725112.dist-info}/RECORD +165 -156
  164. {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717725112.dist-info}/WHEEL +0 -0
  165. {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717725112.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
- omitted, then this template will not add restrictions on a certificate's identity.
34
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels with user-defined metadata. **Note**: This field is non-authoritative, and will only manage the labels
35
- present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
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
- If a certificate request sets extensions that don't appear in the passthrough_extensions, those extensions will be
44
- dropped. If the issuing CaPool's IssuancePolicy defines baseline_values that don't appear here, the certificate issuance
45
- request will fail. If this is omitted, then this template will not add restrictions on a certificate's X.509 extensions.
46
- These constraints do not apply to X.509 extensions set in this CertificateTemplate's predefined_values.
47
- :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
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
- omitted, then this template will not add restrictions on a certificate's identity.
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. **Note**: This field is non-authoritative, and will only manage the labels
113
- present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
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
- If a certificate request sets extensions that don't appear in the passthrough_extensions, those extensions will be
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
- certificate request includes conflicting values for the same properties, they will be overwritten by the values defined
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 for the resource
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, Any]]] = None,
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, Any]]] = None,
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, Any]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
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
- omitted, then this template will not add restrictions on a certificate's identity.
216
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels with user-defined metadata. **Note**: This field is non-authoritative, and will only manage the labels
217
- present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
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
- :param pulumi.Input[str] maximum_lifetime: Optional. The maximum lifetime allowed for all issued certificates that use this template. If the issuing CaPool's
221
- IssuancePolicy specifies a maximum lifetime the minimum of the two durations will be the maximum lifetime for issued.
222
- Note that if the issuing CertificateAuthority expires before a Certificate's requested maximum_lifetime, the effective
223
- lifetime will be explicitly truncated to match it.
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
- If a certificate request sets extensions that don't appear in the passthrough_extensions, those extensions will be
227
- dropped. If the issuing CaPool's IssuancePolicy defines baseline_values that don't appear here, the certificate issuance
228
- request will fail. If this is omitted, then this template will not add restrictions on a certificate's X.509 extensions.
229
- These constraints do not apply to X.509 extensions set in this CertificateTemplate's predefined_values.
230
- :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
231
- certificate request includes conflicting values for the same properties, they will be overwritten by the values defined
232
- here. If the issuing CaPool's IssuancePolicy defines conflicting baseline_values for the same properties, the
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, Any]]]:
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, Any]]]):
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
- omitted, then this template will not add restrictions on a certificate's identity.
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. **Note**: This field is non-authoritative, and will only manage the labels
319
- present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
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
- If a certificate request sets extensions that don't appear in the passthrough_extensions, those extensions will be
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
- certificate request includes conflicting values for the same properties, they will be overwritten by the values defined
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 for the resource
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, Any]]]:
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 and default labels configured on the provider.
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, Any]]]):
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. A certificate template can essentially become a full-fledged vertical certificate issuance framework.
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
- ### Basic_certificate_template
459
- An example of a basic privateca certificate template
449
+ ### Privateca Template Basic
450
+
460
451
  ```python
461
452
  import pulumi
462
453
  import pulumi_gcp as gcp
463
454
 
464
- primary = gcp.certificateauthority.CertificateTemplate("primary",
465
- location="us-west1",
466
- name="template",
467
- description="An updated sample certificate template",
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-two": "value-two",
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
- omitted, then this template will not add restrictions on a certificate's identity.
573
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels with user-defined metadata. **Note**: This field is non-authoritative, and will only manage the labels
574
- present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
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
- :param pulumi.Input[str] maximum_lifetime: Optional. The maximum lifetime allowed for all issued certificates that use this template. If the issuing CaPool's
578
- IssuancePolicy specifies a maximum lifetime the minimum of the two durations will be the maximum lifetime for issued.
579
- Note that if the issuing CertificateAuthority expires before a Certificate's requested maximum_lifetime, the effective
580
- lifetime will be explicitly truncated to match it.
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
- If a certificate request sets extensions that don't appear in the passthrough_extensions, those extensions will be
584
- dropped. If the issuing CaPool's IssuancePolicy defines baseline_values that don't appear here, the certificate issuance
585
- request will fail. If this is omitted, then this template will not add restrictions on a certificate's X.509 extensions.
586
- These constraints do not apply to X.509 extensions set in this CertificateTemplate's predefined_values.
587
- :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
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. A certificate template can essentially become a full-fledged vertical certificate issuance framework.
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
- ### Basic_certificate_template
608
- An example of a basic privateca certificate template
598
+ ### Privateca Template Basic
599
+
609
600
  ```python
610
601
  import pulumi
611
602
  import pulumi_gcp as gcp
612
603
 
613
- primary = gcp.certificateauthority.CertificateTemplate("primary",
614
- location="us-west1",
615
- name="template",
616
- description="An updated sample certificate template",
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-two": "value-two",
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, Any]]] = None,
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, Any]]] = None,
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, Any]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
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
- omitted, then this template will not add restrictions on a certificate's identity.
802
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels with user-defined metadata. **Note**: This field is non-authoritative, and will only manage the labels
803
- present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
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
- :param pulumi.Input[str] maximum_lifetime: Optional. The maximum lifetime allowed for all issued certificates that use this template. If the issuing CaPool's
807
- IssuancePolicy specifies a maximum lifetime the minimum of the two durations will be the maximum lifetime for issued.
808
- Note that if the issuing CertificateAuthority expires before a Certificate's requested maximum_lifetime, the effective
809
- lifetime will be explicitly truncated to match it.
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
- If a certificate request sets extensions that don't appear in the passthrough_extensions, those extensions will be
813
- dropped. If the issuing CaPool's IssuancePolicy defines baseline_values that don't appear here, the certificate issuance
814
- request will fail. If this is omitted, then this template will not add restrictions on a certificate's X.509 extensions.
815
- These constraints do not apply to X.509 extensions set in this CertificateTemplate's predefined_values.
816
- :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
817
- certificate request includes conflicting values for the same properties, they will be overwritten by the values defined
818
- here. If the issuing CaPool's IssuancePolicy defines conflicting baseline_values for the same properties, the
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, Any]]:
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
- omitted, then this template will not add restrictions on a certificate's identity.
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. **Note**: This field is non-authoritative, and will only manage the labels
881
- present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
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
- If a certificate request sets extensions that don't appear in the passthrough_extensions, those extensions will be
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
- certificate request includes conflicting values for the same properties, they will be overwritten by the values defined
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 for the resource
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, Any]]:
929
+ def pulumi_labels(self) -> pulumi.Output[Mapping[str, str]]:
947
930
  """
948
- The combination of labels configured directly on the resource and default labels configured on the provider.
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