Hierarchy

Constructors

Methods

  • Create a TagoRUN custom domain for the profile.

    Parameters

    Returns Promise<string>

    Success message.

  • delete a TagoRUN custom domain for the profile.

    Parameters

    • profile_id: string

      ID of the profile

    Returns Promise<string>

    Success message.

  • Parameters

    • data: {
          body: string;
          subject: string;
      }
      • body: string
      • subject: string

    Returns Promise<string>

  • Parameters

    • notificationID: string

    Returns Promise<string>

  • Regenerate a TagoRUN custom domain for the profile.

    Parameters

    • profile_id: string

      ID of the profile

    Returns Promise<string>

    Success message.

  • Edit the SAML Single Sign-On metadata and mappings for the account's RUN.

    Parameters

    • data: RunSAMLEditInfo

      Updated data for a RUN's SAML Single Sign-On configuration.

    Returns Promise<string>