Schemas
The following JSON schema is used to represent the /certificates collection in the Veeam Backup for Microsoft Azure REST API. Properties included in schema represent the TLS certificate details.
CertificateInfoV2
Property | Type | Description |
---|---|---|
keySize | integer($int32) | Certificate key length (in bits). |
keyAlgorithm | string | Certificate encryption algorithm. |
thumbPrint | string | Thumbprint uniquely identifying a certificate. |
serialNumber | string | Serial number of the certificate. |
type | array[string] | Type of the certificate: WebServer, Worker. |
issuedBy | string | Entity that issued the certificate. |
issuedTo | string | Entity to which the certificate is issued. |
subject | string | Name of the client to which the certificate belongs. |
expirationDateUtc | string($date-time) | Date and time when the certificate expires. |
isAutoGenerated | boolean | Defines whether the certificate was generated automatically. |