Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents the risk history of a Microsoft Entra service principal as determined by Microsoft Entra ID Protection. Inherits from riskyServicePrincipal.
Methods
| Method | Return Type | Description | 
|---|---|---|
| List history | riskyServicePrincipalHistoryItem collection | Get the risk history of a Microsoft Entra service principal. | 
Properties
| Property | Type | Description | 
|---|---|---|
| activity | riskServicePrincipalActivity | The activity related to service principal risk level change. | 
| initiatedBy | bool | The identifier of the actor of the operation. | 
| servicePrincipalId | string | The identifier of the service principal. | 
JSON representation
{
    "servicePrincipalId": "String",
    "initiatedBy": "String",
    "activity": {"@odata.type": "microsoft.graph.riskServicePrincipalActivity"}
}