keyType property
The type of algorithm used to encrypt the data.
Required. Possible string values are:
- "KEY_TYPE_UNSPECIFIED" : Unspecified key type. Should never be used.
- "XCHACHA20_POLY1305" : Algorithm XChaCha20-Poly1305
Implementation
core.String? keyType;