mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.4 KiB
1.4 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-response | ResourceObjectsResponse | ResourceObjectsResponse | ResourceObjectsResponse | powershellsdk |
|
/tools/sdk/powershell/v2024/models/resource-objects-response |
|
ResourceObjectsResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | ID of the source | [optional] [readonly] |
| Name | String | Name of the source | [optional] [readonly] |
| ObjectCount | Int32 | The number of objects that were fetched by the connector. | [optional] [readonly] |
| ElapsedMillis | Int32 | The number of milliseconds spent on the entire request. | [optional] [readonly] |
| ResourceObjects | []ResourceObject | Fetched objects from the source connector. | [optional] [readonly] |
Examples
- Prepare the resource
$ResourceObjectsResponse = Initialize-V2024ResourceObjectsResponse -Id 2c91808568c529c60168cca6f90c1313 `
-Name ODS-AD-Test [source-999999] `
-ObjectCount 25 `
-ElapsedMillis 1055 `
-ResourceObjects null
- Convert the resource to JSON
$ResourceObjectsResponse | ConvertTo-JSON