@oneblink/sdk-core
    Preparing search index...

    Type Alias SharepointSubmissionEventBase

    type SharepointSubmissionEventBase = {
        integrationEntraApplicationId: string;
        sharepointSite: { displayName: string; id: string };
    }
    Index

    Properties

    integrationEntraApplicationId: string

    The id of the entra application in integration configuration

    sharepointSite: { displayName: string; id: string }

    The Sharepoint Site

    Type declaration

    • displayName: string

      The display name of the Sharepoint Site

    • id: string

      The id of the Sharepoint Site