CertificateInfoV2

CertificateInfoV2
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.

JSON Example
{
    "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"
}
string
certificate_usage
Optional

Indicates how the certificate would be used.

Supported Filters: 'Equals'. This property can be used for sorting.

  • MACHINE: vdm certificates
  • CLUSTER: vdm.ec certificates
  • CLUSTER_ENCRYPTION: vdm.enc certificates
Possible values are : MACHINE, CLUSTER, CLUSTER_ENCRYPTION,
boolean
deleted
Optional

deleted

array of string
dnssubject_alternative_names
Optional

dnssubject_alternative_names

string
id
Optional

Id.

boolean
in_use
Optional

Indicates whether certificate is currently used by server or not.

Supported Filters: 'Equals'. This property can be used for sorting.

array of string
invalid_reasons
Optional

Indicates the reason for invalid certificate.

boolean
isDeleted
Optional

isDeleted

boolean
is_valid
Optional

Indicates whether certificate is valid or not.

Supported Filters: 'Equals'. This property can be used for sorting.

string
issuer_name
Optional

Issuer name of certificate.

string
serial_number
Optional

Serial number of certificate.

string
sha1_thumbprint
Optional

SHA1 thumbprint of certificate.

string
signature_algorithm
Optional

Signature algorithm of certificate.

string
subject_name
Optional

Subject name of certificate.

string
valid_from
Optional

Certificate valid from. Numeric version of ISO 8601 format.

Supported Filters: 'StartsWithFilter', 'ContainsFilter'. This property can be used for sorting.

string
valid_until
Optional

Certificate valid until. Numeric version of ISO 8601 format.

Supported Filters: 'StartsWithFilter', 'ContainsFilter'. This property can be used for sorting.