@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
34 lines (23 loc) • 1.29 kB
Markdown
lang: en
title: 'API docs: authorization.authorizationrequest'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/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) > [@loopback/authorization](./authorization.md) > [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) | string | The operation that the requestor performs on the resource. |
| [domain?](./authorization.authorizationrequest.domain.md) | string | <i>(Optional)</i> The domain (realm/tenant) |
| [object](./authorization.authorizationrequest.object.md) | string | The resource that is going to be accessed. |
| [subject](./authorization.authorizationrequest.subject.md) | string | The requestor that wants to access a resource. |