mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
12 lines
350 B
YAML
12 lines
350 B
YAML
allOf:
|
|
- $ref: './BasicProvision.yaml'
|
|
- type: object
|
|
description: Provisioning of a service request Service Desk integration
|
|
required:
|
|
- catalogItem
|
|
properties:
|
|
catalogItem:
|
|
description: catalog item mapping for the service request Service Desk integration
|
|
type: object
|
|
additionalProperties: true
|