AdminUserPropertyDataElement

class q2_sdk.core.install_steps.admin_user_property_data_element.AdminUserPropertyDataElement(property_name, property_long_name, data_type=UserPropertyDataType.String, is_group_property=True, is_user_property=False, **kwargs)[source]

Bases: InstallStep

Parameters:
  • allow_editable – If False, will force all InstallStepAttributes’ to is_editable==False

  • required_install_step_attrs – An optional list of strings for names of install steps that will be forced to is_required==True

async install()[source]

Must be overridden in inherited class to work with install

async uninstall()[source]

Must be overridden in inherited class to work with remove_form