Files
developer.sailpoint.com/static/api-specs/idn/beta/schemas/ApplicationReference.yaml
2022-09-26 21:59:54 -04:00

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'