whitelabel

edgeimpulse_api v1.0.0

edgeimpulse_api.models.whitelabel module

class edgeimpulse_api.models.whitelabel.Whitelabel(*, id: StrictInt, name: StrictStr, domain: StrictStr, ownerOrganizationId: Optional[StrictInt] = None, themeId: StrictInt, identityProviders: List[StrictStr], allowPasswordAuth: StrictBool, deploymentTargets: List[StrictStr], allowSignup: StrictBool, allowFreeProjects: StrictBool, exposePublicProjects: Optional[StrictBool] = None)

Bases: BaseModel

class Config()

Bases: object

allow_population_by_field_name(_ = Tru_ )

validate_assignment(_ = Tru_ )

allow_free_projects(: StrictBoo )

allow_password_auth(: StrictBoo )

allow_signup(: StrictBoo )

deployment_targets(: List[StrictStr )

domain(: StrictSt )

expose_public_projects(: Optional[StrictBool )

classmethod from_dict(obj: dict)

Create an instance of Whitelabel from a dict

classmethod from_json(json_str: str)

Create an instance of Whitelabel from a JSON string

id(: StrictIn )

identity_providers(: List[StrictStr )

name(: StrictSt )

owner_organization_id(: Optional[StrictInt )

theme_id(: StrictIn )

to_dict()

Returns the dictionary representation of the model using alias

to_json()

Returns the JSON representation of the model using alias

to_str()

Returns the string representation of the model using alias

Last updated

Was this helpful?