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

    Interface SecureConnectionProfileInterface

    interface SecureConnectionProfileInterface {
        adminClientId?: string;
        adminClientRedirectUri?: string;
        alias?: string;
        allowInsecureConnection?: boolean;
        authenticationHeaderOverrides?: Record<string, string>;
        authenticationService?: string;
        deploymentType?: string;
        encodedAmsterPrivateKey?: string;
        encodedLogApiSecret?: string;
        encodedPassword?: string;
        encodedSvcacctJwk?: string;
        idmHost?: string;
        isIGA?: boolean;
        logApiKey?: string;
        svcacctId?: string;
        svcacctName?: string;
        svcacctScope?: string;
        tenant: string;
        username?: string;
    }
    Index

    Properties

    adminClientId?: string
    adminClientRedirectUri?: string
    alias?: string
    allowInsecureConnection?: boolean
    authenticationHeaderOverrides?: Record<string, string>
    authenticationService?: string
    deploymentType?: string
    encodedAmsterPrivateKey?: string
    encodedLogApiSecret?: string
    encodedPassword?: string
    encodedSvcacctJwk?: string
    idmHost?: string
    isIGA?: boolean
    logApiKey?: string
    svcacctId?: string
    svcacctName?: string
    svcacctScope?: string
    tenant: string
    username?: string