IPWorks Cloud 2020 Python Edition

Questions / Feedback?

account_capabilities Property

The capabilities that the application key has.

Syntax

def get_account_capabilities() -> str: ...

account_capabilities = property(get_account_capabilities, None)

Default Value

""

Remarks

The capabilities that the application key has.

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

Capability String Related Methods
deleteBuckets delete_bucket
deleteFiles delete_file, delete_file_version
deleteKeys delete_app_key
listBuckets get_bucket_info, list_buckets
listFiles delete_file, list_files, list_file_versions, list_multipart_uploads
listKeys list_app_keys
readFiles copy_file, copy_part, download_file, download_file_by_id, get_file_info
shareFiles get_download_auth_token
writeBuckets create_bucket, update_bucket
writeFiles abort_multipart_upload, complete_multipart_upload, copy_file, copy_part, hide_file, list_parts, start_multipart_upload, upload_file, upload_part
writeKeys create_app_key

This property is read-only.

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