| title | windowsApplication resource type |
|---|---|
| description | Represents settings for apps running Microsoft Windows and published in the Microsoft Store or Xbox games store. |
| ms.localizationpriority | medium |
| doc_type | resourcePageType |
| ms.subservice | entra-applications |
| author | aricrowe57 |
| ms.date | 03/21/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents settings for apps running Microsoft Windows and published in the Microsoft Store or Xbox games store.
| Property | Type | Description |
|---|---|---|
| packageSid | String | The package security identifier that Microsoft has assigned the application. Optional. Read-only. |
| redirectUris | String collection | Specifies the URLs where user tokens are sent for sign-in or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. Only available for applications that support the PersonalMicrosoftAccount signInAudience. |
None.
The following JSON representation shows the resource type.
{
"packageSid": "String",
"redirectUris": ["String"]
}