# ClientRules

## NAMESPACE

RASAdminEngine.Core.OutputModels

## DESCRIPTION

Client Rules

## INHERITED FROM

[RASSerilazableObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/rasserilazableobj)

⇒

[RASListObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/raslistobj)

⇒

ClientRules

## INTERFACES

* ISerializable
* IComparable

## PUBLIC PROPERTIES

| Type                                                                                                                                                     | Name         | Description                                                                                                                                                                             |
| -------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| String                                                                                                                                                   | AdminCreate  | Inherited from [RASListObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/raslistobj) User who created the object.            |
| String                                                                                                                                                   | AdminLastMod | Inherited from [RASListObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/raslistobj) User who last modified the object.      |
| [ClientPolicyAssignment](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/clientpolicyassignment) | Assignment   | The Client Policy Assignment object.                                                                                                                                                    |
| [ClientPolicy](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/clientpolicy)                     | ClientPolicy | Users and groups that the client policy applies to.                                                                                                                                     |
| String                                                                                                                                                   | Description  | Description of the client policy.                                                                                                                                                       |
| Boolean                                                                                                                                                  | Enabled      | Whether the client policy is enabled or disabled.                                                                                                                                       |
| UInt32                                                                                                                                                   | Id           | ID of the object.                                                                                                                                                                       |
| String                                                                                                                                                   | Name         | Name of the client policy.                                                                                                                                                              |
| UInt32                                                                                                                                                   | Order        | Order of the client policy.                                                                                                                                                             |
| DateTime                                                                                                                                                 | TimeCreate   | Inherited from [RASListObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/raslistobj) Time when the object was created.       |
| DateTime                                                                                                                                                 | TimeLastMod  | Inherited from [RASListObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/raslistobj) Time when the object was last modified. |
| UInt32                                                                                                                                                   | Version      | Version.                                                                                                                                                                                |

## PUBLIC METHODS

| Type                                                                                                                                                                                          | Name                       | Description                                                                                                                                                          |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Int32                                                                                                                                                                                         | CompareTo (Object obj)     | Inherited from [RASSerilazableObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/rasserilazableobj)        |
| Boolean                                                                                                                                                                                       | Equals (Object obj)        | Inherited from [RASSerilazableObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/rasserilazableobj)        |
| Int32                                                                                                                                                                                         | GetHashCode ()             | Inherited from [RASSerilazableObj](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/rasserilazableobj)        |
| Type                                                                                                                                                                                          | GetType ()                 | String                                                                                                                                                               |
| ToString ()                                                                                                                                                                                   | Void                       | UpdateFromObject ([ClientRules](https://docs.parallels.com/landing/ras-powershell-api-guide/parallels-ras-powershell-admin-module/types/clientrules) source, Boolean |
| overwrite)                                                                                                                                                                                    | ### References to Commands |                                                                                                                                                                      |
| ----                                                                                                                                                                                          |                            |                                                                                                                                                                      |
| [Invoke-RASClientPolicy](https://github.com/Parallels-Corp/TEST-docs/blob/LatestDoc/21_Release/20_RAS_21_API_Guides/PS_API/MD/RASAdmin/cmdlets/Invoke-RASClientPolicy.md)                     |                            |                                                                                                                                                                      |
| [Remove-RASClientPolicyConnection](https://github.com/Parallels-Corp/TEST-docs/blob/LatestDoc/21_Release/20_RAS_21_API_Guides/PS_API/MD/RASAdmin/cmdlets/Remove-RASClientPolicyConnection.md) |                            |                                                                                                                                                                      |
