Stores information related to the risk score of an entity. Next ID: 15
| JSON representation | 
|---|
| { "riskVersion": string, "riskWindow": { object ( | 
| Fields | |
|---|---|
| riskVersion | 
 Version of the risk score calculation algorithm. | 
| riskWindow | 
 Time window used when computing the risk score for an entity, for example 24 hours or 7 days. | 
| DEPRECATEDRiskScore | 
 Deprecated risk score. | 
| detectionsCount | 
 Number of detections that make up the risk score within the time window. | 
| firstDetectionTime | 
 Timestamp of the first detection within the specified time window. This field is empty when there are no detections. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| lastDetectionTime | 
 Timestamp of the last detection within the specified time window. This field is empty when there are no detections. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| riskScore | 
 Raw risk score for the entity. | 
| normalizedRiskScore | 
 Normalized risk score for the entity. This value is between 0-1000. | 
| riskWindowSize | 
 Risk window duration for the entity. A duration in seconds with up to nine fractional digits, ending with ' | 
| lastResetTime | 
 Timestamp for UEBA risk score reset based deduplication. Used specifically for risk based meta rules. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| detailUri | 
 Link to the Google Security Operations UI with information about the entity risk score. If the SecOps instance has multiple frontend paths configured, this will be a relative path that can be used to construct the full URL. | 
| riskWindowHasNewDetections | 
 Whether there are new detections for the risk window. | 
| riskDelta | 
 Represents the change in risk score for an entity between the end of the previous time window and the end of the current time window. | 
| rawRiskDelta | 
 Represents the change in raw risk score for an entity between the end of the previous time window and the end of the current time window. | 
RiskDelta
Describes the difference in risk score between two points in time.
| JSON representation | 
|---|
| { "previousRangeEndTime": string, "riskScoreDelta": integer, "previousRiskScore": integer, "riskScoreNumericDelta": integer } | 
| Fields | |
|---|---|
| previousRangeEndTime | 
 End time of the previous time window. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| riskScoreDelta | 
 Difference in the normalized risk score from the previous recorded value. | 
| previousRiskScore | 
 Risk score from previous risk window | 
| riskScoreNumericDelta | 
 Numeric change between current and previous risk score |