UNPKG

@loopback/docs

Version:
34 lines (23 loc) 1.29 kB
--- lang: en title: 'API docs: authorization.authorizationrequest' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/packages/authorization permalink: /doc/en/lb4/apidocs.authorization.authorizationrequest.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/authorization](./authorization.md) &gt; [AuthorizationRequest](./authorization.authorizationrequest.md) ## AuthorizationRequest interface Inspired by https://github.com/casbin/node-casbin <b>Signature:</b> ```typescript export interface AuthorizationRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [action](./authorization.authorizationrequest.action.md) | <code>string</code> | The operation that the requestor performs on the resource. | | [domain](./authorization.authorizationrequest.domain.md) | <code>string</code> | The domain (realm/tenant) | | [object](./authorization.authorizationrequest.object.md) | <code>string</code> | The resource that is going to be accessed. | | [subject](./authorization.authorizationrequest.subject.md) | <code>string</code> | The requestor that wants to access a resource. |