VerifyRightsRequest

Represents a request to verify user rights for a specific action

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 being attempted
AppKey String VerifyRightsRequest Gets or sets the application key making the request
AppliesToKey String VerifyRightsRequest Gets or sets the key of the object the action applies to
IncludeChildren Boolean VerifyRightsRequest Gets or sets whether to include children in the rights check
System String VerifyRightsRequest Gets or sets the system being accessed

JSON Structure of VerifyRightsRequest

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