---
id: v1-role-assignment-ref
title: RoleAssignmentRef
pagination_label: RoleAssignmentRef
sidebar_label: RoleAssignmentRef
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'RoleAssignmentRef', 'v1RoleAssignmentRef']
slug: /tools/sdk/typescript/identities/models/role-assignment-ref
tags: ['SDK', 'Software Development Kit', 'RoleAssignmentRef', 'v1RoleAssignmentRef']
---

# RoleAssignmentRef

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **(optional)** `string` | Assignment Id | [default to undefined]
**role** | **(optional)** `BaseReferenceDto` |  | [default to undefined]
**addedDate** | **(optional)** `string` | Date that the assignment was added | [default to undefined]
**startDate** | **(optional)** `string` | Date when assignment will be active, if requested with a future date. If null, assignment is active immediately | [default to undefined]
**removeDate** | **(optional)** `string` | Date that the assignment will be removed | [default to undefined]

