Magidoc

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

#

_id

Unique identifier of a resource definition. Mutually exclusive with code .

_kind

ID !
Non-null

Record type, always ResourceOAuth2Client .

code

Unique code of a resource definition. Mutually exclusive with _id .

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 .