AccessControlRulesIdentity interface
The properties of an Access Control Rule Identity.
Properties
| exe |
The path to the executable. |
| group |
The groupName corresponding to this identity. |
| name | The name of the identity. |
| process |
The process name of the executable. |
| user |
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