google_bigquery_connection_iam_policy

Retrieves the current IAM policy data for connection

example

data "google_bigquery_connection_iam_policy" "policy" {
  project = google_bigquery_connection.connection.project
  location = google_bigquery_connection.connection.location
  connection_id = google_bigquery_connection.connection.connection_id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The attributes are exported: