TrustedInfrastructureTrustAuthorityClustersKmsProvidersServer

The Providers.Server structure contains fields that describe a connection endpoint.


Properties

address Required

The server’s address.


string
name Required

Name of the server. A unique string chosen by the client.

JSON Example

{
	"address": {
		"hostname": "string"
	},
	"name": "string"
}

Feedback

Was this page helpful?