loginPageLayoutConfiguration resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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",
}