Interface SecureConnectionProfileInterface

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

Properties

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