Strise Connect API Docs
TypesObjects

RiskLevelSetting

No description

type RiskLevelSetting {
  riskLevel: RiskLevelKind!
  label: String!
  thresholdScore: Int!
}

Fields

riskLevel RiskLevelKind! non-null enum

RiskLevelKind!

label String! non-null scalar

String!

thresholdScore Int! non-null scalar

Int!

Member Of

RiskCalculationResult object

On this page