Class IdentityPlatformTenantOauthIdpConfig.Builder

    • Method Detail

      • 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
      • lifecycle

        @Stability(Experimental)
        public IdentityPlatformTenantOauthIdpConfig.Builder lifecycle​(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
        Parameters:
        lifecycle - 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