Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: microsoft.graph
The validation result of a validateAuthenticationConfiguration action that validates a customAuthenticationExtension configuration.
Properties
| 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. |
Relationships
None.
JSON representation
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"
}
]
}