ResourceOAuth2ClientRequest Input Object
Part of OAuth2Client's permission matrix: permission levels for operations on a single API resource.
API resource can be referenced by either it's _id
or code
.
Fields
#
operations
Operations on API resource for which an OAuth2Client has permissions.
For update operation this list has retainMerge
semantics, i.e. existing operations omitted from the list will be left unchanged.
See PatchStrategy#retainMerge
.
Previous
ResourceOAuth2ClientPageRequest
Next
ResourceOperation