AccessControlRulesIdentity Class

The properties of an Access Control Rule Identity.

Constructor

AccessControlRulesIdentity()

Variables

Name Description
name
str

The name of the identity. Required.

userName
str

The username corresponding to this identity.

groupName
str

The groupName corresponding to this identity.

exePath
str

The path to the executable.

processName
str

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