Module Values.EncryptionEntitiesSource

Complex data type for field-level encryption profiles that includes all of the encryption entities.

Sourcetype nonrec t = {
  1. quantity : Integer.t;
    (*

    Number of field pattern items in a field-level encryption content type-profile mapping.

    *)
  2. items : EncryptionEntityList.t option;
    (*

    An array of field patterns in a field-level encryption content type-profile mapping.

    *)
}
Sourceval context_ : string
Sourceval make : ?items:??? -> quantity:Integer.t -> unit -> t
Sourceval to_value : 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 ]
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