| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Unique ID | [optional] |
| created_at | datetime | ISO 8601 timestamp when the resource was created | [optional] |
| enable_new_signatures | bool | Whether new signatures should be enabled for all accounts on this organization | [optional] |
| name | str | Name of the organization | [optional] |
| require_mfa | bool | Whether or not users for this organization are required to enable Multi Factor Authentication | [optional] |
| updated_at | datetime | ISO 8601 timestamp when the resource was updated | [optional] |
| subscription | Subscription | Associated Subscription | [optional] |
| subscription_id | int | Associated Subscription ID | [optional] |
| custom_signatures | list[CustomSignature] | Associated Custom Signatures | [optional] |
| custom_signature_ids | list[int] | Associated Custom Signatures IDs | [optional] |
| external_accounts | list[ExternalAccount] | Associated External Accounts | [optional] |
| external_account_ids | list[int] | Associated External Accounts IDs | [optional] |
| sub_organizations | list[SubOrganization] | Associated Sub Organizations | [optional] |
| sub_organization_ids | list[int] | Associated Sub Organizations IDs | [optional] |
| teams | list[Team] | Associated Teams | [optional] |
| team_ids | list[int] | Associated Teams IDs | [optional] |
| users | list[User] | Associated Users | [optional] |
| user_ids | list[int] | Associated Users IDs | [optional] |
| compliance_standards | list[ComplianceStandard] | Associated Compliance Standards | [optional] |
| compliance_standard_ids | list[int] | Associated Compliance Standards IDs | [optional] |
| integrations | list[Integration] | Associated Integrations | [optional] |
| integration_ids | list[int] | Associated Integrations IDs | [optional] |