mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
17 lines
477 B
YAML
17 lines
477 B
YAML
type: object
|
|
properties:
|
|
id:
|
|
type: string
|
|
format: UUID
|
|
description: ID of application.
|
|
example: 2c9180835d2e5168015d32f890ca1581
|
|
name:
|
|
type: string
|
|
description: Display name of the application.
|
|
example: Applied Research Application
|
|
description:
|
|
type: string
|
|
description: Description of the application.
|
|
example: Access to research information, lab results, and schematics
|
|
owner:
|
|
$ref: '../../v3/schemas/BaseReferenceDto.yaml' |