CertificateInfoV2
Certificate information of connection server.
Supported Filters : 'And', 'Or' and 'Equals', 'StartsWithFilter' and 'ContainsFilter'.
See the field description to know the filter types it supports.
{
"certificate_usage": "MACHINE",
"deleted": false,
"dnssubject_alternative_names": [
"string"
],
"id": "a76b1ce3-5c12-ce90-449d-61a02f4e54b6",
"in_use": true,
"invalid_reasons": [
"NAME_MISMATCH",
"NOT_TRUSTED"
],
"isDeleted": false,
"is_valid": true,
"issuer_name": "CN=Horizon-server.example.local, OU=VMware Horizon View default certificate, O=VMware, Inc.",
"serial_number": "8e8fc36503833556",
"sha1_thumbprint": "0F:E0:80:6E:7E:0F:BA:EE:0E:BC:0E:A3:8D:FA:19:D8:BD:C0:5E:DF",
"signature_algorithm": "SHA384withRSA",
"subject_name": "CN=Horizon-server.example.local, OU=VMware Horizon View default certificate, O=VMware, Inc.",
"valid_from": "20221010113220",
"valid_until": "20250112113220"
}
Indicates how the certificate would be used.
Supported Filters: 'Equals'. This property can be used for sorting.
- MACHINE: vdm certificates
- CLUSTER: vdm.ec certificates
deleted
dnssubject_alternative_names
Id.
Indicates whether certificate is currently used by server or not.
Supported Filters: 'Equals'. This property can be used for sorting.
Indicates the reason for invalid certificate.
isDeleted
Indicates whether certificate is valid or not.
Supported Filters: 'Equals'. This property can be used for sorting.
Issuer name of certificate.
Serial number of certificate.
SHA1 thumbprint of certificate.
Signature algorithm of certificate.
Subject name of certificate.
Certificate valid from. Numeric version of ISO 8601 format.
Supported Filters: 'StartsWithFilter', 'ContainsFilter'. This property can be used for sorting.
Certificate valid until. Numeric version of ISO 8601 format.
Supported Filters: 'StartsWithFilter', 'ContainsFilter'. This property can be used for sorting.