@truenas/api-client
    Preparing search index...

    Interface VirtDeviceTpm

    interface VirtDeviceTpm {
        description?: string | null;
        dev_type: "TPM";
        name?: string | null;
        path?: string | null;
        pathrm?: string | null;
        readonly?: boolean;
    }

    Hierarchy (View Summary)

    Index
    description?: string | null
    dev_type: "TPM"
    name?: string | null
    path?: string | null
    pathrm?: string | null
    readonly?: boolean