google_api_dlp v0.13.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TimespanConfig View Source

Configuration of the timespan of the items to include in scanning. Currently only supported when inspecting Google Cloud Storage and BigQuery.

Attributes

  • enableAutoPopulationOfTimespanConfig (type: boolean(), default: nil) - When the job is started by a JobTrigger we will automatically figure out a valid start_time to avoid scanning files that have not been modified since the last time the JobTrigger executed. This will be based on the time of the execution of the last run of the JobTrigger.
  • endTime (type: DateTime.t, default: nil) - Exclude files or rows newer than this value. If set to zero, no upper time limit is applied.
  • startTime (type: DateTime.t, default: nil) - Exclude files or rows older than this value.
  • timestampField (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t, default: nil) - Specification of the field containing the timestamp of scanned items. Used for data sources like Datastore or BigQuery. If not specified for BigQuery, table last modification timestamp is checked against given time span. The valid data types of the timestamp field are: for BigQuery - timestamp, date, datetime; for Datastore - timestamp. Datastore entity will be scanned if the timestamp property does not exist or its value is empty or invalid.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TimespanConfig{
  enableAutoPopulationOfTimespanConfig: boolean(),
  endTime: DateTime.t(),
  startTime: DateTime.t(),
  timestampField: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.