mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-08 20:37:48 +00:00
15 lines
415 B
YAML
15 lines
415 B
YAML
type: object
|
|
title: Resource Objects Request
|
|
description: Request model for peek resource objects from source connectors.
|
|
properties:
|
|
objectType:
|
|
type: string
|
|
description: The type of resource objects to iterate over.
|
|
default: account
|
|
example: group
|
|
maxCount:
|
|
type: integer
|
|
description: The maximum number of resource objects to iterate over and return.
|
|
default: 25
|
|
example: 100
|