Module Values.UpdateSqlInjectionMatchSetRequestSource

A request to update a SqlInjectionMatchSet.

Sourcetype nonrec t = {
  1. sqlInjectionMatchSetId : ResourceId.t;
    (*

    The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

    *)
  2. changeToken : ChangeToken.t;
    (*

    The value returned by the most recent call to GetChangeToken.

    *)
  3. updates : SqlInjectionMatchSetUpdates.t;
    (*

    An array of SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types: SqlInjectionMatchSetUpdate: Contains Action and SqlInjectionMatchTuple SqlInjectionMatchTuple: Contains FieldToMatch and TextTransformation FieldToMatch: Contains Data and Type

    *)
}
Sourceval context_ : string
Sourceval make : sqlInjectionMatchSetId:ResourceId.t -> changeToken:ChangeToken.t -> updates:SqlInjectionMatchSetUpdates.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of MatchFieldData.t ]) list ]) list ]) list ] list | `String of ResourceId.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