Microsoft Graph · Schema

microsoft.graph.riskyServicePrincipalHistoryItem

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphriskyserviceprincipalhistoryitem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem",
  "title": "microsoft.graph.riskyServicePrincipalHistoryItem",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.riskyServicePrincipal"
    },
    {
      "title": "riskyServicePrincipalHistoryItem",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "activity": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.riskServicePrincipalActivity"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The activity related to service principal risk level change."
        },
        "initiatedBy": {
          "type": "string",
          "description": "The identifier of the actor of the operation.",
          "nullable": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.riskyServicePrincipalHistoryItem"
}