AccessControlRulesIdentity interface

The properties of an Access Control Rule Identity.

Properties

exePath

The path to the executable.

groupName

The groupName corresponding to this identity.

name

The name of the identity.

processName

The process name of the executable.

userName

The username corresponding to this identity.

Property Details

exePath

The path to the executable.

exePath?: string

Property Value

string

groupName

The groupName corresponding to this identity.

groupName?: string

Property Value

string

name

The name of the identity.

name: string

Property Value

string

processName

The process name of the executable.

processName?: string

Property Value

string

userName

The username corresponding to this identity.

userName?: string

Property Value

string