Frodo Library - v4.0.0-10
    Preparing search index...

    Interface ConnectionProfileInterface

    interface ConnectionProfileInterface {
        adminClientId?: string;
        adminClientRedirectUri?: string;
        alias?: string;
        allowInsecureConnection?: boolean;
        amsterPrivateKey?: string;
        authenticationHeaderOverrides?: Record<string, string>;
        authenticationService?: string;
        deploymentType?: string;
        idmHost?: string;
        isIGA?: boolean;
        logApiKey?: string;
        logApiSecret?: string;
        password?: string;
        svcacctId?: string;
        svcacctJwk?: JwkRsa;
        svcacctName?: string;
        svcacctScope?: string;
        tenant: string;
        username?: string;
    }
    Index

    Properties

    adminClientId?: string
    adminClientRedirectUri?: string
    alias?: string
    allowInsecureConnection?: boolean
    amsterPrivateKey?: string
    authenticationHeaderOverrides?: Record<string, string>
    authenticationService?: string
    deploymentType?: string
    idmHost?: string
    isIGA?: boolean
    logApiKey?: string
    logApiSecret?: string
    password?: string
    svcacctId?: string
    svcacctJwk?: JwkRsa
    svcacctName?: string
    svcacctScope?: string
    tenant: string
    username?: string