UserIdentity interface
The definition of the user identity under which the Task is run. Specify either the userName or autoUser property, but not both.
Properties
| auto |
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