Skip to main content

Entitlementmetadatabulkupdatebyfilterrequest

Import this model from the entry point of its package:

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

Properties

NameTypeDescriptionNotes
filtersstringFilter results using the standard syntax described in V3 API Standard Collection Parameters Filtering is supported for the following fields and operators: id: eq[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]