Prevention Discovery Config Target Cloud Sql Target Filter Collection Include Regexes Pattern
data class PreventionDiscoveryConfigTargetCloudSqlTargetFilterCollectionIncludeRegexesPattern(val databaseRegex: String? = null, val databaseResourceNameRegex: String? = null, val instanceRegex: String? = null, val projectIdRegex: String? = null)
Properties
Link copied to clipboard
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
Regex to test the instance name against. If empty, all instances match.
Link copied to clipboard
For organizations, if unset, will match all projects. Has no effect for data profile configurations created within a project.