Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.32 KB

File metadata and controls

46 lines (34 loc) · 1.32 KB
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

windowsApplication resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents settings for apps running Microsoft Windows and published in the Microsoft Store or Xbox games store.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "packageSid": "String",
  "redirectUris": ["String"]
}