Skip to main content

AccessProfileMetadataBulkUpdateByIdRequest

Import this model from the entry point of its package:

import { AccessProfileMetadataBulkUpdateByIdRequest } from '@sailpoint/angular-sdk/access_profiles';

Properties

NameTypeDescriptionNotes
accessProfilesArray<string>The IDs of the access profiles to update.[default to undefined]
operationstringThe operation to be performed[default to undefined]
replaceScopestringThe choice of update scope. ATTRIBUTE replaces only the values of the attributes named in values, and ALL replaces every metadata attribute on the access profile.[default to undefined]
valuesArray<AccessProfileMetadataBulkUpdateByIdRequestValuesInner>The metadata to be updated, including attribute key and value.[default to undefined]