CdmDesktopRight
Represents a Windows desktop access right. This object is only applicable in hierarchical zones. The following properties are defined for this object.
Property | Type | Description |
Description |
string |
Description of the desktop right. |
IsRequireMfa |
Boolean |
Indicates whether the desktop right requires multi-factor authentication. |
Name |
string |
Name of the desktop right. |
PreferredServer |
string |
Preferred server to use for committing changes to Active Directory. |
Priority |
int |
Priority of the desktop right; highest priority prevails. |
RequirePassword |
Boolean |
True if the desktop right requires a password. |
RunasSelfGroups |
CdmGroup[] |
Groups whose privileges are added to the user account running the desktop. |
RunasUser |
CdmUser |
User to run the desktop as. |
Zone |
CdmZone |
Zone of the desktop right. |