Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.49 KB

File metadata and controls

44 lines (36 loc) · 1.49 KB
title loginPageLayoutConfiguration resource type
description Contains details of the layout of the sign-in page for a tenant.
author nanguil
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 03/21/2024

loginPageLayoutConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Contains details of the layout of the sign-in page for a tenant.

Properties

Property Type Description
layoutTemplateType layoutTemplateType Represents the layout template to be displayed on the login page for a tenant. The possible values are
  • default - Represents the default Microsoft layout with a centered lightbox.
  • verticalSplit - Represents a layout with a background on the left side and a full-height lightbox to the right.
  • unknownFutureValue - Evolvable enumeration sentinel value. Don't use.
isHeaderShown Boolean Option to show the header on the sign-in page.
isFooterShown Boolean Option to show the footer on the sign-in page.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.loginPageLayoutConfiguration",
  "layoutTemplateType": "String",
  "isHeaderShown": "Boolean",
  "isFooterShown": "Boolean",
}