IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

bucketComplianceLockTime (property)

Specifies when a bucket's compliance settings are locked.

Syntax

@property (nonatomic,readwrite,assign,getter=bucketComplianceLockTime,setter=setBucketComplianceLockTime:) NSString* bucketComplianceLockTime;
- (NSString*)bucketComplianceLockTime;
- (void)setBucketComplianceLockTime:(NSString*)newBucketComplianceLockTime;
public var bucketComplianceLockTime: String {
  get {...}
set {...} }

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.

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