Skip to content

googleIapClient

Get info about a Google Cloud IAP Client.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as google from "./.gen/providers/google";
/*The following providers are missing schema information and might need manual adjustments to synthesize correctly: google.
For a more precise conversion please use the --provider flag in convert.*/
const dataGoogleProjectProject = new google.dataGoogleProject.DataGoogleProject(
  this,
  "project",
  {
    project_id: "foobar",
  }
);
new google.dataGoogleIapClient.DataGoogleIapClient(this, "project_client", {
  brand: `projects/\${${dataGoogleProjectProject.number}}/brands/[BRAND_NUMBER]`,
  client_id: "${FOO.apps.googleusercontent.com}",
});

Argument Reference

The following arguments are supported:

  • brand - (Required) The name of the brand.

  • clientId - (Required) The client_id of the brand.

Attributes Reference

See google_iap_client resource for details of the available attributes.