interface ProtectInitializeConfig {
    _action: "protect_initialize";
    _type: "PingOneProtect";
    behavioralDataCollection?: boolean;
    consoleLogEnabled?: boolean;
    customHost?: string;
    deviceAttributesToIgnore?: string[];
    deviceKeyRsyncIntervals?: number;
    disableHub?: boolean;
    disableTags?: boolean;
    enableTrust?: boolean;
    envId?: string;
    lazyMetadata?: boolean;
}

Hierarchy

  • Omit<
        ProtectConfig,
        "envId"
        | "waitForWindowLoad"
        | "hubUrl"
        | "externalIdentifiers",
    >
    • ProtectInitializeConfig

Properties

_action: "protect_initialize"
_type: "PingOneProtect"
behavioralDataCollection?: boolean
consoleLogEnabled?: boolean
customHost?: string
deviceAttributesToIgnore?: string[]
deviceKeyRsyncIntervals?: number
disableHub?: boolean
disableTags?: boolean
enableTrust?: boolean
envId?: string
lazyMetadata?: boolean