Skip to main content

AccessItemRequestedFor

Import this model from the entry point of its package:

import { AccessItemRequestedFor } from '@sailpoint/angular-sdk/access_request_approvals';

Properties

NameTypeDescriptionNotes
type(optional) stringDTO type of identity the access item is requested for. IDENTITY for human identities. MACHINE_IDENTITY for machine identities. When MACHINE_IDENTITY, id is the machine identity id.[default to undefined]
id(optional) stringID of identity the access item is requested for.[default to undefined]
name(optional) stringHuman-readable display name of identity the access item is requested for.[default to undefined]