CertificateTemplateIdentityConstraintsArgs

data class CertificateTemplateIdentityConstraintsArgs(val allowSubjectAltNamesPassthrough: Output<Boolean>, val allowSubjectPassthrough: Output<Boolean>, val celExpression: Output<CertificateTemplateIdentityConstraintsCelExpressionArgs>? = null) : ConvertibleToJava<CertificateTemplateIdentityConstraintsArgs>

Constructors

constructor(allowSubjectAltNamesPassthrough: Output<Boolean>, allowSubjectPassthrough: Output<Boolean>, celExpression: Output<CertificateTemplateIdentityConstraintsCelExpressionArgs>? = null)

Properties

Link copied to clipboard

Required. If this is true, the SubjectAltNames extension may be copied from a certificate request into the signed certificate. Otherwise, the requested SubjectAltNames will be discarded.

Link copied to clipboard

Required. If this is true, the Subject field may be copied from a certificate request into the signed certificate. Otherwise, the requested Subject will be discarded.

Link copied to clipboard

Optional. A CEL expression that may be used to validate the resolved X.509 Subject and/or Subject Alternative Name before a certificate is signed. To see the full allowed syntax and some examples, see https://cloud.google.com/certificate-authority-service/docs/using-cel

Functions

Link copied to clipboard
open override fun toJava(): CertificateTemplateIdentityConstraintsArgs