---
id: v1-permission-dto
title: PermissionDTO
pagination_label: PermissionDTO
sidebar_label: PermissionDTO
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'PermissionDTO', 'v1PermissionDTO']
slug: /tools/sdk/typescript/certifications/models/permission-dto
tags: ['SDK', 'Software Development Kit', 'PermissionDTO', 'v1PermissionDTO']
---

# PermissionDTO

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**rights** | **(optional)** `Array<string>` | All the rights (e.g. actions) that this permission allows on the target | [readonly] [default to undefined]
**target** | **(optional)** `string` | The target the permission would grants rights on. | [readonly] [default to undefined]

