Prevention Discovery Config Target Big Query Target Cadence
data class PreventionDiscoveryConfigTargetBigQueryTargetCadence(val inspectTemplateModifiedCadence: PreventionDiscoveryConfigTargetBigQueryTargetCadenceInspectTemplateModifiedCadence? = null, val schemaModifiedCadence: PreventionDiscoveryConfigTargetBigQueryTargetCadenceSchemaModifiedCadence? = null, val tableModifiedCadence: PreventionDiscoveryConfigTargetBigQueryTargetCadenceTableModifiedCadence? = null)
Constructors
Link copied to clipboard
constructor(inspectTemplateModifiedCadence: PreventionDiscoveryConfigTargetBigQueryTargetCadenceInspectTemplateModifiedCadence? = null, schemaModifiedCadence: PreventionDiscoveryConfigTargetBigQueryTargetCadenceSchemaModifiedCadence? = null, tableModifiedCadence: PreventionDiscoveryConfigTargetBigQueryTargetCadenceTableModifiedCadence? = null)
Properties
Link copied to clipboard
val inspectTemplateModifiedCadence: PreventionDiscoveryConfigTargetBigQueryTargetCadenceInspectTemplateModifiedCadence? = null
Governs when to update data profiles when the inspection rules defined by the InspectTemplate
change. If not set, changing the template will not cause a data profile to update. Structure is documented below.
Link copied to clipboard
val schemaModifiedCadence: PreventionDiscoveryConfigTargetBigQueryTargetCadenceSchemaModifiedCadence? = null
Governs when to update data profiles when a schema is modified Structure is documented below.
Link copied to clipboard
val tableModifiedCadence: PreventionDiscoveryConfigTargetBigQueryTargetCadenceTableModifiedCadence? = null
Governs when to update profile when a table is modified. Structure is documented below.