Type de ressource authenticationAttributeCollectionPageViewConfiguration
Espace de noms: microsoft.graph
Représente l’affichage de la page de collection d’attributs qui fait partie d’un flux d’utilisateur libre-service pour les identités externes.
Propriétés
Propriété | Type | Description |
---|---|---|
description | Chaîne | Description de la page. |
Entrées | collection authenticationAttributeCollectionInputConfiguration | Configuration d’affichage des attributs collectés sur la page de collection d’attributs. Vous devez spécifier tous les attributs que vous souhaitez conserver, sinon ils sont supprimés du flux utilisateur. |
title | Chaîne | Titre de la page de collection d’attributs. |
Relations
Aucun.
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"@odata.type": "#microsoft.graph.authenticationAttributeCollectionPageViewConfiguration",
"title": "String",
"description": "String",
"inputs": [
{
"@odata.type": "microsoft.graph.authenticationAttributeCollectionInputConfiguration"
}
]
}