IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

BucketComplianceLockTime Property

Specifies when a bucket's compliance settings are locked.

Syntax

ANSI (Cross Platform)
char* GetBucketComplianceLockTime();
int SetBucketComplianceLockTime(const char* lpszBucketComplianceLockTime); Unicode (Windows) LPWSTR GetBucketComplianceLockTime();
INT SetBucketComplianceLockTime(LPCWSTR lpszBucketComplianceLockTime);
@property (nonatomic,readwrite,assign,getter=bucketComplianceLockTime,setter=setBucketComplianceLockTime:) NSString* bucketComplianceLockTime;
- (NSString*)bucketComplianceLockTime;
- (void)setBucketComplianceLockTime:(NSString*)newBucketComplianceLockTime;
#define PID_WASABI_BUCKETCOMPLIANCELOCKTIME 7

IPWORKSCLOUD_EXTERNAL void* IPWORKSCLOUD_CALL IPWorksCloud_Wasabi_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSCLOUD_EXTERNAL int IPWORKSCLOUD_CALL IPWorksCloud_Wasabi_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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 C++ Edition - Version 20.0 [Build 8265]