Skip to content

Commit c07b851

Browse files
Fixrequired msft listener2 (#41978)
* make false * added rn * move email to connect * changed description * changed description
1 parent 94191f0 commit c07b851

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

Packs/MicrosoftGraphMail/Integrations/MicrosoftGraphListener/MicrosoftGraphListener.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,18 +112,18 @@ configuration:
112112
required: false
113113
type: 8
114114
section: Collect
115-
- display: Email address from which to fetch incidents (e.g., "[email protected]")
115+
- display: Email address to associate for this integration.
116116
name: mailbox_to_fetch
117-
required: true
117+
required: false
118118
type: 0
119-
section: Collect
119+
section: Connect
120120
additionalinfo: During authentication, ensure you are logged in to this email address.
121121
- display: Name of the folder from which to fetch incidents (supports Folder ID and sub-folders e.g., Inbox/Phishing)
122122
name: folder_to_fetch
123123
type: 0
124124
defaultvalue: Inbox
125125
section: Collect
126-
required: true
126+
required: false
127127
- display: First fetch timestamp (<number> <time unit>, e.g., 12 hours, 7 days)
128128
name: first_fetch
129129
defaultvalue: '15 minutes'
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
#### Integrations
3+
4+
##### Microsoft Graph Mail Single User
5+
6+
- Fixes an issue where the integration would fail to save.

Packs/MicrosoftGraphMail/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Microsoft Graph Mail",
33
"description": "Microsoft Graph enables authorized access to a user’s Outlook mail data in personal or organizational accounts.",
44
"support": "xsoar",
5-
"currentVersion": "1.7.17",
5+
"currentVersion": "1.7.18",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",

0 commit comments

Comments
 (0)