IPWorks Cloud 2020 Python Edition

Questions / Feedback?

bucket_compliance_status Property

Whether or not the a bucket has compliance settings enabled.

Syntax

def get_bucket_compliance_status() -> str: ...
def set_bucket_compliance_status(value: str) -> None: ...

bucket_compliance_status = property(get_bucket_compliance_status, set_bucket_compliance_status)

Default Value

""

Remarks

Whether or not the a bucket has compliance settings enabled.

Setting this to "enabled" and calling update_compliance will enable compliance for the current bucket. If this is set to "disabled", all other bucket compliance settings will be ignored when update_compliance is called.

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]