authenticationConfigurationValidation リソースの種類
名前空間: microsoft.graph
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
customAuthenticationExtension 構成を検証する validateAuthenticationConfiguration アクションの検証結果。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
エラー | genericError コレクション | customAuthenticationExtension の検証結果のエラー。 |
警告 | genericError コレクション | customAuthenticationExtension の検証結果の警告。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.authenticationConfigurationValidation",
"errors": [
{
"@odata.type": "microsoft.graph.genericError"
}
],
"warnings": [
{
"@odata.type": "microsoft.graph.genericError"
}
]
}