CertificateManagementVcenterTrustedRootChainsCreateSpec
The TrustedRootChains.CreateSpec structure contains information to create a trusted root certificate chain.
Properties
string
chain
Optional
Unique identifier for this trusted root. Client can specify at creation as long as it is unique, otherwise one will be generated. An example of a client providing the identifier would be if this trusted root is associated with a VC trust. In this case the identifier would be the domain id. A unique id will be generated if not given.
JSON Example
{
"cert_chain": {
"cert_chain": [
"string"
]
}
}