Warning

This document is for an old release of Galaxy. You can alternatively view this page in the latest release if it exists or view the top of the latest release's documentation.

galaxy.schema package

class galaxy.schema.BootstrapAdminUser(*, email: str = None, preferences: Dict[str, str] = {}, id: int = 0, bootstrap_admin_user: bool = True)[source]

Bases: pydantic.main.BaseModel

email: Optional[str]
preferences: Dict[str, str]
all_roles()list[source]

Submodules

galaxy.schema.fields module

class galaxy.schema.fields.EncodedDatabaseIdField[source]

Bases: str

Encoded Database ID validation.

classmethod validate(v)[source]

galaxy.schema.schema module