IPWorks Cloud 2020 Python Edition

Questions / Feedback?

app_key_capabilities Property

The capabilities that the application key has.

Syntax

def get_app_key_capabilities(app_key_index: int) -> str: ...

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 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

The app_key_index parameter specifies the index of the item in the array. The size of the array is controlled by the app_key_count property.

This property is read-only.

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