passwordlessMicrosoftAuthenticatorAuthenticationMethodTarget リソースの種類 (非推奨)

名前空間: microsoft.graph

重要

Microsoft Graph のバージョンの /beta API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 API が v1.0 で使用できるかどうかを確認するには、 バージョン セレクターを使用します。

Microsoft Authenticator Passwordless Phone Sign-in authentication methods policy](.. を使用できるユーザーまたはグループのコレクション。/resources/passwordlessMicrosoftAuthenticatorAuthenticationMethodConfiguration.md) in Azure AD。

注意事項

Microsoft Authenticator のパスワードレス電話サインイン認証方法ポリシー API は廃止され、2020 年 12 月 31 日に結果が返されるのを停止しました。 新しい Microsoft Authenticator 認証方法ポリシーを使用してください

プロパティ

プロパティ 説明
id String Azure ユーザーまたはグループAD ID。
isRegistrationRequired ブール型 ユーザーに認証方法の登録を強制するかどうかを決定します。
shownContext authenticatorAppContextType 可能な値は、locationapp です。
targetType authenticationMethodTargetType 可能な値は、usergroup です。
useForSignIn ブール型 認証方法を使用して Azure AD にサインインできるかどうかをAD。

リレーションシップ

なし。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "@odata.type": "#microsoft.graph.passwordlessMicrosoftAuthenticatorAuthenticationMethodTarget",
  "id": "String (identifier)",
  "targetType": "String",
  "isRegistrationRequired": "Boolean",
  "useForSignIn": "Boolean",
  "shownContext": "String"
}