passwordlessMicrosoftAuthenticatorAuthenticationMethodTarget リソースの種類 (非推奨)
名前空間: microsoft.graph
重要
Microsoft Graph のバージョンの /beta
API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 API が v1.0 で使用できるかどうかを判断するには、 バージョン セレクターを使用します。
Microsoft Authenticator パスワードレス電話サインイン認証方法ポリシーの使用が有効になっているグループのコレクション。..Azure AD の /resources/passwordlessMicrosoftAuthenticatorAuthenticationMethodConfiguration.md)。
注意
Microsoft Authenticator パスワードレス電話サインイン認証方法ポリシー API は非推奨となり、2020 年 12 月 31 日に結果の返しを停止しました。 新しい Microsoft Authenticator 認証方法ポリシーを使用してください。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | 文字列 | Azure AD ユーザーまたはグループのオブジェクト ID。 |
isRegistrationRequired | ブール型 | ユーザーが認証方法を登録するように強制されているかどうかを判断します。 |
Targettype | authenticationMethodTargetType | 可能な値は、user 、group です。 |
useForSignIn | ブール型 | 認証方法を使用して Azure AD にサインインできるかどうかを判断します。 |
リレーションシップ
なし。
JSON 表記
リソースの JSON 表記を次に示します。
{
"@odata.type": "#microsoft.graph.passwordlessMicrosoftAuthenticatorAuthenticationMethodTarget",
"id": "String (identifier)",
"targetType": "String",
"isRegistrationRequired": "Boolean",
"useForSignIn": "Boolean"
}