Package version:

An interface representing the possible subject properties of a certificate's policy. The final type requires at least one of these properties to exist.

interface PolicySubjectProperties {
    subject: string;
    subjectAlternativeNames: any;
}

Properties

subject: string

The subject name. Should be a valid X509 distinguished Name.

subjectAlternativeNames: any

The subject alternative names.