Name | Type | Description | Notes |
---|---|---|---|
display_name | str | Long-form name of the enterprise used when displaying the full name of the enterprise. Example: Trello's Enterprise | [optional] |
id | str | The ID of the enterprise. | [optional] |
id_admins | list[ERRORUNKNOWN] | Array of Member IDs that are admins of the enterprise. | [optional] |
id_members | list[ERRORUNKNOWN] | Array of Member IDs that belong to the enterprise. | [optional] |
id_organizations | list[ERRORUNKNOWN] | Array of Organization IDs that belong to the enterprise. | [optional] |
name | str | Short-form name of the enterprise. Example: test_enterprise. | [optional] |
prefs | object | JSON Object containing information about the preferences set within the enterprise. Example: { "ssoOnly": false, "signup": { "message": "😁 Howdy, friends.", "confirmation": "We're confirming that you are a 💫.", "banner": "Banner Text!", "bannerHtml": "<p>Banner Text!</p>\n", "confirmationHtml": "<p>We're confirming that you are a 💫.</p>\n", "messageHtml": "<p>😁 Howdy, friends.</p>\n" }, "mandatoryTransferDate": null, "maxMembers": null } | [optional] |
products | list[ERRORUNKNOWN] | Array of products that the enterprise has enabled. | [optional] |
sso_activation_failed | bool | Determines whether SSO successfully activated. | [optional] |
user_types | object | Object containing keys for every member type (all, member, collaborator, saml, none) and values representing the count of each type of member. For example: { "all": 6, "member": 5, "collaborator": 0, "saml": 0, "none": 1 } | [optional] |