Class IdentityPlatformOauthIdpConfig.Builder

    • Method Detail

      • connection

        @Stability(Experimental)
        public IdentityPlatformOauthIdpConfig.Builder connection​(com.hashicorp.cdktf.SSHProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • connection

        @Stability(Experimental)
        public IdentityPlatformOauthIdpConfig.Builder connection​(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • count

        @Stability(Experimental)
        public IdentityPlatformOauthIdpConfig.Builder count​(com.hashicorp.cdktf.TerraformCount count)
        Parameters:
        count - This parameter is required.
        Returns:
        this
      • dependsOn

        @Stability(Experimental)
        public IdentityPlatformOauthIdpConfig.Builder dependsOn​(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
        Parameters:
        dependsOn - This parameter is required.
        Returns:
        this
      • forEach

        @Stability(Experimental)
        public IdentityPlatformOauthIdpConfig.Builder forEach​(com.hashicorp.cdktf.ITerraformIterator forEach)
        Parameters:
        forEach - This parameter is required.
        Returns:
        this
      • lifecycle

        @Stability(Experimental)
        public IdentityPlatformOauthIdpConfig.Builder lifecycle​(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
        Parameters:
        lifecycle - This parameter is required.
        Returns:
        this
      • provider

        @Stability(Experimental)
        public IdentityPlatformOauthIdpConfig.Builder provider​(com.hashicorp.cdktf.TerraformProvider provider)
        Parameters:
        provider - This parameter is required.
        Returns:
        this
      • clientId

        @Stability(Stable)
        public IdentityPlatformOauthIdpConfig.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_oauth_idp_config#client_id IdentityPlatformOauthIdpConfig#client_id}

        Parameters:
        clientId - The client id of an OAuth client. This parameter is required.
        Returns:
        this
      • issuer

        @Stability(Stable)
        public IdentityPlatformOauthIdpConfig.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_oauth_idp_config#issuer IdentityPlatformOauthIdpConfig#issuer}

        Parameters:
        issuer - For OIDC Idps, the issuer identifier. This parameter is required.
        Returns:
        this
      • name

        @Stability(Stable)
        public IdentityPlatformOauthIdpConfig.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_oauth_idp_config#name IdentityPlatformOauthIdpConfig#name}

        Parameters:
        name - The name of the OauthIdpConfig. Must start with 'oidc.'. This parameter is required.
        Returns:
        this
      • clientSecret

        @Stability(Stable)
        public IdentityPlatformOauthIdpConfig.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_oauth_idp_config#client_secret IdentityPlatformOauthIdpConfig#client_secret}

        Parameters:
        clientSecret - The client secret of the OAuth client, to enable OIDC code flow. This parameter is required.
        Returns:
        this
      • displayName

        @Stability(Stable)
        public IdentityPlatformOauthIdpConfig.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_oauth_idp_config#display_name IdentityPlatformOauthIdpConfig#display_name}

        Parameters:
        displayName - Human friendly display name. This parameter is required.
        Returns:
        this
      • enabled

        @Stability(Stable)
        public IdentityPlatformOauthIdpConfig.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_oauth_idp_config#enabled IdentityPlatformOauthIdpConfig#enabled}

        Parameters:
        enabled - If this config allows users to sign in with the provider. This parameter is required.
        Returns:
        this
      • enabled

        @Stability(Stable)
        public IdentityPlatformOauthIdpConfig.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_oauth_idp_config#enabled IdentityPlatformOauthIdpConfig#enabled}

        Parameters:
        enabled - If this config allows users to sign in with the provider. This parameter is required.
        Returns:
        this
      • id

        @Stability(Stable)
        public IdentityPlatformOauthIdpConfig.Builder id​(String id)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_oauth_idp_config#id IdentityPlatformOauthIdpConfig#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_oauth_idp_config#id IdentityPlatformOauthIdpConfig#id}. This parameter is required.
        Returns:
        this
      • project

        @Stability(Stable)
        public IdentityPlatformOauthIdpConfig.Builder project​(String project)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_oauth_idp_config#project IdentityPlatformOauthIdpConfig#project}.

        Parameters:
        project - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_oauth_idp_config#project IdentityPlatformOauthIdpConfig#project}. This parameter is required.
        Returns:
        this
      • timeouts

        @Stability(Stable)
        public IdentityPlatformOauthIdpConfig.Builder timeouts​(IdentityPlatformOauthIdpConfigTimeouts timeouts)
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_oauth_idp_config#timeouts IdentityPlatformOauthIdpConfig#timeouts}

        Parameters:
        timeouts - timeouts block. This parameter is required.
        Returns:
        this