Microsoft Graph · Schema

microsoft.graph.security.servicePrincipalEvidence

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsecurityserviceprincipalevidence-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.security.servicePrincipalEvidence",
  "title": "microsoft.graph.security.servicePrincipalEvidence",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.security.alertEvidence"
    },
    {
      "title": "servicePrincipalEvidence",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "appId": {
          "type": "string",
          "nullable": true
        },
        "appOwnerTenantId": {
          "type": "string",
          "nullable": true
        },
        "servicePrincipalName": {
          "type": "string",
          "nullable": true
        },
        "servicePrincipalObjectId": {
          "type": "string",
          "nullable": true
        },
        "servicePrincipalType": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.security.servicePrincipalType"
            },
            {
              "type": "object",
              "nullable": true
            }
          ]
        },
        "tenantId": {
          "type": "string",
          "nullable": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.security.servicePrincipalEvidence"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.security.servicePrincipalEvidence"
}