loginPageLayoutConfiguration resource type
Namespace: microsoft.graph
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
|
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",
}