Package version:

Interface AccessControlRulesIdentity

The properties of an Access Control Rule Identity.

interface AccessControlRulesIdentity {
    exePath?: string;
    groupName?: string;
    name: string;
    processName?: string;
    userName?: string;
}

Properties

exePath?: string

The path to the executable.

groupName?: string

The groupName corresponding to this identity.

name: string

The name of the identity.

processName?: string

The process name of the executable.

userName?: string

The username corresponding to this identity.