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"
}