MonoCloud Management SDK
    Preparing search index...

    Interface PatchPageBrandingOptionsRequest

    Patch Page Branding Options Request: Used to update the visual appearance and localization of hosted authentication pages.

    PatchPageBrandingOptionsRequest

    interface PatchPageBrandingOptionsRequest {
        background_color?: string;
        primary_color?: string;
        show_watermark?: boolean;
    }
    Index

    Properties

    background_color?: string

    Defines the background color of hosted login pages (HEX format).

    PatchPageBrandingOptionsRequest

    primary_color?: string

    Defines the primary brand color used across hosted login pages (HEX format).

    PatchPageBrandingOptionsRequest

    show_watermark?: boolean

    Specifies whether the MonoCloud watermark is displayed on hosted login pages.

    PatchPageBrandingOptionsRequest