Certificate Identity Constraints Args
data class CertificateIdentityConstraintsArgs(val allowSubjectAltNamesPassthrough: Output<Boolean>, val allowSubjectPassthrough: Output<Boolean>, val celExpression: Output<ExprArgs>? = null) : ConvertibleToJava<CertificateIdentityConstraintsArgs>
Describes constraints on a Certificate's Subject and SubjectAltNames.
Constructors
Link copied to clipboard
fun CertificateIdentityConstraintsArgs(allowSubjectAltNamesPassthrough: Output<Boolean>, allowSubjectPassthrough: Output<Boolean>, celExpression: Output<ExprArgs>? = null)