Get info about a Google Cloud IAP Client.
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
}
The following arguments are supported:
brand
- (Required) The name of the brand.
client_id
- (Required) The client_id of the brand.
See google_iap_client resource for details of the available attributes.