registrationEnforcement リソースの種類

名前空間: microsoft.graph

サインイン時に登録を強制します。 これは現在、ユーザーに対して、 を使用してターゲット認証方法 (たとえば、Microsoft Authenticator) を設定Microsoft Authenticatorに使用できます authenticationMethodsRegistrationCampaign

プロパティ

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

リレーションシップ

なし。

JSON 表記

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

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