IntelAccessHistory
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AccessItems | IntelAccessHistoryAccessItemsSlice | First page of access-item history events for the identity. | [required] |
| Certifications | IntelAccessHistoryCertificationsSlice | First 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