Organization
class resources.organization.Organization
Base class: Resource
Information about your organization, license, and billing.
note
Organization resources cannot be created or deleted.
See the corresponding Flow Api class at Organization
Property | Description | Type | Import/Export |
---|---|---|---|
active | A flag if the organization is active. Output only. | Boolean() | both |
address_line_1 | The billing address. | String(length=1024) | both |
address_line_2 | The billing address. | String(length=1024) | both |
allow_excess_usage | If executions are allowed to run when the allowance of productive connections in a month is already exceeded. | Boolean() | neither |
city | The billing address. | String(length=1024) | both |
country | The billing address. | String(length=1024) | both |
created_at | DateTime(timezone=True) | export only | |
created_by | UUID() | export only | |
deleted_at | DateTime(timezone=True) | export only | |
deleted_by | UUID() | export only | |
description | Text() | both | |
id | UUID() | neither | |
is_archived | Boolean() | both | |
is_opened | Boolean() | neither | |
is_pinned | Boolean() | neither | |
is_readonly | Boolean() | both | |
is_trial_account | If the organization is currently a trial account. Output only. | Boolean() | neither |
last_notification_state_connection_usage_percent | The state of connection usage percentage during the last notification check. | Text() | neither |
last_notification_state_diskspace_free_bytes | The state of free diskspace bytes during the last notification check. | Text() | neither |
last_notification_state_diskspace_usage_percent | The state of diskspace usage percentage during the last notification check. | Text() | neither |
last_notification_state_storage_usage_percent | The state of storage usage percentage during the last notification check. | Text() | neither |
last_reset_at | DateTime(timezone=True) | both | |
modified_at | DateTime(timezone=True) | export only | |
modified_by | UUID() | export only | |
name | String(length=128) | both | |
organization_id | UUID() | export only | |
payment_type | The chosen payment type. | Enum('INVOICE', name='paymenttype') | both |
primary_contact | The name of the primary contact person. Used for invoices. | String(length=1024) | both |
project_id | UUID() | both | |
record_type | Enum('CONNECTOR', 'FILE', 'FLOW', 'GIT_CONFIG', 'IDENTITY', 'OAUTH', 'ORGANIZATION', 'PLUGIN', 'PROJECT', 'RESOURCE', 'ROLE', 'SCHEDULE', 'SCHEDULER', 'SCHEMA', 'SEARCH', 'SETTING', 'SYNC_CONFIG', 'TAG', 'USER', 'VAULT_CONFIG', 'WEBHOOK', 'WORKSPACE', 'WRAPPER', 'RESOURCE_WRAPPER', 'EXECUTION', 'MESSAGE', 'PROCESS', name='tabletype') | neither | |
region | The billing address. | String(length=1024) | both |
resource_type | Enum('CONNECTOR', 'FILE', 'FLOW', 'GIT_CONFIG', 'OAUTH', 'ORGANIZATION', 'PLUGIN', 'PROJECT', 'ROLE', 'SCHEDULE', 'SCHEDULER', 'SCHEMA', 'SEARCH', 'SETTING', 'SYNC_CONFIG', 'TAG', 'USER', 'VAULT_CONFIG', 'WEBHOOK', 'WORKSPACE', 'WRAPPER', 'RESOURCE_WRAPPER', name='resourcetype') | neither | |
size_bytes | BigInteger() | neither | |
usage_allowance_connection_productive | The number of productive connections which can be started each month. | Integer() | neither |
usage_allowance_db_size_bytes | BigInteger() | neither | |
usage_count_connection_dev | Integer() | neither | |
usage_count_connection_productive | The number of productive connections which were started this month. | Integer() | neither |
usage_count_flow_dev | Integer() | neither | |
usage_count_flow_productive | Integer() | neither | |
usage_db_size_bytes | The total database size of all workspaces in organization in bytes. | BigInteger() | neither |
vat_number | The VAT ID. Used for invoices. | String(length=1024) | both |
workspace_id | UUID() | export only | |
zip | The billing address. | String(length=128) | both |