Lock Host Objects in WATO

Yes, in the .wato for folders:

{'attributes': {'contactgroups': {'groups': ['Implementation'],
                                  'recurse_perms': True,
                                  'recurse_use': True,
                                  'use': True,
                                  'use_for_services': True},
                'meta_data': {'created_at': None, 'created_by': None},
                'site': 'xyz',
                'tag_agent': 'no-agent',
                'tag_snmp_ds': 'no-snmp'},
 'lock': False,
 'lock_subfolders': False,
 'num_hosts': 0,
 'title': u'Main directory'}

or in the hosts.mk:

# Created by WATO
# encoding: utf-8
_lock = True
all_hosts += ['x']

You see then the following:

image

In the host object itself is see the following:

So I assume there is something similar for single host object.
As @andreas-doehler mentioned it looks like its used by DCD to lock attributes only

Any help is much appreciated

regards

Michael