Values.ClassificationStatusSourceProvides details about the current status of the sensitive data detection.
type nonrec t = {code : NonEmptyString.t option;The code that represents the status of the sensitive data detection.
*)reason : NonEmptyString.t option;A longer description of the current status of the sensitive data detection.
*)}