Package version:

An interface representing the properties of an issuer.

interface CertificateIssuer {
    accountId?: string;
    administratorContacts?: AdministratorContact[];
    createdOn?: any;
    enabled?: boolean;
    id?: string;
    name?: string;
    organizationId?: string;
    password?: string;
    provider?: string;
    updatedOn?: any;
}

Hierarchy (view full)

Properties

accountId?: string

The user name/account name/account id.

administratorContacts?: AdministratorContact[]

Details of the organization's administrator contacts, as provided to the issuer.

createdOn?: any

When the issuer was created.

enabled?: boolean

Determines whether the object is enabled.

id?: string

Certificate Identifier.

name?: string

Name of the issuer.

organizationId?: string

Id of the organization.

password?: string

The password/secret/account key.

provider?: string

The issuer provider.

updatedOn?: any

When the issuer was updated.