IntelAccountsSlice
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Items | []IntelAccessAccountWire | First page of accounts for the identity. | [required] |
| TotalCount | Int32 | Total number of accounts for this identity; omitted when items is empty. | [optional] |
| Next | String | Absolute URL to the next accounts page; present when totalCount exceeds the items returned on this page. | [optional] |
Examples
- Prepare the resource
$IntelAccountsSlice = Initialize-IntelAccountsSlice -Items null `
-TotalCount 42 `
-Next https://tenant.example.api.cloud.sailpoint.com/intelligence/identities/v1/ef38f94347e94562b5bb8424a56397d8/accounts?limit=10&offset=10&count=true
- Convert the resource to JSON
$IntelAccountsSlice | ConvertTo-JSON