IPWorks Cloud 2020 Python Edition

Questions / Feedback?

account_password Property

A storage service provider password.

Syntax

def get_account_password() -> str: ...
def set_account_password(value: str) -> None: ...

account_password = property(get_account_password, set_account_password)

Default Value

""

Remarks

A storage service provider password.

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

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