Values.SuppressDataIdentifierSourceSpecifies a custom data identifier or managed data identifier that detected a type of sensitive data to exclude from an S3 bucket's sensitivity score.
type nonrec t = {id : string option;The unique identifier for the custom data identifier or managed data identifier that detected the type of sensitive data to exclude from the score.
*)type_ : DataIdentifierType.t option;The type of data identifier that detected the sensitive data. Possible values are: CUSTOM, for a custom data identifier; and, MANAGED, for a managed data identifier.
*)}