CryptoManagerKmsProvidersNativeProviderCreateSpec

The Providers.NativeProviderCreateSpec structure contains fields that describe the desired configuration for a NATIVE provider.


Properties

string as password
key_derivation_key Optional

Key used to derive data encryption keys. Base64 encoded. If unset, the key derivation key will be generated automatically.


string
key_id Optional

Key identifier for the provider. The key identifier is required to be a 128-bit UUID represented as a hexadecimal string in “12345678-abcd-1234-cdef-123456789abc” format.

If unset, the key identifier will be generated automatically.

JSON Example

{
	"key_derivation_key": "string",
	"key_id": "string"
}

Feedback

Was this page helpful?