en-US/about_AzDoProcessPermission.help.txt

.NAME
    AzDoProcessPermission
 
.SYNOPSIS
    DSC resource for managing Azure DevOps Process namespace permissions.
 
.DESCRIPTION
    The AzDoProcessPermission resource manages ACEs in the Process security namespace. Use the sentinel
    process name 'AllProcesses' to manage the org-wide root scope ('$PROCESS') ? this governs who can
    create, edit, delete and administer processes, including creating inherited (child) processes from
    existing ones. A specific inherited process name scopes permissions to that single process
    ('$PROCESS:{parentProcessTypeId}:{processTypeId}').
 
    It inherits Test()/Set() from the AzDevOpsDscResourceBase class.
 
.PARAMETER ProcessName
    Key - System.String
    The process name, or the sentinel 'AllProcesses' for the org-wide root scope.
 
.PARAMETER isInherited
    Write - System.Boolean
    Whether the ACL inherits permissions. Defaults to $true.
 
.PARAMETER Permissions
    Write - HashTable[]
    An array of hashtables describing the desired ACEs, each with an 'Identity' and a 'Permission' map.