Interface WindowsPrivilegeEntry

interface WindowsPrivilegeEntry {
    Description: string;
    Enabled: boolean;
    EnabledByDefault: boolean;
    Name: string;
    Removed: boolean;
    UsedForAccess: boolean;
}

Properties

Description: string
Enabled: boolean
EnabledByDefault: boolean
Name: string
Removed: boolean
UsedForAccess: boolean