Class UpdateEnvironmentRequest

    • Method Detail

      • environmentId

        public final String environmentId()

        The identifier of the FinSpace environment.

        Returns:
        The identifier of the FinSpace environment.
      • name

        public final String name()

        The name of the environment.

        Returns:
        The name of the environment.
      • description

        public final String description()

        The description of the environment.

        Returns:
        The description of the environment.
      • federationMode

        public final FederationMode federationMode()

        Authentication mode for the environment.

        • FEDERATED - Users access FinSpace through Single Sign On (SSO) via your Identity provider.

        • LOCAL - Users access FinSpace via email and password managed within the FinSpace environment.

        If the service returns an enum value that is not available in the current SDK version, federationMode will return FederationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from federationModeAsString().

        Returns:
        Authentication mode for the environment.

        • FEDERATED - Users access FinSpace through Single Sign On (SSO) via your Identity provider.

        • LOCAL - Users access FinSpace via email and password managed within the FinSpace environment.

        See Also:
        FederationMode
      • federationModeAsString

        public final String federationModeAsString()

        Authentication mode for the environment.

        • FEDERATED - Users access FinSpace through Single Sign On (SSO) via your Identity provider.

        • LOCAL - Users access FinSpace via email and password managed within the FinSpace environment.

        If the service returns an enum value that is not available in the current SDK version, federationMode will return FederationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from federationModeAsString().

        Returns:
        Authentication mode for the environment.

        • FEDERATED - Users access FinSpace through Single Sign On (SSO) via your Identity provider.

        • LOCAL - Users access FinSpace via email and password managed within the FinSpace environment.

        See Also:
        FederationMode
      • federationParameters

        public final FederationParameters federationParameters()
        Returns the value of the FederationParameters property for this object.
        Returns:
        The value of the FederationParameters property for this object.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object