IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

appKeyCapabilities (property)

The capabilities that the application key has.

Syntax

- (NSString*)appKeyCapabilities:(int)appKeyIndex;
public func appKeyCapabilities(appKeyIndex: Int32) throws -> String

Default Value

""

Remarks

The capabilities that the application key has.

This property reflects the capabilities that the application key has. It is formatted as a comma-separated list of one or more of the following:

Capability String Related Methods
deleteBuckets DeleteBucket
deleteFiles DeleteFile, DeleteFileVersion
deleteKeys DeleteAppKey
listBuckets GetBucketInfo, ListBuckets
listFiles DeleteFile, ListFiles, ListFileVersions, ListMultipartUploads
listKeys ListAppKeys
readFiles CopyFile, CopyPart, DownloadFile, DownloadFileById, GetFileInfo
shareFiles GetDownloadAuthToken
writeBuckets CreateBucket, UpdateBucket
writeFiles AbortMultipartUpload, CompleteMultipartUpload, CopyFile, CopyPart, HideFile, ListParts, StartMultipartUpload, UploadFile, UploadPart
writeKeys CreateAppKey

The AppKeyIndex parameter specifies the index of the item in the array. The size of the array is controlled by the AppKeyCount property.

This property is read-only.

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