SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Type Alias MSSharePointConfiguration

    MSSharePointConfiguration: {
        cronExpression?: string;
        destination: string;
        sharePoint: SharePointConfig;
    } & Record<string, any>

    Representation of the 'MSSharePointConfiguration' schema.

    Type Declaration

    • OptionalcronExpression?: string
      "0 3 * * *"
      
    • destination: string
      "generic-secret-name"
      

      Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.

    • sharePoint: SharePointConfig