IPWorks Cloud 2020 Python Edition

Questions / Feedback?

account_application_key Property

A storage service provider application key.

Syntax

def get_account_application_key() -> str: ...
def set_account_application_key(value: str) -> None: ...

account_application_key = property(get_account_application_key, set_account_application_key)

Default Value

""

Remarks

A storage service provider application key.

This property specifies the application key to use for authentication. It must be populated when using one of these storage service providers:

  • spBackblazeB2 (12)

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