Strise Connect API Docs
TypesObjects

RiskFactor

A risk factor is a data point that could imply risk.

type RiskFactor {
  name: String!
  dateTime: DateTime!
  paths: [PathConnection!]!
}

Fields

name String! non-null scalar

String!

dateTime DateTime! non-null scalar

DateTime!

paths [PathConnection!]! non-null object

[PathConnection!]! Path(s) describing the relationships traversed to find the risk signal. If empty, it means the risk signal arose from the entity itself.

Member Of

RiskSignal object

On this page