Partilhar via


tipo de recurso onAttributeCollectionListener

Namespace: microsoft.graph

Um ouvinte para quando os atributos são coletados em um fluxo de autenticação.

Herda da autenticaçãoEventListener.

Propriedades

Propriedade Tipo Descrição
id Cadeia de caracteres Obrigatório. Herdado da entidade.
conditions authenticationConditions Obrigatório. Herdado da autenticaçãoEventListener.
authenticationEventsFlowId Cadeia de caracteres Herdado da autenticaçãoEventListener.
handler onAttributeCollectionHandler Obrigatório. Configuração para o que invocar se o evento for resolvido para este ouvinte.

Relações

Nenhum

Representação JSON

A representação JSON a seguir mostra o tipo de recurso.

{
  "@odata.type": "#microsoft.graph.onAttributeCollectionListener",
  "id": "String (identifier)",
  "conditions": {
    "@odata.type": "microsoft.graph.authenticationConditions"
  },
  "authenticationEventsFlowId": "String",
  "handler": {
    "@odata.type": "microsoft.graph.onAttributeCollectionHandler"
  }
}