Type for the data required to configure a profile's RUN Custom Domain.

interface CustomDomainCreate {
    domain: string;
    email: string;
    subdomain: string;
}

Properties

domain: string

Domain for the RUN's custom domain.

If the desired custom domain is portal.mycompany.com, this will be "mycompany.com".

email: string

Mailing address for the RUN with custom domain.

If the desired custom domain is portal.mycompany.com, this can be either "portal.mycompany.com" or "mycompany.com".

subdomain: string

Subdomain for the RUN's custom domain.

If the desired custom domain is portal.mycompany.com, this will be "portal".