Microsoft Graph · Schema

attackSimulationUser

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
displayName string Display name of the user.
email string Email address of the user.
userId string This is the id property value of the user resource that represents the user in the Microsoft Entra tenant.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphattacksimulationuser-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.attackSimulationUser",
  "title": "attackSimulationUser",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string",
      "description": "Display name of the user.",
      "nullable": true
    },
    "email": {
      "type": "string",
      "description": "Email address of the user.",
      "nullable": true
    },
    "userId": {
      "type": "string",
      "description": "This is the id property value of the user resource that represents the user in the Microsoft Entra tenant.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}