IdentityEntitlementDetailsAccountTarget
Import this model from the entry point of its package:
import { IdentityEntitlementDetailsAccountTarget } from '@sailpoint/angular-sdk/access_requests';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| accountId | (optional) string | The id of account | [default to undefined] |
| accountName | (optional) string | The name of account | [default to undefined] |
| accountUUID | (optional) string | The UUID representation of the account if available | [default to undefined] |
| sourceId | (optional) string | The id of Source | [default to undefined] |
| sourceName | (optional) string | The name of Source | [default to undefined] |
| removeDate | (optional) string | The removal date scheduled for the entitlement on the Identity | [default to undefined] |
| assignmentId | (optional) string | The assignmentId of the entitlement on the Identity | [default to undefined] |
| revocable | (optional) boolean | If the entitlement can be revoked | [default to false] |