---
lang: en
title: 'API docs: authorization.authorizationrequest'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
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) | string | The operation that the requestor performs on the resource. |
|  [domain](./authorization.authorizationrequest.domain.md) | string | 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. |


