Interface IdentityPlatformTenantInboundSamlConfigIdpConfig

    • Method Detail

      • getIdpCertificates

        @Stability(Stable)
        @NotNull
        Object getIdpCertificates()
        idp_certificates block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant_inbound_saml_config#idp_certificates IdentityPlatformTenantInboundSamlConfig#idp_certificates}

      • getIdpEntityId

        @Stability(Stable)
        @NotNull
        String getIdpEntityId()
        Unique identifier for all SAML entities.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant_inbound_saml_config#idp_entity_id IdentityPlatformTenantInboundSamlConfig#idp_entity_id}

      • getSsoUrl

        @Stability(Stable)
        @NotNull
        String getSsoUrl()
        URL to send Authentication request to.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant_inbound_saml_config#sso_url IdentityPlatformTenantInboundSamlConfig#sso_url}

      • getSignRequest

        @Stability(Stable)
        @Nullable
        default Object getSignRequest()
        Indicates if outbounding SAMLRequest should be signed.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_tenant_inbound_saml_config#sign_request IdentityPlatformTenantInboundSamlConfig#sign_request}