informationalUrl-Ressourcentyp
Namespace: microsoft.graph
Grundlegende Profilinformationen der Anwendung.
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
logoUrl | String | CDN-URL zum Logo der Anwendung: Schreibgeschützt. |
marketingUrl | String | Link zur Marketingseite der Anwendung. Beispiel: https://www.contoso.com/app/marketing |
privacyStatementUrl | String | Link zur Datenschutzerklärung der Anwendung. Beispiel: https://www.contoso.com/app/privacy |
Supporturl | String | Link zur Supportseite der Anwendung. Beispiel: https://www.contoso.com/app/support |
termsOfServiceUrl | String | Link zu den Nutzungsbedingungen der Anwendung. Beispiel: https://www.contoso.com/app/termsofservice |
JSON-Darstellung
Die folgende JSON-Darstellung zeigt den Ressourcentyp.
{
"logoUrl": "String",
"marketingUrl": "String",
"privacyStatementUrl": "String",
"supportUrl": "String",
"termsOfServiceUrl": "String"
}