allowSubjectAltNamesPassthrough = $allowSubjectAltNamesPassthrough; } /** * @return bool */ public function getAllowSubjectAltNamesPassthrough() { return $this->allowSubjectAltNamesPassthrough; } /** * @param bool */ public function setAllowSubjectPassthrough($allowSubjectPassthrough) { $this->allowSubjectPassthrough = $allowSubjectPassthrough; } /** * @return bool */ public function getAllowSubjectPassthrough() { return $this->allowSubjectPassthrough; } /** * @param Expr */ public function setCelExpression(Expr $celExpression) { $this->celExpression = $celExpression; } /** * @return Expr */ public function getCelExpression() { return $this->celExpression; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CertificateIdentityConstraints::class, 'Google_Service_CertificateAuthorityService_CertificateIdentityConstraints');