RoleAssignmentRef
Import this model from the entry point of its package:
import { RoleAssignmentRef } from '@sailpoint/angular-sdk/identities';
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] |