Module Values.FieldLevelEncryptionProfileConfigSource

A complex data type of profiles for the field-level encryption.

Sourcetype nonrec t = {
  1. name : String_.t;
    (*

    Profile name for the field-level encryption profile.

    *)
  2. callerReference : String_.t;
    (*

    A unique number that ensures that the request can't be replayed.

    *)
  3. comment : String_.t option;
    (*

    An optional comment for the field-level encryption profile. The comment cannot be longer than 128 characters.

    *)
  4. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?comment:??? -> name:String_.t -> callerReference:String_.t -> encryptionEntities:EncryptionEntities.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t