| title | authenticationConfigurationValidation resource type |
|---|---|
| description | The result of a validateAuthenticationConfiguration action that validates a customAuthenticationExtension configuration. |
| author | soneff |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
The validation result of a validateAuthenticationConfiguration action that validates a customAuthenticationExtension configuration.
| Property | Type | Description |
|---|---|---|
| errors | genericError collection | Errors in the validation result of a customAuthenticationExtension. |
| warnings | genericError collection | Warnings in the validation result of a customAuthenticationExtension. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.authenticationConfigurationValidation",
"errors": [
{
"@odata.type": "microsoft.graph.genericError"
}
],
"warnings": [
{
"@odata.type": "microsoft.graph.genericError"
}
]
}