PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesPattern

data class PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesPattern(val databaseRegex: String? = null, val databaseResourceNameRegex: String? = null, val instanceRegex: String? = null, val projectIdRegex: String? = null)

Constructors

constructor(databaseRegex: String? = null, databaseResourceNameRegex: String? = null, instanceRegex: String? = null, projectIdRegex: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val databaseRegex: String? = null

Regex to test the database name against. If empty, all databases match.

Link copied to clipboard

Regex to test the database resource's name against. An example of a database resource name is a table's name. Other database resource names like view names could be included in the future. If empty, all database resources match.'

Link copied to clipboard
val instanceRegex: String? = null

Regex to test the instance name against. If empty, all instances match.

Link copied to clipboard
val projectIdRegex: String? = null

For organizations, if unset, will match all projects. Has no effect for data profile configurations created within a project.