passthroughExtensions

@JvmName(name = "wjymsjqwlabkrcyr")
suspend fun passthroughExtensions(value: Output<CertificateTemplatePassthroughExtensionsArgs>)
@JvmName(name = "nvqaulatulhaykbn")
suspend fun passthroughExtensions(value: CertificateTemplatePassthroughExtensionsArgs?)

Parameters

value

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. Structure is documented below.


@JvmName(name = "rwtyajulxbqsbrhk")
suspend fun passthroughExtensions(argument: suspend CertificateTemplatePassthroughExtensionsArgsBuilder.() -> Unit)

Parameters

argument

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. Structure is documented below.