SharepointSubmissionEventBase: {
    integrationEntraApplicationId: string;
    sharepointSite: {
        displayName: string;
        id: string;
    };
}

Type declaration

  • integrationEntraApplicationId: string

    The id of the entra application in integration configuration

  • sharepointSite: {
        displayName: string;
        id: string;
    }

    The Sharepoint Site

    • displayName: string

      The display name of the Sharepoint Site

    • id: string

      The id of the Sharepoint Site