Interface DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions

    • Method Detail

      • getDescription

        @Stability(Stable)
        @Nullable
        default String getDescription()
        A short description of where the data is coming from.

        Will be stored once in the job. 256 max length. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#description DataLossPreventionJobTrigger#description}

      • getLabels

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getLabels()
        To organize findings, these labels will be added to each finding.

        Label keys must be between 1 and 63 characters long and must conform to the following regular expression: '[a-z](%5B-a-z0-9%5D*%5Ba-z0-9%5D)?'. Label values must be between 0 and 63 characters long and must conform to the regular expression '([a-z](%5B-a-z0-9%5D*%5Ba-z0-9%5D)?)?'. No more than 10 labels can be associated with a given finding. Examples: * '"environment" : "production"' * '"pipeline" : "etl"' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#labels DataLossPreventionJobTrigger#labels}

      • getRequiredFindingLabelKeys

        @Stability(Stable)
        @Nullable
        default List<String> getRequiredFindingLabelKeys()
        These are labels that each inspection request must include within their 'finding_labels' map.

        Request may contain others, but any missing one of these will be rejected. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: '[a-z](%5B-a-z0-9%5D*%5Ba-z0-9%5D)?'. No more than 10 keys can be required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#required_finding_label_keys DataLossPreventionJobTrigger#required_finding_label_keys}