Certificate Identity Constraints Response
data class CertificateIdentityConstraintsResponse(val allowSubjectAltNamesPassthrough: Boolean, val allowSubjectPassthrough: Boolean, val celExpression: ExprResponse)
Describes constraints on a Certificate's Subject and SubjectAltNames.
Constructors
Link copied to clipboard
fun CertificateIdentityConstraintsResponse(allowSubjectAltNamesPassthrough: Boolean, allowSubjectPassthrough: Boolean, celExpression: ExprResponse)