CryptoManager_Kms_Providers_ExportResult

CryptoManager_Kms_Providers_ExportResult
CryptoManager_Kms_Providers_ExportResult

The Providers.ExportResult structure contains result of Providers.export operation.

JSON Example
{
    "type": "string",
    "location": {
        "url": "string",
        "download_token": {
            "token": "string",
            "expiry": "string"
        }
    }
}
type
Required

The Providers.ExportType enumerated type identifies the type of result that is returned when a provider is exported.
LOCATION : Result returned as a URL from which the provider configuration can be downloaded.

location
Optional

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.