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]