UserIdentity interface

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

Properties

autoUser

The auto user under which the Task is run. The userName and autoUser properties are mutually exclusive; you must specify one but not both.

userName

The name of the user identity under which the Task is run. The userName and autoUser properties are mutually exclusive; you must specify one but not both.

Property Details

autoUser

The auto user under which the Task is run. The userName and autoUser properties are mutually exclusive; you must specify one but not both.

autoUser?: AutoUserSpecification

Property Value

userName

The name of the user identity under which the Task is run. The userName and autoUser properties are mutually exclusive; you must specify one but not both.

userName?: string

Property Value

string