@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
126 lines (59 loc) • 1.87 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
**Signature:**
```typescript
export interface AuthorizationRequest
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
[action](./authorization.authorizationrequest.action.md)
</td><td markdown="1">
</td><td markdown="1">
string
</td><td markdown="1">
The operation that the requestor performs on the resource.
</td></tr>
<tr><td markdown="1">
[domain?](./authorization.authorizationrequest.domain.md)
</td><td markdown="1">
</td><td markdown="1">
string
</td><td markdown="1">
_(Optional)_ The domain (realm/tenant)
</td></tr>
<tr><td markdown="1">
[object](./authorization.authorizationrequest.object.md)
</td><td markdown="1">
</td><td markdown="1">
string
</td><td markdown="1">
The resource that is going to be accessed.
</td></tr>
<tr><td markdown="1">
[subject](./authorization.authorizationrequest.subject.md)
</td><td markdown="1">
</td><td markdown="1">
string
</td><td markdown="1">
The requestor that wants to access a resource.
</td></tr>
</tbody></table>