TrustedInfrastructureKmsServicesSummary

The Services.Summary structure contains basic information about a registered Key Provider Service instance.


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
service Required

The service’s unique identifier. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.kms.Service. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.kms.Service.


string
trust_authority_cluster Required

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

JSON Example

{
	"address": {
		"hostname": "string"
	},
	"group": "string",
	"service": "string",
	"trust_authority_cluster": "string"
}
Returned By

List KMS Services

Feedback

Was this page helpful?