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]