ENUM
SuspicionScore
Indicates the suspicion score of the test session.
link GraphQL Schema definition
1 enum SuspicionScore { 2 3 4 5 6 7 8 9 10 11 # Indicates that the score could not be fetched, for example because the request 12 # author is not authorized to fetch suspicious activity information. 13 14 }