IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

BucketComplianceLockTime Property

Specifies when a bucket's compliance settings are locked.

Object Oriented Interface

public function getBucketComplianceLockTime();
public function setBucketComplianceLockTime($value);

Procedural Interface

ipworkscloud_wasabi_get($res, 7 );
ipworkscloud_wasabi_set($res, 7, $value );

Default Value

''

Remarks

Specifies when a bucket's compliance settings are locked.

When a bucket's compliance settings are locked, certain compliance settings cannot be changed any further. Wasabi defaults this value to "off"; other valid values are "now" to immediately lock the compliance settings, or an ISO 8601 date-time string.

Important: Locking the compliance settings on a bucket is a one-way action. You cannot unlock a bucket's compliance settings without contacting the Wasabi support team. Refer to the Wasabi documentation for more information.

Refer to the UpdateCompliance documentation for more information about compliance.

This property is not available at design time.

Data Type

String

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