Package com.pulumi.gcp.dataloss.inputs
Class PreventionInspectTemplateInspectConfigArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.dataloss.inputs.PreventionInspectTemplateInspectConfigArgs
-
public final class PreventionInspectTemplateInspectConfigArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PreventionInspectTemplateInspectConfigArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static PreventionInspectTemplateInspectConfigArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PreventionInspectTemplateInspectConfigArgs.Builder
builder()
static PreventionInspectTemplateInspectConfigArgs.Builder
builder(PreventionInspectTemplateInspectConfigArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
contentOptions()
java.util.Optional<com.pulumi.core.Output<java.util.List<PreventionInspectTemplateInspectConfigCustomInfoTypeArgs>>>
customInfoTypes()
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
excludeInfoTypes()
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
includeQuote()
java.util.Optional<com.pulumi.core.Output<java.util.List<PreventionInspectTemplateInspectConfigInfoTypeArgs>>>
infoTypes()
java.util.Optional<com.pulumi.core.Output<PreventionInspectTemplateInspectConfigLimitsArgs>>
limits()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
minLikelihood()
java.util.Optional<com.pulumi.core.Output<java.util.List<PreventionInspectTemplateInspectConfigRuleSetArgs>>>
ruleSets()
-
-
-
Field Detail
-
Empty
public static final PreventionInspectTemplateInspectConfigArgs Empty
-
-
Method Detail
-
contentOptions
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> contentOptions()
- Returns:
- List of options defining data content to scan. If empty, text, images, and other content will be included. Each value may be one of: `CONTENT_TEXT`, `CONTENT_IMAGE`.
-
customInfoTypes
public java.util.Optional<com.pulumi.core.Output<java.util.List<PreventionInspectTemplateInspectConfigCustomInfoTypeArgs>>> customInfoTypes()
- Returns:
- Custom info types to be used. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more. Structure is documented below.
-
excludeInfoTypes
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> excludeInfoTypes()
- Returns:
- When true, excludes type information of the findings.
-
includeQuote
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> includeQuote()
- Returns:
- When true, a contextual quote from the data that triggered a finding is included in the response.
-
infoTypes
public java.util.Optional<com.pulumi.core.Output<java.util.List<PreventionInspectTemplateInspectConfigInfoTypeArgs>>> infoTypes()
- Returns:
- Restricts what infoTypes to look for. The values must correspond to InfoType values returned by infoTypes.list or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. Structure is documented below.
-
limits
public java.util.Optional<com.pulumi.core.Output<PreventionInspectTemplateInspectConfigLimitsArgs>> limits()
- Returns:
- Configuration to control the number of findings returned. Structure is documented below.
-
minLikelihood
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> minLikelihood()
- Returns:
- Only returns findings equal or above this threshold. See https://cloud.google.com/dlp/docs/likelihood for more info Default value is `POSSIBLE`. Possible values are: `VERY_UNLIKELY`, `UNLIKELY`, `POSSIBLE`, `LIKELY`, `VERY_LIKELY`.
-
ruleSets
public java.util.Optional<com.pulumi.core.Output<java.util.List<PreventionInspectTemplateInspectConfigRuleSetArgs>>> ruleSets()
- Returns:
- Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type. Structure is documented below.
-
builder
public static PreventionInspectTemplateInspectConfigArgs.Builder builder()
-
builder
public static PreventionInspectTemplateInspectConfigArgs.Builder builder(PreventionInspectTemplateInspectConfigArgs defaults)
-
-