google_bigquery_table_iam_policy

Retrieves the current IAM policy data for table

example

data "google_bigquery_table_iam_policy" "policy" {
  project = google_bigquery_table.test.project
  dataset_id = google_bigquery_table.test.dataset_id
  table_id = google_bigquery_table.test.table_id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The attributes are exported: