Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 7.08 KB

taskservicecreaterevokerequest.md

File metadata and controls

15 lines (11 loc) · 7.08 KB

TaskServiceCreateRevokeRequest

Create a revoke task.

Fields

Field Type Required Description
TaskExpandMask *shared.TaskExpandMask The task expand mask is an array of strings that specifes the related objects the requester wishes to have returned when making a request where the expand mask is part of the input. Use '*' to view all possible responses.
AppEntitlementID string ✔️ The ID of the app entitlement to revoke access to.
AppID string ✔️ The ID of the app associated with the entitlement.
AppUserID *string The ID of the app user to revoke access from. This field and identityUserId cannot both be set for a given request.
Description *string The description of the request.
IdentityUserID *string The ID of the user associated with the app user we are revoking access from. This field cannot be set if appUserID is also set.