Type de ressource authenticationAttributeCollectionPage
Espace de noms: microsoft.graph
Représente 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 |
---|---|---|
Affichage | collection authenticationAttributeCollectionPageViewConfiguration | Collection d’affichages 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.authenticationAttributeCollectionPage",
"views": [
{
"@odata.type": "microsoft.graph.authenticationAttributeCollectionPageViewConfiguration"
}
]
}