RowAccessPolicyReferenceResponse

data class RowAccessPolicyReferenceResponse(val datasetId: String, val policyId: String, val project: String, val tableId: String)

Constructors

Link copied to clipboard
constructor(datasetId: String, policyId: String, project: String, tableId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required The ID of the dataset containing this row access policy.

Link copied to clipboard

Required The ID of the row access policy. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.

Link copied to clipboard

Required The ID of the project containing this row access policy.

Link copied to clipboard

Required The ID of the table containing this row access policy.