| title | servicePrincipalSignIn resource type |
|---|---|
| description | Represents the service principal that is signing in |
| author | kvenkit |
| ms.date | 03/21/2025 |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the service principal that is signing in, as defined in Conditional Access What If evaluation. Inherits from signInIdentity.
| Property | Type | Description |
|---|---|---|
| servicePrincipalId | String | appId of the service principal that is signing in. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.servicePrincipalSignIn",
"servicePrincipalId": "String"
}