Skip to main content

TransactionContext

The transaction context specifies transaction rules. Risk is applied to the authentication 1if the accumulated risk score of the transaction rules is above the risk limit.

Properties

NameTypeDescriptionNotes
denyAccessBooleanIf true, the resource rule evaluating the context will return Access Denied.
nameStringThe name of this transaction context.
riskLimitIntegerThe risk points apply if the accumulated risk of each configured transaction rule is above this value.
riskPointIntegerThe number of risk points that apply if this context applies.
transactionRuleRisksList<TransactionRuleRisk>The transaction rules associated with this context.