informationalUrl resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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"
}