| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | Unique ID | [optional] |
| created_at | DateTime | ISO 8601 timestamp when the resource was created | [optional] |
| enable_new_signatures | BOOLEAN | Whether new signatures should be enabled for all accounts on this organization | [optional] |
| name | String | Name of the organization | [optional] |
| require_mfa | BOOLEAN | 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 | Integer | Associated Subscription ID | [optional] |
| custom_signatures | Array<CustomSignature> | Associated Custom Signatures | [optional] |
| custom_signature_ids | Array<Integer> | Associated Custom Signatures IDs | [optional] |
| external_accounts | Array<ExternalAccount> | Associated External Accounts | [optional] |
| external_account_ids | Array<Integer> | Associated External Accounts IDs | [optional] |
| sub_organizations | Array<SubOrganization> | Associated Sub Organizations | [optional] |
| sub_organization_ids | Array<Integer> | Associated Sub Organizations IDs | [optional] |
| teams | Array<Team> | Associated Teams | [optional] |
| team_ids | Array<Integer> | Associated Teams IDs | [optional] |
| users | Array<User> | Associated Users | [optional] |
| user_ids | Array<Integer> | Associated Users IDs | [optional] |
| compliance_standards | Array<ComplianceStandard> | Associated Compliance Standards | [optional] |
| compliance_standard_ids | Array<Integer> | Associated Compliance Standards IDs | [optional] |
| integrations | Array<Integration> | Associated Integrations | [optional] |
| integration_ids | Array<Integer> | Associated Integrations IDs | [optional] |
This repository was archived by the owner on Jan 12, 2021. It is now read-only.