Preparing search index...
The search index is not available
Mosaia Node.js SDK - v0.0.53
Mosaia Node.js SDK
DriveRetentionPolicy
Interface DriveRetentionPolicy
Retention policy subdocument on
DriveInterface
.
interface
DriveRetentionPolicy
{
enabled
?:
boolean
;
retention_period
?:
number
;
retention_type
?:
"LEGAL_HOLD"
|
"COMPLIANCE"
|
"BUSINESS"
;
}
Index
Properties
enabled?
retention_
period?
retention_
type?
Properties
Optional
enabled
enabled
?:
boolean
Optional
retention_
period
retention_period
?:
number
Retention period in days
Optional
retention_
type
retention_type
?:
"LEGAL_HOLD"
|
"COMPLIANCE"
|
"BUSINESS"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
enabled
retention_
period
retention_
type
Mosaia Node.js SDK - v0.0.53
Loading...
Retention policy subdocument on
DriveInterface.