Values.FieldLevelEncryptionProfileConfigSourceA complex data type of profiles for the field-level encryption.
type nonrec t = {name : String_.t;Profile name for the field-level encryption profile.
*)callerReference : String_.t;A unique number that ensures that the request can't be replayed.
*)comment : String_.t option;An optional comment for the field-level encryption profile. The comment cannot be longer than 128 characters.
*)encryptionEntities : EncryptionEntities.t;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.
*)}val make :
?comment:??? ->
name:String_.t ->
callerReference:String_.t ->
encryptionEntities:EncryptionEntities.t ->
unit ->
tval 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 ])
list ]