| Modifier and Type | Method and Description |
|---|---|
AutoUserSpecification |
UserIdentity.autoUser()
Get the userName and autoUser properties are mutually exclusive; you must specify one but not both.
|
AutoUserSpecification |
AutoUserSpecification.withElevationLevel(ElevationLevel elevationLevel)
Set the default value is nonAdmin.
|
AutoUserSpecification |
AutoUserSpecification.withScope(AutoUserScope scope)
Set the default value is Pool.
|
| Modifier and Type | Method and Description |
|---|---|
UserIdentity |
UserIdentity.withAutoUser(AutoUserSpecification autoUser)
Set the userName and autoUser properties are mutually exclusive; you must specify one but not both.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/