Skip to main content

IntelAccessHistory

Properties

NameTypeDescriptionNotes
AccessItemsIntelAccessHistoryAccessItemsSliceFirst page of access-item history events for the identity.[required]
CertificationsIntelAccessHistoryCertificationsSliceFirst page of certification history events for the identity.[required]

Examples

  • Prepare the resource
$IntelAccessHistory = Initialize-IntelAccessHistory  -AccessItems null `
-Certifications null
  • Convert the resource to JSON
$IntelAccessHistory | ConvertTo-JSON

[Back to top]