microsoftAuthenticatorFeatureSettings リソースの種類

名前空間: microsoft.graph

アプリケーション コンテキストや場所コンテキストなどの Microsoft Authenticator 設定を表し、すべてのユーザーまたは特定のユーザーに対してのみ有効にするかどうかを表します。

プロパティ

プロパティ 説明
displayAppInformationRequiredState authenticationMethodFeatureConfiguration ユーザーの Authenticator アプリに、サインインしているクライアント アプリが表示されるかどうかを判断します。
displayLocationInformationRequiredState authenticationMethodFeatureConfiguration ユーザーの Authenticator アプリに、認証要求の送信元の地理的な場所が表示されるかどうかを判断します。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.microsoftAuthenticatorFeatureSettings",
  "displayAppInformationRequiredState": {
    "@odata.type": "microsoft.graph.authenticationMethodFeatureConfiguration"
  },
  "displayLocationInformationRequiredState": {
    "@odata.type": "microsoft.graph.authenticationMethodFeatureConfiguration"
  }
}