CertificateIssuer interface

An interface representing the properties of an issuer.

Extends

Properties

accountId

The user name/account name/account id.

administratorContacts

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

createdOn

When the issuer was created.

enabled

Determines whether the object is enabled.

organizationId

Id of the organization.

password

The password/secret/account key.

updatedOn

When the issuer was updated.

Inherited Properties

id

Certificate Identifier.

name

Name of the issuer.

provider

The issuer provider.

Property Details

accountId

The user name/account name/account id.

accountId?: string

Property Value

string

administratorContacts

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

administratorContacts?: AdministratorContact[]

Property Value

createdOn

When the issuer was created.

createdOn?: Date

Property Value

Date

enabled

Determines whether the object is enabled.

enabled?: boolean

Property Value

boolean

organizationId

Id of the organization.

organizationId?: string

Property Value

string

password

The password/secret/account key.

password?: string

Property Value

string

updatedOn

When the issuer was updated.

updatedOn?: Date

Property Value

Date

Inherited Property Details

id

Certificate Identifier.

id?: string

Property Value

string

Inherited From IssuerProperties.id

name

Name of the issuer.

name?: string

Property Value

string

Inherited From IssuerProperties.name

provider

The issuer provider.

provider?: string

Property Value

string

Inherited From IssuerProperties.provider