Class IdentityPlatformInboundSamlConfig.Builder

    • Method Detail

      • connection

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

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

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

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

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

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

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

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

        @Stability(Stable)
        public IdentityPlatformInboundSamlConfig.Builder idpConfig​(IdentityPlatformInboundSamlConfigIdpConfig idpConfig)
        idp_config block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_inbound_saml_config#idp_config IdentityPlatformInboundSamlConfig#idp_config}

        Parameters:
        idpConfig - idp_config block. This parameter is required.
        Returns:
        this
      • name

        @Stability(Stable)
        public IdentityPlatformInboundSamlConfig.Builder name​(String name)
        The name of the InboundSamlConfig resource.

        Must start with 'saml.' and can only have alphanumeric characters, hyphens, underscores or periods. The part after 'saml.' must also start with a lowercase letter, end with an alphanumeric character, and have at least 2 characters. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_inbound_saml_config#name IdentityPlatformInboundSamlConfig#name}

        Parameters:
        name - The name of the InboundSamlConfig resource. This parameter is required.
        Returns:
        this
      • spConfig

        @Stability(Stable)
        public IdentityPlatformInboundSamlConfig.Builder spConfig​(IdentityPlatformInboundSamlConfigSpConfig spConfig)
        sp_config block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_inbound_saml_config#sp_config IdentityPlatformInboundSamlConfig#sp_config}

        Parameters:
        spConfig - sp_config block. This parameter is required.
        Returns:
        this
      • enabled

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

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

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

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

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

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

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

        @Stability(Stable)
        public IdentityPlatformInboundSamlConfig.Builder timeouts​(IdentityPlatformInboundSamlConfigTimeouts timeouts)
        timeouts block.

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

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