google_api_gateway_gateway_iam_policy

Retrieves the current IAM policy data for gateway

example

data "google_api_gateway_gateway_iam_policy" "policy" {
  provider = google-beta
  project = google_api_gateway_gateway.api_gw.project
  region = google_api_gateway_gateway.api_gw.region
  gateway = google_api_gateway_gateway.api_gw.gateway_id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The attributes are exported: