Skip to main content

ReportSourceProvenance

Audit metadata for the immutable bytes used by a report run.

source_idSource Id (string)required

Possible values: non-empty and <= 128 characters

display_nameDisplay Name (string)required

Possible values: non-empty and <= 512 characters

source_version object
anyOf
string

Possible values: non-empty and <= 512 characters

snapshot_object_idSnapshot Object Id (string)required

Possible values: non-empty and <= 1024 characters

snapshot_mimeSnapshot Mime (string)required

Possible values: non-empty and <= 255 characters

snapshot_sha256Snapshot Sha256 (string)required

Possible values: Value must match regular expression ^[0-9a-f]{64}$

snapshot_bytesSnapshot Bytes (integer)required

Possible values: >= 0

captured_atCaptured At (integer)required
truncatedTruncated (boolean)
Default value: false
truncation_reason object
anyOf
string

Possible values: <= 255 characters

redactionsstring[]

Possible values: <= 32

ReportSourceProvenance
{
"source_id": "string",
"display_name": "string",
"source_version": "string",
"snapshot_object_id": "string",
"snapshot_mime": "string",
"snapshot_sha256": "string",
"snapshot_bytes": 0,
"captured_at": 0,
"truncated": false,
"truncation_reason": "string",
"redactions": [
"string"
]
}