# types.SectionPermissions

[@polymeshassociation/polymesh-sdk](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/classes) / [Modules](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules) / [types](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/types) / SectionPermissions

## Interface: SectionPermissions\<T>

[types](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/types).SectionPermissions

Signer/agent permissions for a specific type

### Type parameters

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

### Hierarchy

* **`SectionPermissions`**

  ↳ [`TransactionPermissions`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/types.transactionpermissions)

### Table of contents

#### Properties

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

### Properties

#### type

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

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)
