Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 1.59 KB

File metadata and controls

62 lines (49 loc) · 1.59 KB
title informationalUrl resource type
description Basic profile information of the application.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice entra-applications
author Jackson-Woods
ms.date 04/03/2024

informationalUrl resource type

Namespace: microsoft.graph

Basic profile information of the application.

Properties

Property Type Description
logoUrl String CDN URL to the application's logo, Read-only.
marketingUrl String Link to the application's marketing page. For example, https://www.contoso.com/app/marketing
privacyStatementUrl String Link to the application's privacy statement. For example, https://www.contoso.com/app/privacy
supportUrl String Link to the application's support page. For example, https://www.contoso.com/app/support
termsOfServiceUrl String Link to the application's terms of service statement. For example, https://www.contoso.com/app/termsofservice

JSON representation

The following JSON representation shows the resource type.

{
  "logoUrl": "String",
  "marketingUrl": "String",
  "privacyStatementUrl": "String",
  "supportUrl": "String",
  "termsOfServiceUrl": "String"
}