Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 2.08 KB

File metadata and controls

46 lines (37 loc) · 2.08 KB
title onAttributeCollectionStartCustomExtensionHandler resource type
description Used for creating a new custom extension based on the onAttributeCollectionStart 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

onAttributeCollectionStartCustomExtensionHandler resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Used for creating a new custom extension based on the onAttributeCollectionStart event to configure the collection of attributes upon user sign-up via the externalUsersSelfServiceSignUpEventsFlow object. This event and custom extension enables the sign-up flow to block a user from continuing sign-up based on the federated identity or email and prefill attributes to be collected with prespecified values.

Inherits from onAttributeCollectionStartHandler.

Properties

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

Relationships

Relationship Type Description
customExtension onAttributeCollectionStartCustomExtension Used for creating a new custom extension based on the onAttributeCollectionStart 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.onAttributeCollectionStartCustomExtensionHandler",
  "configuration": {
    "@odata.type": "microsoft.graph.customExtensionOverwriteConfiguration"
  }
}