TrustedInfrastructureKmsServicesCreateSpec

The Services.CreateSpec structure contains the data necessary for registering a Key Provider Service instance to the environment.


Properties

address Required

The service’s address.


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.


trusted_CA Required

The service’s TLS certificate chain.

JSON Example

{
	"address": {
		"hostname": "string"
	},
	"group": "string",
	"trust_authority_cluster": "string",
	"trusted_CA": {
		"cert_chain": [
			"string"
		]
	}
}
Parameter To

Create KMS Services

Feedback

Was this page helpful?