Files
developer.sailpoint.com/static/api-specs/idn/beta/schemas/CampaignReport.yaml
2022-09-27 02:15:36 +00:00

23 lines
539 B
YAML

type : object
title: Campaign Report
required:
- reportType
allOf:
- $ref: './ReportResultReference.yaml'
- type: object
properties:
reportType:
$ref: './ReportType.yaml'
lastRunAt:
type: string
readOnly: true
format: date-time
description: The most recent date and time this report was run
example:
type: REPORT_RESULT
id: 2c91808568c529c60168cca6f90c1313
name: Campaign Composition Report
status: SUCCESS
reportType: CAMPAIGN_COMPOSITION_REPORT
lastRunAt: '2019-12-19T13:49:37.385Z'