IPWorks Cloud 2020 Python Edition

Questions / Feedback?

object_compliance_retention_time Property

The retention time for a specific object.

Syntax

def get_object_compliance_retention_time() -> str: ...
def set_object_compliance_retention_time(value: str) -> None: ...

object_compliance_retention_time = property(get_object_compliance_retention_time, set_object_compliance_retention_time)

Default Value

""

Remarks

The retention time for a specific object.

An object's individual retention time is an ISO 8601 date-time before which the object cannot be deleted. The retention time of an object is initially set based on the value of RetentionDays setting of the bucket it resides in. Objects can have their retention time extended, but not reduced.

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]