NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
CACertificateData (schema)
| Name | Description | Type | Notes |
|---|---|---|---|
| issued_by | Issuer of certificate CommonName of issuer of CA certificate. |
string | |
| issued_to | Subject name of certificate CommonName of owner of CA certificate. |
string | |
| not_after | Certificate expiry time The time in epoch milliseconds at which the certificate becomes invalid. |
EpochMsTimestamp | |
| type | Type of certificate Type of certificate, currently it's CA certificate. |
string | Enum: CA_CERTIFICATE |