CryptoManager_Kms_Providers_Location
CryptoManager_Kms_Providers_Location
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.
JSON Example
{
"url": "string",
"download_token": {
"token": "string",
"expiry": "string"
}
}
string As uri
url
Required
Provider configuration download URL
download_token
Required
The Providers.Token structure contains information about the token required to be passed in the HTTP header in the HTTP GET request to download the provider configuration.