PreventionDiscoveryConfigTargetCloudSqlTargetFilterDatabaseResourceReference

data class PreventionDiscoveryConfigTargetCloudSqlTargetFilterDatabaseResourceReference(val database: String, val databaseResource: String, val instance: String, val projectId: String)

Constructors

constructor(database: String, databaseResource: String, instance: String, projectId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required. Name of a database within the instance.

Link copied to clipboard

Required. Name of a database resource, for example, a table within the database.

Link copied to clipboard

Required. The instance where this resource is located. For example: Cloud SQL instance ID.

Link copied to clipboard

Required. If within a project-level config, then this must match the config's project ID.