IdentityPlatformTenant.Builder |
IdentityPlatformTenant.Builder.allowPasswordSignup(com.hashicorp.cdktf.IResolvable allowPasswordSignup) |
Whether to allow email/password user authentication.
|
IdentityPlatformTenant.Builder |
IdentityPlatformTenant.Builder.allowPasswordSignup(Boolean allowPasswordSignup) |
Whether to allow email/password user authentication.
|
IdentityPlatformTenant.Builder |
IdentityPlatformTenant.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
IdentityPlatformTenant.Builder |
IdentityPlatformTenant.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
IdentityPlatformTenant.Builder |
IdentityPlatformTenant.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
IdentityPlatformTenant.Builder |
IdentityPlatformTenant.Builder.count(Number count) |
|
static IdentityPlatformTenant.Builder |
IdentityPlatformTenant.Builder.create(software.constructs.Construct scope,
String id) |
|
IdentityPlatformTenant.Builder |
IdentityPlatformTenant.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
IdentityPlatformTenant.Builder |
IdentityPlatformTenant.Builder.disableAuth(com.hashicorp.cdktf.IResolvable disableAuth) |
Whether authentication is disabled for the tenant.
|
IdentityPlatformTenant.Builder |
IdentityPlatformTenant.Builder.disableAuth(Boolean disableAuth) |
Whether authentication is disabled for the tenant.
|
IdentityPlatformTenant.Builder |
IdentityPlatformTenant.Builder.displayName(String displayName) |
Human friendly display name of the tenant.
|
IdentityPlatformTenant.Builder |
IdentityPlatformTenant.Builder.enableEmailLinkSignin(com.hashicorp.cdktf.IResolvable enableEmailLinkSignin) |
Whether to enable email link user authentication.
|
IdentityPlatformTenant.Builder |
IdentityPlatformTenant.Builder.enableEmailLinkSignin(Boolean enableEmailLinkSignin) |
Whether to enable email link user authentication.
|
IdentityPlatformTenant.Builder |
IdentityPlatformTenant.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
IdentityPlatformTenant.Builder |
IdentityPlatformTenant.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant#id IdentityPlatformTenant#id}.
|
IdentityPlatformTenant.Builder |
IdentityPlatformTenant.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
IdentityPlatformTenant.Builder |
IdentityPlatformTenant.Builder.project(String project) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant#project IdentityPlatformTenant#project}.
|
IdentityPlatformTenant.Builder |
IdentityPlatformTenant.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
IdentityPlatformTenant.Builder |
IdentityPlatformTenant.Builder.provisioners(List<? extends Object> provisioners) |
|
IdentityPlatformTenant.Builder |
IdentityPlatformTenant.Builder.timeouts(IdentityPlatformTenantTimeouts timeouts) |
timeouts block.
|