authenticationMethodModeDetail リソースの種類

名前空間: microsoft.graph

authenticationstrengthpolicyallowedCombinations プロパティに対して定義できる authenticationMethodModes オブジェクトの詳細。

認証方法の詳細については、認証方法の概要に関するページを参照してください。

メソッド

メソッド 戻り値の種類 説明
認証の組み合わせと方法モードを一覧表示する authenticationMethodModeDetail コレクション authenticationMethodModeDetail オブジェクトとそのプロパティの一覧を取得します。
認証方法モードを取得する authenticationMethodModeDetail authenticationMethodModeDetail オブジェクトのプロパティとリレーションシップを読み取ります。

プロパティ

プロパティ 説明
authenticationMethod baseAuthenticationMethod このモードが変更する認証方法。 使用できる値は、 passwordvoicehardwareOathsoftwareOathsmsfido2windowsHelloForBusinessmicrosoftAuthenticatortemporaryAccessPassemailx509CertificatefederationunknownFutureValueです。
displayName String このモードの表示名
id String このモードのシステム生成識別子。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.authenticationMethodModeDetail",
  "id": "String (identifier)",
  "displayName": "String",
  "authenticationMethod": "String"
}