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" }
}