But the policy does not appear in DSM GUI.
Client Automation - Any Versions.
Configuration Policy is indicated as deleted in database but it is not really deleted.
UPDATE csm_property
SET value='sealed'
where object=(select id from csm_object where class=2000 and UPPER(dname)=UPPER('policy_name')) and name='state' and value='deleted'