OBJECT
SnoozedDirectory
Description
A directory that has been snoozed.
link GraphQL Schema definition
- type SnoozedDirectory {
- # The directory path.
- String! :
- # The type of false positive.
- AnomalyFalsePositiveType! :
- # The account user that snoozed the directory.
- String! :
- # The status of the snooze.
- SnoozeStatus! :
- # The expiration date of the snooze.
- DateTime :
- # The date the snooze was created.
- DateTime :
- # The reason for snoozing the directory (if falsePositiveType equals to OTHER).
- String! :
- }
link Require by
- SnoozedDirectoryConnectionPaginated list of SnoozedDirectory objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- SnoozedDirectoryEdgeWrapper around the SnoozedDirectory object. This wrapper is used for pagination.