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

# SectionPermissions

Signer/agent permissions for a specific type

## Type parameters

▪ **T**

type of Permissions (Security Token, Transaction, Portfolio, etc)

## Hierarchy

* **SectionPermissions**

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

## Index

### Properties

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

## Properties

### type

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

*Defined in* [*src/types/index.ts:770*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L770)

Whether the permissions are inclusive or exclusive

### values

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

*Defined in* [*src/types/index.ts:766*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L766)

Values to be included/excluded
