authenticationAppPolicyDetails リソースの種類

名前空間: microsoft.graph

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

認証手順中にユーザーとクライアントの認証アプリに適用されるMicrosoft Entra ポリシーの詳細を提供します。

プロパティ

プロパティ 説明
adminConfiguration authenticationAppAdminConfiguration ユーザーの認証アプリのポリシーの管理者構成。 認証の成功/失敗に影響しないポリシーの場合、評価の既定値は notApplicableになります。 使用可能な値: notApplicableenableddisabledunknownFutureValue
authenticationEvaluation authenticationAppEvaluation ユーザーのクライアント認証アプリのポリシーの管理者構成に基づいて、認証の成功/失敗を評価します。 使用可能な値: successfailureunknownFutureValue
policyName String ユーザーの認証アプリに適用されるポリシーの名前。
status authenticationAppPolicyStatus ユーザーのクライアント認証アプリでポリシーが期待どおりに実行されるかどうかを示します。 使用できる値は、unknownappLockOutOfDate、、appLockEnabled、、appLockDisabledappContextOutOfDate、、appContextShown、、 numberMatchOutOfDatelocationContextOutOfDatetamperResistantHardwareOutOfDatetamperResistantHardwareUsedtamperResistantHardwareNotUsedappContextNotShownlocationContextNotShownunknownFutureValuelocationContextShownnumberMatchCorrectNumberEnterednumberMatchIncorrectNumberEnterednumberMatchDenyです。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.authenticationAppPolicyDetails",
  "policyName": "String",
  "adminConfiguration": "String",
  "status": "String",
  "authenticationEvaluation": "String"
}