Skip to main content

ResourceObjectsRequest

Properties

NameTypeDescriptionNotes
ObjectTypeStringThe type of resource objects to iterate over.[optional] [default to "account"]
MaxCountInt32The 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]