CertificatePropertiesWithNonce interface

The description of an X509 CA Certificate including the challenge nonce issued for the Proof-Of-Possession flow.

Properties

certificate

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

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. NOTE: This property will not be serialized. It can only be populated by the server.

policyResourceId

The reference to policy stored in Azure Device Registry (ADR).

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.

verificationCode

The certificate's verification code that will be used for proof of possession. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

certificate

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

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. NOTE: This property will not be serialized. It can only be populated by the server.

isVerified?: boolean

Property Value

boolean

policyResourceId

The reference to policy stored in Azure Device Registry (ADR).

policyResourceId?: string

Property Value

string

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

verificationCode

The certificate's verification code that will be used for proof of possession. NOTE: This property will not be serialized. It can only be populated by the server.

verificationCode?: string

Property Value

string