passthroughExtensions

@JvmName(name = "slcobckgqesfoxar")
suspend fun passthroughExtensions(value: Output<CertificateExtensionConstraintsArgs>)
@JvmName(name = "knvkomwqsfmqobpf")
suspend fun passthroughExtensions(value: CertificateExtensionConstraintsArgs?)

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.


@JvmName(name = "ujuxvihlsaifxvom")
suspend fun passthroughExtensions(argument: suspend CertificateExtensionConstraintsArgsBuilder.() -> 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.