Class IdentityPlatformTenantOauthIdpConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.identity_platform_tenant_oauth_idp_config.IdentityPlatformTenantOauthIdpConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IdentityPlatformTenantOauthIdpConfig>
- Enclosing class:
- IdentityPlatformTenantOauthIdpConfig
@Stability(Stable) public static final class IdentityPlatformTenantOauthIdpConfig.Builder extends Object implements software.amazon.jsii.Builder<IdentityPlatformTenantOauthIdpConfig>
A fluent builder forIdentityPlatformTenantOauthIdpConfig.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityPlatformTenantOauthIdpConfigbuild()IdentityPlatformTenantOauthIdpConfig.BuilderclientId(String clientId)The client id of an OAuth client.IdentityPlatformTenantOauthIdpConfig.BuilderclientSecret(String clientSecret)The client secret of the OAuth client, to enable OIDC code flow.IdentityPlatformTenantOauthIdpConfig.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)IdentityPlatformTenantOauthIdpConfig.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)IdentityPlatformTenantOauthIdpConfig.Buildercount(com.hashicorp.cdktf.TerraformCount count)IdentityPlatformTenantOauthIdpConfig.Buildercount(Number count)static IdentityPlatformTenantOauthIdpConfig.Buildercreate(software.constructs.Construct scope, String id)IdentityPlatformTenantOauthIdpConfig.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)IdentityPlatformTenantOauthIdpConfig.BuilderdisplayName(String displayName)Human friendly display name.IdentityPlatformTenantOauthIdpConfig.Builderenabled(com.hashicorp.cdktf.IResolvable enabled)If this config allows users to sign in with the provider.IdentityPlatformTenantOauthIdpConfig.Builderenabled(Boolean enabled)If this config allows users to sign in with the provider.IdentityPlatformTenantOauthIdpConfig.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)IdentityPlatformTenantOauthIdpConfig.Builderid(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant_oauth_idp_config#id IdentityPlatformTenantOauthIdpConfig#id}.IdentityPlatformTenantOauthIdpConfig.Builderissuer(String issuer)For OIDC Idps, the issuer identifier.IdentityPlatformTenantOauthIdpConfig.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)IdentityPlatformTenantOauthIdpConfig.Buildername(String name)The name of the OauthIdpConfig.IdentityPlatformTenantOauthIdpConfig.Builderproject(String project)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant_oauth_idp_config#project IdentityPlatformTenantOauthIdpConfig#project}.IdentityPlatformTenantOauthIdpConfig.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)IdentityPlatformTenantOauthIdpConfig.Builderprovisioners(List<? extends Object> provisioners)IdentityPlatformTenantOauthIdpConfig.Buildertenant(String tenant)The name of the tenant where this OIDC IDP configuration resource exists.IdentityPlatformTenantOauthIdpConfig.Buildertimeouts(IdentityPlatformTenantOauthIdpConfigTimeouts timeouts)timeouts block.
-
-
-
Method Detail
-
create
@Stability(Stable) public static IdentityPlatformTenantOauthIdpConfig.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope- The scope in which to define this construct. This parameter is required.id- The scoped construct ID. This parameter is required.- Returns:
- a new instance of
IdentityPlatformTenantOauthIdpConfig.Builder.
-
connection
@Stability(Experimental) public IdentityPlatformTenantOauthIdpConfig.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public IdentityPlatformTenantOauthIdpConfig.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public IdentityPlatformTenantOauthIdpConfig.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public IdentityPlatformTenantOauthIdpConfig.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public IdentityPlatformTenantOauthIdpConfig.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public IdentityPlatformTenantOauthIdpConfig.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public IdentityPlatformTenantOauthIdpConfig.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public IdentityPlatformTenantOauthIdpConfig.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public IdentityPlatformTenantOauthIdpConfig.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
clientId
@Stability(Stable) public IdentityPlatformTenantOauthIdpConfig.Builder clientId(String clientId)
The client id of an OAuth client.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant_oauth_idp_config#client_id IdentityPlatformTenantOauthIdpConfig#client_id}
- Parameters:
clientId- The client id of an OAuth client. This parameter is required.- Returns:
this
-
displayName
@Stability(Stable) public IdentityPlatformTenantOauthIdpConfig.Builder displayName(String displayName)
Human friendly display name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant_oauth_idp_config#display_name IdentityPlatformTenantOauthIdpConfig#display_name}
- Parameters:
displayName- Human friendly display name. This parameter is required.- Returns:
this
-
issuer
@Stability(Stable) public IdentityPlatformTenantOauthIdpConfig.Builder issuer(String issuer)
For OIDC Idps, the issuer identifier.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant_oauth_idp_config#issuer IdentityPlatformTenantOauthIdpConfig#issuer}
- Parameters:
issuer- For OIDC Idps, the issuer identifier. This parameter is required.- Returns:
this
-
name
@Stability(Stable) public IdentityPlatformTenantOauthIdpConfig.Builder name(String name)
The name of the OauthIdpConfig. Must start with 'oidc.'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant_oauth_idp_config#name IdentityPlatformTenantOauthIdpConfig#name}
- Parameters:
name- The name of the OauthIdpConfig. Must start with 'oidc.'. This parameter is required.- Returns:
this
-
tenant
@Stability(Stable) public IdentityPlatformTenantOauthIdpConfig.Builder tenant(String tenant)
The name of the tenant where this OIDC IDP configuration resource exists.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant_oauth_idp_config#tenant IdentityPlatformTenantOauthIdpConfig#tenant}
- Parameters:
tenant- The name of the tenant where this OIDC IDP configuration resource exists. This parameter is required.- Returns:
this
-
clientSecret
@Stability(Stable) public IdentityPlatformTenantOauthIdpConfig.Builder clientSecret(String clientSecret)
The client secret of the OAuth client, to enable OIDC code flow.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant_oauth_idp_config#client_secret IdentityPlatformTenantOauthIdpConfig#client_secret}
- Parameters:
clientSecret- The client secret of the OAuth client, to enable OIDC code flow. This parameter is required.- Returns:
this
-
enabled
@Stability(Stable) public IdentityPlatformTenantOauthIdpConfig.Builder enabled(Boolean enabled)
If this config allows users to sign in with the provider.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant_oauth_idp_config#enabled IdentityPlatformTenantOauthIdpConfig#enabled}
- Parameters:
enabled- If this config allows users to sign in with the provider. This parameter is required.- Returns:
this
-
enabled
@Stability(Stable) public IdentityPlatformTenantOauthIdpConfig.Builder enabled(com.hashicorp.cdktf.IResolvable enabled)
If this config allows users to sign in with the provider.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant_oauth_idp_config#enabled IdentityPlatformTenantOauthIdpConfig#enabled}
- Parameters:
enabled- If this config allows users to sign in with the provider. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public IdentityPlatformTenantOauthIdpConfig.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant_oauth_idp_config#id IdentityPlatformTenantOauthIdpConfig#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant_oauth_idp_config#id IdentityPlatformTenantOauthIdpConfig#id}. This parameter is required.- Returns:
this
-
project
@Stability(Stable) public IdentityPlatformTenantOauthIdpConfig.Builder project(String project)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant_oauth_idp_config#project IdentityPlatformTenantOauthIdpConfig#project}.- Parameters:
project- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant_oauth_idp_config#project IdentityPlatformTenantOauthIdpConfig#project}. This parameter is required.- Returns:
this
-
timeouts
@Stability(Stable) public IdentityPlatformTenantOauthIdpConfig.Builder timeouts(IdentityPlatformTenantOauthIdpConfigTimeouts timeouts)
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant_oauth_idp_config#timeouts IdentityPlatformTenantOauthIdpConfig#timeouts}
- Parameters:
timeouts- timeouts block. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public IdentityPlatformTenantOauthIdpConfig build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IdentityPlatformTenantOauthIdpConfig>- Returns:
- a newly built instance of
IdentityPlatformTenantOauthIdpConfig.
-
-