命名空间:microsoft.graph
由 externalUsersSelfServiceSignUpEventsFlow 对象表示的注册流的用户属性收集阶段开始的侦听器。 当用户单击“注册”按钮时,会触发此事件。
继承自 authenticationEventListener。
方法
无。
有关管理此资源类型的 API作列表,请参阅 authenticationEventListener 资源类型。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| authenticationEventsFlowId | String | authenticationEventsFlow 对象的标识符。 继承自 authenticationEventListener。 |
| conditions | authenticationConditions | 此 authenticationEventListener 应触发的条件。 继承自 authenticationEventListener。 |
| displayName | String | 侦听器的显示名称。 继承自 authenticationEventListener。 |
| Handler | onAttributeCollectionStartHandler | 配置在事件解析为此侦听器时要调用的内容。 |
| id | String | 此 authenticationEventListener 的标识符。 继承自 entity。 |
| priority | Int32 | 此处理程序的优先级。 在 0 (低优先级) 和 1000 (更高优先级) 之间。 继承自 authenticationEventListener。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.onAttributeCollectionStartListener",
"id": "String (identifier)",
"displayName": "String",
"priority": "Integer",
"conditions": {
"@odata.type": "microsoft.graph.authenticationConditions"
},
"authenticationEventsFlowId": "String",
"handler": {
"@odata.type": "microsoft.graph.onAttributeCollectionStartHandler"
}
}