VerifytRightsResponse

Represents the response to a verify rights request

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 whether the rights were granted (null if indeterminate)
Request VerifyRightsRequest VerifytRightsResponse Gets or sets the original request

JSON Structure of VerifytRightsResponse

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