authenticationMethodTarget リソースの種類

名前空間: microsoft.graph

Azure の認証方法ポリシーの一部として認証方法を使用できるユーザーまたはグループのコレクションAD。

プロパティ

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

リレーションシップ

なし。

JSON 表記

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

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