logDateRange

Specifies a time range for filtering audit logs.

Examples

input LogDateRange {
  from: DateTime
  to: DateTime
}

Fields

Field
Description
Supported fields

from DateTime

Start date of the range (inclusive)

to DateTime

End date of the range (inclusive)

References

Fields with this object:

Last updated