AccessControlRulesIdentity Class
The properties of an Access Control Rule Identity.
Constructor
AccessControlRulesIdentity()
Variables
| Name | Description |
|---|---|
|
name
|
The name of the identity. Required. |
|
user_name
|
The username corresponding to this identity. |
|
group_name
|
The groupName corresponding to this identity. |
|
exe_path
|
The path to the executable. |
|
process_name
|
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