次の方法で共有


authenticationAttributeCollectionPage リソースの種類

名前空間: microsoft.graph

外部 ID のセルフサービス ユーザー フローの一部である属性コレクション ページを表します。

プロパティ

プロパティ 説明
表示モード authenticationAttributeCollectionPageViewConfiguration コレクション 属性コレクション ページの表示のコレクション。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.authenticationAttributeCollectionPage",
  "views": [
    {
      "@odata.type": "microsoft.graph.authenticationAttributeCollectionPageViewConfiguration"
    }
  ]
}