CryptoManagerKmsProvidersImportResult

The Providers.ImportResult structure contains result of the Providers.import-provider operation.


Properties

string as date-time
export_time Required

Time when the provider was exported


string
provider Required

Provider identifier When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.crypto_manager.kms.provider. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.crypto_manager.kms.provider.


type Required

The Providers.Type enumerated type contains the types of providers.
NATIVE : Native provider

Possible values are: NATIVE


constraints Optional

The constraints on the provider. If unset, there are no constraints on the provider.


native_info Optional

Native provider information This field is optional and it is only relevant when the value of Providers.ImportResult.type is NATIVE.

JSON Example

{
	"export_time": "string",
	"provider": "string",
	"type": "NATIVE"
}

Feedback

Was this page helpful?