Partilhar via


CertificateProperties interface

The description of an X509 CA Certificate.

Properties

certificate

The certificate content

created

The certificate's create date and time. NOTE: This property will not be serialized. It can only be populated by the server.

expiry

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

isVerified

Determines whether certificate has been verified.

subject

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

thumbprint

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

updated

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

Property Details

certificate

The certificate content

certificate?: string

Property Value

string

created

The certificate's create date and time. NOTE: This property will not be serialized. It can only be populated by the server.

created?: Date

Property Value

Date

expiry

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

expiry?: Date

Property Value

Date

isVerified

Determines whether certificate has been verified.

isVerified?: boolean

Property Value

boolean

subject

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

subject?: string

Property Value

string

thumbprint

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

thumbprint?: string

Property Value

string

updated

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

updated?: Date

Property Value

Date