tls-devicer
    Preparing search index...

    Interface TlsSnapshot

    interface TlsSnapshot {
        deviceId: string;
        id: string;
        profile: TlsProfile;
        timestamp: Date;
    }
    Index

    Properties

    deviceId: string
    id: string
    profile: TlsProfile
    timestamp: Date