Join BoxWorks 2024 to discover what's possible with content and AI!
Register now!A mini representation of a retention policy, used when nested within another resource.
12345
The unique identifier that represents a retention policy.
retention_policy
retention_policy
Value is always retention_policy
permanently_delete
The disposition action of the retention policy.
This action can be permanently_delete
, which
will cause the content retained by the policy
to be permanently deleted, or remove_retention
,
which will lift the retention policy from the content,
allowing it to be deleted by users,
once the retention policy has expired.
Value is one of permanently_delete
,remove_retention
Some Policy Name
The name given to the retention policy.
365
1
The length of the retention policy. This value
specifies the duration in days that the retention
policy will be active for after being assigned to
content. If the policy has a policy_type
of
indefinite
, the retention_length
will also be
indefinite
.
{
"id": "12345",
"type": "retention_policy",
"disposition_action": "permanently_delete",
"policy_name": "Some Policy Name",
"retention_length": "365"
}