| title | loginPageBrandingVisualElement resource type |
|---|---|
| description | Contains details about customizable properties of elements on the login page of the organization's branding themes. |
| author | AlexanderMars |
| ms.date | 11/04/2025 |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
Namespace: microsoft.graph
Contains details about customizable properties of elements on the login page of the organization's branding themes.
| Property | Type | Description |
|---|---|---|
| customText | String | A string to replace the default visual element text that is displayed on the login page. The text must be in Unicode format. Maximum length: 256. |
| customUrl | String | A custom URL to replace the default URL of the visual element hyperlink. This URL must be in ASCII format or non-ASCII characters must be URL encoded. Maximum length: 128. |
| isHidden | Boolean | Option to hide the visual element on the login page. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.loginPageBrandingVisualElement",
"customText": "String",
"customUrl": "String",
"isHidden": "Boolean"
}