IdentityEntitlementDetailsEntitlementDto
Import this model from the entry point of its package:
import { IdentityEntitlementDetailsEntitlementDto } from '@sailpoint/angular-sdk/access_requests';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | (optional) string | The entitlement id | [default to undefined] |
| name | (optional) string | The entitlement name | [default to undefined] |
| created | (optional) string | Time when the entitlement was last modified | [default to undefined] |
| modified | (optional) string | Time when the entitlement was last modified | [default to undefined] |
| description | (optional) string | The description of the entitlement | [default to undefined] |
| type | (optional) string | The type of the object, will always be "ENTITLEMENT" | [default to undefined] |
| sourceId | (optional) string | The source ID | [default to undefined] |
| sourceName | (optional) string | The source name | [default to undefined] |
| owner | (optional) OwnerDto | [default to undefined] | |
| value | (optional) string | The value of the entitlement | [default to undefined] |
| flags | (optional) Array<string> | a list of properties informing the viewer about the entitlement | [default to undefined] |