| 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 |
Namespace: microsoft.graph
Basic profile information of the application.
| 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 |
The following JSON representation shows the resource type.
{
"logoUrl": "String",
"marketingUrl": "String",
"privacyStatementUrl": "String",
"supportUrl": "String",
"termsOfServiceUrl": "String"
}