RetentionPolicyDetailsResponse

data class RetentionPolicyDetailsResponse(val orchestrationState: String? = null, val retentionPeriodInDays: Int)

The properties of a retention policy

Constructors

Link copied to clipboard
constructor(orchestrationState: String? = null, retentionPeriodInDays: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The orchestration state to which this policy applies. If omitted, the policy applies to all purgeable orchestration states.

Link copied to clipboard

The retention period in days after which the orchestration will be purged automatically