VerifyRightsRequest

VerifyRightsRequest is used to verify rights on an object. This is used in Operation Right.

VerifyRightsRequest Properties

VerifyRightsRequest

Field Type Inherited from Description
Action String VerifyRightsRequest Gets or sets the Action value
AppKey String VerifyRightsRequest Gets or sets the AppKey value
AppliesToKey String VerifyRightsRequest Gets or sets the AppliesToKey value
IncludeChildren Boolean VerifyRightsRequest Gets or sets the IncludeChildren value
System String VerifyRightsRequest Gets or sets the System value

JSON Structure of VerifyRightsRequest

{
   "Action"	:	"String",
   "AppKey"	:	"String",
   "AppliesToKey"	:	"String",
   "IncludeChildren"	:	"Boolean",
   "System"	:	"String"
}