UserIdentity Class

Definition

The definition of the user identity under which the Task is run.

public class UserIdentity
type UserIdentity = class
Public Class UserIdentity
Inheritance
UserIdentity

Remarks

Specify either the userName or autoUser property, but not both.

Constructors

UserIdentity()

Initializes a new instance of the UserIdentity class.

UserIdentity(String, AutoUserSpecification)

Initializes a new instance of the UserIdentity class.

Properties

AutoUser

Gets or sets the auto user under which the Task is run.

UserName

Gets or sets the name of the user identity under which the Task is run.

Applies to