Package version:

An interface representing the properties of a certificate issuer

interface IssuerProperties {
    id?: string;
    name?: string;
    provider?: string;
}

Hierarchy (view full)

Properties

Properties

id?: string

Certificate Identifier.

name?: string

Name of the issuer.

provider?: string

The issuer provider.