AccessControlRulesIdentity Class
The properties of an Access Control Rule Identity.
Constructor
AccessControlRulesIdentity()
Variables
| Name | Description |
|---|---|
|
name
|
The name of the identity. Required. |
|
userName
|
The username corresponding to this identity. |
|
groupName
|
The groupName corresponding to this identity. |
|
exePath
|
The path to the executable. |
|
processName
|
The process name of the executable. |
Attributes
exePath
The path to the executable.
exePath: str
groupName
The groupName corresponding to this identity.
groupName: str
name
The name of the identity. Required.
name: str
processName
The process name of the executable.
processName: str
userName
The username corresponding to this identity.
userName: str