Values.FieldLevelEncryptionProfileSummarySourceThe field-level encryption profile summary.
type nonrec t = {id : String_.t option;ID for the field-level encryption profile summary.
*)lastModifiedTime : Timestamp.t option;The time when the field-level encryption profile summary was last updated.
*)name : String_.t option;Name for the field-level encryption profile summary.
*)encryptionEntities : EncryptionEntities.t option;A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.
*)comment : String_.t option;An optional comment for the field-level encryption profile summary. The comment cannot be longer than 128 characters.
*)}val to_value :
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
| `Timestamp of Timestamp.t ])
list ]