RequestPermission Enumeration

Defines permissions that apply to CLM requests.

Namespace: Microsoft.Clm.Shared
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Syntax

'Declaration
Public Enumeration RequestPermission
'Usage
Dim instance As RequestPermission
public enum RequestPermission
public enum class RequestPermission
public enum RequestPermission
public enum RequestPermission

Members

  Member name Description
Abandon Permission to abandon a CLM request after it has been approved. 
Approve Permission to approve a CLM request. 
Cancel Permission to cancel the execution of a CLM request. 
ChangePriority Permission to change the priority of a CLM request. 
Deny Permission to deny the approval of a CLM request. 
DistributeSecrets Permission to distribute one-time passwords for a CLM request as configured in the request's policy. 
Execute Permission to run a CLM request after it has been approved. This permission is available to users who are configured as enrollment agents for the request's policy or target users when enrollment agents are not used. 
PrintDocuments Permission to print documents associated with a CLM request as configured in the request's policy. 
Read Read permission to a CLM request's information. 
Write Write permission to a CLM request's information. 

Platforms

Windows XP SP2, Windows Server 2003 SP1

See Also

Reference

Microsoft.Clm.Shared Namespace

Footer image

Send comments about this topic to Microsoft.

© 2007 Microsoft Corporation. All rights reserved.