google_api_dlp v0.34.2 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectContentRequest View Source
Request to search for potentially sensitive info in a ContentItem.
Attributes
inspectConfig(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectConfig.t, default:nil) - Configuration for the inspector. What specified here will override the template referenced by the inspect_template_name argument.inspectTemplateName(type:String.t, default:nil) - Template to use. Any configuration directly specified in inspect_config will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.item(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ContentItem.t, default:nil) - The item to inspect.locationId(type:String.t, default:nil) - The geographic location to process content inspection. Reserved for future extensions. When inspecting images location is restricted to 'global', 'us', 'asia', and 'europe'.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectContentRequest{
inspectConfig: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectConfig.t(),
inspectTemplateName: String.t(),
item: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ContentItem.t(),
locationId: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.