class edgeimpulse_api.models.whitelabel.Whitelabel(
**data: Any
)
Config
The type of the None singleton.
all_deployment_targets: List[pydantic.types.StrictStr]
The type of the None singleton.
all_development_boards: List[edgeimpulse_api.models.development_board_response.DevelopmentBoardResponse]
The type of the None singleton.
all_learning_blocks: List[edgeimpulse_api.models.whitelabel_all_learning_blocks_inner.WhitelabelAllLearningBlocksInner]
The type of the None singleton.
allow_free_projects: pydantic.types.StrictBool
The type of the None singleton.
allow_new_project_ui: pydantic.types.StrictBool
The type of the None singleton.
allow_password_auth: pydantic.types.StrictBool
The type of the None singleton.
allow_signup: pydantic.types.StrictBool
The type of the None singleton.
custom_deployment_blocks: List[edgeimpulse_api.models.whitelabel_custom_deployment_blocks_inner.WhitelabelCustomDeploymentBlocksInner] | None
The type of the None singleton.
default_deployment_target: pydantic.types.StrictStr | None
The type of the None singleton.
deployment_options_order: List[pydantic.types.StrictStr] | None
The type of the None singleton.
deployment_targets: List[pydantic.types.StrictStr]
The type of the None singleton.
development_boards: List[edgeimpulse_api.models.development_board_response.DevelopmentBoardResponse]
The type of the None singleton.
disable_public_entities: pydantic.types.StrictBool | None
The type of the None singleton.
domain: pydantic.types.StrictStr
The type of the None singleton.
expose_public_projects: pydantic.types.StrictBool | None
The type of the None singleton.
id: pydantic.types.StrictInt
The type of the None singleton.
identity_providers: List[pydantic.types.StrictStr]
The type of the None singleton.
learning_blocks: List[pydantic.types.StrictStr]
The type of the None singleton.
name: pydantic.types.StrictStr
The type of the None singleton.
organizations_limit: pydantic.types.StrictInt | None
The type of the None singleton.
owner_organization_id: pydantic.types.StrictInt | None
The type of the None singleton.
supported_project_types: List[edgeimpulse_api.models.project_type.ProjectType]
The type of the None singleton.
theme: edgeimpulse_api.models.theme.Theme | None
The type of the None singleton.
theme_id: pydantic.types.StrictInt
The type of the None singleton.
edgeimpulse_api.models.whitelabel.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.whitelabel.Whitelabel
edgeimpulse_api.models.whitelabel.from_json(
json_str: str
) ‑> edgeimpulse_api.models.whitelabel.Whitelabel
edgeimpulse_api.models.whitelabel.to_dict(
self
)
edgeimpulse_api.models.whitelabel.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.whitelabel.to_str(
self
) ‑> str