Values.FieldLevelEncryptionSourceA complex data type that includes the profile configurations and other options specified for field-level encryption.
type nonrec t = {id : String_.t option;The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.
*)lastModifiedTime : Timestamp.t option;The last time the field-level encryption configuration was changed.
*)fieldLevelEncryptionConfig : FieldLevelEncryptionConfig.t option;A complex data type that includes the profile configurations specified for field-level encryption.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Enum of string | `String of String_.t ])
list ]
list ])
list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]