Skip to main content

Entitlementmetadatabulkupdatebyidrequest

Import this model from the entry point of its package:

import { Entitlementmetadatabulkupdatebyidrequest } from '@sailpoint/angular-sdk/entitlements';

Properties

NameTypeDescriptionNotes
entitlementsArray<string>The IDs of the entitlements to update.[default to undefined]
operationstringThe operation to be performed[default to undefined]
replaceScope(optional) stringThe choice of update scope. ATTRIBUTE replaces only the values of the attributes named in values, and ALL replaces every metadata attribute on the entitlement.[default to undefined]
valuesArray<EntitlementmetadatabulkupdatebyidrequestValuesInner>The metadata to be updated, including attribute key and value.[default to undefined]