1deleteObject = True
2editObject = True
3getObject = {'id': 1234,
4             'fingerprint': 'aa:bb:cc:dd',
5             'label': 'label',
6             'notes': 'notes',
7             'key': 'ssh-rsa AAAAB3N...pa67 user@example.com'}
8createObject = getObject
9getAllObjects = [getObject]
10