Legal Hold Policy information describes the basic characteristics of the Policy, such as name, description, and filter dates.
11446498The unique identifier for this legal hold policy.
legal_hold_policyThe value will always be legal_hold_policy.
Value is always legal_hold_policy
Counts of assignments within this a legal hold policy by item type.
3The number of files this policy is applied to.
4The number of file versions this policy is applied to.
2The number of folders this policy is applied to.
1The number of users this policy is applied to.
2012-12-12T10:53:43-08:00When the legal hold policy object was created.
The user who created the legal hold policy object.
2012-12-12T10:53:43-08:00When the policy release request was sent. (Because it can take time for a policy to fully delete, this isn't quite the same time that the policy is fully deleted).
If null, the policy was not deleted.
Postman created policy500Description of the legal hold policy. Optional property with a 500 character limit.
2012-12-12T10:53:43-08:00User-specified, optional date filter applies to Custodian assignments only.
2012-12-12T10:53:43-08:00User-specified, optional date filter applies to Custodian assignments only.
2012-12-12T10:53:43-08:00When the legal hold policy object was modified. Does not update when assignments are added or removed.
Policy 4254Name of the legal hold policy.
Example500Optional notes about why the policy was created.
activePossible values:
Value is one of active,applying,releasing,released
{
"id": "11446498",
"type": "legal_hold_policy",
"assignment_counts": {
"file": 3,
"file_version": 4,
"folder": 2,
"user": 1
},
"created_at": "2012-12-12T10:53:43-08:00",
"created_by": {
"id": "11446498",
"type": "user",
"login": "ceo@example.com",
"name": "Aaron Levie"
},
"deleted_at": "2012-12-12T10:53:43-08:00",
"description": "Postman created policy",
"filter_ended_at": "2012-12-12T10:53:43-08:00",
"filter_started_at": "2012-12-12T10:53:43-08:00",
"modified_at": "2012-12-12T10:53:43-08:00",
"policy_name": "Policy 4",
"release_notes": "Example",
"status": "active"
}