ClerkBackend::UpdateInstanceOrganizationSettingsRequest Properties Name Type Description Notes enabled Boolean [optional] max_allowed_memberships Integer [optional] admin_delete_enabled Boolean [optional] domains_enabled Boolean [optional] domains_enrollment_modes Array<String> Specify which enrollment modes to enable for your Organization Domains. Supported modes are 'automatic_invitation' & 'automatic_suggestion'. [optional] creator_role_id String Specify what the default organization role is for an organization creator. [optional] domains_default_role_id String Specify what the default organization role is for the organization domains. [optional] Example require 'clerk-sdk-ruby-backend' instance = ClerkBackend::UpdateInstanceOrganizationSettingsRequest.new( enabled: null, max_allowed_memberships: null, admin_delete_enabled: null, domains_enabled: null, domains_enrollment_modes: null, creator_role_id: null, domains_default_role_id: null )