IPWorks Cloud 2020 Python Edition

Questions / Feedback?

object_compliance_legal_hold Property

Specifies whether or not an object is under legal hold.

Syntax

def get_object_compliance_legal_hold() -> str: ...
def set_object_compliance_legal_hold(value: str) -> None: ...

object_compliance_legal_hold = property(get_object_compliance_legal_hold, set_object_compliance_legal_hold)

Default Value

""

Remarks

Specifies whether or not an object is under legal hold.

If an object is under legal hold, it cannot be deleted regardless of whether or not its retention time has passed.

Refer to the update_compliance documentation for more information about compliance.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Python Edition - Version 20.0 [Build 8265]