VerifytRightsResponse

VerifytRightsResponse is the form the Verify Rights Request returns in. This is used in Operation Right.

VerifytRightsResponse Properties

VerifytRightsResponse

Field Type Inherited from Description
Granted Nullable<Boolean> VerifytRightsResponse Gets or sets the Granted value
Request VerifyRightsRequest VerifytRightsResponse Gets or sets the Request value

JSON Structure of VerifytRightsResponse

{
   "Granted"	:	"Nullable\<Boolean\>",
   "Request"	:	"[VerifyRightsRequest](/object-model/verifyrightsrequest)"
}