CertificateIssuer interface
An interface representing the properties of an issuer.
- Extends
Properties
account |
The user name/account name/account id. |
administrator |
Details of the organization's administrator contacts, as provided to the issuer. |
created |
When the issuer was created. |
enabled | Determines whether the object is enabled. |
organization |
Id of the organization. |
password | The password/secret/account key. |
updated |
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
name
provider
The issuer provider.
provider?: string
Property Value
string
Inherited From IssuerProperties.provider