Whether or not to include messages (Teams Messages) in the search results.
'Chat.Read' OR 'Chat.ReadWrite' AND 'ChannelMessage.Read.All'
OAuth scopes are required to access this data.
If these scopes are not provided, user Authentication will fail.
Futhermore, the openUrlWithBrowser
permission must be enabled in the application manifest. This should support the msteams
protocols. This is used for opening the Teams client when action-ing a Teams message.
See the Developer Guide for more information.
Whether or not to include contacts (Outlook Contacts) in the search results.
'Contacts.Read.Shared'
OAuth scopes are required to access this data.
If these scopes are not provided, user Authentication will fail.
Whether or not to include files (OneDrive Files) in the search results.
Whether or not to include events (Outlook Calendar Events) in the search results.
'Calendars.Read' OR 'Calendars.ReadWrite'
OAuth scopes are required to access this data.
If these scopes are not provided, user Authentication will fail.
Whether or not to include lists (SharePoint Lists) in the search results.
'Sites.Read.All' OR 'Sites.ReadWrite.All' AND 'Mail.ReadWrite.Shared'
OAuth scope is required to access this data.
Whether or not to include messages (Outlook Emails) in the search results.
'Mail.ReadWrite.Shared'
OAuth scopes are required to access this data.
If these scopes are not provided, user Authentication will fail.
Whether or not to include users (People) in the search results.
'User.Read.All' AND 'Presence.Read.All'
OAuth scopes are required to access this data.
If these scopes are not provided, user Authentication will fail.
Generated using TypeDoc
Configuration object for the Microsoft 365 workflow integration.
Used for choosing which Microsoft 365 entities to include in the search results.