<< Click to Display Table of Contents >> Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > Microsoft M365 SignIns > Connector Parameters Configuration |
This parameter contains a filter that will be passed to the Graph API in order to fetch less SignIns.
Technical Name |
filter |
Category |
Functional |
Type |
String |
Default Value |
appDisplayName ne 'Office365 Shell WCSS-Client' and appDisplayName ne 'NotApplicable' |
Example Values |
appDisplayName ne 'Office365 Shell WCSS-Client' and appDisplayName ne 'NotApplicable' |
This parameter defines the interval in which all SignIns will be fetched. For each interval, the connector executes separate requests.
Technical Name |
time_intervals |
Category |
Functional |
Type |
String |
Default Value |
R144/PT10M |
Example Values |
R144/PT10M, R3/2020-10-01T14:15:00Z/2002-10-04T06:15:00Z, R3/2020-10-01T14:15:00Z/P2DT5H45M, R3/P1DT1H45M/2020-10-04T06:15:00Z, 2020-10-01T14:15Z/2020-11-20T16:00Z, 2020-10-01T14:15Z/P2DT5H45M, P1DT1H45M/2020-11-01T15:15Z, PT21H45M |
The repeating or simple interval has to conform to the ISO-8601 standard.
•Example 1: For setting repetitive intervals with 'R[n]' where n represents the number of repetitions and interval 'start date' and the 'end date' we use 'R3/2020-10-01T14:15:00Z/2020-10-04T06:15:00Z'.
•Example 2: For setting repetitive intervals with 'R[n]' where n represents the number of repetitions and interval 'start date' and the 'duration' we use 'R3/2020-10-01T14:15:00Z/P2DT5H45M'.
•Example 3: For setting repetitive intervals with 'R[n]' where n represents the number of repetitions and interval 'duration' and the 'end date' we use 'R3/P1DT1H45M/2020-10-04T06:15:00Z'.
•Example 4: For setting repetitive intervals based on interval 'start date' and the 'end date' we use '2020-10-01T14:15Z/2020-11-20T16:00Z'.
•Example 5: For setting repetitive intervals based on interval 'start date' and 'duration' we use '2020-10-01T14:15Z/P2DT5H45M'.
•Example 6: For setting repetitive intervals based on interval 'duration' and the 'end date' we use 'P1DT1H45M/2020-11-01T14:15Z'.
•Example 7: For setting repetitive intervals based only on 'duration' which will go in past from instance of now we use 'PT21H45M'.