RequestedForDtoRef
Import this model from the entry point of its package:
import { RequestedForDtoRef } from '@sailpoint/angular-sdk/access_requests';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| identityId | string | The identity id the access is requested for. * HUMAN (default): the human identity id. * MACHINE: the machine identity id (hyphenated RFC-4122 UUID, not the correlated human identity). | [default to undefined] |
| identityType | (optional) string | Type of identity the access is requested for. * HUMAN (default) - standard human identity access request. * MACHINE - machine identity access request. When MACHINE, all entries in the request must also be MACHINE (mixed human and machine identities in one request are not supported), and only ENTITLEMENT items are allowed. | [default to IdentityTypeEnum_Human] |
| requestedItems | Array<RequestedItemDtoRef> | the details for the access items that are requested for the identity | [default to undefined] |