Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 1.91 KB

File metadata and controls

60 lines (45 loc) · 1.91 KB
title applicationServicePrincipal resource type
description A combination of an application and a servicePrincipal.
ms.localizationpriority medium
author Jackson-Woods
ms.subservice entra-applications
doc_type resourcePageType
ms.date 07/22/2024

applicationServicePrincipal resource type

Namespace: microsoft.graph

When an instance of an application from the Microsoft Entra application gallery is added, application and servicePrincipal objects are created in the directory. The applicationServicePrincipal represents the concatenation of the application and servicePrincipal object.

Methods

None

Properties

Property Type Description
application application Represents an application registered in Microsoft Entra ID.
servicePrincipal servicePrincipal Represents an instance of an application in a directory.

Relationships

None

JSON representation

The following JSON representation shows the resource type.

{
  "application": { "@odata.type": "microsoft.graph.application" },
  "servicePrincipal": { "@odata.type": "microsoft.graph.servicePrincipal" }
}