authenticationAppPolicyDetails リソースの種類
名前空間: microsoft.graph
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
認証手順中にユーザーとクライアントの認証アプリに適用される Microsoft Entra ポリシーの詳細を提供します。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
adminConfiguration | authenticationAppAdminConfiguration | ユーザーの認証アプリのポリシーの管理者構成。 認証の成功/失敗に影響しないポリシーの場合、評価の既定値は notApplicable 。 使用可能な値: notApplicable 、enabled 、disabled 、unknownFutureValue 。 |
authenticationEvaluation | authenticationAppEvaluation | ユーザーのクライアント認証アプリのポリシーの管理者構成に基づいて、認証の成功/失敗を評価します。 使用可能な値: success 、failure 、unknownFutureValue 。 |
policyName | String | ユーザーの認証アプリに適用されるポリシーの名前。 |
status | authenticationAppPolicyStatus | ユーザーのクライアント認証アプリでポリシーが期待どおりに実行されるかどうかを示します。 使用できる値は、 unknown 、 appLockOutOfDate 、 appLockEnabled 、 appLockDisabled 、 appContextOutOfDate 、 appContextShown 、 appContextNotShown 、 locationContextOutOfDate 、 locationContextShown 、 locationContextNotShown numberMatchOutOfDate 、 numberMatchCorrectNumberEntered 、 numberMatchIncorrectNumberEntered 、 numberMatchDeny 、 tamperResistantHardwareOutOfDate 、 tamperResistantHardwareUsed 、 tamperResistantHardwareNotUsed 、 unknownFutureValue です。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.authenticationAppPolicyDetails",
"policyName": "String",
"adminConfiguration": "String",
"status": "String",
"authenticationEvaluation": "String"
}