CryptoManagerKmsProvidersLocation

The Providers.Location structure contains the location as well as a token required (as a header in the HTTP GET request) to download the configuration.


Properties

download_token Required

Information about the token required in the HTTP GET request to download the provider configuration.


string as uri
url Required

Provider configuration download URL

JSON Example

{
	"download_token": {
		"expiry": "string",
		"token": "string"
	},
	"url": "string"
}

Feedback

Was this page helpful?