CertificateProperties interface

The properties of certificate

Properties

certificate

The certificate as a UTF-8 encoded base 64 string. NOTE: This property will not be serialized. It can only be populated by the server.

expiryUtc

The certificate expiry date. NOTE: This property will not be serialized. It can only be populated by the server.

notBeforeUtc

The certificate not before date. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState

The status of the last operation. NOTE: This property will not be serialized. It can only be populated by the server.

status

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

subject

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

thumbprint

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

Property Details

certificate

The certificate as a UTF-8 encoded base 64 string. NOTE: This property will not be serialized. It can only be populated by the server.

certificate?: string

Property Value

string

expiryUtc

The certificate expiry date. NOTE: This property will not be serialized. It can only be populated by the server.

expiryUtc?: Date

Property Value

Date

notBeforeUtc

The certificate not before date. NOTE: This property will not be serialized. It can only be populated by the server.

notBeforeUtc?: Date

Property Value

Date

provisioningState

The status of the last operation. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

status

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

status?: string

Property Value

string

subject

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

subject?: string

Property Value

string

thumbprint

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

thumbprint?: string

Property Value

string