Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CertificateProperties

Package version

interface

An interface representing CertificateProperties. The description of an X509 CA Certificate.

Hierarchy

  • CertificateProperties

Index

Properties

Optional created

created: Date
member

{Date} [created] The certificate's creation date and time. NOTE: This property will not be serialized. It can only be populated by the server.

Optional expiry

expiry: Date
member

{Date} [expiry] The certificate's expiration date and time. NOTE: This property will not be serialized. It can only be populated by the server.

Optional isVerified

isVerified: undefined | false | true
member

{boolean} [isVerified] Determines whether certificate has been verified. NOTE: This property will not be serialized. It can only be populated by the server.

Optional subject

subject: undefined | string
member

{string} [subject] The certificate's subject name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional thumbprint

thumbprint: undefined | string
member

{string} [thumbprint] The certificate's thumbprint. NOTE: This property will not be serialized. It can only be populated by the server.

Optional updated

updated: Date
member

{Date} [updated] The certificate's last update date and time. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc