[docs]classServiceAccount(BaseModel):"""A service account. These are used to authenticate orgs with Bearer authentication. This works just like an API token, but it is tied to an organization versus an individual user. """created_at:datetime.datetimeid:Uuidis_valid:boollabel:Optional[str]=Noneorg_id:Uuidtoken:ServiceAccountTokenUuidupdated_at:datetime.datetimemodel_config=ConfigDict(protected_namespaces=())