CryptoManager_Kms_Providers_Token
CryptoManager_Kms_Providers_Token
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.
JSON Example
{
"token": "string",
"expiry": "string"
}
string As password
token
Required
A one-time, short-lived token required in "Authorization" field of the HTTP header of the request to the url. After the token expires, any attempt to download the configuration with said token will fail.
string As date-time
expiry
Required
Expiry time of the token