Class UpdateWebAppRequest

    • Method Detail

      • webAppId

        public final String webAppId()

        Provide the identifier of the web app that you are updating.

        Returns:
        Provide the identifier of the web app that you are updating.
      • identityProviderDetails

        public final UpdateWebAppIdentityProviderDetails identityProviderDetails()

        Provide updated identity provider values in a WebAppIdentityProviderDetails object.

        Returns:
        Provide updated identity provider values in a WebAppIdentityProviderDetails object.
      • accessEndpoint

        public final String accessEndpoint()

        The AccessEndpoint is the URL that you provide to your users for them to interact with the Transfer Family web app. You can specify a custom URL or use the default value.

        Returns:
        The AccessEndpoint is the URL that you provide to your users for them to interact with the Transfer Family web app. You can specify a custom URL or use the default value.
      • webAppUnits

        public final WebAppUnits webAppUnits()

        A union that contains the value for number of concurrent connections or the user sessions on your web app.

        Returns:
        A union that contains the value for number of concurrent connections or the user sessions on your web app.
      • 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