google_vertex_ai_endpoint_iam_policy

Retrieves the current IAM policy data for endpoint

example

data "google_vertex_ai_endpoint_iam_policy" "policy" {
  project = google_vertex_ai_endpoint.endpoint.project
  location = google_vertex_ai_endpoint.endpoint.location
  endpoint = google_vertex_ai_endpoint.endpoint.name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The attributes are exported: