Module Values.FieldLevelEncryptionProfileSummarySource

The field-level encryption profile summary.

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

    ID for the field-level encryption profile summary.

    *)
  2. lastModifiedTime : Timestamp.t option;
    (*

    The time when the field-level encryption profile summary was last updated.

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

    Name for the field-level encryption profile summary.

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

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

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

    *)
}
Sourceval make : ?id:??? -> ?lastModifiedTime:??? -> ?name:??? -> ?encryptionEntities:??? -> ?comment:??? -> 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 | `Timestamp of Timestamp.t ]) 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