> 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.sectionpermissions.md).

# types.SectionPermissions

[@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) / SectionPermissions

## Interface: SectionPermissions\<T>

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

Signer/agent permissions for a specific type

### Type parameters

| Name | Description                                              |
| ---- | -------------------------------------------------------- |
| `T`  | type of Permissions (Asset, Transaction, Portfolio, etc) |

### Hierarchy

* **`SectionPermissions`**

  ↳ [`TransactionPermissions`](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.transactionpermissions.md)

### Table of contents

#### Properties

* [type](#type)
* [values](#values)

### Properties

#### type

• **type**: [`PermissionType`](/polymesh-sdk-api-reference/docs-alpha/enums/types.permissiontype.md)

Whether the permissions are inclusive or exclusive

**Defined in**

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

***

#### values

• **values**: `T`\[]

Values to be included/excluded

**Defined in**

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