google_iap_client

Get info about a Google Cloud IAP Client.

Example Usage

data "google_project" "project" {
  project_id = "foobar"
}

data "google_iap_client" "project_client" {
  brand        =  "projects/${data.google_project.project.number}/brands/[BRAND_NUMBER]"
  client_id    = FOO.apps.googleusercontent.com
}

Argument Reference

The following arguments are supported:

Attributes Reference

See google_iap_client resource for details of the available attributes.