Values.SanitizationWarningSourceReturns information about the configuration element or attribute that was sanitized in the configuration.
type nonrec t = {attributeName : string option;The name of the configuration attribute that has been sanitized.
*)elementName : string option;The name of the configuration element that has been sanitized.
*)reason : SanitizationWarningReason.t option;The reason for which the configuration elements or attributes were sanitized.
*)}