Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
DeletedCertificate interface
- Package:
- @azure/keyvault-certificates
An interface representing a deleted certificate.
- Extends
Properties
| deletedOn | The time when the certificate was deleted, in UTC NOTE: This property will not be serialized. It can only be populated by the server. |
| recoveryId | The url of the recovery object, used to identify and recover the deleted certificate. |
| scheduledPurgeDate | The time when the certificate is scheduled to be purged, in UTC NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
| cer | CER contents of x509 certificate. |
| id | Certificate identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
| keyId | The key id. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | The name of certificate. |
| policy | The management policy. NOTE: This property will not be serialized. It can only be populated by the server. |
| properties | The properties of the certificate |
| secretId | The secret id. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
deletedOn
The time when the certificate was deleted, in UTC NOTE: This property will not be serialized. It can only be populated by the server.
deletedOn?: Date
Property Value
Date
recoveryId
The url of the recovery object, used to identify and recover the deleted certificate.
recoveryId?: string
Property Value
string
scheduledPurgeDate
The time when the certificate is scheduled to be purged, in UTC NOTE: This property will not be serialized. It can only be populated by the server.
scheduledPurgeDate?: Date
Property Value
Date
Inherited Property Details
cer
CER contents of x509 certificate.
cer?: Uint8Array
Property Value
Uint8Array
Inherited From KeyVaultCertificateWithPolicy.cer
id
Certificate identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From KeyVaultCertificateWithPolicy.id
keyId
The key id. NOTE: This property will not be serialized. It can only be populated by the server.
keyId?: string
Property Value
string
Inherited From KeyVaultCertificateWithPolicy.keyId
name
The name of certificate.
name: string
Property Value
string
Inherited From KeyVaultCertificateWithPolicy.name
policy
The management policy. NOTE: This property will not be serialized. It can only be populated by the server.
policy?: CertificatePolicy
Property Value
Inherited From KeyVaultCertificateWithPolicy.policy
properties
The properties of the certificate
properties: CertificateProperties
Property Value
Inherited From KeyVaultCertificateWithPolicy.properties
secretId
The secret id. NOTE: This property will not be serialized. It can only be populated by the server.
secretId?: string
Property Value
string
Inherited From KeyVaultCertificateWithPolicy.secretId
