mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.1 KiB
1.1 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-resource-objects-request | ResourceObjectsRequest | ResourceObjectsRequest | ResourceObjectsRequest | powershellsdk |
|
/tools/sdk/powershell/v2024/models/resource-objects-request |
|
ResourceObjectsRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ObjectType | String | The type of resource objects to iterate over. | [optional] [default to "account"] |
| MaxCount | Int32 | The maximum number of resource objects to iterate over and return. | [optional] [default to 25] |
Examples
- Prepare the resource
$ResourceObjectsRequest = Initialize-PSSailpoint.V2024ResourceObjectsRequest -ObjectType group `
-MaxCount 100
- Convert the resource to JSON
$ResourceObjectsRequest | ConvertTo-JSON