> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymesh-sdk-api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v2/enums/authorizationstatus.md).

# AuthorizationStatus

## Index

### Enumeration members

* [Authorized](/polymesh-sdk-api-reference/docs-v2/enums/authorizationstatus.md#authorized)
* [Pending](/polymesh-sdk-api-reference/docs-v2/enums/authorizationstatus.md#pending)
* [Rejected](/polymesh-sdk-api-reference/docs-v2/enums/authorizationstatus.md#rejected)
* [Unknown](/polymesh-sdk-api-reference/docs-v2/enums/authorizationstatus.md#unknown)

## Enumeration members

### Authorized

• **Authorized**: = "Authorized"

*Defined in* [*src/api/entities/Instruction/types.ts:49*](https://github.com/PolymathNetwork/polymesh-sdk/blob/5b409784/src/api/entities/Instruction/types.ts#L49)

### Pending

• **Pending**: = "Pending"

*Defined in* [*src/api/entities/Instruction/types.ts:48*](https://github.com/PolymathNetwork/polymesh-sdk/blob/5b409784/src/api/entities/Instruction/types.ts#L48)

### Rejected

• **Rejected**: = "Rejected"

*Defined in* [*src/api/entities/Instruction/types.ts:50*](https://github.com/PolymathNetwork/polymesh-sdk/blob/5b409784/src/api/entities/Instruction/types.ts#L50)

### Unknown

• **Unknown**: = "Unknown"

*Defined in* [*src/api/entities/Instruction/types.ts:47*](https://github.com/PolymathNetwork/polymesh-sdk/blob/5b409784/src/api/entities/Instruction/types.ts#L47)
