mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
14 lines
393 B
YAML
14 lines
393 B
YAML
type: object
|
|
title: Resolver URL Format for Object Configuration.
|
|
description: Format of resolver URLs for Object Configurations
|
|
properties:
|
|
url:
|
|
description: URL for the target object endpoint.
|
|
type: string
|
|
example: ets://trigger-subscriptions/$id
|
|
query:
|
|
description: Any query parameters that are needed for the URL.
|
|
type: object
|
|
nullable: true
|
|
example: null
|