vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface NetworkBrandingMetadata

    interface NetworkBrandingMetadata {
        content?: string;
        fullName?: string;
        loginBackgroundImageUrl?: string;
        loginFooterText?: string;
        loginLogo?: string;
        loginLogoName?: string;
        loginPrimaryColor?: string;
        loginQuaternaryColor?: string;
        loginRightFrameUrl?: string;
        network?: string;
        pageFooter?: string;
        pageHeader?: string;
        primaryColor: string;
        primaryComplementColor: string;
        quaternaryColor: string;
        quaternaryComplementColor: string;
        secondaryColor: string;
        staticLogoImageUrl?: string;
        tertiaryColor: string;
        tertiaryComplementColor: string;
        zeronaryColor: string;
        zeronaryComplementColor: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    content?: string
    fullName?: string
    loginBackgroundImageUrl?: string
    loginFooterText?: string
    loginLogo?: string
    loginLogoName?: string
    loginPrimaryColor?: string
    loginQuaternaryColor?: string
    loginRightFrameUrl?: string
    network?: string
    pageFooter?: string
    pageHeader?: string
    primaryColor: string
    primaryComplementColor: string
    quaternaryColor: string
    quaternaryComplementColor: string
    secondaryColor: string
    staticLogoImageUrl?: string
    tertiaryColor: string
    tertiaryComplementColor: string
    zeronaryColor: string
    zeronaryComplementColor: string