OBJECT
SnoozedDirectory
Description
A directory that has been snoozed.
link GraphQL Schema definition
- type SnoozedDirectory {
- #   The date the snooze was created.
- : DateTime 
- #   The directory path.
- : String! 
- #   The expiration date of the snooze.
- : DateTime 
- #   The type of false positive.
- : AnomalyFalsePositiveType! 
- #   The reason for snoozing the directory (if falsePositiveType equals to OTHER).
- : String! 
- #   The status of the snooze.
- : SnoozeStatus! 
- #   The account user that snoozed the directory.
- : 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.