Class IdentityPlatformDefaultSupportedIdpConfig.Builder

    • Method Detail

      • clientId

        @Stability(Stable)
        public IdentityPlatformDefaultSupportedIdpConfig.Builder clientId​(String clientId)
        OAuth client ID.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_default_supported_idp_config#client_id IdentityPlatformDefaultSupportedIdpConfig#client_id}

        Parameters:
        clientId - OAuth client ID. This parameter is required.
        Returns:
        this
      • clientSecret

        @Stability(Stable)
        public IdentityPlatformDefaultSupportedIdpConfig.Builder clientSecret​(String clientSecret)
        OAuth client secret.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_default_supported_idp_config#client_secret IdentityPlatformDefaultSupportedIdpConfig#client_secret}

        Parameters:
        clientSecret - OAuth client secret. This parameter is required.
        Returns:
        this
      • idpId

        @Stability(Stable)
        public IdentityPlatformDefaultSupportedIdpConfig.Builder idpId​(String idpId)
        ID of the IDP. Possible values include:.

        * 'apple.com' * 'facebook.com' * 'gc.apple.com' * 'github.com' * 'google.com' * 'linkedin.com' * 'microsoft.com' * 'playgames.google.com' * 'twitter.com' * 'yahoo.com' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_default_supported_idp_config#idp_id IdentityPlatformDefaultSupportedIdpConfig#idp_id}

        Parameters:
        idpId - ID of the IDP. Possible values include:. This parameter is required.
        Returns:
        this
      • enabled

        @Stability(Stable)
        public IdentityPlatformDefaultSupportedIdpConfig.Builder enabled​(Boolean enabled)
        If this IDP allows the user to sign in.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_default_supported_idp_config#enabled IdentityPlatformDefaultSupportedIdpConfig#enabled}

        Parameters:
        enabled - If this IDP allows the user to sign in. This parameter is required.
        Returns:
        this
      • enabled

        @Stability(Stable)
        public IdentityPlatformDefaultSupportedIdpConfig.Builder enabled​(com.hashicorp.cdktf.IResolvable enabled)
        If this IDP allows the user to sign in.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_default_supported_idp_config#enabled IdentityPlatformDefaultSupportedIdpConfig#enabled}

        Parameters:
        enabled - If this IDP allows the user to sign in. This parameter is required.
        Returns:
        this
      • id

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

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

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