external help file | Module Name | online version | schema |
---|---|---|---|
DuoSecurity-help.xml |
DuoSecurity |
2.0.0 |
Retrieve Trust Monitor Events
Get-DuoTrustMonitorEvents -Days <Int32> [-Type <String>] [<CommonParameters>]
Get-DuoTrustMonitorEvents -Hours <Int32> [-Type <String>] [<CommonParameters>]
Get-DuoTrustMonitorEvents -MinTime <String> -MaxTime <String> [-Type <String>] [<CommonParameters>]
Get-DuoTrustMonitorEvents -StartDate <DateTime> [-EndDate <DateTime>] [-Type <String>] [<CommonParameters>]
Returns a paged list of events surfaced by Trust Monitor from the last 180 days. To fetch all results, call repeatedly with the next_offset paging parameter as long as the result metadata has next_offset values. Requires "Grant read log" API permission.
Get-DuoTrustMonitorEvents -Days 30
Number of days to retrieve with max time of now
Type: Int32
Parameter Sets: Days
Aliases:
Required: True
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
Number of hours to retrieve with max time of now
Type: Int32
Parameter Sets: Hours
Aliases:
Required: True
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
Return records that have a 13 character Unix timestamp in milliseconds of mintime or later. This value must be strictly less then maxtime.
Type: String
Parameter Sets: MinMaxTime
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Return records that have a 13 character Unix timestamp in milliseconds of maxtime or earlier. This value must be strictly greater then mintime.
Type: String
Parameter Sets: MinMaxTime
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The start date for log entries
Type: DateTime
Parameter Sets: DateTime
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The end date for log enties
Type: DateTime
Parameter Sets: DateTime
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill Type Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
We recommend requesting Trust Monitor events no more than once per minute.