class edgeimpulse_api.models.get_jwt_request.GetJWTRequest(
**data: Any
)
Config
The type of the None singleton.
password: pydantic.types.StrictStr
The type of the None singleton.
session_id: pydantic.types.StrictStr | None
The type of the None singleton.
sso_type: pydantic.types.StrictStr | None
The type of the None singleton.
totp_token: pydantic.types.StrictStr | None
The type of the None singleton.
username: pydantic.types.StrictStr
The type of the None singleton.
uuid: pydantic.types.StrictStr | None
The type of the None singleton.
edgeimpulse_api.models.get_jwt_request.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.get_jwt_request.GetJWTRequest
edgeimpulse_api.models.get_jwt_request.from_json(
json_str: str
) ‑> edgeimpulse_api.models.get_jwt_request.GetJWTRequest
edgeimpulse_api.models.get_jwt_request.sso_type_validate_enum(
v
)
edgeimpulse_api.models.get_jwt_request.to_dict(
self
)
edgeimpulse_api.models.get_jwt_request.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.get_jwt_request.to_str(
self
) ‑> str