mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-08 20:37:48 +00:00
25 lines
677 B
YAML
25 lines
677 B
YAML
description: Configuration information map for Managed Process object
|
|
type: object
|
|
required:
|
|
- version
|
|
- path
|
|
properties:
|
|
version:
|
|
description: ManagedProcess version number
|
|
type: string
|
|
example: 133.2.1
|
|
path:
|
|
description: ManagedProcess path
|
|
type: string
|
|
example: sailpoint/ccg
|
|
description:
|
|
description: ManagedProcess description
|
|
type: string
|
|
example: version of charon used by the VA
|
|
dependencies:
|
|
description: ManagedProcess dependencies map
|
|
type: object
|
|
additionalProperties:
|
|
type: string
|
|
example: {"ad-connector":"1.0.0", "connector-bundle-directories":"77.0.0","connector-bundle-filebased":"57.0.1"}
|