NonEmployeeRequestBody
Import this model from the entry point of its package:
import { NonEmployeeRequestBody } from '@sailpoint/angular-sdk/non_employee_lifecycle_management';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| accountName | string | Requested identity account name. | [default to undefined] |
| firstName | string | Non-Employee's first name. | [default to undefined] |
| lastName | string | Non-Employee's last name. | [default to undefined] |
string | Non-Employee's email. | [default to undefined] | |
| phone | string | Non-Employee's phone. | [default to undefined] |
| manager | string | The account ID of a valid identity to serve as this non-employee's manager. | [default to undefined] |
| sourceId | string | Non-Employee's source id. | [default to undefined] |
| data | (optional) | Additional attributes for a non-employee. Up to 10 custom attributes can be added. | [default to undefined] |
| startDate | string | Non-Employee employment start date. | [default to undefined] |
| endDate | string | Non-Employee employment end date. | [default to undefined] |