Skip to main content

AccountRequestPhaseState

Import this model from the entry point of its package:

import { AccountRequestPhaseState } from '@sailpoint/angular-sdk/account_deletion_requests';

Enum

  • Pending (value: 'PENDING')

  • Cancelled (value: 'CANCELLED')

  • Approved (value: 'APPROVED')

  • Rejected (value: 'REJECTED')

  • Passed (value: 'PASSED')

  • Failed (value: 'FAILED')

  • NotStarted (value: 'NOT_STARTED')