CertificateIdentityConstraints constructor

CertificateIdentityConstraints({
  1. bool? allowSubjectAltNamesPassthrough,
  2. bool? allowSubjectPassthrough,
  3. Expr? celExpression,
})

Implementation

CertificateIdentityConstraints({
  this.allowSubjectAltNamesPassthrough,
  this.allowSubjectPassthrough,
  this.celExpression,
});