AccessRequestItemResponse
Import this model from the entry point of its package:
import { AccessRequestItemResponse } from '@sailpoint/angular-sdk/identity_history';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| operation | (optional) string | the access request item operation | [default to undefined] |
| accessItemType | (optional) string | the access item type | [default to undefined] |
| name | (optional) string | the name of access request item | [default to undefined] |
| decision | (optional) string | the final decision for the access request | [default to undefined] |
| description | (optional) string | the description of access request item | [default to undefined] |
| sourceId | (optional) string | the source id | [default to undefined] |
| sourceName | (optional) string | the source Name | [default to undefined] |
| approvalInfos | (optional) Array<ApprovalInfoResponse> | [default to undefined] |