CdmNetworkRight
Represents a Windows network 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 network right. |
IsRequireMfa |
Boolean |
Indicates whether the network access right requires multi-factor authentication. |
Name |
string |
Name of the network right. |
PreferredServer |
string |
Preferred server to use for committing changes to Active Directory. |
Priority |
int |
Priority of the network right; highest priority prevails. |
RequirePassword |
Boolean |
True if the network right requires a password. |
RunasSelfGroups |
CdmGroup[] |
Groups whose privileges are added to the user account accessing the network. |
RunasUser |
CdmUser |
Run-as user of the network right. |
Zone |
CdmZone |
Zone of the network right. |