informationalUrl 资源类型

命名空间:microsoft.graph

应用程序的基本配置文件信息。

属性

属性 类型 说明
logoUrl String CDN指向应用程序徽标的 URL,只读。
marketingUrl String 链接到应用程序的营销页面。 例如,https://www.contoso.com/app/marketing
privacyStatementUrl String 指向应用程序隐私声明的链接。 例如,https://www.contoso.com/app/privacy
supportUrl String 链接到应用程序的支持页面。 例如,https://www.contoso.com/app/support
termsOfServiceUrl String 指向应用程序的服务声明条款的链接。 例如,https://www.contoso.com/app/termsofservice

JSON 表示形式

下面是资源的 JSON 表示形式。

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