Values.FieldLevelEncryptionSummarySourceA summary of a field-level encryption item.
type nonrec t = {id : String_.t option;The unique ID of a field-level encryption item.
*)lastModifiedTime : Timestamp.t option;The last time that the summary of field-level encryption items was modified.
*)comment : String_.t option;An optional comment about the field-level encryption item. The comment cannot be longer than 128 characters.
*)queryArgProfileConfig : QueryArgProfileConfig.t option;A summary of a query argument-profile mapping.
*)contentTypeProfileConfig : ContentTypeProfileConfig.t option;A summary of a content type-profile mapping.
*)}val to_value :
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
| `Timestamp of Timestamp.t ])
list ]