IPWorks Cloud 2020 Python Edition

Questions / Feedback?

account_role Property

The account's role.

Syntax

def get_account_role() -> int: ...

account_role = property(get_account_role, None)

Default Value

0

Remarks

The account's role.

This property reflects the account's role. Possible values are:

  • 0 (arUser)
  • 1 (arCoadmin)
  • 2 (arAdmin)

This property is read-only.

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