Skip to main content

AccessItemEntitlementResponse

Import this model from the entry point of its package:

import { AccessItemEntitlementResponse } from '@sailpoint/angular-sdk/identity_history';

Properties

NameTypeDescriptionNotes
id(optional) stringthe access item id[default to undefined]
accessType(optional) stringthe access item type. entitlement in this case[default to undefined]
displayName(optional) stringthe display name of the identity[default to undefined]
sourceName(optional) stringthe name of the source[default to undefined]
attributestringthe entitlement attribute[default to undefined]
valuestringthe associated value[default to undefined]
typestringthe type of entitlement[default to undefined]
description(optional) stringthe description for the entitlment[default to undefined]
sourceId(optional) stringthe id of the source[default to undefined]
standalonebooleanindicates whether the entitlement is standalone[default to undefined]
privilegedbooleanindicates whether the entitlement is privileged[default to undefined]
cloudGovernedbooleanindicates whether the entitlement is cloud governed[default to undefined]