TrustedInfrastructure_TrustedClusters_Kms_Services_Info

TrustedInfrastructure_TrustedClusters_Kms_Services_Info
TrustedInfrastructure_TrustedClusters_Kms_Services_Info

The Services.Info structure contains all the stored information about a registered Key Provider Service instance that is configured for a cluster.

JSON Example
{
    "address": {
        "hostname": "string",
        "port": 0
    },
    "trusted_CA": {
        "cert_chain": [
            "string"
        ]
    },
    "group": "string",
    "trust_authority_cluster": "string"
}
address
Required

The NetworkAddress structure contains an IP address or DNS resolvable name and a port on which a connection can be established.

trusted_CA
Required

The X509CertChain structure contains x509 certificate chain.

string
group
Required

The group determines the Attestation Service instances this Key Provider Service can accept reports from.

string
trust_authority_cluster
Required

The cluster specifies the Trust Authority Cluster this Key Provider Service belongs to.