Record
put-retention-policies-id-params
No description available.
record put-retention-policies-id-params {
retention-policy-id: string,
are-owners-notified: option<bool>,
can-owner-extend-retention: option<bool>,
custom-notification-recipients: option<list<user-mini>>,
description: option<string>,
disposition-action: option<post-retention-policies-body-disposition-action-enum>,
policy-name: option<string>,
retention-length: option<string>,
retention-type: option<string>,
status: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| retention-policy-id | string | |
| are-owners-notified | option<bool> | |
| can-owner-extend-retention | option<bool> | |
| custom-notification-recipients | option<list<user-mini>> | |
| description | option<string> | |
| disposition-action | option<post-retention-policies-body-disposition-action-enum> | |
| policy-name | option<string> | |
| retention-length | option<string> | |
| retention-type | option<string> | |
| status | option<string> |