次の方法で共有


authenticationConfigurationValidation リソースの種類

名前空間: microsoft.graph

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"
    }
  ]
}