BaseLTI1p3Provider

class BaseLTI1p3Provider[source]

The base representation of an LTI 1.3 provider.

lms: Literal['Blackboard', 'Brightspace', 'Bronte', 'Canvas', 'Moodle', 'Revel', 'XL']

The LMS that is connected as this LTI provider.

capabilities: LMSCapabilities

The capabilities of this LMS

version: Literal['lti1.3']

The LTI version used.

iss: str

The iss configured for this provider.

presentation: LTI1p3ProviderPresentationAsJSON

Presentational settings for this provider.

id: str

The id of this LTI provider.

created_at: datetime

The time this LTI provider was created.

intended_use: str

Who will use this LTI provider.

tenant_id: str | None

The id of the tenant that owns this provider.

label: str

A label for differentiating providers of the same tenant.