RetentionPolicyResponse

data class RetentionPolicyResponse(val days: Int? = null, val lastUpdatedTime: String, val status: String? = null)

The retention policy for a container registry.

Constructors

Link copied to clipboard
constructor(days: Int? = null, lastUpdatedTime: String, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val days: Int? = null

The number of days to retain an untagged manifest after which it gets purged.

Link copied to clipboard

The timestamp when the policy was last updated.

Link copied to clipboard
val status: String? = null

The value that indicates whether the policy is enabled or not.