TrustedCertificateChainRequest Data Type

Properties
name data type constraints description
sourceId string required
sourceType TrustedCertificateChainSourceType required
trustedCertificates array of TrustedCertificateRequest required, not empty
type TrustedCertificateChainType required

Example

{
  "sourceId" : "...",
  "sourceType" : "HYPERVISOR_MANAGER",
  "trustedCertificates" : [ {
    "value" : "...",
    "notAfter" : 12345
  }, {
    "value" : "...",
    "notAfter" : 12345
  } ],
  "type" : "SSH_HOST_FINGERPRINT"
}