Uses of Class
com.hashicorp.cdktf.providers.google.iap_brand.IapBrand.Builder
-
Packages that use IapBrand.Builder Package Description com.hashicorp.cdktf.providers.google.iap_brand google_iap_brand -
-
Uses of IapBrand.Builder in com.hashicorp.cdktf.providers.google.iap_brand
Methods in com.hashicorp.cdktf.providers.google.iap_brand that return IapBrand.Builder Modifier and Type Method Description IapBrand.BuilderIapBrand.Builder. applicationTitle(String applicationTitle)Application name displayed on OAuth consent screen.IapBrand.BuilderIapBrand.Builder. connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)IapBrand.BuilderIapBrand.Builder. connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)IapBrand.BuilderIapBrand.Builder. count(com.hashicorp.cdktf.TerraformCount count)IapBrand.BuilderIapBrand.Builder. count(Number count)static IapBrand.BuilderIapBrand.Builder. create(software.constructs.Construct scope, String id)IapBrand.BuilderIapBrand.Builder. dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)IapBrand.BuilderIapBrand.Builder. forEach(com.hashicorp.cdktf.ITerraformIterator forEach)IapBrand.BuilderIapBrand.Builder. id(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_brand#id IapBrand#id}.IapBrand.BuilderIapBrand.Builder. lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)IapBrand.BuilderIapBrand.Builder. project(String project)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_brand#project IapBrand#project}.IapBrand.BuilderIapBrand.Builder. provider(com.hashicorp.cdktf.TerraformProvider provider)IapBrand.BuilderIapBrand.Builder. provisioners(List<? extends Object> provisioners)IapBrand.BuilderIapBrand.Builder. supportEmail(String supportEmail)Support email displayed on the OAuth consent screen.IapBrand.BuilderIapBrand.Builder. timeouts(IapBrandTimeouts timeouts)timeouts block.
-