Hierarchy

Properties

Readonly __createdAt

__createdAt: TDatetime

Date and time of creation.

Readonly __createdBy

__createdBy: UserItemRef

Object’s author.

Optional Readonly __deletedAt

__deletedAt: TDatetime

Date and time of deletion.

Readonly __id

__id: string

ID of the object.

__name

__name: TString

Name of the object.

Readonly __updatedAt

__updatedAt: TDatetime

Date and time of change.

Readonly __updatedBy

__updatedBy: UserItemRef

Author of the last change.

actualized

Data used to create the request.

Contains information about the process of issuing the certificate and sending data to the provider.

alias

alias: string

Name of the certificate displayed during signing.

cert

cert: string

Public key of the digital signature in the base24 format.

cert_status

The certificate’s status.

id

id: string

ID of the digital signature certificate.

identificationType

identificationType: DigitalSignIdentificationType

Type of user identification used to issue the certificate.

issueID

issueID: string

ID of the digital signature certificate in an external system.

The ID’s format depends on the certificate provider.

issuer

issuer: Record<string, string>

The object contains data on who the digital signature certificate was issued by.

The fields match the distinguished name field in X.509 certificates.

lastError

lastError: string

Last error that occurred when issuing the request.

serialNumber

serialNumber: string

Serial number of the certificate issued by a certificate authority.

sign_provider

sign_provider: DigitalSignProviderRef

Link to a digital signature provider.

subject

subject: Record<string, string>

Contains data on the owner of the digital signature certificate.

The fields match the distinguished name field in X.509 certificates.

validFrom

validFrom: TDatetime

Date and time that the certificate if valid from.

validUntilAt

validUntilAt: TDatetime

Date and time until which the certificate can be used to sign documents.