vcenter trusted infrastructure kms services: info

The info structure contains all the stored information about a registered Key Provider Service instance. This structure was added in vSphere API 7.0.0.

Representation:

{
    "trusted_CA"{
        "cert_chain"[
            "string",
            "string"
        ]
    },
    "address"{
        "hostname""string",
        "port"1
    },
    "trust_authority_cluster""string",
    "group""string"
}

Attributes:

Name Type Description
Required
address network_address The service's address. This attribute was added in vSphere API 7.0.0.

address.hostname string The IP address or DNS resolvable name of the service. This attribute was added in vSphere API 7.0.0.

trusted_CA x509_cert_chain The service's TLS certificate chain. This attribute was added in vSphere API 7.0.0.

trusted_CA.cert_chain string[] Certificate chain in base64 format. This attribute was added in vSphere API 7.0.0.

group string The group determines the Attestation Service instances this Key Provider Service can accept reports from. This attribute was added in vSphere API 7.0.0.

trust_authority_cluster string The cluster specifies the Trust Authority Cluster this Key Provider Service belongs to. This attribute was added in vSphere API 7.0.0.

Optional
address.port long The port of the service. This attribute was added in vSphere API 7.0.0.

Optional. If unset, port 443 will be used.