MultiFactorUpdateSettings interface

更新作業的多因素相關使用者設定。

簽名:

export interface MultiFactorUpdateSettings 

屬性

屬性 類型 說明
已註冊因素 UpdateMultiFactorInfoRequest[] |空值 已註冊的雙重驗證新清單。提供的清單會覆寫使用者現有的次要因素清單。如果傳遞空值,系統會移除使用者現有的所有次要因素。

MultiFactorUpdateSettings.enrolledFactors

已註冊的雙重驗證新清單。提供的清單會覆寫使用者現有的次要因素清單。如果傳遞空值,系統會移除使用者現有的所有次要因素。

簽名:

enrolledFactors: UpdateMultiFactorInfoRequest[] | null;