Values.FieldLevelEncryptionProfileSourceA complex data type for field-level encryption profiles.
type nonrec t = {id : String_.t option;The ID for a field-level encryption profile 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 profile was updated.
*)fieldLevelEncryptionProfileConfig : FieldLevelEncryptionProfileConfig.t option;A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Integer of Integer.t
| `List of [> `String of String_.t ] list ])
list ])
list ]
list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]