Values.UpdateSqlInjectionMatchSetRequestSourceA request to update a SqlInjectionMatchSet.
type nonrec t = {sqlInjectionMatchSetId : ResourceId.t;The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
*)changeToken : ChangeToken.t;The value returned by the most recent call to GetChangeToken.
*)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
*)}val make :
sqlInjectionMatchSetId:ResourceId.t ->
changeToken:ChangeToken.t ->
updates:SqlInjectionMatchSetUpdates.t ->
unit ->
tval 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 ]