Package version:

The soft delete policy for a container registry

interface SoftDeletePolicy {
    lastUpdatedTime?: any;
    retentionDays?: number;
    status?: string;
}

Properties

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.

retentionDays?: number

The number of days after which a soft-deleted item is permanently deleted.

status?: string

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