authenticationMethodModeDetail リソースの種類
名前空間: microsoft.graph
authenticationstrengthpolicy の allowedCombinations プロパティに対して定義できる authenticationMethodModes オブジェクトの詳細。
認証方法の詳細については、認証方法の概要に関するページを参照してください。
メソッド
メソッド | 戻り値の種類 | 説明 |
---|---|---|
認証の組み合わせと方法モードを一覧表示する | authenticationMethodModeDetail コレクション | authenticationMethodModeDetail オブジェクトとそのプロパティの一覧を取得します。 |
認証方法モードを取得する | authenticationMethodModeDetail | authenticationMethodModeDetail オブジェクトのプロパティとリレーションシップを読み取ります。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
authenticationMethod | baseAuthenticationMethod | このモードが変更する認証方法。 使用できる値は、 password 、 voice 、 hardwareOath 、 softwareOath 、 sms 、 fido2 、 windowsHelloForBusiness 、 microsoftAuthenticator 、 temporaryAccessPass 、 email 、 x509Certificate 、 federation 、 unknownFutureValue です。 |
displayName | String | このモードの表示名 |
id | String | このモードのシステム生成識別子。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.authenticationMethodModeDetail",
"id": "String (identifier)",
"displayName": "String",
"authenticationMethod": "String"
}