Skip to main content

RoleAssignmentRef

Import this model from the entry point of its package:

import { RoleAssignmentRef } from '@sailpoint/angular-sdk/identities';

Properties

NameTypeDescriptionNotes
id(optional) stringAssignment Id[default to undefined]
role(optional) BaseReferenceDto[default to undefined]
addedDate(optional) stringDate that the assignment was added[default to undefined]
startDate(optional) stringDate when assignment will be active, if requested with a future date. If null, assignment is active immediately[default to undefined]
removeDate(optional) stringDate that the assignment will be removed[default to undefined]