AutoCollector - Represents a collector that collects a value programmatically without user intervention.

interface ProtectOutputValue {
    behavioralDataCollection: boolean;
    universalDeviceIdentification: boolean;
}

Properties

behavioralDataCollection: boolean
universalDeviceIdentification: boolean