AccountRequestPhase
Import this model from the entry point of its package:
import { AccountRequestPhase } from '@sailpoint/angular-sdk/machine_account_creation_request';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | (optional) string | Enum of account request phase type | [default to undefined] |
| state | (optional) AccountRequestPhaseState | [default to undefined] | |
| started | (optional) string | Start date of account request phase. | [readonly] [default to undefined] |
| finished | (optional) string | Finish date of account request phase. | [readonly] [default to undefined] |