From b6258f0d720b7a1c5563961dbac1d368bbd0e561 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 21 Aug 2025 06:32:05 +0000 Subject: [PATCH] Commit: 60ed1dca --- src/models/process-params.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/models/process-params.ts b/src/models/process-params.ts index 468cb6b..144ca51 100644 --- a/src/models/process-params.ts +++ b/src/models/process-params.ts @@ -451,6 +451,12 @@ export interface ProcessParams { * @memberof ProcessParams */ 'disableAuthResolutionFilter'?: boolean; + /** + * When enabled, this parameter marks security checks that don’t meet minimum requirements as \'Failed\' (instead of \'WasNotDone\'), which causes the overall security status to be \'Failed\'. + * @type {boolean} + * @memberof ProcessParams + */ + 'strictSecurityChecks'?: boolean; }