# 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-v8/interfaces/transactionpermissions)

## Index

### Properties

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

## Properties

### type

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

*Defined in* [*src/types/index.ts:688*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L688)

Whether the permissions are inclusive or exclusive

### values

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

*Defined in* [*src/types/index.ts:684*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L684)

Values to be included/excluded
