en-US/about_AzDoUserEntitlement.help.txt
|
.NAME
AzDoUserEntitlement .SYNOPSIS DSC resource for managing Azure DevOps user entitlements (organization membership + access level). .DESCRIPTION The AzDoUserEntitlement resource adds and removes users from an Azure DevOps organization and manages their access level (account license type) via the Member Entitlement Management API. It inherits Test()/Set() from the AzDevOpsDscResourceBase class. .PARAMETER UserPrincipalName Key - System.String The user's principal name (email / UPN). .PARAMETER AccountLicenseType Required - System.String Allowed values: stakeholder, express, advanced, professional, earlyAdopter, none The account license type to assign. Valid values are 'stakeholder', 'express' (Basic), 'advanced' (Basic + Test Plans), 'professional', 'earlyAdopter' and 'none'. |