Skip to main content

EntitlementAttributeBulkUpdateIdsRequest

Import this model from the entry point of its package:

import { EntitlementAttributeBulkUpdateIdsRequest } from '@sailpoint/angular-sdk/access_model_metadata';

Properties

NameTypeDescriptionNotes
entitlements(optional) Array<string>List of entitlement IDs to update.[default to undefined]
operation(optional) stringOperation to perform on the attributes in the bulk update request.[default to undefined]
replaceScope(optional) stringThe choice of update scope.[default to undefined]
values(optional) Array<BulkUpdateAMMKeyValueInner>The metadata to be updated, including attribute and values.[default to undefined]