| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Contains details of the layout of the sign-in page for a tenant.
| Property | Type | Description |
|---|---|---|
| layoutTemplateType | layoutTemplateType | Represents the layout template to be displayed on the login page for a tenant. The possible values are
|
| isHeaderShown | Boolean | Option to show the header on the sign-in page. |
| isFooterShown | Boolean | Option to show the footer on the sign-in page. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.loginPageLayoutConfiguration",
"layoutTemplateType": "String",
"isHeaderShown": "Boolean",
"isFooterShown": "Boolean",
}