registrationEnforcement リソースの種類

名前空間: microsoft.graph

サインイン時に登録を適用します。 現在、これは、 を使用してターゲット認証方法 (Microsoft Authenticator など) を設定するようにユーザーに通知するためにのみ使用 authenticationMethodsRegistrationCampaignできます。

プロパティ

プロパティ 説明
authenticationMethodsRegistrationCampaign authenticationMethodsRegistrationCampaign キャンペーンを実行して、ターゲット認証方法を設定するようにユーザーに通知します。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.registrationEnforcement",
  "authenticationMethodsRegistrationCampaign": {
    "@odata.type": "microsoft.graph.authenticationMethodsRegistrationCampaign"
  }
}