allowedSans property

AllowedSubjectAltNames? allowedSans
getter/setter pair

If a AllowedSubjectAltNames is specified here, then all Certificates issued by the CertificateAuthority must match AllowedSubjectAltNames.

If no value or an empty value is specified, any value will be allowed for the SubjectAltNames field.

Optional.

Implementation

AllowedSubjectAltNames? allowedSans;