Close
    logoCloudomation Docs

    Organization

    class resources.organization.Organization

    Base class: Resource

    Information about your organization, license, and billing.

    Organization resources cannot be created or deleted.

    :py:obj:flow_api.organization.Organization

    PropertyDescriptionType
    idUUID()
    primary_contactThe name of the primary contact person. Used for invoices.String(length=1024)
    activeA flag if the organization is active. Output only.Boolean()
    last_activityThe timestamp when the last activity of the organization was detected. Output only.DateTime(timezone=True)
    address_line_1The billing address.String(length=1024)
    address_line_2The billing address.String(length=1024)
    cityThe billing address.String(length=1024)
    regionThe billing address.String(length=1024)
    zipThe billing address.String(length=128)
    countryThe billing address.String(length=1024)
    vat_numberThe VAT ID. Used for invoices.String(length=1024)
    payment_typeThe chosen payment type.Enum('INVOICE', name='paymenttype')
    is_trial_accountIf the organization is currently a trial account. Output only.Boolean()
    last_reset_atDateTime(timezone=True)
    usage_count_flow_devInteger()
    usage_count_flow_productiveInteger()
    usage_count_task_devInteger()
    usage_count_task_productiveInteger()
    usage_allowance_task_productiveInteger()
    allow_excess_usageBoolean()
    size_bytesBigInteger()
    Previous
    OAuth
    Next
    Plugin