type de ressource informationalUrl
Espace de noms: microsoft.graph
Informations de base sur le profil de l’application.
Propriétés
Propriété | Type | Description |
---|---|---|
logoUrl | Chaîne | URL CDN vers le logo de l’application, en lecture seule. |
marketingUrl | Chaîne | Lien vers la page marketing de l’application. Par exemple, https://www.contoso.com/app/marketing |
privacyStatementUrl | Chaîne | Lien vers la déclaration de confidentialité de l’application. Par exemple, https://www.contoso.com/app/privacy |
supportUrl | Chaîne | Lien vers la page de support de l’application. Par exemple, https://www.contoso.com/app/support |
termsOfServiceUrl | Chaîne | Lien vers la déclaration des conditions d’utilisation de l’application. Par exemple, https://www.contoso.com/app/termsofservice |
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"logoUrl": "String",
"marketingUrl": "String",
"privacyStatementUrl": "String",
"supportUrl": "String",
"termsOfServiceUrl": "String"
}