---
id: v1-owner-reference
title: OwnerReference
pagination_label: OwnerReference
sidebar_label: OwnerReference
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'OwnerReference', 'v1OwnerReference']
slug: /tools/sdk/typescript/roles/models/owner-reference
tags: ['SDK', 'Software Development Kit', 'OwnerReference', 'v1OwnerReference']
---

# OwnerReference

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **(optional)** `string` | Owner type. This field must be either left null or set to \'IDENTITY\' on input, otherwise a 400 Bad Request error will result. | [default to undefined]
**id** | **(optional)** `string` | Owner\'s identity ID. | [default to undefined]
**name** | **(optional)** `string` | Owner\'s name. It may be left null or omitted in a POST or PATCH. If set, it must match the current value of the owner\'s display name, otherwise a 400 Bad Request error will result. | [default to undefined]

