create_whitelabel_request

edgeimpulse_api v1.0.0

edgeimpulse_api.models.create_whitelabel_request module

class edgeimpulse_api.models.create_whitelabel_request.CreateWhitelabelRequest(*, name: StrictStr, domain: StrictStr, ownerOrganizationId: StrictInt, identityProviders: Optional[List[StrictStr]] = None, allowPasswordAuth: Optional[StrictBool] = None, deploymentTargets: Optional[List[StrictStr]] = None, documentationUrl: Optional[StrictStr] = None, allowSignup: Optional[StrictBool] = None, allowFreeProjects: Optional[StrictBool] = None, sandboxed: Optional[StrictBool] = None, exposePublicProjects: Optional[StrictBool] = None)

Bases: BaseModel

class Config()

Bases: object

allow_population_by_field_name(_ = Tru_ )

validate_assignment(_ = Tru_ )

allow_free_projects(: Optional[StrictBool )

allow_password_auth(: Optional[StrictBool )

allow_signup(: Optional[StrictBool )

deployment_targets(: Optional[List[StrictStr] )

documentation_url(: Optional[StrictStr )

domain(: StrictSt )

expose_public_projects(: Optional[StrictBool )

classmethod from_dict(obj: dict)

Create an instance of CreateWhitelabelRequest from a dict

classmethod from_json(json_str: str)

Create an instance of CreateWhitelabelRequest from a JSON string

identity_providers(: Optional[List[StrictStr] )

name(: StrictSt )

owner_organization_id(: StrictIn )

sandboxed(: Optional[StrictBool )

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?