We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36bef4b commit a033fd6Copy full SHA for a033fd6
source/adminguide/extensions/developer.rst
@@ -94,7 +94,15 @@ Example:
94
"name": "i-2-100-VM",
95
...
96
},
97
- "virtualmachinename": "i-2-100-VM"
+ "virtualmachinename": "i-2-100-VM",
98
+ "caller": {
99
+ "roleid": "6b86674b-7e61-11f0-ba77-1e00c8000158",
100
+ "rolename": "Root Admin",
101
+ "name": "admin",
102
+ "roletype": "Admin",
103
+ "id": "93567ed9-7e61-11f0-ba77-1e00c8000158",
104
+ "type": "ADMIN"
105
+ }
106
}
107
108
The schema varies depending on the resource and action. Use this to perform context-specific logic.
0 commit comments