IPWorks Cloud 2020 Python Edition

Questions / Feedback?

account_subdomain Property

Represent a ShareFile domain for the account.

Syntax

def get_account_subdomain() -> str: ...
def set_account_subdomain(value: str) -> None: ...

account_subdomain = property(get_account_subdomain, set_account_subdomain)

Default Value

""

Remarks

Used for making requests for accounts with subdomains. The domain is typically the account name which can be found in the admin account summary or in the URL.

For example, in https://example.sharefile.com/dashboard, 'example' represents the subdomain.

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