AccountActionRequestDto
Import this model from the entry point of its package:
import { AccountActionRequestDto } from '@sailpoint/angular-sdk/account_deletion_requests';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| accountRequestId | (optional) string | Account requester ID. | [default to undefined] |
| requestType | (optional) string | Access item requester's identity ID. | [default to undefined] |
| createdAt | (optional) string | Creation date and time of account deletion request date. | [readonly] [default to undefined] |
| completedAt | (optional) string | Account deletion request completion date and time. | [readonly] [default to undefined] |
| overallStatus | (optional) string | Overall status of deletion request. | [default to undefined] |
| requester | (optional) AccountActionRequestDtoRequester | [default to undefined] | |
| requesterComments | (optional) string | Comments added by the requester while creating the account deletion request. | [default to undefined] |
| accountDetails | (optional) AccountActionRequestDtoAccountDetails | [default to undefined] | |
| correlatedIdentity | (optional) AccountActionRequestDtoCorrelatedIdentity | [default to undefined] | |
| managerReference | (optional) IdentityReference | [default to undefined] | |
| approvalRequestId | (optional) string | ID of the approval request associated with the account deletion action. | [default to undefined] |
| accountRequestPhases | (optional) Array<AccountRequestPhase> | List of account request phases. | [default to undefined] |
| approvalDetails | (optional) Array<ApprovalDetails> | List approval details | [default to undefined] |
| errorDetails | (optional) string | Detailed error information. | [default to undefined] |