applicationServicePrincipal resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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 is a JSON representation of the resource.

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