TrustedInfrastructure_Attestation_Services_CreateSpec

TrustedInfrastructure_Attestation_Services_CreateSpec
TrustedInfrastructure_Attestation_Services_CreateSpec

The Services.CreateSpec structure contains the data necessary for registering an Attestation Service instance to the environment

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 specifies the Key Provider Service instances that can accept reports issued by this Attestation Service instance.

string
trust_authority_cluster
Required

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