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
dateTime DateTime! non-null scalar
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