Skip to main content

Intelaccessitemhistoryevent

Properties

NameTypeDescriptionNotes
EventTypeEnum [ "AccessItemAssociated", "AccessItemRemoved", "AccountStatusChanged" ]Type of access-item history event.[required]
DateTimeSystem.DateTimeEvent timestamp.[optional]

Examples

  • Prepare the resource
$Intelaccessitemhistoryevent = Initialize-Intelaccessitemhistoryevent  -EventType AccessItemRemoved `
-DateTime 2026-05-11T09:40:04.496Z
  • Convert the resource to JSON
$Intelaccessitemhistoryevent | ConvertTo-JSON

[Back to top]