---
id: v1-data-owner-model
title: DataOwnerModel
pagination_label: DataOwnerModel
sidebar_label: DataOwnerModel
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'DataOwnerModel', 'v1DataOwnerModel']
slug: /tools/sdk/typescript/data_access_security/models/data-owner-model
tags: ['SDK', 'Software Development Kit', 'DataOwnerModel', 'v1DataOwnerModel']
---

# DataOwnerModel

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**identityId** | **(optional)** `string` | The unique identifier (UUID) of the identity assigned as the owner of the resource. | [default to undefined]
**resourceId** | **(optional)** `number` | The unique identifier of the resource owned by the identity. | [default to undefined]
**fullPath** | **(optional)** `string` | The full path to the resource within the system or application. | [default to undefined]

