Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.dlp/v2.OrganizationInspectTemplate
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates an InspectTemplate for reusing frequently used configuration for inspecting content, images, and storage. See https://cloud.google.com/dlp/docs/creating-templates to learn more. Auto-naming is currently not supported for this resource.
Create OrganizationInspectTemplate Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new OrganizationInspectTemplate(name: string, args: OrganizationInspectTemplateArgs, opts?: CustomResourceOptions);
@overload
def OrganizationInspectTemplate(resource_name: str,
args: OrganizationInspectTemplateArgs,
opts: Optional[ResourceOptions] = None)
@overload
def OrganizationInspectTemplate(resource_name: str,
opts: Optional[ResourceOptions] = None,
organization_id: Optional[str] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
inspect_config: Optional[GooglePrivacyDlpV2InspectConfigArgs] = None,
location: Optional[str] = None,
template_id: Optional[str] = None)
func NewOrganizationInspectTemplate(ctx *Context, name string, args OrganizationInspectTemplateArgs, opts ...ResourceOption) (*OrganizationInspectTemplate, error)
public OrganizationInspectTemplate(string name, OrganizationInspectTemplateArgs args, CustomResourceOptions? opts = null)
public OrganizationInspectTemplate(String name, OrganizationInspectTemplateArgs args)
public OrganizationInspectTemplate(String name, OrganizationInspectTemplateArgs args, CustomResourceOptions options)
type: google-native:dlp/v2:OrganizationInspectTemplate
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args OrganizationInspectTemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args OrganizationInspectTemplateArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args OrganizationInspectTemplateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OrganizationInspectTemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args OrganizationInspectTemplateArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var organizationInspectTemplateResource = new GoogleNative.DLP.V2.OrganizationInspectTemplate("organizationInspectTemplateResource", new()
{
OrganizationId = "string",
Description = "string",
DisplayName = "string",
InspectConfig = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2InspectConfigArgs
{
CustomInfoTypes = new[]
{
new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2CustomInfoTypeArgs
{
DetectionRules = new[]
{
new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2DetectionRuleArgs
{
HotwordRule = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2HotwordRuleArgs
{
HotwordRegex = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2RegexArgs
{
GroupIndexes = new[]
{
0,
},
Pattern = "string",
},
LikelihoodAdjustment = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2LikelihoodAdjustmentArgs
{
FixedLikelihood = GoogleNative.DLP.V2.GooglePrivacyDlpV2LikelihoodAdjustmentFixedLikelihood.LikelihoodUnspecified,
RelativeLikelihood = 0,
},
Proximity = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2ProximityArgs
{
WindowAfter = 0,
WindowBefore = 0,
},
},
},
},
Dictionary = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2DictionaryArgs
{
CloudStoragePath = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2CloudStoragePathArgs
{
Path = "string",
},
WordList = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2WordListArgs
{
Words = new[]
{
"string",
},
},
},
ExclusionType = GoogleNative.DLP.V2.GooglePrivacyDlpV2CustomInfoTypeExclusionType.ExclusionTypeUnspecified,
InfoType = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2InfoTypeArgs
{
Name = "string",
SensitivityScore = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2SensitivityScoreArgs
{
Score = GoogleNative.DLP.V2.GooglePrivacyDlpV2SensitivityScoreScore.SensitivityScoreUnspecified,
},
Version = "string",
},
Likelihood = GoogleNative.DLP.V2.GooglePrivacyDlpV2CustomInfoTypeLikelihood.LikelihoodUnspecified,
Regex = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2RegexArgs
{
GroupIndexes = new[]
{
0,
},
Pattern = "string",
},
SensitivityScore = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2SensitivityScoreArgs
{
Score = GoogleNative.DLP.V2.GooglePrivacyDlpV2SensitivityScoreScore.SensitivityScoreUnspecified,
},
StoredType = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2StoredTypeArgs
{
CreateTime = "string",
Name = "string",
},
SurrogateType = null,
},
},
ExcludeInfoTypes = false,
IncludeQuote = false,
InfoTypes = new[]
{
new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2InfoTypeArgs
{
Name = "string",
SensitivityScore = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2SensitivityScoreArgs
{
Score = GoogleNative.DLP.V2.GooglePrivacyDlpV2SensitivityScoreScore.SensitivityScoreUnspecified,
},
Version = "string",
},
},
Limits = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2FindingLimitsArgs
{
MaxFindingsPerInfoType = new[]
{
new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2InfoTypeLimitArgs
{
InfoType = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2InfoTypeArgs
{
Name = "string",
SensitivityScore = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2SensitivityScoreArgs
{
Score = GoogleNative.DLP.V2.GooglePrivacyDlpV2SensitivityScoreScore.SensitivityScoreUnspecified,
},
Version = "string",
},
MaxFindings = 0,
},
},
MaxFindingsPerItem = 0,
MaxFindingsPerRequest = 0,
},
MinLikelihood = GoogleNative.DLP.V2.GooglePrivacyDlpV2InspectConfigMinLikelihood.LikelihoodUnspecified,
MinLikelihoodPerInfoType = new[]
{
new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2InfoTypeLikelihoodArgs
{
InfoType = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2InfoTypeArgs
{
Name = "string",
SensitivityScore = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2SensitivityScoreArgs
{
Score = GoogleNative.DLP.V2.GooglePrivacyDlpV2SensitivityScoreScore.SensitivityScoreUnspecified,
},
Version = "string",
},
MinLikelihood = GoogleNative.DLP.V2.GooglePrivacyDlpV2InfoTypeLikelihoodMinLikelihood.LikelihoodUnspecified,
},
},
RuleSet = new[]
{
new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2InspectionRuleSetArgs
{
InfoTypes = new[]
{
new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2InfoTypeArgs
{
Name = "string",
SensitivityScore = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2SensitivityScoreArgs
{
Score = GoogleNative.DLP.V2.GooglePrivacyDlpV2SensitivityScoreScore.SensitivityScoreUnspecified,
},
Version = "string",
},
},
Rules = new[]
{
new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2InspectionRuleArgs
{
ExclusionRule = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2ExclusionRuleArgs
{
Dictionary = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2DictionaryArgs
{
CloudStoragePath = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2CloudStoragePathArgs
{
Path = "string",
},
WordList = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2WordListArgs
{
Words = new[]
{
"string",
},
},
},
ExcludeByHotword = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2ExcludeByHotwordArgs
{
HotwordRegex = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2RegexArgs
{
GroupIndexes = new[]
{
0,
},
Pattern = "string",
},
Proximity = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2ProximityArgs
{
WindowAfter = 0,
WindowBefore = 0,
},
},
ExcludeInfoTypes = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2ExcludeInfoTypesArgs
{
InfoTypes = new[]
{
new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2InfoTypeArgs
{
Name = "string",
SensitivityScore = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2SensitivityScoreArgs
{
Score = GoogleNative.DLP.V2.GooglePrivacyDlpV2SensitivityScoreScore.SensitivityScoreUnspecified,
},
Version = "string",
},
},
},
MatchingType = GoogleNative.DLP.V2.GooglePrivacyDlpV2ExclusionRuleMatchingType.MatchingTypeUnspecified,
Regex = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2RegexArgs
{
GroupIndexes = new[]
{
0,
},
Pattern = "string",
},
},
HotwordRule = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2HotwordRuleArgs
{
HotwordRegex = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2RegexArgs
{
GroupIndexes = new[]
{
0,
},
Pattern = "string",
},
LikelihoodAdjustment = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2LikelihoodAdjustmentArgs
{
FixedLikelihood = GoogleNative.DLP.V2.GooglePrivacyDlpV2LikelihoodAdjustmentFixedLikelihood.LikelihoodUnspecified,
RelativeLikelihood = 0,
},
Proximity = new GoogleNative.DLP.V2.Inputs.GooglePrivacyDlpV2ProximityArgs
{
WindowAfter = 0,
WindowBefore = 0,
},
},
},
},
},
},
},
TemplateId = "string",
});
example, err := dlp.NewOrganizationInspectTemplate(ctx, "organizationInspectTemplateResource", &dlp.OrganizationInspectTemplateArgs{
OrganizationId: pulumi.String("string"),
Description: pulumi.String("string"),
DisplayName: pulumi.String("string"),
InspectConfig: &dlp.GooglePrivacyDlpV2InspectConfigArgs{
CustomInfoTypes: dlp.GooglePrivacyDlpV2CustomInfoTypeArray{
&dlp.GooglePrivacyDlpV2CustomInfoTypeArgs{
DetectionRules: dlp.GooglePrivacyDlpV2DetectionRuleArray{
&dlp.GooglePrivacyDlpV2DetectionRuleArgs{
HotwordRule: &dlp.GooglePrivacyDlpV2HotwordRuleArgs{
HotwordRegex: &dlp.GooglePrivacyDlpV2RegexArgs{
GroupIndexes: pulumi.IntArray{
pulumi.Int(0),
},
Pattern: pulumi.String("string"),
},
LikelihoodAdjustment: &dlp.GooglePrivacyDlpV2LikelihoodAdjustmentArgs{
FixedLikelihood: dlp.GooglePrivacyDlpV2LikelihoodAdjustmentFixedLikelihoodLikelihoodUnspecified,
RelativeLikelihood: pulumi.Int(0),
},
Proximity: &dlp.GooglePrivacyDlpV2ProximityArgs{
WindowAfter: pulumi.Int(0),
WindowBefore: pulumi.Int(0),
},
},
},
},
Dictionary: &dlp.GooglePrivacyDlpV2DictionaryArgs{
CloudStoragePath: &dlp.GooglePrivacyDlpV2CloudStoragePathArgs{
Path: pulumi.String("string"),
},
WordList: &dlp.GooglePrivacyDlpV2WordListArgs{
Words: pulumi.StringArray{
pulumi.String("string"),
},
},
},
ExclusionType: dlp.GooglePrivacyDlpV2CustomInfoTypeExclusionTypeExclusionTypeUnspecified,
InfoType: &dlp.GooglePrivacyDlpV2InfoTypeArgs{
Name: pulumi.String("string"),
SensitivityScore: &dlp.GooglePrivacyDlpV2SensitivityScoreArgs{
Score: dlp.GooglePrivacyDlpV2SensitivityScoreScoreSensitivityScoreUnspecified,
},
Version: pulumi.String("string"),
},
Likelihood: dlp.GooglePrivacyDlpV2CustomInfoTypeLikelihoodLikelihoodUnspecified,
Regex: &dlp.GooglePrivacyDlpV2RegexArgs{
GroupIndexes: pulumi.IntArray{
pulumi.Int(0),
},
Pattern: pulumi.String("string"),
},
SensitivityScore: &dlp.GooglePrivacyDlpV2SensitivityScoreArgs{
Score: dlp.GooglePrivacyDlpV2SensitivityScoreScoreSensitivityScoreUnspecified,
},
StoredType: &dlp.GooglePrivacyDlpV2StoredTypeArgs{
CreateTime: pulumi.String("string"),
Name: pulumi.String("string"),
},
SurrogateType: nil,
},
},
ExcludeInfoTypes: pulumi.Bool(false),
IncludeQuote: pulumi.Bool(false),
InfoTypes: dlp.GooglePrivacyDlpV2InfoTypeArray{
&dlp.GooglePrivacyDlpV2InfoTypeArgs{
Name: pulumi.String("string"),
SensitivityScore: &dlp.GooglePrivacyDlpV2SensitivityScoreArgs{
Score: dlp.GooglePrivacyDlpV2SensitivityScoreScoreSensitivityScoreUnspecified,
},
Version: pulumi.String("string"),
},
},
Limits: &dlp.GooglePrivacyDlpV2FindingLimitsArgs{
MaxFindingsPerInfoType: dlp.GooglePrivacyDlpV2InfoTypeLimitArray{
&dlp.GooglePrivacyDlpV2InfoTypeLimitArgs{
InfoType: &dlp.GooglePrivacyDlpV2InfoTypeArgs{
Name: pulumi.String("string"),
SensitivityScore: &dlp.GooglePrivacyDlpV2SensitivityScoreArgs{
Score: dlp.GooglePrivacyDlpV2SensitivityScoreScoreSensitivityScoreUnspecified,
},
Version: pulumi.String("string"),
},
MaxFindings: pulumi.Int(0),
},
},
MaxFindingsPerItem: pulumi.Int(0),
MaxFindingsPerRequest: pulumi.Int(0),
},
MinLikelihood: dlp.GooglePrivacyDlpV2InspectConfigMinLikelihoodLikelihoodUnspecified,
MinLikelihoodPerInfoType: dlp.GooglePrivacyDlpV2InfoTypeLikelihoodArray{
&dlp.GooglePrivacyDlpV2InfoTypeLikelihoodArgs{
InfoType: &dlp.GooglePrivacyDlpV2InfoTypeArgs{
Name: pulumi.String("string"),
SensitivityScore: &dlp.GooglePrivacyDlpV2SensitivityScoreArgs{
Score: dlp.GooglePrivacyDlpV2SensitivityScoreScoreSensitivityScoreUnspecified,
},
Version: pulumi.String("string"),
},
MinLikelihood: dlp.GooglePrivacyDlpV2InfoTypeLikelihoodMinLikelihoodLikelihoodUnspecified,
},
},
RuleSet: dlp.GooglePrivacyDlpV2InspectionRuleSetArray{
&dlp.GooglePrivacyDlpV2InspectionRuleSetArgs{
InfoTypes: dlp.GooglePrivacyDlpV2InfoTypeArray{
&dlp.GooglePrivacyDlpV2InfoTypeArgs{
Name: pulumi.String("string"),
SensitivityScore: &dlp.GooglePrivacyDlpV2SensitivityScoreArgs{
Score: dlp.GooglePrivacyDlpV2SensitivityScoreScoreSensitivityScoreUnspecified,
},
Version: pulumi.String("string"),
},
},
Rules: dlp.GooglePrivacyDlpV2InspectionRuleArray{
&dlp.GooglePrivacyDlpV2InspectionRuleArgs{
ExclusionRule: &dlp.GooglePrivacyDlpV2ExclusionRuleArgs{
Dictionary: &dlp.GooglePrivacyDlpV2DictionaryArgs{
CloudStoragePath: &dlp.GooglePrivacyDlpV2CloudStoragePathArgs{
Path: pulumi.String("string"),
},
WordList: &dlp.GooglePrivacyDlpV2WordListArgs{
Words: pulumi.StringArray{
pulumi.String("string"),
},
},
},
ExcludeByHotword: &dlp.GooglePrivacyDlpV2ExcludeByHotwordArgs{
HotwordRegex: &dlp.GooglePrivacyDlpV2RegexArgs{
GroupIndexes: pulumi.IntArray{
pulumi.Int(0),
},
Pattern: pulumi.String("string"),
},
Proximity: &dlp.GooglePrivacyDlpV2ProximityArgs{
WindowAfter: pulumi.Int(0),
WindowBefore: pulumi.Int(0),
},
},
ExcludeInfoTypes: &dlp.GooglePrivacyDlpV2ExcludeInfoTypesArgs{
InfoTypes: dlp.GooglePrivacyDlpV2InfoTypeArray{
&dlp.GooglePrivacyDlpV2InfoTypeArgs{
Name: pulumi.String("string"),
SensitivityScore: &dlp.GooglePrivacyDlpV2SensitivityScoreArgs{
Score: dlp.GooglePrivacyDlpV2SensitivityScoreScoreSensitivityScoreUnspecified,
},
Version: pulumi.String("string"),
},
},
},
MatchingType: dlp.GooglePrivacyDlpV2ExclusionRuleMatchingTypeMatchingTypeUnspecified,
Regex: &dlp.GooglePrivacyDlpV2RegexArgs{
GroupIndexes: pulumi.IntArray{
pulumi.Int(0),
},
Pattern: pulumi.String("string"),
},
},
HotwordRule: &dlp.GooglePrivacyDlpV2HotwordRuleArgs{
HotwordRegex: &dlp.GooglePrivacyDlpV2RegexArgs{
GroupIndexes: pulumi.IntArray{
pulumi.Int(0),
},
Pattern: pulumi.String("string"),
},
LikelihoodAdjustment: &dlp.GooglePrivacyDlpV2LikelihoodAdjustmentArgs{
FixedLikelihood: dlp.GooglePrivacyDlpV2LikelihoodAdjustmentFixedLikelihoodLikelihoodUnspecified,
RelativeLikelihood: pulumi.Int(0),
},
Proximity: &dlp.GooglePrivacyDlpV2ProximityArgs{
WindowAfter: pulumi.Int(0),
WindowBefore: pulumi.Int(0),
},
},
},
},
},
},
},
TemplateId: pulumi.String("string"),
})
var organizationInspectTemplateResource = new OrganizationInspectTemplate("organizationInspectTemplateResource", OrganizationInspectTemplateArgs.builder()
.organizationId("string")
.description("string")
.displayName("string")
.inspectConfig(GooglePrivacyDlpV2InspectConfigArgs.builder()
.customInfoTypes(GooglePrivacyDlpV2CustomInfoTypeArgs.builder()
.detectionRules(GooglePrivacyDlpV2DetectionRuleArgs.builder()
.hotwordRule(GooglePrivacyDlpV2HotwordRuleArgs.builder()
.hotwordRegex(GooglePrivacyDlpV2RegexArgs.builder()
.groupIndexes(0)
.pattern("string")
.build())
.likelihoodAdjustment(GooglePrivacyDlpV2LikelihoodAdjustmentArgs.builder()
.fixedLikelihood("LIKELIHOOD_UNSPECIFIED")
.relativeLikelihood(0)
.build())
.proximity(GooglePrivacyDlpV2ProximityArgs.builder()
.windowAfter(0)
.windowBefore(0)
.build())
.build())
.build())
.dictionary(GooglePrivacyDlpV2DictionaryArgs.builder()
.cloudStoragePath(GooglePrivacyDlpV2CloudStoragePathArgs.builder()
.path("string")
.build())
.wordList(GooglePrivacyDlpV2WordListArgs.builder()
.words("string")
.build())
.build())
.exclusionType("EXCLUSION_TYPE_UNSPECIFIED")
.infoType(GooglePrivacyDlpV2InfoTypeArgs.builder()
.name("string")
.sensitivityScore(GooglePrivacyDlpV2SensitivityScoreArgs.builder()
.score("SENSITIVITY_SCORE_UNSPECIFIED")
.build())
.version("string")
.build())
.likelihood("LIKELIHOOD_UNSPECIFIED")
.regex(GooglePrivacyDlpV2RegexArgs.builder()
.groupIndexes(0)
.pattern("string")
.build())
.sensitivityScore(GooglePrivacyDlpV2SensitivityScoreArgs.builder()
.score("SENSITIVITY_SCORE_UNSPECIFIED")
.build())
.storedType(GooglePrivacyDlpV2StoredTypeArgs.builder()
.createTime("string")
.name("string")
.build())
.surrogateType()
.build())
.excludeInfoTypes(false)
.includeQuote(false)
.infoTypes(GooglePrivacyDlpV2InfoTypeArgs.builder()
.name("string")
.sensitivityScore(GooglePrivacyDlpV2SensitivityScoreArgs.builder()
.score("SENSITIVITY_SCORE_UNSPECIFIED")
.build())
.version("string")
.build())
.limits(GooglePrivacyDlpV2FindingLimitsArgs.builder()
.maxFindingsPerInfoType(GooglePrivacyDlpV2InfoTypeLimitArgs.builder()
.infoType(GooglePrivacyDlpV2InfoTypeArgs.builder()
.name("string")
.sensitivityScore(GooglePrivacyDlpV2SensitivityScoreArgs.builder()
.score("SENSITIVITY_SCORE_UNSPECIFIED")
.build())
.version("string")
.build())
.maxFindings(0)
.build())
.maxFindingsPerItem(0)
.maxFindingsPerRequest(0)
.build())
.minLikelihood("LIKELIHOOD_UNSPECIFIED")
.minLikelihoodPerInfoType(GooglePrivacyDlpV2InfoTypeLikelihoodArgs.builder()
.infoType(GooglePrivacyDlpV2InfoTypeArgs.builder()
.name("string")
.sensitivityScore(GooglePrivacyDlpV2SensitivityScoreArgs.builder()
.score("SENSITIVITY_SCORE_UNSPECIFIED")
.build())
.version("string")
.build())
.minLikelihood("LIKELIHOOD_UNSPECIFIED")
.build())
.ruleSet(GooglePrivacyDlpV2InspectionRuleSetArgs.builder()
.infoTypes(GooglePrivacyDlpV2InfoTypeArgs.builder()
.name("string")
.sensitivityScore(GooglePrivacyDlpV2SensitivityScoreArgs.builder()
.score("SENSITIVITY_SCORE_UNSPECIFIED")
.build())
.version("string")
.build())
.rules(GooglePrivacyDlpV2InspectionRuleArgs.builder()
.exclusionRule(GooglePrivacyDlpV2ExclusionRuleArgs.builder()
.dictionary(GooglePrivacyDlpV2DictionaryArgs.builder()
.cloudStoragePath(GooglePrivacyDlpV2CloudStoragePathArgs.builder()
.path("string")
.build())
.wordList(GooglePrivacyDlpV2WordListArgs.builder()
.words("string")
.build())
.build())
.excludeByHotword(GooglePrivacyDlpV2ExcludeByHotwordArgs.builder()
.hotwordRegex(GooglePrivacyDlpV2RegexArgs.builder()
.groupIndexes(0)
.pattern("string")
.build())
.proximity(GooglePrivacyDlpV2ProximityArgs.builder()
.windowAfter(0)
.windowBefore(0)
.build())
.build())
.excludeInfoTypes(GooglePrivacyDlpV2ExcludeInfoTypesArgs.builder()
.infoTypes(GooglePrivacyDlpV2InfoTypeArgs.builder()
.name("string")
.sensitivityScore(GooglePrivacyDlpV2SensitivityScoreArgs.builder()
.score("SENSITIVITY_SCORE_UNSPECIFIED")
.build())
.version("string")
.build())
.build())
.matchingType("MATCHING_TYPE_UNSPECIFIED")
.regex(GooglePrivacyDlpV2RegexArgs.builder()
.groupIndexes(0)
.pattern("string")
.build())
.build())
.hotwordRule(GooglePrivacyDlpV2HotwordRuleArgs.builder()
.hotwordRegex(GooglePrivacyDlpV2RegexArgs.builder()
.groupIndexes(0)
.pattern("string")
.build())
.likelihoodAdjustment(GooglePrivacyDlpV2LikelihoodAdjustmentArgs.builder()
.fixedLikelihood("LIKELIHOOD_UNSPECIFIED")
.relativeLikelihood(0)
.build())
.proximity(GooglePrivacyDlpV2ProximityArgs.builder()
.windowAfter(0)
.windowBefore(0)
.build())
.build())
.build())
.build())
.build())
.templateId("string")
.build());
organization_inspect_template_resource = google_native.dlp.v2.OrganizationInspectTemplate("organizationInspectTemplateResource",
organization_id="string",
description="string",
display_name="string",
inspect_config=google_native.dlp.v2.GooglePrivacyDlpV2InspectConfigArgs(
custom_info_types=[google_native.dlp.v2.GooglePrivacyDlpV2CustomInfoTypeArgs(
detection_rules=[google_native.dlp.v2.GooglePrivacyDlpV2DetectionRuleArgs(
hotword_rule=google_native.dlp.v2.GooglePrivacyDlpV2HotwordRuleArgs(
hotword_regex=google_native.dlp.v2.GooglePrivacyDlpV2RegexArgs(
group_indexes=[0],
pattern="string",
),
likelihood_adjustment=google_native.dlp.v2.GooglePrivacyDlpV2LikelihoodAdjustmentArgs(
fixed_likelihood=google_native.dlp.v2.GooglePrivacyDlpV2LikelihoodAdjustmentFixedLikelihood.LIKELIHOOD_UNSPECIFIED,
relative_likelihood=0,
),
proximity=google_native.dlp.v2.GooglePrivacyDlpV2ProximityArgs(
window_after=0,
window_before=0,
),
),
)],
dictionary=google_native.dlp.v2.GooglePrivacyDlpV2DictionaryArgs(
cloud_storage_path=google_native.dlp.v2.GooglePrivacyDlpV2CloudStoragePathArgs(
path="string",
),
word_list=google_native.dlp.v2.GooglePrivacyDlpV2WordListArgs(
words=["string"],
),
),
exclusion_type=google_native.dlp.v2.GooglePrivacyDlpV2CustomInfoTypeExclusionType.EXCLUSION_TYPE_UNSPECIFIED,
info_type=google_native.dlp.v2.GooglePrivacyDlpV2InfoTypeArgs(
name="string",
sensitivity_score=google_native.dlp.v2.GooglePrivacyDlpV2SensitivityScoreArgs(
score=google_native.dlp.v2.GooglePrivacyDlpV2SensitivityScoreScore.SENSITIVITY_SCORE_UNSPECIFIED,
),
version="string",
),
likelihood=google_native.dlp.v2.GooglePrivacyDlpV2CustomInfoTypeLikelihood.LIKELIHOOD_UNSPECIFIED,
regex=google_native.dlp.v2.GooglePrivacyDlpV2RegexArgs(
group_indexes=[0],
pattern="string",
),
sensitivity_score=google_native.dlp.v2.GooglePrivacyDlpV2SensitivityScoreArgs(
score=google_native.dlp.v2.GooglePrivacyDlpV2SensitivityScoreScore.SENSITIVITY_SCORE_UNSPECIFIED,
),
stored_type=google_native.dlp.v2.GooglePrivacyDlpV2StoredTypeArgs(
create_time="string",
name="string",
),
surrogate_type=google_native.dlp.v2.GooglePrivacyDlpV2SurrogateTypeArgs(),
)],
exclude_info_types=False,
include_quote=False,
info_types=[google_native.dlp.v2.GooglePrivacyDlpV2InfoTypeArgs(
name="string",
sensitivity_score=google_native.dlp.v2.GooglePrivacyDlpV2SensitivityScoreArgs(
score=google_native.dlp.v2.GooglePrivacyDlpV2SensitivityScoreScore.SENSITIVITY_SCORE_UNSPECIFIED,
),
version="string",
)],
limits=google_native.dlp.v2.GooglePrivacyDlpV2FindingLimitsArgs(
max_findings_per_info_type=[google_native.dlp.v2.GooglePrivacyDlpV2InfoTypeLimitArgs(
info_type=google_native.dlp.v2.GooglePrivacyDlpV2InfoTypeArgs(
name="string",
sensitivity_score=google_native.dlp.v2.GooglePrivacyDlpV2SensitivityScoreArgs(
score=google_native.dlp.v2.GooglePrivacyDlpV2SensitivityScoreScore.SENSITIVITY_SCORE_UNSPECIFIED,
),
version="string",
),
max_findings=0,
)],
max_findings_per_item=0,
max_findings_per_request=0,
),
min_likelihood=google_native.dlp.v2.GooglePrivacyDlpV2InspectConfigMinLikelihood.LIKELIHOOD_UNSPECIFIED,
min_likelihood_per_info_type=[google_native.dlp.v2.GooglePrivacyDlpV2InfoTypeLikelihoodArgs(
info_type=google_native.dlp.v2.GooglePrivacyDlpV2InfoTypeArgs(
name="string",
sensitivity_score=google_native.dlp.v2.GooglePrivacyDlpV2SensitivityScoreArgs(
score=google_native.dlp.v2.GooglePrivacyDlpV2SensitivityScoreScore.SENSITIVITY_SCORE_UNSPECIFIED,
),
version="string",
),
min_likelihood=google_native.dlp.v2.GooglePrivacyDlpV2InfoTypeLikelihoodMinLikelihood.LIKELIHOOD_UNSPECIFIED,
)],
rule_set=[google_native.dlp.v2.GooglePrivacyDlpV2InspectionRuleSetArgs(
info_types=[google_native.dlp.v2.GooglePrivacyDlpV2InfoTypeArgs(
name="string",
sensitivity_score=google_native.dlp.v2.GooglePrivacyDlpV2SensitivityScoreArgs(
score=google_native.dlp.v2.GooglePrivacyDlpV2SensitivityScoreScore.SENSITIVITY_SCORE_UNSPECIFIED,
),
version="string",
)],
rules=[google_native.dlp.v2.GooglePrivacyDlpV2InspectionRuleArgs(
exclusion_rule=google_native.dlp.v2.GooglePrivacyDlpV2ExclusionRuleArgs(
dictionary=google_native.dlp.v2.GooglePrivacyDlpV2DictionaryArgs(
cloud_storage_path=google_native.dlp.v2.GooglePrivacyDlpV2CloudStoragePathArgs(
path="string",
),
word_list=google_native.dlp.v2.GooglePrivacyDlpV2WordListArgs(
words=["string"],
),
),
exclude_by_hotword=google_native.dlp.v2.GooglePrivacyDlpV2ExcludeByHotwordArgs(
hotword_regex=google_native.dlp.v2.GooglePrivacyDlpV2RegexArgs(
group_indexes=[0],
pattern="string",
),
proximity=google_native.dlp.v2.GooglePrivacyDlpV2ProximityArgs(
window_after=0,
window_before=0,
),
),
exclude_info_types=google_native.dlp.v2.GooglePrivacyDlpV2ExcludeInfoTypesArgs(
info_types=[google_native.dlp.v2.GooglePrivacyDlpV2InfoTypeArgs(
name="string",
sensitivity_score=google_native.dlp.v2.GooglePrivacyDlpV2SensitivityScoreArgs(
score=google_native.dlp.v2.GooglePrivacyDlpV2SensitivityScoreScore.SENSITIVITY_SCORE_UNSPECIFIED,
),
version="string",
)],
),
matching_type=google_native.dlp.v2.GooglePrivacyDlpV2ExclusionRuleMatchingType.MATCHING_TYPE_UNSPECIFIED,
regex=google_native.dlp.v2.GooglePrivacyDlpV2RegexArgs(
group_indexes=[0],
pattern="string",
),
),
hotword_rule=google_native.dlp.v2.GooglePrivacyDlpV2HotwordRuleArgs(
hotword_regex=google_native.dlp.v2.GooglePrivacyDlpV2RegexArgs(
group_indexes=[0],
pattern="string",
),
likelihood_adjustment=google_native.dlp.v2.GooglePrivacyDlpV2LikelihoodAdjustmentArgs(
fixed_likelihood=google_native.dlp.v2.GooglePrivacyDlpV2LikelihoodAdjustmentFixedLikelihood.LIKELIHOOD_UNSPECIFIED,
relative_likelihood=0,
),
proximity=google_native.dlp.v2.GooglePrivacyDlpV2ProximityArgs(
window_after=0,
window_before=0,
),
),
)],
)],
),
template_id="string")
const organizationInspectTemplateResource = new google_native.dlp.v2.OrganizationInspectTemplate("organizationInspectTemplateResource", {
organizationId: "string",
description: "string",
displayName: "string",
inspectConfig: {
customInfoTypes: [{
detectionRules: [{
hotwordRule: {
hotwordRegex: {
groupIndexes: [0],
pattern: "string",
},
likelihoodAdjustment: {
fixedLikelihood: google_native.dlp.v2.GooglePrivacyDlpV2LikelihoodAdjustmentFixedLikelihood.LikelihoodUnspecified,
relativeLikelihood: 0,
},
proximity: {
windowAfter: 0,
windowBefore: 0,
},
},
}],
dictionary: {
cloudStoragePath: {
path: "string",
},
wordList: {
words: ["string"],
},
},
exclusionType: google_native.dlp.v2.GooglePrivacyDlpV2CustomInfoTypeExclusionType.ExclusionTypeUnspecified,
infoType: {
name: "string",
sensitivityScore: {
score: google_native.dlp.v2.GooglePrivacyDlpV2SensitivityScoreScore.SensitivityScoreUnspecified,
},
version: "string",
},
likelihood: google_native.dlp.v2.GooglePrivacyDlpV2CustomInfoTypeLikelihood.LikelihoodUnspecified,
regex: {
groupIndexes: [0],
pattern: "string",
},
sensitivityScore: {
score: google_native.dlp.v2.GooglePrivacyDlpV2SensitivityScoreScore.SensitivityScoreUnspecified,
},
storedType: {
createTime: "string",
name: "string",
},
surrogateType: {},
}],
excludeInfoTypes: false,
includeQuote: false,
infoTypes: [{
name: "string",
sensitivityScore: {
score: google_native.dlp.v2.GooglePrivacyDlpV2SensitivityScoreScore.SensitivityScoreUnspecified,
},
version: "string",
}],
limits: {
maxFindingsPerInfoType: [{
infoType: {
name: "string",
sensitivityScore: {
score: google_native.dlp.v2.GooglePrivacyDlpV2SensitivityScoreScore.SensitivityScoreUnspecified,
},
version: "string",
},
maxFindings: 0,
}],
maxFindingsPerItem: 0,
maxFindingsPerRequest: 0,
},
minLikelihood: google_native.dlp.v2.GooglePrivacyDlpV2InspectConfigMinLikelihood.LikelihoodUnspecified,
minLikelihoodPerInfoType: [{
infoType: {
name: "string",
sensitivityScore: {
score: google_native.dlp.v2.GooglePrivacyDlpV2SensitivityScoreScore.SensitivityScoreUnspecified,
},
version: "string",
},
minLikelihood: google_native.dlp.v2.GooglePrivacyDlpV2InfoTypeLikelihoodMinLikelihood.LikelihoodUnspecified,
}],
ruleSet: [{
infoTypes: [{
name: "string",
sensitivityScore: {
score: google_native.dlp.v2.GooglePrivacyDlpV2SensitivityScoreScore.SensitivityScoreUnspecified,
},
version: "string",
}],
rules: [{
exclusionRule: {
dictionary: {
cloudStoragePath: {
path: "string",
},
wordList: {
words: ["string"],
},
},
excludeByHotword: {
hotwordRegex: {
groupIndexes: [0],
pattern: "string",
},
proximity: {
windowAfter: 0,
windowBefore: 0,
},
},
excludeInfoTypes: {
infoTypes: [{
name: "string",
sensitivityScore: {
score: google_native.dlp.v2.GooglePrivacyDlpV2SensitivityScoreScore.SensitivityScoreUnspecified,
},
version: "string",
}],
},
matchingType: google_native.dlp.v2.GooglePrivacyDlpV2ExclusionRuleMatchingType.MatchingTypeUnspecified,
regex: {
groupIndexes: [0],
pattern: "string",
},
},
hotwordRule: {
hotwordRegex: {
groupIndexes: [0],
pattern: "string",
},
likelihoodAdjustment: {
fixedLikelihood: google_native.dlp.v2.GooglePrivacyDlpV2LikelihoodAdjustmentFixedLikelihood.LikelihoodUnspecified,
relativeLikelihood: 0,
},
proximity: {
windowAfter: 0,
windowBefore: 0,
},
},
}],
}],
},
templateId: "string",
});
type: google-native:dlp/v2:OrganizationInspectTemplate
properties:
description: string
displayName: string
inspectConfig:
customInfoTypes:
- detectionRules:
- hotwordRule:
hotwordRegex:
groupIndexes:
- 0
pattern: string
likelihoodAdjustment:
fixedLikelihood: LIKELIHOOD_UNSPECIFIED
relativeLikelihood: 0
proximity:
windowAfter: 0
windowBefore: 0
dictionary:
cloudStoragePath:
path: string
wordList:
words:
- string
exclusionType: EXCLUSION_TYPE_UNSPECIFIED
infoType:
name: string
sensitivityScore:
score: SENSITIVITY_SCORE_UNSPECIFIED
version: string
likelihood: LIKELIHOOD_UNSPECIFIED
regex:
groupIndexes:
- 0
pattern: string
sensitivityScore:
score: SENSITIVITY_SCORE_UNSPECIFIED
storedType:
createTime: string
name: string
surrogateType: {}
excludeInfoTypes: false
includeQuote: false
infoTypes:
- name: string
sensitivityScore:
score: SENSITIVITY_SCORE_UNSPECIFIED
version: string
limits:
maxFindingsPerInfoType:
- infoType:
name: string
sensitivityScore:
score: SENSITIVITY_SCORE_UNSPECIFIED
version: string
maxFindings: 0
maxFindingsPerItem: 0
maxFindingsPerRequest: 0
minLikelihood: LIKELIHOOD_UNSPECIFIED
minLikelihoodPerInfoType:
- infoType:
name: string
sensitivityScore:
score: SENSITIVITY_SCORE_UNSPECIFIED
version: string
minLikelihood: LIKELIHOOD_UNSPECIFIED
ruleSet:
- infoTypes:
- name: string
sensitivityScore:
score: SENSITIVITY_SCORE_UNSPECIFIED
version: string
rules:
- exclusionRule:
dictionary:
cloudStoragePath:
path: string
wordList:
words:
- string
excludeByHotword:
hotwordRegex:
groupIndexes:
- 0
pattern: string
proximity:
windowAfter: 0
windowBefore: 0
excludeInfoTypes:
infoTypes:
- name: string
sensitivityScore:
score: SENSITIVITY_SCORE_UNSPECIFIED
version: string
matchingType: MATCHING_TYPE_UNSPECIFIED
regex:
groupIndexes:
- 0
pattern: string
hotwordRule:
hotwordRegex:
groupIndexes:
- 0
pattern: string
likelihoodAdjustment:
fixedLikelihood: LIKELIHOOD_UNSPECIFIED
relativeLikelihood: 0
proximity:
windowAfter: 0
windowBefore: 0
organizationId: string
templateId: string
OrganizationInspectTemplate Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The OrganizationInspectTemplate resource accepts the following input properties:
- Organization
Id string - Description string
- Short description (max 256 chars).
- Display
Name string - Display name (max 256 chars).
- Inspect
Config Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Inspect Config - The core content of the template. Configuration of the scanning process.
- Location string
- Deprecated. This field has no effect.
- Template
Id string - The template id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression:
[a-zA-Z\d-_]+
. The maximum length is 100 characters. Can be empty to allow the system to generate one.
- Organization
Id string - Description string
- Short description (max 256 chars).
- Display
Name string - Display name (max 256 chars).
- Inspect
Config GooglePrivacy Dlp V2Inspect Config Args - The core content of the template. Configuration of the scanning process.
- Location string
- Deprecated. This field has no effect.
- Template
Id string - The template id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression:
[a-zA-Z\d-_]+
. The maximum length is 100 characters. Can be empty to allow the system to generate one.
- organization
Id String - description String
- Short description (max 256 chars).
- display
Name String - Display name (max 256 chars).
- inspect
Config GooglePrivacy Dlp V2Inspect Config - The core content of the template. Configuration of the scanning process.
- location String
- Deprecated. This field has no effect.
- template
Id String - The template id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression:
[a-zA-Z\d-_]+
. The maximum length is 100 characters. Can be empty to allow the system to generate one.
- organization
Id string - description string
- Short description (max 256 chars).
- display
Name string - Display name (max 256 chars).
- inspect
Config GooglePrivacy Dlp V2Inspect Config - The core content of the template. Configuration of the scanning process.
- location string
- Deprecated. This field has no effect.
- template
Id string - The template id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression:
[a-zA-Z\d-_]+
. The maximum length is 100 characters. Can be empty to allow the system to generate one.
- organization_
id str - description str
- Short description (max 256 chars).
- display_
name str - Display name (max 256 chars).
- inspect_
config GooglePrivacy Dlp V2Inspect Config Args - The core content of the template. Configuration of the scanning process.
- location str
- Deprecated. This field has no effect.
- template_
id str - The template id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression:
[a-zA-Z\d-_]+
. The maximum length is 100 characters. Can be empty to allow the system to generate one.
- organization
Id String - description String
- Short description (max 256 chars).
- display
Name String - Display name (max 256 chars).
- inspect
Config Property Map - The core content of the template. Configuration of the scanning process.
- location String
- Deprecated. This field has no effect.
- template
Id String - The template id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression:
[a-zA-Z\d-_]+
. The maximum length is 100 characters. Can be empty to allow the system to generate one.
Outputs
All input properties are implicitly available as output properties. Additionally, the OrganizationInspectTemplate resource produces the following output properties:
- Create
Time string - The creation timestamp of an inspectTemplate.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The template name. The template will have one of the following formats:
projects/PROJECT_ID/inspectTemplates/TEMPLATE_ID
ORorganizations/ORGANIZATION_ID/inspectTemplates/TEMPLATE_ID
; - Update
Time string - The last update timestamp of an inspectTemplate.
- Create
Time string - The creation timestamp of an inspectTemplate.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The template name. The template will have one of the following formats:
projects/PROJECT_ID/inspectTemplates/TEMPLATE_ID
ORorganizations/ORGANIZATION_ID/inspectTemplates/TEMPLATE_ID
; - Update
Time string - The last update timestamp of an inspectTemplate.
- create
Time String - The creation timestamp of an inspectTemplate.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The template name. The template will have one of the following formats:
projects/PROJECT_ID/inspectTemplates/TEMPLATE_ID
ORorganizations/ORGANIZATION_ID/inspectTemplates/TEMPLATE_ID
; - update
Time String - The last update timestamp of an inspectTemplate.
- create
Time string - The creation timestamp of an inspectTemplate.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The template name. The template will have one of the following formats:
projects/PROJECT_ID/inspectTemplates/TEMPLATE_ID
ORorganizations/ORGANIZATION_ID/inspectTemplates/TEMPLATE_ID
; - update
Time string - The last update timestamp of an inspectTemplate.
- create_
time str - The creation timestamp of an inspectTemplate.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The template name. The template will have one of the following formats:
projects/PROJECT_ID/inspectTemplates/TEMPLATE_ID
ORorganizations/ORGANIZATION_ID/inspectTemplates/TEMPLATE_ID
; - update_
time str - The last update timestamp of an inspectTemplate.
- create
Time String - The creation timestamp of an inspectTemplate.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The template name. The template will have one of the following formats:
projects/PROJECT_ID/inspectTemplates/TEMPLATE_ID
ORorganizations/ORGANIZATION_ID/inspectTemplates/TEMPLATE_ID
; - update
Time String - The last update timestamp of an inspectTemplate.
Supporting Types
GooglePrivacyDlpV2CloudStoragePath, GooglePrivacyDlpV2CloudStoragePathArgs
- Path string
- A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
- Path string
- A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
- path String
- A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
- path string
- A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
- path str
- A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
- path String
- A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
GooglePrivacyDlpV2CloudStoragePathResponse, GooglePrivacyDlpV2CloudStoragePathResponseArgs
- Path string
- A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
- Path string
- A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
- path String
- A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
- path string
- A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
- path str
- A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
- path String
- A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
GooglePrivacyDlpV2CustomInfoType, GooglePrivacyDlpV2CustomInfoTypeArgs
- Detection
Rules List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Detection Rule> - Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the
surrogate_type
CustomInfoType. - Dictionary
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Dictionary - A list of phrases to detect as a CustomInfoType.
- Exclusion
Type Pulumi.Google Native. DLP. V2. Google Privacy Dlp V2Custom Info Type Exclusion Type - If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
- Info
Type Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type - CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in
InspectContent.info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified inInspectContent.info_types
list then the name is treated as a custom info type. - Likelihood
Pulumi.
Google Native. DLP. V2. Google Privacy Dlp V2Custom Info Type Likelihood - Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to
VERY_LIKELY
if not specified. - Regex
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Regex - Regular expression based CustomInfoType.
- Sensitivity
Score Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Sensitivity Score - Sensitivity for this CustomInfoType. If this CustomInfoType extends an existing InfoType, the sensitivity here will take precedence over that of the original InfoType. If unset for a CustomInfoType, it will default to HIGH. This only applies to data profiling.
- Stored
Type Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Stored Type - Load an existing
StoredInfoType
resource for use inInspectDataSource
. Not currently supported inInspectContent
. - Surrogate
Type Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Surrogate Type - Message for detecting output from deidentification transformations that support reversing.
- Detection
Rules []GooglePrivacy Dlp V2Detection Rule - Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the
surrogate_type
CustomInfoType. - Dictionary
Google
Privacy Dlp V2Dictionary - A list of phrases to detect as a CustomInfoType.
- Exclusion
Type GooglePrivacy Dlp V2Custom Info Type Exclusion Type - If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
- Info
Type GooglePrivacy Dlp V2Info Type - CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in
InspectContent.info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified inInspectContent.info_types
list then the name is treated as a custom info type. - Likelihood
Google
Privacy Dlp V2Custom Info Type Likelihood - Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to
VERY_LIKELY
if not specified. - Regex
Google
Privacy Dlp V2Regex - Regular expression based CustomInfoType.
- Sensitivity
Score GooglePrivacy Dlp V2Sensitivity Score - Sensitivity for this CustomInfoType. If this CustomInfoType extends an existing InfoType, the sensitivity here will take precedence over that of the original InfoType. If unset for a CustomInfoType, it will default to HIGH. This only applies to data profiling.
- Stored
Type GooglePrivacy Dlp V2Stored Type - Load an existing
StoredInfoType
resource for use inInspectDataSource
. Not currently supported inInspectContent
. - Surrogate
Type GooglePrivacy Dlp V2Surrogate Type - Message for detecting output from deidentification transformations that support reversing.
- detection
Rules List<GooglePrivacy Dlp V2Detection Rule> - Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the
surrogate_type
CustomInfoType. - dictionary
Google
Privacy Dlp V2Dictionary - A list of phrases to detect as a CustomInfoType.
- exclusion
Type GooglePrivacy Dlp V2Custom Info Type Exclusion Type - If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
- info
Type GooglePrivacy Dlp V2Info Type - CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in
InspectContent.info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified inInspectContent.info_types
list then the name is treated as a custom info type. - likelihood
Google
Privacy Dlp V2Custom Info Type Likelihood - Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to
VERY_LIKELY
if not specified. - regex
Google
Privacy Dlp V2Regex - Regular expression based CustomInfoType.
- sensitivity
Score GooglePrivacy Dlp V2Sensitivity Score - Sensitivity for this CustomInfoType. If this CustomInfoType extends an existing InfoType, the sensitivity here will take precedence over that of the original InfoType. If unset for a CustomInfoType, it will default to HIGH. This only applies to data profiling.
- stored
Type GooglePrivacy Dlp V2Stored Type - Load an existing
StoredInfoType
resource for use inInspectDataSource
. Not currently supported inInspectContent
. - surrogate
Type GooglePrivacy Dlp V2Surrogate Type - Message for detecting output from deidentification transformations that support reversing.
- detection
Rules GooglePrivacy Dlp V2Detection Rule[] - Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the
surrogate_type
CustomInfoType. - dictionary
Google
Privacy Dlp V2Dictionary - A list of phrases to detect as a CustomInfoType.
- exclusion
Type GooglePrivacy Dlp V2Custom Info Type Exclusion Type - If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
- info
Type GooglePrivacy Dlp V2Info Type - CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in
InspectContent.info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified inInspectContent.info_types
list then the name is treated as a custom info type. - likelihood
Google
Privacy Dlp V2Custom Info Type Likelihood - Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to
VERY_LIKELY
if not specified. - regex
Google
Privacy Dlp V2Regex - Regular expression based CustomInfoType.
- sensitivity
Score GooglePrivacy Dlp V2Sensitivity Score - Sensitivity for this CustomInfoType. If this CustomInfoType extends an existing InfoType, the sensitivity here will take precedence over that of the original InfoType. If unset for a CustomInfoType, it will default to HIGH. This only applies to data profiling.
- stored
Type GooglePrivacy Dlp V2Stored Type - Load an existing
StoredInfoType
resource for use inInspectDataSource
. Not currently supported inInspectContent
. - surrogate
Type GooglePrivacy Dlp V2Surrogate Type - Message for detecting output from deidentification transformations that support reversing.
- detection_
rules Sequence[GooglePrivacy Dlp V2Detection Rule] - Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the
surrogate_type
CustomInfoType. - dictionary
Google
Privacy Dlp V2Dictionary - A list of phrases to detect as a CustomInfoType.
- exclusion_
type GooglePrivacy Dlp V2Custom Info Type Exclusion Type - If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
- info_
type GooglePrivacy Dlp V2Info Type - CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in
InspectContent.info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified inInspectContent.info_types
list then the name is treated as a custom info type. - likelihood
Google
Privacy Dlp V2Custom Info Type Likelihood - Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to
VERY_LIKELY
if not specified. - regex
Google
Privacy Dlp V2Regex - Regular expression based CustomInfoType.
- sensitivity_
score GooglePrivacy Dlp V2Sensitivity Score - Sensitivity for this CustomInfoType. If this CustomInfoType extends an existing InfoType, the sensitivity here will take precedence over that of the original InfoType. If unset for a CustomInfoType, it will default to HIGH. This only applies to data profiling.
- stored_
type GooglePrivacy Dlp V2Stored Type - Load an existing
StoredInfoType
resource for use inInspectDataSource
. Not currently supported inInspectContent
. - surrogate_
type GooglePrivacy Dlp V2Surrogate Type - Message for detecting output from deidentification transformations that support reversing.
- detection
Rules List<Property Map> - Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the
surrogate_type
CustomInfoType. - dictionary Property Map
- A list of phrases to detect as a CustomInfoType.
- exclusion
Type "EXCLUSION_TYPE_UNSPECIFIED" | "EXCLUSION_TYPE_EXCLUDE" - If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
- info
Type Property Map - CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in
InspectContent.info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified inInspectContent.info_types
list then the name is treated as a custom info type. - likelihood "LIKELIHOOD_UNSPECIFIED" | "VERY_UNLIKELY" | "UNLIKELY" | "POSSIBLE" | "LIKELY" | "VERY_LIKELY"
- Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to
VERY_LIKELY
if not specified. - regex Property Map
- Regular expression based CustomInfoType.
- sensitivity
Score Property Map - Sensitivity for this CustomInfoType. If this CustomInfoType extends an existing InfoType, the sensitivity here will take precedence over that of the original InfoType. If unset for a CustomInfoType, it will default to HIGH. This only applies to data profiling.
- stored
Type Property Map - Load an existing
StoredInfoType
resource for use inInspectDataSource
. Not currently supported inInspectContent
. - surrogate
Type Property Map - Message for detecting output from deidentification transformations that support reversing.
GooglePrivacyDlpV2CustomInfoTypeExclusionType, GooglePrivacyDlpV2CustomInfoTypeExclusionTypeArgs
- Exclusion
Type Unspecified - EXCLUSION_TYPE_UNSPECIFIEDA finding of this custom info type will not be excluded from results.
- Exclusion
Type Exclude - EXCLUSION_TYPE_EXCLUDEA finding of this custom info type will be excluded from final results, but can still affect rule execution.
- Google
Privacy Dlp V2Custom Info Type Exclusion Type Exclusion Type Unspecified - EXCLUSION_TYPE_UNSPECIFIEDA finding of this custom info type will not be excluded from results.
- Google
Privacy Dlp V2Custom Info Type Exclusion Type Exclusion Type Exclude - EXCLUSION_TYPE_EXCLUDEA finding of this custom info type will be excluded from final results, but can still affect rule execution.
- Exclusion
Type Unspecified - EXCLUSION_TYPE_UNSPECIFIEDA finding of this custom info type will not be excluded from results.
- Exclusion
Type Exclude - EXCLUSION_TYPE_EXCLUDEA finding of this custom info type will be excluded from final results, but can still affect rule execution.
- Exclusion
Type Unspecified - EXCLUSION_TYPE_UNSPECIFIEDA finding of this custom info type will not be excluded from results.
- Exclusion
Type Exclude - EXCLUSION_TYPE_EXCLUDEA finding of this custom info type will be excluded from final results, but can still affect rule execution.
- EXCLUSION_TYPE_UNSPECIFIED
- EXCLUSION_TYPE_UNSPECIFIEDA finding of this custom info type will not be excluded from results.
- EXCLUSION_TYPE_EXCLUDE
- EXCLUSION_TYPE_EXCLUDEA finding of this custom info type will be excluded from final results, but can still affect rule execution.
- "EXCLUSION_TYPE_UNSPECIFIED"
- EXCLUSION_TYPE_UNSPECIFIEDA finding of this custom info type will not be excluded from results.
- "EXCLUSION_TYPE_EXCLUDE"
- EXCLUSION_TYPE_EXCLUDEA finding of this custom info type will be excluded from final results, but can still affect rule execution.
GooglePrivacyDlpV2CustomInfoTypeLikelihood, GooglePrivacyDlpV2CustomInfoTypeLikelihoodArgs
- Likelihood
Unspecified - LIKELIHOOD_UNSPECIFIEDDefault value; same as POSSIBLE.
- Very
Unlikely - VERY_UNLIKELYHighest chance of a false positive.
- Unlikely
- UNLIKELYHigh chance of a false positive.
- Possible
- POSSIBLESome matching signals. The default value.
- Likely
- LIKELYLow chance of a false positive.
- Very
Likely - VERY_LIKELYConfidence level is high. Lowest chance of a false positive.
- Google
Privacy Dlp V2Custom Info Type Likelihood Likelihood Unspecified - LIKELIHOOD_UNSPECIFIEDDefault value; same as POSSIBLE.
- Google
Privacy Dlp V2Custom Info Type Likelihood Very Unlikely - VERY_UNLIKELYHighest chance of a false positive.
- Google
Privacy Dlp V2Custom Info Type Likelihood Unlikely - UNLIKELYHigh chance of a false positive.
- Google
Privacy Dlp V2Custom Info Type Likelihood Possible - POSSIBLESome matching signals. The default value.
- Google
Privacy Dlp V2Custom Info Type Likelihood Likely - LIKELYLow chance of a false positive.
- Google
Privacy Dlp V2Custom Info Type Likelihood Very Likely - VERY_LIKELYConfidence level is high. Lowest chance of a false positive.
- Likelihood
Unspecified - LIKELIHOOD_UNSPECIFIEDDefault value; same as POSSIBLE.
- Very
Unlikely - VERY_UNLIKELYHighest chance of a false positive.
- Unlikely
- UNLIKELYHigh chance of a false positive.
- Possible
- POSSIBLESome matching signals. The default value.
- Likely
- LIKELYLow chance of a false positive.
- Very
Likely - VERY_LIKELYConfidence level is high. Lowest chance of a false positive.
- Likelihood
Unspecified - LIKELIHOOD_UNSPECIFIEDDefault value; same as POSSIBLE.
- Very
Unlikely - VERY_UNLIKELYHighest chance of a false positive.
- Unlikely
- UNLIKELYHigh chance of a false positive.
- Possible
- POSSIBLESome matching signals. The default value.
- Likely
- LIKELYLow chance of a false positive.
- Very
Likely - VERY_LIKELYConfidence level is high. Lowest chance of a false positive.
- LIKELIHOOD_UNSPECIFIED
- LIKELIHOOD_UNSPECIFIEDDefault value; same as POSSIBLE.
- VERY_UNLIKELY
- VERY_UNLIKELYHighest chance of a false positive.
- UNLIKELY
- UNLIKELYHigh chance of a false positive.
- POSSIBLE
- POSSIBLESome matching signals. The default value.
- LIKELY
- LIKELYLow chance of a false positive.
- VERY_LIKELY
- VERY_LIKELYConfidence level is high. Lowest chance of a false positive.
- "LIKELIHOOD_UNSPECIFIED"
- LIKELIHOOD_UNSPECIFIEDDefault value; same as POSSIBLE.
- "VERY_UNLIKELY"
- VERY_UNLIKELYHighest chance of a false positive.
- "UNLIKELY"
- UNLIKELYHigh chance of a false positive.
- "POSSIBLE"
- POSSIBLESome matching signals. The default value.
- "LIKELY"
- LIKELYLow chance of a false positive.
- "VERY_LIKELY"
- VERY_LIKELYConfidence level is high. Lowest chance of a false positive.
GooglePrivacyDlpV2CustomInfoTypeResponse, GooglePrivacyDlpV2CustomInfoTypeResponseArgs
- Detection
Rules List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Detection Rule Response> - Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the
surrogate_type
CustomInfoType. - Dictionary
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Dictionary Response - A list of phrases to detect as a CustomInfoType.
- Exclusion
Type string - If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
- Info
Type Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type Response - CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in
InspectContent.info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified inInspectContent.info_types
list then the name is treated as a custom info type. - Likelihood string
- Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to
VERY_LIKELY
if not specified. - Regex
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Regex Response - Regular expression based CustomInfoType.
- Sensitivity
Score Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Sensitivity Score Response - Sensitivity for this CustomInfoType. If this CustomInfoType extends an existing InfoType, the sensitivity here will take precedence over that of the original InfoType. If unset for a CustomInfoType, it will default to HIGH. This only applies to data profiling.
- Stored
Type Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Stored Type Response - Load an existing
StoredInfoType
resource for use inInspectDataSource
. Not currently supported inInspectContent
. - Surrogate
Type Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Surrogate Type Response - Message for detecting output from deidentification transformations that support reversing.
- Detection
Rules []GooglePrivacy Dlp V2Detection Rule Response - Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the
surrogate_type
CustomInfoType. - Dictionary
Google
Privacy Dlp V2Dictionary Response - A list of phrases to detect as a CustomInfoType.
- Exclusion
Type string - If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
- Info
Type GooglePrivacy Dlp V2Info Type Response - CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in
InspectContent.info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified inInspectContent.info_types
list then the name is treated as a custom info type. - Likelihood string
- Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to
VERY_LIKELY
if not specified. - Regex
Google
Privacy Dlp V2Regex Response - Regular expression based CustomInfoType.
- Sensitivity
Score GooglePrivacy Dlp V2Sensitivity Score Response - Sensitivity for this CustomInfoType. If this CustomInfoType extends an existing InfoType, the sensitivity here will take precedence over that of the original InfoType. If unset for a CustomInfoType, it will default to HIGH. This only applies to data profiling.
- Stored
Type GooglePrivacy Dlp V2Stored Type Response - Load an existing
StoredInfoType
resource for use inInspectDataSource
. Not currently supported inInspectContent
. - Surrogate
Type GooglePrivacy Dlp V2Surrogate Type Response - Message for detecting output from deidentification transformations that support reversing.
- detection
Rules List<GooglePrivacy Dlp V2Detection Rule Response> - Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the
surrogate_type
CustomInfoType. - dictionary
Google
Privacy Dlp V2Dictionary Response - A list of phrases to detect as a CustomInfoType.
- exclusion
Type String - If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
- info
Type GooglePrivacy Dlp V2Info Type Response - CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in
InspectContent.info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified inInspectContent.info_types
list then the name is treated as a custom info type. - likelihood String
- Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to
VERY_LIKELY
if not specified. - regex
Google
Privacy Dlp V2Regex Response - Regular expression based CustomInfoType.
- sensitivity
Score GooglePrivacy Dlp V2Sensitivity Score Response - Sensitivity for this CustomInfoType. If this CustomInfoType extends an existing InfoType, the sensitivity here will take precedence over that of the original InfoType. If unset for a CustomInfoType, it will default to HIGH. This only applies to data profiling.
- stored
Type GooglePrivacy Dlp V2Stored Type Response - Load an existing
StoredInfoType
resource for use inInspectDataSource
. Not currently supported inInspectContent
. - surrogate
Type GooglePrivacy Dlp V2Surrogate Type Response - Message for detecting output from deidentification transformations that support reversing.
- detection
Rules GooglePrivacy Dlp V2Detection Rule Response[] - Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the
surrogate_type
CustomInfoType. - dictionary
Google
Privacy Dlp V2Dictionary Response - A list of phrases to detect as a CustomInfoType.
- exclusion
Type string - If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
- info
Type GooglePrivacy Dlp V2Info Type Response - CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in
InspectContent.info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified inInspectContent.info_types
list then the name is treated as a custom info type. - likelihood string
- Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to
VERY_LIKELY
if not specified. - regex
Google
Privacy Dlp V2Regex Response - Regular expression based CustomInfoType.
- sensitivity
Score GooglePrivacy Dlp V2Sensitivity Score Response - Sensitivity for this CustomInfoType. If this CustomInfoType extends an existing InfoType, the sensitivity here will take precedence over that of the original InfoType. If unset for a CustomInfoType, it will default to HIGH. This only applies to data profiling.
- stored
Type GooglePrivacy Dlp V2Stored Type Response - Load an existing
StoredInfoType
resource for use inInspectDataSource
. Not currently supported inInspectContent
. - surrogate
Type GooglePrivacy Dlp V2Surrogate Type Response - Message for detecting output from deidentification transformations that support reversing.
- detection_
rules Sequence[GooglePrivacy Dlp V2Detection Rule Response] - Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the
surrogate_type
CustomInfoType. - dictionary
Google
Privacy Dlp V2Dictionary Response - A list of phrases to detect as a CustomInfoType.
- exclusion_
type str - If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
- info_
type GooglePrivacy Dlp V2Info Type Response - CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in
InspectContent.info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified inInspectContent.info_types
list then the name is treated as a custom info type. - likelihood str
- Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to
VERY_LIKELY
if not specified. - regex
Google
Privacy Dlp V2Regex Response - Regular expression based CustomInfoType.
- sensitivity_
score GooglePrivacy Dlp V2Sensitivity Score Response - Sensitivity for this CustomInfoType. If this CustomInfoType extends an existing InfoType, the sensitivity here will take precedence over that of the original InfoType. If unset for a CustomInfoType, it will default to HIGH. This only applies to data profiling.
- stored_
type GooglePrivacy Dlp V2Stored Type Response - Load an existing
StoredInfoType
resource for use inInspectDataSource
. Not currently supported inInspectContent
. - surrogate_
type GooglePrivacy Dlp V2Surrogate Type Response - Message for detecting output from deidentification transformations that support reversing.
- detection
Rules List<Property Map> - Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the
surrogate_type
CustomInfoType. - dictionary Property Map
- A list of phrases to detect as a CustomInfoType.
- exclusion
Type String - If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
- info
Type Property Map - CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in
InspectContent.info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified inInspectContent.info_types
list then the name is treated as a custom info type. - likelihood String
- Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to
VERY_LIKELY
if not specified. - regex Property Map
- Regular expression based CustomInfoType.
- sensitivity
Score Property Map - Sensitivity for this CustomInfoType. If this CustomInfoType extends an existing InfoType, the sensitivity here will take precedence over that of the original InfoType. If unset for a CustomInfoType, it will default to HIGH. This only applies to data profiling.
- stored
Type Property Map - Load an existing
StoredInfoType
resource for use inInspectDataSource
. Not currently supported inInspectContent
. - surrogate
Type Property Map - Message for detecting output from deidentification transformations that support reversing.
GooglePrivacyDlpV2DetectionRule, GooglePrivacyDlpV2DetectionRuleArgs
- Hotword
Rule Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Hotword Rule - Hotword-based detection rule.
- Hotword
Rule GooglePrivacy Dlp V2Hotword Rule - Hotword-based detection rule.
- hotword
Rule GooglePrivacy Dlp V2Hotword Rule - Hotword-based detection rule.
- hotword
Rule GooglePrivacy Dlp V2Hotword Rule - Hotword-based detection rule.
- hotword_
rule GooglePrivacy Dlp V2Hotword Rule - Hotword-based detection rule.
- hotword
Rule Property Map - Hotword-based detection rule.
GooglePrivacyDlpV2DetectionRuleResponse, GooglePrivacyDlpV2DetectionRuleResponseArgs
- Hotword
Rule Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Hotword Rule Response - Hotword-based detection rule.
- Hotword
Rule GooglePrivacy Dlp V2Hotword Rule Response - Hotword-based detection rule.
- hotword
Rule GooglePrivacy Dlp V2Hotword Rule Response - Hotword-based detection rule.
- hotword
Rule GooglePrivacy Dlp V2Hotword Rule Response - Hotword-based detection rule.
- hotword_
rule GooglePrivacy Dlp V2Hotword Rule Response - Hotword-based detection rule.
- hotword
Rule Property Map - Hotword-based detection rule.
GooglePrivacyDlpV2Dictionary, GooglePrivacyDlpV2DictionaryArgs
- Cloud
Storage Pulumi.Path Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Cloud Storage Path - Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- Word
List Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Word List - List of words or phrases to search for.
- Cloud
Storage GooglePath Privacy Dlp V2Cloud Storage Path - Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- Word
List GooglePrivacy Dlp V2Word List - List of words or phrases to search for.
- cloud
Storage GooglePath Privacy Dlp V2Cloud Storage Path - Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- word
List GooglePrivacy Dlp V2Word List - List of words or phrases to search for.
- cloud
Storage GooglePath Privacy Dlp V2Cloud Storage Path - Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- word
List GooglePrivacy Dlp V2Word List - List of words or phrases to search for.
- cloud_
storage_ Googlepath Privacy Dlp V2Cloud Storage Path - Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- word_
list GooglePrivacy Dlp V2Word List - List of words or phrases to search for.
- cloud
Storage Property MapPath - Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- word
List Property Map - List of words or phrases to search for.
GooglePrivacyDlpV2DictionaryResponse, GooglePrivacyDlpV2DictionaryResponseArgs
- Cloud
Storage Pulumi.Path Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Cloud Storage Path Response - Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- Word
List Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Word List Response - List of words or phrases to search for.
- Cloud
Storage GooglePath Privacy Dlp V2Cloud Storage Path Response - Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- Word
List GooglePrivacy Dlp V2Word List Response - List of words or phrases to search for.
- cloud
Storage GooglePath Privacy Dlp V2Cloud Storage Path Response - Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- word
List GooglePrivacy Dlp V2Word List Response - List of words or phrases to search for.
- cloud
Storage GooglePath Privacy Dlp V2Cloud Storage Path Response - Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- word
List GooglePrivacy Dlp V2Word List Response - List of words or phrases to search for.
- cloud_
storage_ Googlepath Privacy Dlp V2Cloud Storage Path Response - Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- word_
list GooglePrivacy Dlp V2Word List Response - List of words or phrases to search for.
- cloud
Storage Property MapPath - Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- word
List Property Map - List of words or phrases to search for.
GooglePrivacyDlpV2ExcludeByHotword, GooglePrivacyDlpV2ExcludeByHotwordArgs
- Hotword
Regex Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Regex - Regular expression pattern defining what qualifies as a hotword.
- Proximity
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Proximity - Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
- Hotword
Regex GooglePrivacy Dlp V2Regex - Regular expression pattern defining what qualifies as a hotword.
- Proximity
Google
Privacy Dlp V2Proximity - Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
- hotword
Regex GooglePrivacy Dlp V2Regex - Regular expression pattern defining what qualifies as a hotword.
- proximity
Google
Privacy Dlp V2Proximity - Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
- hotword
Regex GooglePrivacy Dlp V2Regex - Regular expression pattern defining what qualifies as a hotword.
- proximity
Google
Privacy Dlp V2Proximity - Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
- hotword_
regex GooglePrivacy Dlp V2Regex - Regular expression pattern defining what qualifies as a hotword.
- proximity
Google
Privacy Dlp V2Proximity - Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
- hotword
Regex Property Map - Regular expression pattern defining what qualifies as a hotword.
- proximity Property Map
- Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
GooglePrivacyDlpV2ExcludeByHotwordResponse, GooglePrivacyDlpV2ExcludeByHotwordResponseArgs
- Hotword
Regex Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Regex Response - Regular expression pattern defining what qualifies as a hotword.
- Proximity
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Proximity Response - Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
- Hotword
Regex GooglePrivacy Dlp V2Regex Response - Regular expression pattern defining what qualifies as a hotword.
- Proximity
Google
Privacy Dlp V2Proximity Response - Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
- hotword
Regex GooglePrivacy Dlp V2Regex Response - Regular expression pattern defining what qualifies as a hotword.
- proximity
Google
Privacy Dlp V2Proximity Response - Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
- hotword
Regex GooglePrivacy Dlp V2Regex Response - Regular expression pattern defining what qualifies as a hotword.
- proximity
Google
Privacy Dlp V2Proximity Response - Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
- hotword_
regex GooglePrivacy Dlp V2Regex Response - Regular expression pattern defining what qualifies as a hotword.
- proximity
Google
Privacy Dlp V2Proximity Response - Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
- hotword
Regex Property Map - Regular expression pattern defining what qualifies as a hotword.
- proximity Property Map
- Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
GooglePrivacyDlpV2ExcludeInfoTypes, GooglePrivacyDlpV2ExcludeInfoTypesArgs
- Info
Types List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type> - InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list. For example, for
InspectionRuleSet.info_types
containing "PHONE_NUMBER"and
exclusion_rulecontaining
exclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number findings are dropped if they overlap with EMAIL_ADDRESS finding. That leads to "555-222-2222@example.org" to generate only a single finding, namely email address.
- Info
Types []GooglePrivacy Dlp V2Info Type - InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list. For example, for
InspectionRuleSet.info_types
containing "PHONE_NUMBER"and
exclusion_rulecontaining
exclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number findings are dropped if they overlap with EMAIL_ADDRESS finding. That leads to "555-222-2222@example.org" to generate only a single finding, namely email address.
- info
Types List<GooglePrivacy Dlp V2Info Type> - InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list. For example, for
InspectionRuleSet.info_types
containing "PHONE_NUMBER"and
exclusion_rulecontaining
exclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number findings are dropped if they overlap with EMAIL_ADDRESS finding. That leads to "555-222-2222@example.org" to generate only a single finding, namely email address.
- info
Types GooglePrivacy Dlp V2Info Type[] - InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list. For example, for
InspectionRuleSet.info_types
containing "PHONE_NUMBER"and
exclusion_rulecontaining
exclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number findings are dropped if they overlap with EMAIL_ADDRESS finding. That leads to "555-222-2222@example.org" to generate only a single finding, namely email address.
- info_
types Sequence[GooglePrivacy Dlp V2Info Type] - InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list. For example, for
InspectionRuleSet.info_types
containing "PHONE_NUMBER"and
exclusion_rulecontaining
exclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number findings are dropped if they overlap with EMAIL_ADDRESS finding. That leads to "555-222-2222@example.org" to generate only a single finding, namely email address.
- info
Types List<Property Map> - InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list. For example, for
InspectionRuleSet.info_types
containing "PHONE_NUMBER"and
exclusion_rulecontaining
exclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number findings are dropped if they overlap with EMAIL_ADDRESS finding. That leads to "555-222-2222@example.org" to generate only a single finding, namely email address.
GooglePrivacyDlpV2ExcludeInfoTypesResponse, GooglePrivacyDlpV2ExcludeInfoTypesResponseArgs
- Info
Types List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type Response> - InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list. For example, for
InspectionRuleSet.info_types
containing "PHONE_NUMBER"and
exclusion_rulecontaining
exclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number findings are dropped if they overlap with EMAIL_ADDRESS finding. That leads to "555-222-2222@example.org" to generate only a single finding, namely email address.
- Info
Types []GooglePrivacy Dlp V2Info Type Response - InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list. For example, for
InspectionRuleSet.info_types
containing "PHONE_NUMBER"and
exclusion_rulecontaining
exclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number findings are dropped if they overlap with EMAIL_ADDRESS finding. That leads to "555-222-2222@example.org" to generate only a single finding, namely email address.
- info
Types List<GooglePrivacy Dlp V2Info Type Response> - InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list. For example, for
InspectionRuleSet.info_types
containing "PHONE_NUMBER"and
exclusion_rulecontaining
exclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number findings are dropped if they overlap with EMAIL_ADDRESS finding. That leads to "555-222-2222@example.org" to generate only a single finding, namely email address.
- info
Types GooglePrivacy Dlp V2Info Type Response[] - InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list. For example, for
InspectionRuleSet.info_types
containing "PHONE_NUMBER"and
exclusion_rulecontaining
exclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number findings are dropped if they overlap with EMAIL_ADDRESS finding. That leads to "555-222-2222@example.org" to generate only a single finding, namely email address.
- info_
types Sequence[GooglePrivacy Dlp V2Info Type Response] - InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list. For example, for
InspectionRuleSet.info_types
containing "PHONE_NUMBER"and
exclusion_rulecontaining
exclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number findings are dropped if they overlap with EMAIL_ADDRESS finding. That leads to "555-222-2222@example.org" to generate only a single finding, namely email address.
- info
Types List<Property Map> - InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list. For example, for
InspectionRuleSet.info_types
containing "PHONE_NUMBER"and
exclusion_rulecontaining
exclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number findings are dropped if they overlap with EMAIL_ADDRESS finding. That leads to "555-222-2222@example.org" to generate only a single finding, namely email address.
GooglePrivacyDlpV2ExclusionRule, GooglePrivacyDlpV2ExclusionRuleArgs
- Dictionary
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Dictionary - Dictionary which defines the rule.
- Exclude
By Pulumi.Hotword Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Exclude By Hotword - Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
- Exclude
Info Pulumi.Types Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Exclude Info Types - Set of infoTypes for which findings would affect this rule.
- Matching
Type Pulumi.Google Native. DLP. V2. Google Privacy Dlp V2Exclusion Rule Matching Type - How the rule is applied, see MatchingType documentation for details.
- Regex
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Regex - Regular expression which defines the rule.
- Dictionary
Google
Privacy Dlp V2Dictionary - Dictionary which defines the rule.
- Exclude
By GoogleHotword Privacy Dlp V2Exclude By Hotword - Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
- Exclude
Info GoogleTypes Privacy Dlp V2Exclude Info Types - Set of infoTypes for which findings would affect this rule.
- Matching
Type GooglePrivacy Dlp V2Exclusion Rule Matching Type - How the rule is applied, see MatchingType documentation for details.
- Regex
Google
Privacy Dlp V2Regex - Regular expression which defines the rule.
- dictionary
Google
Privacy Dlp V2Dictionary - Dictionary which defines the rule.
- exclude
By GoogleHotword Privacy Dlp V2Exclude By Hotword - Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
- exclude
Info GoogleTypes Privacy Dlp V2Exclude Info Types - Set of infoTypes for which findings would affect this rule.
- matching
Type GooglePrivacy Dlp V2Exclusion Rule Matching Type - How the rule is applied, see MatchingType documentation for details.
- regex
Google
Privacy Dlp V2Regex - Regular expression which defines the rule.
- dictionary
Google
Privacy Dlp V2Dictionary - Dictionary which defines the rule.
- exclude
By GoogleHotword Privacy Dlp V2Exclude By Hotword - Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
- exclude
Info GoogleTypes Privacy Dlp V2Exclude Info Types - Set of infoTypes for which findings would affect this rule.
- matching
Type GooglePrivacy Dlp V2Exclusion Rule Matching Type - How the rule is applied, see MatchingType documentation for details.
- regex
Google
Privacy Dlp V2Regex - Regular expression which defines the rule.
- dictionary
Google
Privacy Dlp V2Dictionary - Dictionary which defines the rule.
- exclude_
by_ Googlehotword Privacy Dlp V2Exclude By Hotword - Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
- exclude_
info_ Googletypes Privacy Dlp V2Exclude Info Types - Set of infoTypes for which findings would affect this rule.
- matching_
type GooglePrivacy Dlp V2Exclusion Rule Matching Type - How the rule is applied, see MatchingType documentation for details.
- regex
Google
Privacy Dlp V2Regex - Regular expression which defines the rule.
- dictionary Property Map
- Dictionary which defines the rule.
- exclude
By Property MapHotword - Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
- exclude
Info Property MapTypes - Set of infoTypes for which findings would affect this rule.
- matching
Type "MATCHING_TYPE_UNSPECIFIED" | "MATCHING_TYPE_FULL_MATCH" | "MATCHING_TYPE_PARTIAL_MATCH" | "MATCHING_TYPE_INVERSE_MATCH" - How the rule is applied, see MatchingType documentation for details.
- regex Property Map
- Regular expression which defines the rule.
GooglePrivacyDlpV2ExclusionRuleMatchingType, GooglePrivacyDlpV2ExclusionRuleMatchingTypeArgs
- Matching
Type Unspecified - MATCHING_TYPE_UNSPECIFIEDInvalid.
- Matching
Type Full Match - MATCHING_TYPE_FULL_MATCHFull match. - Dictionary: join of Dictionary results matched complete finding quote - Regex: all regex matches fill a finding quote start to end - Exclude info type: completely inside affecting info types findings
- Matching
Type Partial Match - MATCHING_TYPE_PARTIAL_MATCHPartial match. - Dictionary: at least one of the tokens in the finding matches - Regex: substring of the finding matches - Exclude info type: intersects with affecting info types findings
- Matching
Type Inverse Match - MATCHING_TYPE_INVERSE_MATCHInverse match. - Dictionary: no tokens in the finding match the dictionary - Regex: finding doesn't match the regex - Exclude info type: no intersection with affecting info types findings
- Google
Privacy Dlp V2Exclusion Rule Matching Type Matching Type Unspecified - MATCHING_TYPE_UNSPECIFIEDInvalid.
- Google
Privacy Dlp V2Exclusion Rule Matching Type Matching Type Full Match - MATCHING_TYPE_FULL_MATCHFull match. - Dictionary: join of Dictionary results matched complete finding quote - Regex: all regex matches fill a finding quote start to end - Exclude info type: completely inside affecting info types findings
- Google
Privacy Dlp V2Exclusion Rule Matching Type Matching Type Partial Match - MATCHING_TYPE_PARTIAL_MATCHPartial match. - Dictionary: at least one of the tokens in the finding matches - Regex: substring of the finding matches - Exclude info type: intersects with affecting info types findings
- Google
Privacy Dlp V2Exclusion Rule Matching Type Matching Type Inverse Match - MATCHING_TYPE_INVERSE_MATCHInverse match. - Dictionary: no tokens in the finding match the dictionary - Regex: finding doesn't match the regex - Exclude info type: no intersection with affecting info types findings
- Matching
Type Unspecified - MATCHING_TYPE_UNSPECIFIEDInvalid.
- Matching
Type Full Match - MATCHING_TYPE_FULL_MATCHFull match. - Dictionary: join of Dictionary results matched complete finding quote - Regex: all regex matches fill a finding quote start to end - Exclude info type: completely inside affecting info types findings
- Matching
Type Partial Match - MATCHING_TYPE_PARTIAL_MATCHPartial match. - Dictionary: at least one of the tokens in the finding matches - Regex: substring of the finding matches - Exclude info type: intersects with affecting info types findings
- Matching
Type Inverse Match - MATCHING_TYPE_INVERSE_MATCHInverse match. - Dictionary: no tokens in the finding match the dictionary - Regex: finding doesn't match the regex - Exclude info type: no intersection with affecting info types findings
- Matching
Type Unspecified - MATCHING_TYPE_UNSPECIFIEDInvalid.
- Matching
Type Full Match - MATCHING_TYPE_FULL_MATCHFull match. - Dictionary: join of Dictionary results matched complete finding quote - Regex: all regex matches fill a finding quote start to end - Exclude info type: completely inside affecting info types findings
- Matching
Type Partial Match - MATCHING_TYPE_PARTIAL_MATCHPartial match. - Dictionary: at least one of the tokens in the finding matches - Regex: substring of the finding matches - Exclude info type: intersects with affecting info types findings
- Matching
Type Inverse Match - MATCHING_TYPE_INVERSE_MATCHInverse match. - Dictionary: no tokens in the finding match the dictionary - Regex: finding doesn't match the regex - Exclude info type: no intersection with affecting info types findings
- MATCHING_TYPE_UNSPECIFIED
- MATCHING_TYPE_UNSPECIFIEDInvalid.
- MATCHING_TYPE_FULL_MATCH
- MATCHING_TYPE_FULL_MATCHFull match. - Dictionary: join of Dictionary results matched complete finding quote - Regex: all regex matches fill a finding quote start to end - Exclude info type: completely inside affecting info types findings
- MATCHING_TYPE_PARTIAL_MATCH
- MATCHING_TYPE_PARTIAL_MATCHPartial match. - Dictionary: at least one of the tokens in the finding matches - Regex: substring of the finding matches - Exclude info type: intersects with affecting info types findings
- MATCHING_TYPE_INVERSE_MATCH
- MATCHING_TYPE_INVERSE_MATCHInverse match. - Dictionary: no tokens in the finding match the dictionary - Regex: finding doesn't match the regex - Exclude info type: no intersection with affecting info types findings
- "MATCHING_TYPE_UNSPECIFIED"
- MATCHING_TYPE_UNSPECIFIEDInvalid.
- "MATCHING_TYPE_FULL_MATCH"
- MATCHING_TYPE_FULL_MATCHFull match. - Dictionary: join of Dictionary results matched complete finding quote - Regex: all regex matches fill a finding quote start to end - Exclude info type: completely inside affecting info types findings
- "MATCHING_TYPE_PARTIAL_MATCH"
- MATCHING_TYPE_PARTIAL_MATCHPartial match. - Dictionary: at least one of the tokens in the finding matches - Regex: substring of the finding matches - Exclude info type: intersects with affecting info types findings
- "MATCHING_TYPE_INVERSE_MATCH"
- MATCHING_TYPE_INVERSE_MATCHInverse match. - Dictionary: no tokens in the finding match the dictionary - Regex: finding doesn't match the regex - Exclude info type: no intersection with affecting info types findings
GooglePrivacyDlpV2ExclusionRuleResponse, GooglePrivacyDlpV2ExclusionRuleResponseArgs
- Dictionary
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Dictionary Response - Dictionary which defines the rule.
- Exclude
By Pulumi.Hotword Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Exclude By Hotword Response - Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
- Exclude
Info Pulumi.Types Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Exclude Info Types Response - Set of infoTypes for which findings would affect this rule.
- Matching
Type string - How the rule is applied, see MatchingType documentation for details.
- Regex
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Regex Response - Regular expression which defines the rule.
- Dictionary
Google
Privacy Dlp V2Dictionary Response - Dictionary which defines the rule.
- Exclude
By GoogleHotword Privacy Dlp V2Exclude By Hotword Response - Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
- Exclude
Info GoogleTypes Privacy Dlp V2Exclude Info Types Response - Set of infoTypes for which findings would affect this rule.
- Matching
Type string - How the rule is applied, see MatchingType documentation for details.
- Regex
Google
Privacy Dlp V2Regex Response - Regular expression which defines the rule.
- dictionary
Google
Privacy Dlp V2Dictionary Response - Dictionary which defines the rule.
- exclude
By GoogleHotword Privacy Dlp V2Exclude By Hotword Response - Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
- exclude
Info GoogleTypes Privacy Dlp V2Exclude Info Types Response - Set of infoTypes for which findings would affect this rule.
- matching
Type String - How the rule is applied, see MatchingType documentation for details.
- regex
Google
Privacy Dlp V2Regex Response - Regular expression which defines the rule.
- dictionary
Google
Privacy Dlp V2Dictionary Response - Dictionary which defines the rule.
- exclude
By GoogleHotword Privacy Dlp V2Exclude By Hotword Response - Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
- exclude
Info GoogleTypes Privacy Dlp V2Exclude Info Types Response - Set of infoTypes for which findings would affect this rule.
- matching
Type string - How the rule is applied, see MatchingType documentation for details.
- regex
Google
Privacy Dlp V2Regex Response - Regular expression which defines the rule.
- dictionary
Google
Privacy Dlp V2Dictionary Response - Dictionary which defines the rule.
- exclude_
by_ Googlehotword Privacy Dlp V2Exclude By Hotword Response - Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
- exclude_
info_ Googletypes Privacy Dlp V2Exclude Info Types Response - Set of infoTypes for which findings would affect this rule.
- matching_
type str - How the rule is applied, see MatchingType documentation for details.
- regex
Google
Privacy Dlp V2Regex Response - Regular expression which defines the rule.
- dictionary Property Map
- Dictionary which defines the rule.
- exclude
By Property MapHotword - Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
- exclude
Info Property MapTypes - Set of infoTypes for which findings would affect this rule.
- matching
Type String - How the rule is applied, see MatchingType documentation for details.
- regex Property Map
- Regular expression which defines the rule.
GooglePrivacyDlpV2FindingLimits, GooglePrivacyDlpV2FindingLimitsArgs
- Max
Findings List<Pulumi.Per Info Type Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type Limit> - Configuration of findings limit given for specified infoTypes.
- Max
Findings intPer Item - Max number of findings that are returned for each item scanned. When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.
- Max
Findings intPer Request - Max number of findings that are returned per request or job. If you set this field in an InspectContentRequest, the resulting maximum value is the value that you set or 3,000, whichever is lower. This value isn't a hard limit. If an inspection reaches this limit, the inspection ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than this value.
- Max
Findings []GooglePer Info Type Privacy Dlp V2Info Type Limit - Configuration of findings limit given for specified infoTypes.
- Max
Findings intPer Item - Max number of findings that are returned for each item scanned. When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.
- Max
Findings intPer Request - Max number of findings that are returned per request or job. If you set this field in an InspectContentRequest, the resulting maximum value is the value that you set or 3,000, whichever is lower. This value isn't a hard limit. If an inspection reaches this limit, the inspection ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than this value.
- max
Findings List<GooglePer Info Type Privacy Dlp V2Info Type Limit> - Configuration of findings limit given for specified infoTypes.
- max
Findings IntegerPer Item - Max number of findings that are returned for each item scanned. When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.
- max
Findings IntegerPer Request - Max number of findings that are returned per request or job. If you set this field in an InspectContentRequest, the resulting maximum value is the value that you set or 3,000, whichever is lower. This value isn't a hard limit. If an inspection reaches this limit, the inspection ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than this value.
- max
Findings GooglePer Info Type Privacy Dlp V2Info Type Limit[] - Configuration of findings limit given for specified infoTypes.
- max
Findings numberPer Item - Max number of findings that are returned for each item scanned. When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.
- max
Findings numberPer Request - Max number of findings that are returned per request or job. If you set this field in an InspectContentRequest, the resulting maximum value is the value that you set or 3,000, whichever is lower. This value isn't a hard limit. If an inspection reaches this limit, the inspection ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than this value.
- max_
findings_ Sequence[Googleper_ info_ type Privacy Dlp V2Info Type Limit] - Configuration of findings limit given for specified infoTypes.
- max_
findings_ intper_ item - Max number of findings that are returned for each item scanned. When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.
- max_
findings_ intper_ request - Max number of findings that are returned per request or job. If you set this field in an InspectContentRequest, the resulting maximum value is the value that you set or 3,000, whichever is lower. This value isn't a hard limit. If an inspection reaches this limit, the inspection ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than this value.
- max
Findings List<Property Map>Per Info Type - Configuration of findings limit given for specified infoTypes.
- max
Findings NumberPer Item - Max number of findings that are returned for each item scanned. When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.
- max
Findings NumberPer Request - Max number of findings that are returned per request or job. If you set this field in an InspectContentRequest, the resulting maximum value is the value that you set or 3,000, whichever is lower. This value isn't a hard limit. If an inspection reaches this limit, the inspection ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than this value.
GooglePrivacyDlpV2FindingLimitsResponse, GooglePrivacyDlpV2FindingLimitsResponseArgs
- Max
Findings List<Pulumi.Per Info Type Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type Limit Response> - Configuration of findings limit given for specified infoTypes.
- Max
Findings intPer Item - Max number of findings that are returned for each item scanned. When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.
- Max
Findings intPer Request - Max number of findings that are returned per request or job. If you set this field in an InspectContentRequest, the resulting maximum value is the value that you set or 3,000, whichever is lower. This value isn't a hard limit. If an inspection reaches this limit, the inspection ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than this value.
- Max
Findings []GooglePer Info Type Privacy Dlp V2Info Type Limit Response - Configuration of findings limit given for specified infoTypes.
- Max
Findings intPer Item - Max number of findings that are returned for each item scanned. When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.
- Max
Findings intPer Request - Max number of findings that are returned per request or job. If you set this field in an InspectContentRequest, the resulting maximum value is the value that you set or 3,000, whichever is lower. This value isn't a hard limit. If an inspection reaches this limit, the inspection ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than this value.
- max
Findings List<GooglePer Info Type Privacy Dlp V2Info Type Limit Response> - Configuration of findings limit given for specified infoTypes.
- max
Findings IntegerPer Item - Max number of findings that are returned for each item scanned. When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.
- max
Findings IntegerPer Request - Max number of findings that are returned per request or job. If you set this field in an InspectContentRequest, the resulting maximum value is the value that you set or 3,000, whichever is lower. This value isn't a hard limit. If an inspection reaches this limit, the inspection ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than this value.
- max
Findings GooglePer Info Type Privacy Dlp V2Info Type Limit Response[] - Configuration of findings limit given for specified infoTypes.
- max
Findings numberPer Item - Max number of findings that are returned for each item scanned. When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.
- max
Findings numberPer Request - Max number of findings that are returned per request or job. If you set this field in an InspectContentRequest, the resulting maximum value is the value that you set or 3,000, whichever is lower. This value isn't a hard limit. If an inspection reaches this limit, the inspection ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than this value.
- max_
findings_ Sequence[Googleper_ info_ type Privacy Dlp V2Info Type Limit Response] - Configuration of findings limit given for specified infoTypes.
- max_
findings_ intper_ item - Max number of findings that are returned for each item scanned. When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.
- max_
findings_ intper_ request - Max number of findings that are returned per request or job. If you set this field in an InspectContentRequest, the resulting maximum value is the value that you set or 3,000, whichever is lower. This value isn't a hard limit. If an inspection reaches this limit, the inspection ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than this value.
- max
Findings List<Property Map>Per Info Type - Configuration of findings limit given for specified infoTypes.
- max
Findings NumberPer Item - Max number of findings that are returned for each item scanned. When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.
- max
Findings NumberPer Request - Max number of findings that are returned per request or job. If you set this field in an InspectContentRequest, the resulting maximum value is the value that you set or 3,000, whichever is lower. This value isn't a hard limit. If an inspection reaches this limit, the inspection ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than this value.
GooglePrivacyDlpV2HotwordRule, GooglePrivacyDlpV2HotwordRuleArgs
- Hotword
Regex Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Regex - Regular expression pattern defining what qualifies as a hotword.
- Likelihood
Adjustment Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Likelihood Adjustment - Likelihood adjustment to apply to all matching findings.
- Proximity
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Proximity - Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- Hotword
Regex GooglePrivacy Dlp V2Regex - Regular expression pattern defining what qualifies as a hotword.
- Likelihood
Adjustment GooglePrivacy Dlp V2Likelihood Adjustment - Likelihood adjustment to apply to all matching findings.
- Proximity
Google
Privacy Dlp V2Proximity - Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- hotword
Regex GooglePrivacy Dlp V2Regex - Regular expression pattern defining what qualifies as a hotword.
- likelihood
Adjustment GooglePrivacy Dlp V2Likelihood Adjustment - Likelihood adjustment to apply to all matching findings.
- proximity
Google
Privacy Dlp V2Proximity - Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- hotword
Regex GooglePrivacy Dlp V2Regex - Regular expression pattern defining what qualifies as a hotword.
- likelihood
Adjustment GooglePrivacy Dlp V2Likelihood Adjustment - Likelihood adjustment to apply to all matching findings.
- proximity
Google
Privacy Dlp V2Proximity - Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- hotword_
regex GooglePrivacy Dlp V2Regex - Regular expression pattern defining what qualifies as a hotword.
- likelihood_
adjustment GooglePrivacy Dlp V2Likelihood Adjustment - Likelihood adjustment to apply to all matching findings.
- proximity
Google
Privacy Dlp V2Proximity - Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- hotword
Regex Property Map - Regular expression pattern defining what qualifies as a hotword.
- likelihood
Adjustment Property Map - Likelihood adjustment to apply to all matching findings.
- proximity Property Map
- Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
GooglePrivacyDlpV2HotwordRuleResponse, GooglePrivacyDlpV2HotwordRuleResponseArgs
- Hotword
Regex Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Regex Response - Regular expression pattern defining what qualifies as a hotword.
- Likelihood
Adjustment Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Likelihood Adjustment Response - Likelihood adjustment to apply to all matching findings.
- Proximity
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Proximity Response - Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- Hotword
Regex GooglePrivacy Dlp V2Regex Response - Regular expression pattern defining what qualifies as a hotword.
- Likelihood
Adjustment GooglePrivacy Dlp V2Likelihood Adjustment Response - Likelihood adjustment to apply to all matching findings.
- Proximity
Google
Privacy Dlp V2Proximity Response - Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- hotword
Regex GooglePrivacy Dlp V2Regex Response - Regular expression pattern defining what qualifies as a hotword.
- likelihood
Adjustment GooglePrivacy Dlp V2Likelihood Adjustment Response - Likelihood adjustment to apply to all matching findings.
- proximity
Google
Privacy Dlp V2Proximity Response - Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- hotword
Regex GooglePrivacy Dlp V2Regex Response - Regular expression pattern defining what qualifies as a hotword.
- likelihood
Adjustment GooglePrivacy Dlp V2Likelihood Adjustment Response - Likelihood adjustment to apply to all matching findings.
- proximity
Google
Privacy Dlp V2Proximity Response - Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- hotword_
regex GooglePrivacy Dlp V2Regex Response - Regular expression pattern defining what qualifies as a hotword.
- likelihood_
adjustment GooglePrivacy Dlp V2Likelihood Adjustment Response - Likelihood adjustment to apply to all matching findings.
- proximity
Google
Privacy Dlp V2Proximity Response - Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- hotword
Regex Property Map - Regular expression pattern defining what qualifies as a hotword.
- likelihood
Adjustment Property Map - Likelihood adjustment to apply to all matching findings.
- proximity Property Map
- Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
GooglePrivacyDlpV2InfoType, GooglePrivacyDlpV2InfoTypeArgs
- Name string
- Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern
[A-Za-z0-9$_-]{1,64}
. - Sensitivity
Score Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Sensitivity Score - Optional custom sensitivity for this InfoType. This only applies to data profiling.
- Version string
- Optional version name for this InfoType.
- Name string
- Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern
[A-Za-z0-9$_-]{1,64}
. - Sensitivity
Score GooglePrivacy Dlp V2Sensitivity Score - Optional custom sensitivity for this InfoType. This only applies to data profiling.
- Version string
- Optional version name for this InfoType.
- name String
- Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern
[A-Za-z0-9$_-]{1,64}
. - sensitivity
Score GooglePrivacy Dlp V2Sensitivity Score - Optional custom sensitivity for this InfoType. This only applies to data profiling.
- version String
- Optional version name for this InfoType.
- name string
- Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern
[A-Za-z0-9$_-]{1,64}
. - sensitivity
Score GooglePrivacy Dlp V2Sensitivity Score - Optional custom sensitivity for this InfoType. This only applies to data profiling.
- version string
- Optional version name for this InfoType.
- name str
- Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern
[A-Za-z0-9$_-]{1,64}
. - sensitivity_
score GooglePrivacy Dlp V2Sensitivity Score - Optional custom sensitivity for this InfoType. This only applies to data profiling.
- version str
- Optional version name for this InfoType.
- name String
- Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern
[A-Za-z0-9$_-]{1,64}
. - sensitivity
Score Property Map - Optional custom sensitivity for this InfoType. This only applies to data profiling.
- version String
- Optional version name for this InfoType.
GooglePrivacyDlpV2InfoTypeLikelihood, GooglePrivacyDlpV2InfoTypeLikelihoodArgs
- Info
Type Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type - Type of information the likelihood threshold applies to. Only one likelihood per info_type should be provided. If InfoTypeLikelihood does not have an info_type, the configuration fails.
- Min
Likelihood Pulumi.Google Native. DLP. V2. Google Privacy Dlp V2Info Type Likelihood Min Likelihood - Only returns findings equal to or above this threshold. This field is required or else the configuration fails.
- Info
Type GooglePrivacy Dlp V2Info Type - Type of information the likelihood threshold applies to. Only one likelihood per info_type should be provided. If InfoTypeLikelihood does not have an info_type, the configuration fails.
- Min
Likelihood GooglePrivacy Dlp V2Info Type Likelihood Min Likelihood - Only returns findings equal to or above this threshold. This field is required or else the configuration fails.
- info
Type GooglePrivacy Dlp V2Info Type - Type of information the likelihood threshold applies to. Only one likelihood per info_type should be provided. If InfoTypeLikelihood does not have an info_type, the configuration fails.
- min
Likelihood GooglePrivacy Dlp V2Info Type Likelihood Min Likelihood - Only returns findings equal to or above this threshold. This field is required or else the configuration fails.
- info
Type GooglePrivacy Dlp V2Info Type - Type of information the likelihood threshold applies to. Only one likelihood per info_type should be provided. If InfoTypeLikelihood does not have an info_type, the configuration fails.
- min
Likelihood GooglePrivacy Dlp V2Info Type Likelihood Min Likelihood - Only returns findings equal to or above this threshold. This field is required or else the configuration fails.
- info_
type GooglePrivacy Dlp V2Info Type - Type of information the likelihood threshold applies to. Only one likelihood per info_type should be provided. If InfoTypeLikelihood does not have an info_type, the configuration fails.
- min_
likelihood GooglePrivacy Dlp V2Info Type Likelihood Min Likelihood - Only returns findings equal to or above this threshold. This field is required or else the configuration fails.
- info
Type Property Map - Type of information the likelihood threshold applies to. Only one likelihood per info_type should be provided. If InfoTypeLikelihood does not have an info_type, the configuration fails.
- min
Likelihood "LIKELIHOOD_UNSPECIFIED" | "VERY_UNLIKELY" | "UNLIKELY" | "POSSIBLE" | "LIKELY" | "VERY_LIKELY" - Only returns findings equal to or above this threshold. This field is required or else the configuration fails.
GooglePrivacyDlpV2InfoTypeLikelihoodMinLikelihood, GooglePrivacyDlpV2InfoTypeLikelihoodMinLikelihoodArgs
- Likelihood
Unspecified - LIKELIHOOD_UNSPECIFIEDDefault value; same as POSSIBLE.
- Very
Unlikely - VERY_UNLIKELYHighest chance of a false positive.
- Unlikely
- UNLIKELYHigh chance of a false positive.
- Possible
- POSSIBLESome matching signals. The default value.
- Likely
- LIKELYLow chance of a false positive.
- Very
Likely - VERY_LIKELYConfidence level is high. Lowest chance of a false positive.
- Google
Privacy Dlp V2Info Type Likelihood Min Likelihood Likelihood Unspecified - LIKELIHOOD_UNSPECIFIEDDefault value; same as POSSIBLE.
- Google
Privacy Dlp V2Info Type Likelihood Min Likelihood Very Unlikely - VERY_UNLIKELYHighest chance of a false positive.
- Google
Privacy Dlp V2Info Type Likelihood Min Likelihood Unlikely - UNLIKELYHigh chance of a false positive.
- Google
Privacy Dlp V2Info Type Likelihood Min Likelihood Possible - POSSIBLESome matching signals. The default value.
- Google
Privacy Dlp V2Info Type Likelihood Min Likelihood Likely - LIKELYLow chance of a false positive.
- Google
Privacy Dlp V2Info Type Likelihood Min Likelihood Very Likely - VERY_LIKELYConfidence level is high. Lowest chance of a false positive.
- Likelihood
Unspecified - LIKELIHOOD_UNSPECIFIEDDefault value; same as POSSIBLE.
- Very
Unlikely - VERY_UNLIKELYHighest chance of a false positive.
- Unlikely
- UNLIKELYHigh chance of a false positive.
- Possible
- POSSIBLESome matching signals. The default value.
- Likely
- LIKELYLow chance of a false positive.
- Very
Likely - VERY_LIKELYConfidence level is high. Lowest chance of a false positive.
- Likelihood
Unspecified - LIKELIHOOD_UNSPECIFIEDDefault value; same as POSSIBLE.
- Very
Unlikely - VERY_UNLIKELYHighest chance of a false positive.
- Unlikely
- UNLIKELYHigh chance of a false positive.
- Possible
- POSSIBLESome matching signals. The default value.
- Likely
- LIKELYLow chance of a false positive.
- Very
Likely - VERY_LIKELYConfidence level is high. Lowest chance of a false positive.
- LIKELIHOOD_UNSPECIFIED
- LIKELIHOOD_UNSPECIFIEDDefault value; same as POSSIBLE.
- VERY_UNLIKELY
- VERY_UNLIKELYHighest chance of a false positive.
- UNLIKELY
- UNLIKELYHigh chance of a false positive.
- POSSIBLE
- POSSIBLESome matching signals. The default value.
- LIKELY
- LIKELYLow chance of a false positive.
- VERY_LIKELY
- VERY_LIKELYConfidence level is high. Lowest chance of a false positive.
- "LIKELIHOOD_UNSPECIFIED"
- LIKELIHOOD_UNSPECIFIEDDefault value; same as POSSIBLE.
- "VERY_UNLIKELY"
- VERY_UNLIKELYHighest chance of a false positive.
- "UNLIKELY"
- UNLIKELYHigh chance of a false positive.
- "POSSIBLE"
- POSSIBLESome matching signals. The default value.
- "LIKELY"
- LIKELYLow chance of a false positive.
- "VERY_LIKELY"
- VERY_LIKELYConfidence level is high. Lowest chance of a false positive.
GooglePrivacyDlpV2InfoTypeLikelihoodResponse, GooglePrivacyDlpV2InfoTypeLikelihoodResponseArgs
- Info
Type Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type Response - Type of information the likelihood threshold applies to. Only one likelihood per info_type should be provided. If InfoTypeLikelihood does not have an info_type, the configuration fails.
- Min
Likelihood string - Only returns findings equal to or above this threshold. This field is required or else the configuration fails.
- Info
Type GooglePrivacy Dlp V2Info Type Response - Type of information the likelihood threshold applies to. Only one likelihood per info_type should be provided. If InfoTypeLikelihood does not have an info_type, the configuration fails.
- Min
Likelihood string - Only returns findings equal to or above this threshold. This field is required or else the configuration fails.
- info
Type GooglePrivacy Dlp V2Info Type Response - Type of information the likelihood threshold applies to. Only one likelihood per info_type should be provided. If InfoTypeLikelihood does not have an info_type, the configuration fails.
- min
Likelihood String - Only returns findings equal to or above this threshold. This field is required or else the configuration fails.
- info
Type GooglePrivacy Dlp V2Info Type Response - Type of information the likelihood threshold applies to. Only one likelihood per info_type should be provided. If InfoTypeLikelihood does not have an info_type, the configuration fails.
- min
Likelihood string - Only returns findings equal to or above this threshold. This field is required or else the configuration fails.
- info_
type GooglePrivacy Dlp V2Info Type Response - Type of information the likelihood threshold applies to. Only one likelihood per info_type should be provided. If InfoTypeLikelihood does not have an info_type, the configuration fails.
- min_
likelihood str - Only returns findings equal to or above this threshold. This field is required or else the configuration fails.
- info
Type Property Map - Type of information the likelihood threshold applies to. Only one likelihood per info_type should be provided. If InfoTypeLikelihood does not have an info_type, the configuration fails.
- min
Likelihood String - Only returns findings equal to or above this threshold. This field is required or else the configuration fails.
GooglePrivacyDlpV2InfoTypeLimit, GooglePrivacyDlpV2InfoTypeLimitArgs
- Info
Type Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type - Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
- Max
Findings int - Max findings limit for the given infoType.
- Info
Type GooglePrivacy Dlp V2Info Type - Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
- Max
Findings int - Max findings limit for the given infoType.
- info
Type GooglePrivacy Dlp V2Info Type - Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
- max
Findings Integer - Max findings limit for the given infoType.
- info
Type GooglePrivacy Dlp V2Info Type - Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
- max
Findings number - Max findings limit for the given infoType.
- info_
type GooglePrivacy Dlp V2Info Type - Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
- max_
findings int - Max findings limit for the given infoType.
- info
Type Property Map - Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
- max
Findings Number - Max findings limit for the given infoType.
GooglePrivacyDlpV2InfoTypeLimitResponse, GooglePrivacyDlpV2InfoTypeLimitResponseArgs
- Info
Type Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type Response - Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
- Max
Findings int - Max findings limit for the given infoType.
- Info
Type GooglePrivacy Dlp V2Info Type Response - Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
- Max
Findings int - Max findings limit for the given infoType.
- info
Type GooglePrivacy Dlp V2Info Type Response - Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
- max
Findings Integer - Max findings limit for the given infoType.
- info
Type GooglePrivacy Dlp V2Info Type Response - Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
- max
Findings number - Max findings limit for the given infoType.
- info_
type GooglePrivacy Dlp V2Info Type Response - Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
- max_
findings int - Max findings limit for the given infoType.
- info
Type Property Map - Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
- max
Findings Number - Max findings limit for the given infoType.
GooglePrivacyDlpV2InfoTypeResponse, GooglePrivacyDlpV2InfoTypeResponseArgs
- Name string
- Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern
[A-Za-z0-9$_-]{1,64}
. - Sensitivity
Score Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Sensitivity Score Response - Optional custom sensitivity for this InfoType. This only applies to data profiling.
- Version string
- Optional version name for this InfoType.
- Name string
- Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern
[A-Za-z0-9$_-]{1,64}
. - Sensitivity
Score GooglePrivacy Dlp V2Sensitivity Score Response - Optional custom sensitivity for this InfoType. This only applies to data profiling.
- Version string
- Optional version name for this InfoType.
- name String
- Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern
[A-Za-z0-9$_-]{1,64}
. - sensitivity
Score GooglePrivacy Dlp V2Sensitivity Score Response - Optional custom sensitivity for this InfoType. This only applies to data profiling.
- version String
- Optional version name for this InfoType.
- name string
- Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern
[A-Za-z0-9$_-]{1,64}
. - sensitivity
Score GooglePrivacy Dlp V2Sensitivity Score Response - Optional custom sensitivity for this InfoType. This only applies to data profiling.
- version string
- Optional version name for this InfoType.
- name str
- Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern
[A-Za-z0-9$_-]{1,64}
. - sensitivity_
score GooglePrivacy Dlp V2Sensitivity Score Response - Optional custom sensitivity for this InfoType. This only applies to data profiling.
- version str
- Optional version name for this InfoType.
- name String
- Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern
[A-Za-z0-9$_-]{1,64}
. - sensitivity
Score Property Map - Optional custom sensitivity for this InfoType. This only applies to data profiling.
- version String
- Optional version name for this InfoType.
GooglePrivacyDlpV2InspectConfig, GooglePrivacyDlpV2InspectConfigArgs
- Content
Options List<Pulumi.Google Native. DLP. V2. Google Privacy Dlp V2Inspect Config Content Options Item> - Deprecated and unused.
- Custom
Info List<Pulumi.Types Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Custom Info Type> - CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
- Exclude
Info boolTypes - When true, excludes type information of the findings. This is not used for data profiling.
- Include
Quote bool - When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote. This is not used for data profiling.
- Info
Types List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type> - Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes 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 a default list of detectors to run, which may change over time. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
- Limits
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Finding Limits - Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in RedactImage requests. Otherwise, Cloud DLP returns an error. When set within an InspectJobConfig, the specified maximum values aren't hard limits. If an inspection job reaches these limits, the job ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than these maximum values.
- Min
Likelihood Pulumi.Google Native. DLP. V2. Google Privacy Dlp V2Inspect Config Min Likelihood - Only returns findings equal to or above this threshold. The default is POSSIBLE. In general, the highest likelihood setting yields the fewest findings in results and the lowest chance of a false positive. For more information, see Match likelihood.
- Min
Likelihood List<Pulumi.Per Info Type Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type Likelihood> - Minimum likelihood per infotype. For each infotype, a user can specify a minimum likelihood. The system only returns a finding if its likelihood is above this threshold. If this field is not set, the system uses the InspectConfig min_likelihood.
- Rule
Set List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Inspection Rule Set> - 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.
- Content
Options []GooglePrivacy Dlp V2Inspect Config Content Options Item - Deprecated and unused.
- Custom
Info []GoogleTypes Privacy Dlp V2Custom Info Type - CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
- Exclude
Info boolTypes - When true, excludes type information of the findings. This is not used for data profiling.
- Include
Quote bool - When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote. This is not used for data profiling.
- Info
Types []GooglePrivacy Dlp V2Info Type - Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes 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 a default list of detectors to run, which may change over time. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
- Limits
Google
Privacy Dlp V2Finding Limits - Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in RedactImage requests. Otherwise, Cloud DLP returns an error. When set within an InspectJobConfig, the specified maximum values aren't hard limits. If an inspection job reaches these limits, the job ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than these maximum values.
- Min
Likelihood GooglePrivacy Dlp V2Inspect Config Min Likelihood - Only returns findings equal to or above this threshold. The default is POSSIBLE. In general, the highest likelihood setting yields the fewest findings in results and the lowest chance of a false positive. For more information, see Match likelihood.
- Min
Likelihood []GooglePer Info Type Privacy Dlp V2Info Type Likelihood - Minimum likelihood per infotype. For each infotype, a user can specify a minimum likelihood. The system only returns a finding if its likelihood is above this threshold. If this field is not set, the system uses the InspectConfig min_likelihood.
- Rule
Set []GooglePrivacy Dlp V2Inspection Rule Set - 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.
- content
Options List<GooglePrivacy Dlp V2Inspect Config Content Options Item> - Deprecated and unused.
- custom
Info List<GoogleTypes Privacy Dlp V2Custom Info Type> - CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
- exclude
Info BooleanTypes - When true, excludes type information of the findings. This is not used for data profiling.
- include
Quote Boolean - When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote. This is not used for data profiling.
- info
Types List<GooglePrivacy Dlp V2Info Type> - Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes 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 a default list of detectors to run, which may change over time. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
- limits
Google
Privacy Dlp V2Finding Limits - Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in RedactImage requests. Otherwise, Cloud DLP returns an error. When set within an InspectJobConfig, the specified maximum values aren't hard limits. If an inspection job reaches these limits, the job ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than these maximum values.
- min
Likelihood GooglePrivacy Dlp V2Inspect Config Min Likelihood - Only returns findings equal to or above this threshold. The default is POSSIBLE. In general, the highest likelihood setting yields the fewest findings in results and the lowest chance of a false positive. For more information, see Match likelihood.
- min
Likelihood List<GooglePer Info Type Privacy Dlp V2Info Type Likelihood> - Minimum likelihood per infotype. For each infotype, a user can specify a minimum likelihood. The system only returns a finding if its likelihood is above this threshold. If this field is not set, the system uses the InspectConfig min_likelihood.
- rule
Set List<GooglePrivacy Dlp V2Inspection Rule Set> - 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.
- content
Options GooglePrivacy Dlp V2Inspect Config Content Options Item[] - Deprecated and unused.
- custom
Info GoogleTypes Privacy Dlp V2Custom Info Type[] - CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
- exclude
Info booleanTypes - When true, excludes type information of the findings. This is not used for data profiling.
- include
Quote boolean - When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote. This is not used for data profiling.
- info
Types GooglePrivacy Dlp V2Info Type[] - Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes 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 a default list of detectors to run, which may change over time. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
- limits
Google
Privacy Dlp V2Finding Limits - Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in RedactImage requests. Otherwise, Cloud DLP returns an error. When set within an InspectJobConfig, the specified maximum values aren't hard limits. If an inspection job reaches these limits, the job ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than these maximum values.
- min
Likelihood GooglePrivacy Dlp V2Inspect Config Min Likelihood - Only returns findings equal to or above this threshold. The default is POSSIBLE. In general, the highest likelihood setting yields the fewest findings in results and the lowest chance of a false positive. For more information, see Match likelihood.
- min
Likelihood GooglePer Info Type Privacy Dlp V2Info Type Likelihood[] - Minimum likelihood per infotype. For each infotype, a user can specify a minimum likelihood. The system only returns a finding if its likelihood is above this threshold. If this field is not set, the system uses the InspectConfig min_likelihood.
- rule
Set GooglePrivacy Dlp V2Inspection Rule Set[] - 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.
- content_
options Sequence[GooglePrivacy Dlp V2Inspect Config Content Options Item] - Deprecated and unused.
- custom_
info_ Sequence[Googletypes Privacy Dlp V2Custom Info Type] - CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
- exclude_
info_ booltypes - When true, excludes type information of the findings. This is not used for data profiling.
- include_
quote bool - When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote. This is not used for data profiling.
- info_
types Sequence[GooglePrivacy Dlp V2Info Type] - Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes 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 a default list of detectors to run, which may change over time. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
- limits
Google
Privacy Dlp V2Finding Limits - Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in RedactImage requests. Otherwise, Cloud DLP returns an error. When set within an InspectJobConfig, the specified maximum values aren't hard limits. If an inspection job reaches these limits, the job ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than these maximum values.
- min_
likelihood GooglePrivacy Dlp V2Inspect Config Min Likelihood - Only returns findings equal to or above this threshold. The default is POSSIBLE. In general, the highest likelihood setting yields the fewest findings in results and the lowest chance of a false positive. For more information, see Match likelihood.
- min_
likelihood_ Sequence[Googleper_ info_ type Privacy Dlp V2Info Type Likelihood] - Minimum likelihood per infotype. For each infotype, a user can specify a minimum likelihood. The system only returns a finding if its likelihood is above this threshold. If this field is not set, the system uses the InspectConfig min_likelihood.
- rule_
set Sequence[GooglePrivacy Dlp V2Inspection Rule Set] - 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.
- content
Options List<"CONTENT_UNSPECIFIED" | "CONTENT_TEXT" | "CONTENT_IMAGE"> - Deprecated and unused.
- custom
Info List<Property Map>Types - CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
- exclude
Info BooleanTypes - When true, excludes type information of the findings. This is not used for data profiling.
- include
Quote Boolean - When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote. This is not used for data profiling.
- info
Types List<Property Map> - Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes 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 a default list of detectors to run, which may change over time. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
- limits Property Map
- Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in RedactImage requests. Otherwise, Cloud DLP returns an error. When set within an InspectJobConfig, the specified maximum values aren't hard limits. If an inspection job reaches these limits, the job ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than these maximum values.
- min
Likelihood "LIKELIHOOD_UNSPECIFIED" | "VERY_UNLIKELY" | "UNLIKELY" | "POSSIBLE" | "LIKELY" | "VERY_LIKELY" - Only returns findings equal to or above this threshold. The default is POSSIBLE. In general, the highest likelihood setting yields the fewest findings in results and the lowest chance of a false positive. For more information, see Match likelihood.
- min
Likelihood List<Property Map>Per Info Type - Minimum likelihood per infotype. For each infotype, a user can specify a minimum likelihood. The system only returns a finding if its likelihood is above this threshold. If this field is not set, the system uses the InspectConfig min_likelihood.
- rule
Set List<Property Map> - 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.
GooglePrivacyDlpV2InspectConfigContentOptionsItem, GooglePrivacyDlpV2InspectConfigContentOptionsItemArgs
- Content
Unspecified - CONTENT_UNSPECIFIEDIncludes entire content of a file or a data stream.
- Content
Text - CONTENT_TEXTText content within the data, excluding any metadata.
- Content
Image - CONTENT_IMAGEImages found in the data.
- Google
Privacy Dlp V2Inspect Config Content Options Item Content Unspecified - CONTENT_UNSPECIFIEDIncludes entire content of a file or a data stream.
- Google
Privacy Dlp V2Inspect Config Content Options Item Content Text - CONTENT_TEXTText content within the data, excluding any metadata.
- Google
Privacy Dlp V2Inspect Config Content Options Item Content Image - CONTENT_IMAGEImages found in the data.
- Content
Unspecified - CONTENT_UNSPECIFIEDIncludes entire content of a file or a data stream.
- Content
Text - CONTENT_TEXTText content within the data, excluding any metadata.
- Content
Image - CONTENT_IMAGEImages found in the data.
- Content
Unspecified - CONTENT_UNSPECIFIEDIncludes entire content of a file or a data stream.
- Content
Text - CONTENT_TEXTText content within the data, excluding any metadata.
- Content
Image - CONTENT_IMAGEImages found in the data.
- CONTENT_UNSPECIFIED
- CONTENT_UNSPECIFIEDIncludes entire content of a file or a data stream.
- CONTENT_TEXT
- CONTENT_TEXTText content within the data, excluding any metadata.
- CONTENT_IMAGE
- CONTENT_IMAGEImages found in the data.
- "CONTENT_UNSPECIFIED"
- CONTENT_UNSPECIFIEDIncludes entire content of a file or a data stream.
- "CONTENT_TEXT"
- CONTENT_TEXTText content within the data, excluding any metadata.
- "CONTENT_IMAGE"
- CONTENT_IMAGEImages found in the data.
GooglePrivacyDlpV2InspectConfigMinLikelihood, GooglePrivacyDlpV2InspectConfigMinLikelihoodArgs
- Likelihood
Unspecified - LIKELIHOOD_UNSPECIFIEDDefault value; same as POSSIBLE.
- Very
Unlikely - VERY_UNLIKELYHighest chance of a false positive.
- Unlikely
- UNLIKELYHigh chance of a false positive.
- Possible
- POSSIBLESome matching signals. The default value.
- Likely
- LIKELYLow chance of a false positive.
- Very
Likely - VERY_LIKELYConfidence level is high. Lowest chance of a false positive.
- Google
Privacy Dlp V2Inspect Config Min Likelihood Likelihood Unspecified - LIKELIHOOD_UNSPECIFIEDDefault value; same as POSSIBLE.
- Google
Privacy Dlp V2Inspect Config Min Likelihood Very Unlikely - VERY_UNLIKELYHighest chance of a false positive.
- Google
Privacy Dlp V2Inspect Config Min Likelihood Unlikely - UNLIKELYHigh chance of a false positive.
- Google
Privacy Dlp V2Inspect Config Min Likelihood Possible - POSSIBLESome matching signals. The default value.
- Google
Privacy Dlp V2Inspect Config Min Likelihood Likely - LIKELYLow chance of a false positive.
- Google
Privacy Dlp V2Inspect Config Min Likelihood Very Likely - VERY_LIKELYConfidence level is high. Lowest chance of a false positive.
- Likelihood
Unspecified - LIKELIHOOD_UNSPECIFIEDDefault value; same as POSSIBLE.
- Very
Unlikely - VERY_UNLIKELYHighest chance of a false positive.
- Unlikely
- UNLIKELYHigh chance of a false positive.
- Possible
- POSSIBLESome matching signals. The default value.
- Likely
- LIKELYLow chance of a false positive.
- Very
Likely - VERY_LIKELYConfidence level is high. Lowest chance of a false positive.
- Likelihood
Unspecified - LIKELIHOOD_UNSPECIFIEDDefault value; same as POSSIBLE.
- Very
Unlikely - VERY_UNLIKELYHighest chance of a false positive.
- Unlikely
- UNLIKELYHigh chance of a false positive.
- Possible
- POSSIBLESome matching signals. The default value.
- Likely
- LIKELYLow chance of a false positive.
- Very
Likely - VERY_LIKELYConfidence level is high. Lowest chance of a false positive.
- LIKELIHOOD_UNSPECIFIED
- LIKELIHOOD_UNSPECIFIEDDefault value; same as POSSIBLE.
- VERY_UNLIKELY
- VERY_UNLIKELYHighest chance of a false positive.
- UNLIKELY
- UNLIKELYHigh chance of a false positive.
- POSSIBLE
- POSSIBLESome matching signals. The default value.
- LIKELY
- LIKELYLow chance of a false positive.
- VERY_LIKELY
- VERY_LIKELYConfidence level is high. Lowest chance of a false positive.
- "LIKELIHOOD_UNSPECIFIED"
- LIKELIHOOD_UNSPECIFIEDDefault value; same as POSSIBLE.
- "VERY_UNLIKELY"
- VERY_UNLIKELYHighest chance of a false positive.
- "UNLIKELY"
- UNLIKELYHigh chance of a false positive.
- "POSSIBLE"
- POSSIBLESome matching signals. The default value.
- "LIKELY"
- LIKELYLow chance of a false positive.
- "VERY_LIKELY"
- VERY_LIKELYConfidence level is high. Lowest chance of a false positive.
GooglePrivacyDlpV2InspectConfigResponse, GooglePrivacyDlpV2InspectConfigResponseArgs
- Content
Options List<string> - Deprecated and unused.
- Custom
Info List<Pulumi.Types Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Custom Info Type Response> - CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
- Exclude
Info boolTypes - When true, excludes type information of the findings. This is not used for data profiling.
- Include
Quote bool - When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote. This is not used for data profiling.
- Info
Types List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type Response> - Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes 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 a default list of detectors to run, which may change over time. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
- Limits
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Finding Limits Response - Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in RedactImage requests. Otherwise, Cloud DLP returns an error. When set within an InspectJobConfig, the specified maximum values aren't hard limits. If an inspection job reaches these limits, the job ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than these maximum values.
- Min
Likelihood string - Only returns findings equal to or above this threshold. The default is POSSIBLE. In general, the highest likelihood setting yields the fewest findings in results and the lowest chance of a false positive. For more information, see Match likelihood.
- Min
Likelihood List<Pulumi.Per Info Type Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type Likelihood Response> - Minimum likelihood per infotype. For each infotype, a user can specify a minimum likelihood. The system only returns a finding if its likelihood is above this threshold. If this field is not set, the system uses the InspectConfig min_likelihood.
- Rule
Set List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Inspection Rule Set Response> - 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.
- Content
Options []string - Deprecated and unused.
- Custom
Info []GoogleTypes Privacy Dlp V2Custom Info Type Response - CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
- Exclude
Info boolTypes - When true, excludes type information of the findings. This is not used for data profiling.
- Include
Quote bool - When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote. This is not used for data profiling.
- Info
Types []GooglePrivacy Dlp V2Info Type Response - Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes 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 a default list of detectors to run, which may change over time. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
- Limits
Google
Privacy Dlp V2Finding Limits Response - Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in RedactImage requests. Otherwise, Cloud DLP returns an error. When set within an InspectJobConfig, the specified maximum values aren't hard limits. If an inspection job reaches these limits, the job ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than these maximum values.
- Min
Likelihood string - Only returns findings equal to or above this threshold. The default is POSSIBLE. In general, the highest likelihood setting yields the fewest findings in results and the lowest chance of a false positive. For more information, see Match likelihood.
- Min
Likelihood []GooglePer Info Type Privacy Dlp V2Info Type Likelihood Response - Minimum likelihood per infotype. For each infotype, a user can specify a minimum likelihood. The system only returns a finding if its likelihood is above this threshold. If this field is not set, the system uses the InspectConfig min_likelihood.
- Rule
Set []GooglePrivacy Dlp V2Inspection Rule Set Response - 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.
- content
Options List<String> - Deprecated and unused.
- custom
Info List<GoogleTypes Privacy Dlp V2Custom Info Type Response> - CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
- exclude
Info BooleanTypes - When true, excludes type information of the findings. This is not used for data profiling.
- include
Quote Boolean - When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote. This is not used for data profiling.
- info
Types List<GooglePrivacy Dlp V2Info Type Response> - Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes 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 a default list of detectors to run, which may change over time. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
- limits
Google
Privacy Dlp V2Finding Limits Response - Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in RedactImage requests. Otherwise, Cloud DLP returns an error. When set within an InspectJobConfig, the specified maximum values aren't hard limits. If an inspection job reaches these limits, the job ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than these maximum values.
- min
Likelihood String - Only returns findings equal to or above this threshold. The default is POSSIBLE. In general, the highest likelihood setting yields the fewest findings in results and the lowest chance of a false positive. For more information, see Match likelihood.
- min
Likelihood List<GooglePer Info Type Privacy Dlp V2Info Type Likelihood Response> - Minimum likelihood per infotype. For each infotype, a user can specify a minimum likelihood. The system only returns a finding if its likelihood is above this threshold. If this field is not set, the system uses the InspectConfig min_likelihood.
- rule
Set List<GooglePrivacy Dlp V2Inspection Rule Set Response> - 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.
- content
Options string[] - Deprecated and unused.
- custom
Info GoogleTypes Privacy Dlp V2Custom Info Type Response[] - CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
- exclude
Info booleanTypes - When true, excludes type information of the findings. This is not used for data profiling.
- include
Quote boolean - When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote. This is not used for data profiling.
- info
Types GooglePrivacy Dlp V2Info Type Response[] - Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes 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 a default list of detectors to run, which may change over time. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
- limits
Google
Privacy Dlp V2Finding Limits Response - Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in RedactImage requests. Otherwise, Cloud DLP returns an error. When set within an InspectJobConfig, the specified maximum values aren't hard limits. If an inspection job reaches these limits, the job ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than these maximum values.
- min
Likelihood string - Only returns findings equal to or above this threshold. The default is POSSIBLE. In general, the highest likelihood setting yields the fewest findings in results and the lowest chance of a false positive. For more information, see Match likelihood.
- min
Likelihood GooglePer Info Type Privacy Dlp V2Info Type Likelihood Response[] - Minimum likelihood per infotype. For each infotype, a user can specify a minimum likelihood. The system only returns a finding if its likelihood is above this threshold. If this field is not set, the system uses the InspectConfig min_likelihood.
- rule
Set GooglePrivacy Dlp V2Inspection Rule Set Response[] - 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.
- content_
options Sequence[str] - Deprecated and unused.
- custom_
info_ Sequence[Googletypes Privacy Dlp V2Custom Info Type Response] - CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
- exclude_
info_ booltypes - When true, excludes type information of the findings. This is not used for data profiling.
- include_
quote bool - When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote. This is not used for data profiling.
- info_
types Sequence[GooglePrivacy Dlp V2Info Type Response] - Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes 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 a default list of detectors to run, which may change over time. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
- limits
Google
Privacy Dlp V2Finding Limits Response - Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in RedactImage requests. Otherwise, Cloud DLP returns an error. When set within an InspectJobConfig, the specified maximum values aren't hard limits. If an inspection job reaches these limits, the job ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than these maximum values.
- min_
likelihood str - Only returns findings equal to or above this threshold. The default is POSSIBLE. In general, the highest likelihood setting yields the fewest findings in results and the lowest chance of a false positive. For more information, see Match likelihood.
- min_
likelihood_ Sequence[Googleper_ info_ type Privacy Dlp V2Info Type Likelihood Response] - Minimum likelihood per infotype. For each infotype, a user can specify a minimum likelihood. The system only returns a finding if its likelihood is above this threshold. If this field is not set, the system uses the InspectConfig min_likelihood.
- rule_
set Sequence[GooglePrivacy Dlp V2Inspection Rule Set Response] - 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.
- content
Options List<String> - Deprecated and unused.
- custom
Info List<Property Map>Types - CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
- exclude
Info BooleanTypes - When true, excludes type information of the findings. This is not used for data profiling.
- include
Quote Boolean - When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote. This is not used for data profiling.
- info
Types List<Property Map> - Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes 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 a default list of detectors to run, which may change over time. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
- limits Property Map
- Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in RedactImage requests. Otherwise, Cloud DLP returns an error. When set within an InspectJobConfig, the specified maximum values aren't hard limits. If an inspection job reaches these limits, the job ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than these maximum values.
- min
Likelihood String - Only returns findings equal to or above this threshold. The default is POSSIBLE. In general, the highest likelihood setting yields the fewest findings in results and the lowest chance of a false positive. For more information, see Match likelihood.
- min
Likelihood List<Property Map>Per Info Type - Minimum likelihood per infotype. For each infotype, a user can specify a minimum likelihood. The system only returns a finding if its likelihood is above this threshold. If this field is not set, the system uses the InspectConfig min_likelihood.
- rule
Set List<Property Map> - 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.
GooglePrivacyDlpV2InspectionRule, GooglePrivacyDlpV2InspectionRuleArgs
- Exclusion
Rule Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Exclusion Rule - Exclusion rule.
- Hotword
Rule Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Hotword Rule - Hotword-based detection rule.
- Exclusion
Rule GooglePrivacy Dlp V2Exclusion Rule - Exclusion rule.
- Hotword
Rule GooglePrivacy Dlp V2Hotword Rule - Hotword-based detection rule.
- exclusion
Rule GooglePrivacy Dlp V2Exclusion Rule - Exclusion rule.
- hotword
Rule GooglePrivacy Dlp V2Hotword Rule - Hotword-based detection rule.
- exclusion
Rule GooglePrivacy Dlp V2Exclusion Rule - Exclusion rule.
- hotword
Rule GooglePrivacy Dlp V2Hotword Rule - Hotword-based detection rule.
- exclusion_
rule GooglePrivacy Dlp V2Exclusion Rule - Exclusion rule.
- hotword_
rule GooglePrivacy Dlp V2Hotword Rule - Hotword-based detection rule.
- exclusion
Rule Property Map - Exclusion rule.
- hotword
Rule Property Map - Hotword-based detection rule.
GooglePrivacyDlpV2InspectionRuleResponse, GooglePrivacyDlpV2InspectionRuleResponseArgs
- Exclusion
Rule Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Exclusion Rule Response - Exclusion rule.
- Hotword
Rule Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Hotword Rule Response - Hotword-based detection rule.
- Exclusion
Rule GooglePrivacy Dlp V2Exclusion Rule Response - Exclusion rule.
- Hotword
Rule GooglePrivacy Dlp V2Hotword Rule Response - Hotword-based detection rule.
- exclusion
Rule GooglePrivacy Dlp V2Exclusion Rule Response - Exclusion rule.
- hotword
Rule GooglePrivacy Dlp V2Hotword Rule Response - Hotword-based detection rule.
- exclusion
Rule GooglePrivacy Dlp V2Exclusion Rule Response - Exclusion rule.
- hotword
Rule GooglePrivacy Dlp V2Hotword Rule Response - Hotword-based detection rule.
- exclusion_
rule GooglePrivacy Dlp V2Exclusion Rule Response - Exclusion rule.
- hotword_
rule GooglePrivacy Dlp V2Hotword Rule Response - Hotword-based detection rule.
- exclusion
Rule Property Map - Exclusion rule.
- hotword
Rule Property Map - Hotword-based detection rule.
GooglePrivacyDlpV2InspectionRuleSet, GooglePrivacyDlpV2InspectionRuleSetArgs
- Info
Types List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type> - List of infoTypes this rule set is applied to.
- Rules
List<Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Inspection Rule> - Set of rules to be applied to infoTypes. The rules are applied in order.
- Info
Types []GooglePrivacy Dlp V2Info Type - List of infoTypes this rule set is applied to.
- Rules
[]Google
Privacy Dlp V2Inspection Rule - Set of rules to be applied to infoTypes. The rules are applied in order.
- info
Types List<GooglePrivacy Dlp V2Info Type> - List of infoTypes this rule set is applied to.
- rules
List<Google
Privacy Dlp V2Inspection Rule> - Set of rules to be applied to infoTypes. The rules are applied in order.
- info
Types GooglePrivacy Dlp V2Info Type[] - List of infoTypes this rule set is applied to.
- rules
Google
Privacy Dlp V2Inspection Rule[] - Set of rules to be applied to infoTypes. The rules are applied in order.
- info_
types Sequence[GooglePrivacy Dlp V2Info Type] - List of infoTypes this rule set is applied to.
- rules
Sequence[Google
Privacy Dlp V2Inspection Rule] - Set of rules to be applied to infoTypes. The rules are applied in order.
- info
Types List<Property Map> - List of infoTypes this rule set is applied to.
- rules List<Property Map>
- Set of rules to be applied to infoTypes. The rules are applied in order.
GooglePrivacyDlpV2InspectionRuleSetResponse, GooglePrivacyDlpV2InspectionRuleSetResponseArgs
- Info
Types List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type Response> - List of infoTypes this rule set is applied to.
- Rules
List<Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Inspection Rule Response> - Set of rules to be applied to infoTypes. The rules are applied in order.
- Info
Types []GooglePrivacy Dlp V2Info Type Response - List of infoTypes this rule set is applied to.
- Rules
[]Google
Privacy Dlp V2Inspection Rule Response - Set of rules to be applied to infoTypes. The rules are applied in order.
- info
Types List<GooglePrivacy Dlp V2Info Type Response> - List of infoTypes this rule set is applied to.
- rules
List<Google
Privacy Dlp V2Inspection Rule Response> - Set of rules to be applied to infoTypes. The rules are applied in order.
- info
Types GooglePrivacy Dlp V2Info Type Response[] - List of infoTypes this rule set is applied to.
- rules
Google
Privacy Dlp V2Inspection Rule Response[] - Set of rules to be applied to infoTypes. The rules are applied in order.
- info_
types Sequence[GooglePrivacy Dlp V2Info Type Response] - List of infoTypes this rule set is applied to.
- rules
Sequence[Google
Privacy Dlp V2Inspection Rule Response] - Set of rules to be applied to infoTypes. The rules are applied in order.
- info
Types List<Property Map> - List of infoTypes this rule set is applied to.
- rules List<Property Map>
- Set of rules to be applied to infoTypes. The rules are applied in order.
GooglePrivacyDlpV2LikelihoodAdjustment, GooglePrivacyDlpV2LikelihoodAdjustmentArgs
- Fixed
Likelihood Pulumi.Google Native. DLP. V2. Google Privacy Dlp V2Likelihood Adjustment Fixed Likelihood - Set the likelihood of a finding to a fixed value.
- Relative
Likelihood int - Increase or decrease the likelihood by the specified number of levels. For example, if a finding would be
POSSIBLE
without the detection rule andrelative_likelihood
is 1, then it is upgraded toLIKELY
, while a value of -1 would downgrade it toUNLIKELY
. Likelihood may never drop belowVERY_UNLIKELY
or exceedVERY_LIKELY
, so applying an adjustment of 1 followed by an adjustment of -1 when base likelihood isVERY_LIKELY
will result in a final likelihood ofLIKELY
.
- Fixed
Likelihood GooglePrivacy Dlp V2Likelihood Adjustment Fixed Likelihood - Set the likelihood of a finding to a fixed value.
- Relative
Likelihood int - Increase or decrease the likelihood by the specified number of levels. For example, if a finding would be
POSSIBLE
without the detection rule andrelative_likelihood
is 1, then it is upgraded toLIKELY
, while a value of -1 would downgrade it toUNLIKELY
. Likelihood may never drop belowVERY_UNLIKELY
or exceedVERY_LIKELY
, so applying an adjustment of 1 followed by an adjustment of -1 when base likelihood isVERY_LIKELY
will result in a final likelihood ofLIKELY
.
- fixed
Likelihood GooglePrivacy Dlp V2Likelihood Adjustment Fixed Likelihood - Set the likelihood of a finding to a fixed value.
- relative
Likelihood Integer - Increase or decrease the likelihood by the specified number of levels. For example, if a finding would be
POSSIBLE
without the detection rule andrelative_likelihood
is 1, then it is upgraded toLIKELY
, while a value of -1 would downgrade it toUNLIKELY
. Likelihood may never drop belowVERY_UNLIKELY
or exceedVERY_LIKELY
, so applying an adjustment of 1 followed by an adjustment of -1 when base likelihood isVERY_LIKELY
will result in a final likelihood ofLIKELY
.
- fixed
Likelihood GooglePrivacy Dlp V2Likelihood Adjustment Fixed Likelihood - Set the likelihood of a finding to a fixed value.
- relative
Likelihood number - Increase or decrease the likelihood by the specified number of levels. For example, if a finding would be
POSSIBLE
without the detection rule andrelative_likelihood
is 1, then it is upgraded toLIKELY
, while a value of -1 would downgrade it toUNLIKELY
. Likelihood may never drop belowVERY_UNLIKELY
or exceedVERY_LIKELY
, so applying an adjustment of 1 followed by an adjustment of -1 when base likelihood isVERY_LIKELY
will result in a final likelihood ofLIKELY
.
- fixed_
likelihood GooglePrivacy Dlp V2Likelihood Adjustment Fixed Likelihood - Set the likelihood of a finding to a fixed value.
- relative_
likelihood int - Increase or decrease the likelihood by the specified number of levels. For example, if a finding would be
POSSIBLE
without the detection rule andrelative_likelihood
is 1, then it is upgraded toLIKELY
, while a value of -1 would downgrade it toUNLIKELY
. Likelihood may never drop belowVERY_UNLIKELY
or exceedVERY_LIKELY
, so applying an adjustment of 1 followed by an adjustment of -1 when base likelihood isVERY_LIKELY
will result in a final likelihood ofLIKELY
.
- fixed
Likelihood "LIKELIHOOD_UNSPECIFIED" | "VERY_UNLIKELY" | "UNLIKELY" | "POSSIBLE" | "LIKELY" | "VERY_LIKELY" - Set the likelihood of a finding to a fixed value.
- relative
Likelihood Number - Increase or decrease the likelihood by the specified number of levels. For example, if a finding would be
POSSIBLE
without the detection rule andrelative_likelihood
is 1, then it is upgraded toLIKELY
, while a value of -1 would downgrade it toUNLIKELY
. Likelihood may never drop belowVERY_UNLIKELY
or exceedVERY_LIKELY
, so applying an adjustment of 1 followed by an adjustment of -1 when base likelihood isVERY_LIKELY
will result in a final likelihood ofLIKELY
.
GooglePrivacyDlpV2LikelihoodAdjustmentFixedLikelihood, GooglePrivacyDlpV2LikelihoodAdjustmentFixedLikelihoodArgs
- Likelihood
Unspecified - LIKELIHOOD_UNSPECIFIEDDefault value; same as POSSIBLE.
- Very
Unlikely - VERY_UNLIKELYHighest chance of a false positive.
- Unlikely
- UNLIKELYHigh chance of a false positive.
- Possible
- POSSIBLESome matching signals. The default value.
- Likely
- LIKELYLow chance of a false positive.
- Very
Likely - VERY_LIKELYConfidence level is high. Lowest chance of a false positive.
- Google
Privacy Dlp V2Likelihood Adjustment Fixed Likelihood Likelihood Unspecified - LIKELIHOOD_UNSPECIFIEDDefault value; same as POSSIBLE.
- Google
Privacy Dlp V2Likelihood Adjustment Fixed Likelihood Very Unlikely - VERY_UNLIKELYHighest chance of a false positive.
- Google
Privacy Dlp V2Likelihood Adjustment Fixed Likelihood Unlikely - UNLIKELYHigh chance of a false positive.
- Google
Privacy Dlp V2Likelihood Adjustment Fixed Likelihood Possible - POSSIBLESome matching signals. The default value.
- Google
Privacy Dlp V2Likelihood Adjustment Fixed Likelihood Likely - LIKELYLow chance of a false positive.
- Google
Privacy Dlp V2Likelihood Adjustment Fixed Likelihood Very Likely - VERY_LIKELYConfidence level is high. Lowest chance of a false positive.
- Likelihood
Unspecified - LIKELIHOOD_UNSPECIFIEDDefault value; same as POSSIBLE.
- Very
Unlikely - VERY_UNLIKELYHighest chance of a false positive.
- Unlikely
- UNLIKELYHigh chance of a false positive.
- Possible
- POSSIBLESome matching signals. The default value.
- Likely
- LIKELYLow chance of a false positive.
- Very
Likely - VERY_LIKELYConfidence level is high. Lowest chance of a false positive.
- Likelihood
Unspecified - LIKELIHOOD_UNSPECIFIEDDefault value; same as POSSIBLE.
- Very
Unlikely - VERY_UNLIKELYHighest chance of a false positive.
- Unlikely
- UNLIKELYHigh chance of a false positive.
- Possible
- POSSIBLESome matching signals. The default value.
- Likely
- LIKELYLow chance of a false positive.
- Very
Likely - VERY_LIKELYConfidence level is high. Lowest chance of a false positive.
- LIKELIHOOD_UNSPECIFIED
- LIKELIHOOD_UNSPECIFIEDDefault value; same as POSSIBLE.
- VERY_UNLIKELY
- VERY_UNLIKELYHighest chance of a false positive.
- UNLIKELY
- UNLIKELYHigh chance of a false positive.
- POSSIBLE
- POSSIBLESome matching signals. The default value.
- LIKELY
- LIKELYLow chance of a false positive.
- VERY_LIKELY
- VERY_LIKELYConfidence level is high. Lowest chance of a false positive.
- "LIKELIHOOD_UNSPECIFIED"
- LIKELIHOOD_UNSPECIFIEDDefault value; same as POSSIBLE.
- "VERY_UNLIKELY"
- VERY_UNLIKELYHighest chance of a false positive.
- "UNLIKELY"
- UNLIKELYHigh chance of a false positive.
- "POSSIBLE"
- POSSIBLESome matching signals. The default value.
- "LIKELY"
- LIKELYLow chance of a false positive.
- "VERY_LIKELY"
- VERY_LIKELYConfidence level is high. Lowest chance of a false positive.
GooglePrivacyDlpV2LikelihoodAdjustmentResponse, GooglePrivacyDlpV2LikelihoodAdjustmentResponseArgs
- Fixed
Likelihood string - Set the likelihood of a finding to a fixed value.
- Relative
Likelihood int - Increase or decrease the likelihood by the specified number of levels. For example, if a finding would be
POSSIBLE
without the detection rule andrelative_likelihood
is 1, then it is upgraded toLIKELY
, while a value of -1 would downgrade it toUNLIKELY
. Likelihood may never drop belowVERY_UNLIKELY
or exceedVERY_LIKELY
, so applying an adjustment of 1 followed by an adjustment of -1 when base likelihood isVERY_LIKELY
will result in a final likelihood ofLIKELY
.
- Fixed
Likelihood string - Set the likelihood of a finding to a fixed value.
- Relative
Likelihood int - Increase or decrease the likelihood by the specified number of levels. For example, if a finding would be
POSSIBLE
without the detection rule andrelative_likelihood
is 1, then it is upgraded toLIKELY
, while a value of -1 would downgrade it toUNLIKELY
. Likelihood may never drop belowVERY_UNLIKELY
or exceedVERY_LIKELY
, so applying an adjustment of 1 followed by an adjustment of -1 when base likelihood isVERY_LIKELY
will result in a final likelihood ofLIKELY
.
- fixed
Likelihood String - Set the likelihood of a finding to a fixed value.
- relative
Likelihood Integer - Increase or decrease the likelihood by the specified number of levels. For example, if a finding would be
POSSIBLE
without the detection rule andrelative_likelihood
is 1, then it is upgraded toLIKELY
, while a value of -1 would downgrade it toUNLIKELY
. Likelihood may never drop belowVERY_UNLIKELY
or exceedVERY_LIKELY
, so applying an adjustment of 1 followed by an adjustment of -1 when base likelihood isVERY_LIKELY
will result in a final likelihood ofLIKELY
.
- fixed
Likelihood string - Set the likelihood of a finding to a fixed value.
- relative
Likelihood number - Increase or decrease the likelihood by the specified number of levels. For example, if a finding would be
POSSIBLE
without the detection rule andrelative_likelihood
is 1, then it is upgraded toLIKELY
, while a value of -1 would downgrade it toUNLIKELY
. Likelihood may never drop belowVERY_UNLIKELY
or exceedVERY_LIKELY
, so applying an adjustment of 1 followed by an adjustment of -1 when base likelihood isVERY_LIKELY
will result in a final likelihood ofLIKELY
.
- fixed_
likelihood str - Set the likelihood of a finding to a fixed value.
- relative_
likelihood int - Increase or decrease the likelihood by the specified number of levels. For example, if a finding would be
POSSIBLE
without the detection rule andrelative_likelihood
is 1, then it is upgraded toLIKELY
, while a value of -1 would downgrade it toUNLIKELY
. Likelihood may never drop belowVERY_UNLIKELY
or exceedVERY_LIKELY
, so applying an adjustment of 1 followed by an adjustment of -1 when base likelihood isVERY_LIKELY
will result in a final likelihood ofLIKELY
.
- fixed
Likelihood String - Set the likelihood of a finding to a fixed value.
- relative
Likelihood Number - Increase or decrease the likelihood by the specified number of levels. For example, if a finding would be
POSSIBLE
without the detection rule andrelative_likelihood
is 1, then it is upgraded toLIKELY
, while a value of -1 would downgrade it toUNLIKELY
. Likelihood may never drop belowVERY_UNLIKELY
or exceedVERY_LIKELY
, so applying an adjustment of 1 followed by an adjustment of -1 when base likelihood isVERY_LIKELY
will result in a final likelihood ofLIKELY
.
GooglePrivacyDlpV2Proximity, GooglePrivacyDlpV2ProximityArgs
- Window
After int - Number of characters after the finding to consider.
- Window
Before int - Number of characters before the finding to consider. For tabular data, if you want to modify the likelihood of an entire column of findngs, set this to 1. For more information, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- Window
After int - Number of characters after the finding to consider.
- Window
Before int - Number of characters before the finding to consider. For tabular data, if you want to modify the likelihood of an entire column of findngs, set this to 1. For more information, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- window
After Integer - Number of characters after the finding to consider.
- window
Before Integer - Number of characters before the finding to consider. For tabular data, if you want to modify the likelihood of an entire column of findngs, set this to 1. For more information, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- window
After number - Number of characters after the finding to consider.
- window
Before number - Number of characters before the finding to consider. For tabular data, if you want to modify the likelihood of an entire column of findngs, set this to 1. For more information, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- window_
after int - Number of characters after the finding to consider.
- window_
before int - Number of characters before the finding to consider. For tabular data, if you want to modify the likelihood of an entire column of findngs, set this to 1. For more information, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- window
After Number - Number of characters after the finding to consider.
- window
Before Number - Number of characters before the finding to consider. For tabular data, if you want to modify the likelihood of an entire column of findngs, set this to 1. For more information, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
GooglePrivacyDlpV2ProximityResponse, GooglePrivacyDlpV2ProximityResponseArgs
- Window
After int - Number of characters after the finding to consider.
- Window
Before int - Number of characters before the finding to consider. For tabular data, if you want to modify the likelihood of an entire column of findngs, set this to 1. For more information, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- Window
After int - Number of characters after the finding to consider.
- Window
Before int - Number of characters before the finding to consider. For tabular data, if you want to modify the likelihood of an entire column of findngs, set this to 1. For more information, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- window
After Integer - Number of characters after the finding to consider.
- window
Before Integer - Number of characters before the finding to consider. For tabular data, if you want to modify the likelihood of an entire column of findngs, set this to 1. For more information, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- window
After number - Number of characters after the finding to consider.
- window
Before number - Number of characters before the finding to consider. For tabular data, if you want to modify the likelihood of an entire column of findngs, set this to 1. For more information, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- window_
after int - Number of characters after the finding to consider.
- window_
before int - Number of characters before the finding to consider. For tabular data, if you want to modify the likelihood of an entire column of findngs, set this to 1. For more information, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- window
After Number - Number of characters after the finding to consider.
- window
Before Number - Number of characters before the finding to consider. For tabular data, if you want to modify the likelihood of an entire column of findngs, set this to 1. For more information, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
GooglePrivacyDlpV2Regex, GooglePrivacyDlpV2RegexArgs
- Group
Indexes List<int> - The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.
- Pattern string
- Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.
- Group
Indexes []int - The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.
- Pattern string
- Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.
- group
Indexes List<Integer> - The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.
- pattern String
- Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.
- group
Indexes number[] - The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.
- pattern string
- Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.
- group_
indexes Sequence[int] - The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.
- pattern str
- Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.
- group
Indexes List<Number> - The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.
- pattern String
- Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.
GooglePrivacyDlpV2RegexResponse, GooglePrivacyDlpV2RegexResponseArgs
- Group
Indexes List<int> - The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.
- Pattern string
- Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.
- Group
Indexes []int - The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.
- Pattern string
- Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.
- group
Indexes List<Integer> - The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.
- pattern String
- Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.
- group
Indexes number[] - The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.
- pattern string
- Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.
- group_
indexes Sequence[int] - The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.
- pattern str
- Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.
- group
Indexes List<Number> - The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.
- pattern String
- Pattern defining the regular expression. Its syntax (https://github.com/google/re2/wiki/Syntax) can be found under the google/re2 repository on GitHub.
GooglePrivacyDlpV2SensitivityScore, GooglePrivacyDlpV2SensitivityScoreArgs
- Score
Pulumi.
Google Native. DLP. V2. Google Privacy Dlp V2Sensitivity Score Score - The sensitivity score applied to the resource.
- Score
Google
Privacy Dlp V2Sensitivity Score Score - The sensitivity score applied to the resource.
- score
Google
Privacy Dlp V2Sensitivity Score Score - The sensitivity score applied to the resource.
- score
Google
Privacy Dlp V2Sensitivity Score Score - The sensitivity score applied to the resource.
- score
Google
Privacy Dlp V2Sensitivity Score Score - The sensitivity score applied to the resource.
- score "SENSITIVITY_SCORE_UNSPECIFIED" | "SENSITIVITY_LOW" | "SENSITIVITY_MODERATE" | "SENSITIVITY_HIGH"
- The sensitivity score applied to the resource.
GooglePrivacyDlpV2SensitivityScoreResponse, GooglePrivacyDlpV2SensitivityScoreResponseArgs
- Score string
- The sensitivity score applied to the resource.
- Score string
- The sensitivity score applied to the resource.
- score String
- The sensitivity score applied to the resource.
- score string
- The sensitivity score applied to the resource.
- score str
- The sensitivity score applied to the resource.
- score String
- The sensitivity score applied to the resource.
GooglePrivacyDlpV2SensitivityScoreScore, GooglePrivacyDlpV2SensitivityScoreScoreArgs
- Sensitivity
Score Unspecified - SENSITIVITY_SCORE_UNSPECIFIEDUnused.
- Sensitivity
Low - SENSITIVITY_LOWNo sensitive information detected. The resource isn't publicly accessible.
- Sensitivity
Moderate - SENSITIVITY_MODERATEMedium risk. Contains personally identifiable information (PII), potentially sensitive data, or fields with free-text data that are at a higher risk of having intermittent sensitive data. Consider limiting access.
- Sensitivity
High - SENSITIVITY_HIGHHigh risk. Sensitive personally identifiable information (SPII) can be present. Exfiltration of data can lead to user data loss. Re-identification of users might be possible. Consider limiting usage and or removing SPII.
- Google
Privacy Dlp V2Sensitivity Score Score Sensitivity Score Unspecified - SENSITIVITY_SCORE_UNSPECIFIEDUnused.
- Google
Privacy Dlp V2Sensitivity Score Score Sensitivity Low - SENSITIVITY_LOWNo sensitive information detected. The resource isn't publicly accessible.
- Google
Privacy Dlp V2Sensitivity Score Score Sensitivity Moderate - SENSITIVITY_MODERATEMedium risk. Contains personally identifiable information (PII), potentially sensitive data, or fields with free-text data that are at a higher risk of having intermittent sensitive data. Consider limiting access.
- Google
Privacy Dlp V2Sensitivity Score Score Sensitivity High - SENSITIVITY_HIGHHigh risk. Sensitive personally identifiable information (SPII) can be present. Exfiltration of data can lead to user data loss. Re-identification of users might be possible. Consider limiting usage and or removing SPII.
- Sensitivity
Score Unspecified - SENSITIVITY_SCORE_UNSPECIFIEDUnused.
- Sensitivity
Low - SENSITIVITY_LOWNo sensitive information detected. The resource isn't publicly accessible.
- Sensitivity
Moderate - SENSITIVITY_MODERATEMedium risk. Contains personally identifiable information (PII), potentially sensitive data, or fields with free-text data that are at a higher risk of having intermittent sensitive data. Consider limiting access.
- Sensitivity
High - SENSITIVITY_HIGHHigh risk. Sensitive personally identifiable information (SPII) can be present. Exfiltration of data can lead to user data loss. Re-identification of users might be possible. Consider limiting usage and or removing SPII.
- Sensitivity
Score Unspecified - SENSITIVITY_SCORE_UNSPECIFIEDUnused.
- Sensitivity
Low - SENSITIVITY_LOWNo sensitive information detected. The resource isn't publicly accessible.
- Sensitivity
Moderate - SENSITIVITY_MODERATEMedium risk. Contains personally identifiable information (PII), potentially sensitive data, or fields with free-text data that are at a higher risk of having intermittent sensitive data. Consider limiting access.
- Sensitivity
High - SENSITIVITY_HIGHHigh risk. Sensitive personally identifiable information (SPII) can be present. Exfiltration of data can lead to user data loss. Re-identification of users might be possible. Consider limiting usage and or removing SPII.
- SENSITIVITY_SCORE_UNSPECIFIED
- SENSITIVITY_SCORE_UNSPECIFIEDUnused.
- SENSITIVITY_LOW
- SENSITIVITY_LOWNo sensitive information detected. The resource isn't publicly accessible.
- SENSITIVITY_MODERATE
- SENSITIVITY_MODERATEMedium risk. Contains personally identifiable information (PII), potentially sensitive data, or fields with free-text data that are at a higher risk of having intermittent sensitive data. Consider limiting access.
- SENSITIVITY_HIGH
- SENSITIVITY_HIGHHigh risk. Sensitive personally identifiable information (SPII) can be present. Exfiltration of data can lead to user data loss. Re-identification of users might be possible. Consider limiting usage and or removing SPII.
- "SENSITIVITY_SCORE_UNSPECIFIED"
- SENSITIVITY_SCORE_UNSPECIFIEDUnused.
- "SENSITIVITY_LOW"
- SENSITIVITY_LOWNo sensitive information detected. The resource isn't publicly accessible.
- "SENSITIVITY_MODERATE"
- SENSITIVITY_MODERATEMedium risk. Contains personally identifiable information (PII), potentially sensitive data, or fields with free-text data that are at a higher risk of having intermittent sensitive data. Consider limiting access.
- "SENSITIVITY_HIGH"
- SENSITIVITY_HIGHHigh risk. Sensitive personally identifiable information (SPII) can be present. Exfiltration of data can lead to user data loss. Re-identification of users might be possible. Consider limiting usage and or removing SPII.
GooglePrivacyDlpV2StoredType, GooglePrivacyDlpV2StoredTypeArgs
- Create
Time string - Timestamp indicating when the version of the
StoredInfoType
used for inspection was created. Output-only field, populated by the system. - Name string
- Resource name of the requested
StoredInfoType
, for exampleorganizations/433245324/storedInfoTypes/432452342
orprojects/project-id/storedInfoTypes/432452342
.
- Create
Time string - Timestamp indicating when the version of the
StoredInfoType
used for inspection was created. Output-only field, populated by the system. - Name string
- Resource name of the requested
StoredInfoType
, for exampleorganizations/433245324/storedInfoTypes/432452342
orprojects/project-id/storedInfoTypes/432452342
.
- create
Time String - Timestamp indicating when the version of the
StoredInfoType
used for inspection was created. Output-only field, populated by the system. - name String
- Resource name of the requested
StoredInfoType
, for exampleorganizations/433245324/storedInfoTypes/432452342
orprojects/project-id/storedInfoTypes/432452342
.
- create
Time string - Timestamp indicating when the version of the
StoredInfoType
used for inspection was created. Output-only field, populated by the system. - name string
- Resource name of the requested
StoredInfoType
, for exampleorganizations/433245324/storedInfoTypes/432452342
orprojects/project-id/storedInfoTypes/432452342
.
- create_
time str - Timestamp indicating when the version of the
StoredInfoType
used for inspection was created. Output-only field, populated by the system. - name str
- Resource name of the requested
StoredInfoType
, for exampleorganizations/433245324/storedInfoTypes/432452342
orprojects/project-id/storedInfoTypes/432452342
.
- create
Time String - Timestamp indicating when the version of the
StoredInfoType
used for inspection was created. Output-only field, populated by the system. - name String
- Resource name of the requested
StoredInfoType
, for exampleorganizations/433245324/storedInfoTypes/432452342
orprojects/project-id/storedInfoTypes/432452342
.
GooglePrivacyDlpV2StoredTypeResponse, GooglePrivacyDlpV2StoredTypeResponseArgs
- Create
Time string - Timestamp indicating when the version of the
StoredInfoType
used for inspection was created. Output-only field, populated by the system. - Name string
- Resource name of the requested
StoredInfoType
, for exampleorganizations/433245324/storedInfoTypes/432452342
orprojects/project-id/storedInfoTypes/432452342
.
- Create
Time string - Timestamp indicating when the version of the
StoredInfoType
used for inspection was created. Output-only field, populated by the system. - Name string
- Resource name of the requested
StoredInfoType
, for exampleorganizations/433245324/storedInfoTypes/432452342
orprojects/project-id/storedInfoTypes/432452342
.
- create
Time String - Timestamp indicating when the version of the
StoredInfoType
used for inspection was created. Output-only field, populated by the system. - name String
- Resource name of the requested
StoredInfoType
, for exampleorganizations/433245324/storedInfoTypes/432452342
orprojects/project-id/storedInfoTypes/432452342
.
- create
Time string - Timestamp indicating when the version of the
StoredInfoType
used for inspection was created. Output-only field, populated by the system. - name string
- Resource name of the requested
StoredInfoType
, for exampleorganizations/433245324/storedInfoTypes/432452342
orprojects/project-id/storedInfoTypes/432452342
.
- create_
time str - Timestamp indicating when the version of the
StoredInfoType
used for inspection was created. Output-only field, populated by the system. - name str
- Resource name of the requested
StoredInfoType
, for exampleorganizations/433245324/storedInfoTypes/432452342
orprojects/project-id/storedInfoTypes/432452342
.
- create
Time String - Timestamp indicating when the version of the
StoredInfoType
used for inspection was created. Output-only field, populated by the system. - name String
- Resource name of the requested
StoredInfoType
, for exampleorganizations/433245324/storedInfoTypes/432452342
orprojects/project-id/storedInfoTypes/432452342
.
GooglePrivacyDlpV2WordList, GooglePrivacyDlpV2WordListArgs
- Words List<string>
- Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]
- Words []string
- Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]
- words List<String>
- Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]
- words string[]
- Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]
- words Sequence[str]
- Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]
- words List<String>
- Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]
GooglePrivacyDlpV2WordListResponse, GooglePrivacyDlpV2WordListResponseArgs
- Words List<string>
- Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]
- Words []string
- Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]
- words List<String>
- Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]
- words string[]
- Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]
- words Sequence[str]
- Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]
- words List<String>
- Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.