CryptoManagerKmsProvidersExportResult
The Providers.ExportResult structure contains result of Providers.export operation.
Properties
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.
Possible values are: LOCATION
location
Optional
Location of the exported configuration This field is optional and it is only relevant when the value of Providers.ExportResult.type is LOCATION.
JSON Example
{
"type": "LOCATION"
}