Identities

data class Identities(val forUser: User? = null, val runAs: User? = null)

Identities associated with an agent process.

Parameters

forUser

the user for whom the process is running. Can be null.

runAs

the user under which the process is running. Can be null.

Constructors

Link copied to clipboard
constructor(forUser: User? = null, runAs: User? = null)

Properties

Link copied to clipboard
val forUser: User? = null
Link copied to clipboard
val runAs: User? = null