Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/ResourceObjectsRequest.md
2025-02-03 22:09:17 +00:00

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
powershell
PowerShell
sdk
ResourceObjectsRequest
V2024ResourceObjectsRequest
/tools/sdk/powershell/v2024/models/resource-objects-request
SDK
Software Development Kit
ResourceObjectsRequest
V2024ResourceObjectsRequest

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

[Back to top]