RetentionReport

data class RetentionReport(val effectiveAuditRetentionDays: Int)

Report of retention enforcement actions.

Since

0.5.0

Constructors

Link copied to clipboard
constructor(effectiveAuditRetentionDays: Int)

Properties