authenticationMethodsRegistrationCampaignIncludeTarget リソースの種類

名前空間: microsoft.graph

認証方法登録キャンペーンの対象となるユーザーとグループを表します。 認証方法を設定するためにポリシーによって有効になっているユーザーとグループだけが対象になります。

プロパティ

プロパティ 説明
id 文字列 ユーザーまたはグループのAzure Active Directory識別子。
targetedAuthenticationMethod 文字列 ユーザーに登録を求めるメッセージが表示される認証方法。 値は、 である必要があります microsoftAuthenticator
targetType authenticationMethodTargetType 認証方法のターゲットの種類。 可能な値は、usergroupunknownFutureValue です。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.authenticationMethodsRegistrationCampaignIncludeTarget",
  "id": "String (identifier)",
  "targetType": "String",
  "targetedAuthenticationMethod": "String"
}