mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
14 lines
341 B
YAML
14 lines
341 B
YAML
type: object
|
|
properties:
|
|
sourceQualifier:
|
|
type: string
|
|
description: The specific qualifier to search for.
|
|
example: 20110909123456
|
|
derivedQualifiers:
|
|
type: array
|
|
description: The list of related qualifiers for the given qualifier
|
|
items:
|
|
type: string
|
|
example:
|
|
- 20110909124646
|
|
- 2011909343432 |