CryptoManagerKmsProvidersNativeProviderUpdateSpec

The Providers.NativeProviderUpdateSpec structure contains fields that describe the desired configuration for NATIVE provider. Exporting a NATIVE provider to create a new back-up is suggested after any update.


Properties

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 remain unchanged.

JSON Example

{
	"key_id": "string"
}

Feedback

Was this page helpful?