IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

BucketComplianceStatus Property

Whether or not the a bucket has compliance settings enabled.

Object Oriented Interface

public function getBucketComplianceStatus();
public function setBucketComplianceStatus($value);

Procedural Interface

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

Default Value

''

Remarks

Whether or not the a bucket has compliance settings enabled.

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

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]