Intelrareaccessslice
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Items | []Inteloutlieraccessitem | First page of rare access items for the identity. | [required] |
| Next | String | Absolute URL to the next rareAccess page; present only when more results exist. | [optional] |
Examples
- Prepare the resource
$Intelrareaccessslice = Initialize-Intelrareaccessslice -Items null `
-Next https://tenant.example.api.cloud.sailpoint.com/v2026/intelligence/identities/ef38f94347e94562b5bb8424a56397d8/outliers/rare-access?limit=10&offset=10
- Convert the resource to JSON
$Intelrareaccessslice | ConvertTo-JSON