pci-report-expire-past
Overview
Key:
pci-report-expire-past
Name: PCI Report Has Expired
Triggers when: The validity of a PCI report expires. This occurs 91 days have elapsed since a PCI report was approved.
Fields
Field
Type
Description
approved_date
string
Date of report approval
approved_days_ago
integer
Days since report was approved
expires_in_days
integer
Days until report expiration
pci_report_id
integer
ID of the report
report_name
string
Name of the report
Example data
{
"approved_date": "2021-07-18",
"approved_days_ago": 101,
"expires_in_days": -11,
"report_id": 123456,
"report_name": "Sample Report"
}
Last updated
Was this helpful?