9using System.Collections.Generic;
AuthorizationActions
Authorization actions.
@ EditObject
Request to save or edit an object.
@ DeleteObject
Request to delete an object.
@ WriteProperty
Request to write or set a property value.
@ ReadProperty
Request to read a property value.
@ ExecuteMethod
Request to execute a method.
@ GetObject
Request to get or fetch an object.
@ CreateObject
Request to create an object.