CdmApplicationRight
Represents a Windows application 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 application right. |
IsRequireMfa |
Boolean |
Indicates whether the application right requires multi-factor authentication. |
MatchCriteria |
MatchCriteria[] |
Filter criteria defined by an array of MatchCriteria objects that identifies the application associated with the application right. |
Name |
string |
Name of the application right. |
PreferredServer |
string |
Preferred server to use for committing changes to Active Directory. |
Priority |
int |
Priority of the application right; highest priority prevails. |
RequirePassword |
Boolean |
Indicates whether the application right requires authentication. |
RunasSelfGroups |
Group |
The group privileges to add to the user’s account when running the application associated with the application right. |
RunasUser |
User |
The user to run the application as. |
Zone |
Zone |
Zone where the application right is defined. |