riskyServicePrincipalHistoryItem 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.

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
servicePrincipalId string The identifier of the service principal.
initiatedBy bool The identifier of the actor of the operation.
activity riskServicePrincipalActivity The activity related to service principal risk level change.

JSON representation

{
    "servicePrincipalId": "String",
    "initiatedBy": "String",
    "activity": {"@odata.type": "microsoft.graph.riskServicePrincipalActivity"}
}