> 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-alpha/interfaces/types.checkpermissionsresult.md).

# types.CheckPermissionsResult

[@polymeshassociation/polymesh-sdk](/polymesh-sdk-api-reference/docs-alpha/classes.md) / [Modules](/polymesh-sdk-api-reference/docs-alpha/modules.md) / [types](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md) / CheckPermissionsResult

## Interface: CheckPermissionsResult\<Type>

[types](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md).CheckPermissionsResult

Result of a `checkPermissions` call. If `Type` is `Account`, represents whether the Account has all the necessary secondary key Permissions. If `Type` is `Identity`, represents whether the Identity has all the necessary external agent Permissions

### Type parameters

| Name   | Type                                                                                     |
| ------ | ---------------------------------------------------------------------------------------- |
| `Type` | extends [`SignerType`](/polymesh-sdk-api-reference/docs-alpha/enums/types.signertype.md) |

### Table of contents

#### Properties

* [message](#message)
* [missingPermissions](#missingpermissions)
* [result](#result)

### Properties

#### message

• `Optional` **message**: `string`

optional message explaining the reason for failure in special cases

**Defined in**

[types/index.ts:1008](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L1008)

***

#### missingPermissions

• `Optional` **missingPermissions**: `Type` extends [`Account`](/polymesh-sdk-api-reference/docs-alpha/enums/types.signertype.md#account) ? [`SimplePermissions`](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.simplepermissions.md) : `null` | `TxTag`\[]

required permissions which the signer *DOESN'T* have. Only present if `result` is `false`

**Defined in**

[types/index.ts:1000](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L1000)

***

#### result

• **result**: `boolean`

whether the signer complies with the required permissions or not

**Defined in**

[types/index.ts:1004](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L1004)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/types.checkpermissionsresult.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
