IPWorks Cloud 2020 Python Edition

Questions / Feedback?

bucket_compliance_conditional_hold Property

Signifies whether new objects created in a bucket will be placed under conditional hold.

Syntax

def get_bucket_compliance_conditional_hold() -> str: ...
def set_bucket_compliance_conditional_hold(value: str) -> None: ...

bucket_compliance_conditional_hold = property(get_bucket_compliance_conditional_hold, set_bucket_compliance_conditional_hold)

Default Value

""

Remarks

Signifies whether new objects created in a bucket will be placed under conditional hold.

Setting this to "false" will not release objects from their conditional holds, it will only prevent conditional holds from being placed on any newly-created objects.

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]