Package version:

The retention policy for a container registry.

interface RetentionPolicy {
    days?: number;
    lastUpdatedTime?: any;
    status?: string;
}

Properties

days?: number

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

lastUpdatedTime?: any

The timestamp when the policy was last updated. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

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