lti-tool Documentation
    Preparing search index...

    Interface LTIDeployment

    Represents a specific deployment of your LTI tool within a platform/LMS. Each platform can have multiple deployments (e.g., different courses, contexts).

    interface LTIDeployment {
        deploymentId: string;
        description?: string;
        id: string;
        name?: string;
    }
    Index

    Properties

    deploymentId: string

    LMS-provided deployment identifier used in LTI launch requests

    description?: string

    Optional description of what this deployment is used for

    id: string

    Internal stable UUID for this deployment configuration

    name?: string

    Optional human-readable name for this deployment