Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 2.02 KB

File metadata and controls

46 lines (37 loc) · 2.02 KB
title onAttributeCollectionSubmitCustomExtensionHandler resource type
description Used for creating a new custom extension based on the onAttributeCollectionSubmit event to configure the collection of attributes upon user sign-up.
author nanguil
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 03/06/2024

onAttributeCollectionSubmitCustomExtensionHandler resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Used for creating a new custom extension based on the onAttributeCollectionSubmit event to configure the verification of attributes when they're submitted via the externalUsersSelfServiceSignUpEventsFlow object. The custom extension can be used to do input validation checks on the attributes or allow the user to choose more attributes.

Inherits from onAttributeCollectionSubmitHandler.

Properties

Property Type Description
configuration customExtensionOverwriteConfiguration Configuration regarding properties of the custom extension that can be overwritten per event listener.

Relationships

Relationship Type Description
customExtension onAttributeCollectionSubmitCustomExtension Used for creating a new custom extension based on the onAttributeCollectionSubmit event to configure the collection of attributes upon user sign-up.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.onAttributeCollectionSubmitCustomExtensionHandler",
  "configuration": {
    "@odata.type": "microsoft.graph.customExtensionOverwriteConfiguration"
  }
}