ProofOfPossessionNonceResponse interface
Result of the action to generate a proof of possession nonce
- Extends
Inherited 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. |
expiry |
The certificate expiry date. NOTE: This property will not be serialized. It can only be populated by the server. |
not |
The certificate not before date. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
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. |
Inherited 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
Inherited From CertificateProperties.certificate
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
Inherited From CertificateProperties.expiryUtc
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
Inherited From CertificateProperties.notBeforeUtc
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
Inherited From CertificateProperties.provisioningState
status
The certificate status. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
Inherited From CertificateProperties.status
subject
The certificate subject. NOTE: This property will not be serialized. It can only be populated by the server.
subject?: string
Property Value
string
Inherited From CertificateProperties.subject
thumbprint
The certificate thumbprint. NOTE: This property will not be serialized. It can only be populated by the server.
thumbprint?: string
Property Value
string
Inherited From CertificateProperties.thumbprint