# SectionPermissions

Signer/agent permissions for a specific type

## Type parameters

▪ **T**

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

## Hierarchy

* **SectionPermissions**

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

## Index

### Properties

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

## Properties

### type

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

*Defined in* [*src/types/index.ts:710*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L710)

Whether the permissions are inclusive or exclusive

### values

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

*Defined in* [*src/types/index.ts:706*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L706)

Values to be included/excluded
