AccessControlRulesIdentityResponse

data class AccessControlRulesIdentityResponse(val exePath: String? = null, val groupName: String? = null, val name: String, val processName: String? = null, val userName: String? = null)

The properties of an Access Control Rule Identity.

Constructors

Link copied to clipboard
constructor(exePath: String? = null, groupName: String? = null, name: String, processName: String? = null, userName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val exePath: String? = null

The path to the executable.

Link copied to clipboard
val groupName: String? = null

The groupName corresponding to this identity.

Link copied to clipboard

The name of the identity.

Link copied to clipboard
val processName: String? = null

The process name of the executable.

Link copied to clipboard
val userName: String? = null

The username corresponding to this identity.