Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 2.23 KB

Enterprise.md

File metadata and controls

19 lines (15 loc) · 2.23 KB

Enterprise

Properties

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: { &quot;ssoOnly&quot;: false, &quot;signup&quot;: { &quot;message&quot;: &quot;😁 Howdy, friends.&quot;, &quot;confirmation&quot;: &quot;We're confirming that you are a 💫.&quot;, &quot;banner&quot;: &quot;Banner Text!&quot;, &quot;bannerHtml&quot;: &quot;<p>Banner Text!</p>\n&quot;, &quot;confirmationHtml&quot;: &quot;<p>We're confirming that you are a 💫.</p>\n&quot;, &quot;messageHtml&quot;: &quot;<p>😁 Howdy, friends.</p>\n&quot; }, &quot;mandatoryTransferDate&quot;: null, &quot;maxMembers&quot;: 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: { &quot;all&quot;: 6, &quot;member&quot;: 5, &quot;collaborator&quot;: 0, &quot;saml&quot;: 0, &quot;none&quot;: 1 } [optional]

[Back to Model list] [Back to API list] [Back to README]