LegalPolicies
Query all legal hold policies that belong to an enterprise.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
The Id of the legal hold policy. |
| AssignmentFileCount | Integer | True |
The count for file assignments. |
| AssignmentFileVersionCount | Integer | True |
The count for file version assignments. |
| AssignmentFolderCount | Integer | True |
The count for folder assignments. |
| AssignmentUserCount | Integer | True |
The count for user assignments. |
| CreatedAt | Datetime | True |
The creation time of the policy. |
| CreatedById | String | True |
The Id of the user that created the policy. |
| CreatedByLogin | String | True |
The login of the user that created the policy. |
| CreatedByName | String | True |
The name of the user that created the policy. |
| CreatedByType | String | True |
The type of the user that created the policy. |
| DeletedAt | Datetime | True |
The deletion time of the policy. |
| Description | String | False |
The description of the policy. |
| FilterEndedAt | Datetime | False |
The ending time of the filter. |
| FilterStartedAt | Datetime | False |
The starting time of the filter. |
| ModifiedAt | Datetime | True |
The modified time of the policy. |
| PolicyName | String | False |
The name of the policy. |
| ReleaseNotes | String | False |
The release notes for the policy. |
| Status | String | True |
The status of the policy. |
| Type | String | True |
The type of the policy. |
| AsUserId | String | False |
The Id of the user you want to impersonate. Only works with Admin, Co-Admin and Service Accounts. |
| IsOngoing | Boolean | False |
Used only for INSERT statements. It defines whether new assignments under this policy should continue applying to files even after initialization. |