VerifytRightsResponse is the form the Verify Rights Request returns in. This is used in Operation Right.
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 |
{
"Granted" : "Nullable\<Boolean\>",
"Request" : "[VerifyRightsRequest](/object-model/verifyrightsrequest)"
}