esx authentication trust security token issuers: update spec

The update_spec structure contains the fields of the existing security token issuer trust which can be updated.

The structure includes an issuer and a list of token signing certificate chains.

Representation:

{
    "signing_cert_chains"[
        {
            "cert_chain"[
                "string",
                "string"
            ]
        },
        {
            "cert_chain"[
                "string",
                "string"
            ]
        }
    ],
    "issuer""string"
}

Attributes:

Name Type Description
Required
signing_cert_chains[].cert_chain string[] Certificate chain in base64 format

Optional
issuer string Who created and signed the security token.

Optional. If unset, don't modify the issuer.

signing_cert_chains x509_cert_chain[] Token signing certificate chains.

Optional. If unset, don't modify the certificates.