authenticationConfigurationValidation resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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 is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.authenticationConfigurationValidation",
  "errors": [
    {
      "@odata.type": "microsoft.graph.genericError"
    }
  ],
  "warnings": [
    {
      "@odata.type": "microsoft.graph.genericError"
    }
  ]
}