Values.GetSensitivityInspectionTemplateResponseSourceRetrieves the settings for the sensitivity inspection template for an account.
type nonrec t = {description : string option;The custom description of the template.
*)excludes : SensitivityInspectionTemplateExcludes.t option;The managed data identifiers that are explicitly excluded (not used) when performing automated sensitive data discovery.
*)includes : SensitivityInspectionTemplateIncludes.t option;The allow lists, custom data identifiers, and managed data identifiers that are explicitly included (used) when performing automated sensitive data discovery.
*)name : string option;The name of the template: automated-sensitive-data-discovery.
*)sensitivityInspectionTemplateId : SensitivityInspectionTemplateId.t option;The unique identifier for the template.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]