Skip to main content

AccessProfileMetadataBulkUpdateByFilterRequest

Import this model from the entry point of its package:

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

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, in name: eq, sw created: gt, ge, le modified: gt, lt, ge, le owner.id: eq, in requestable: eq source.id: eq, in Supported composite operators are and, or[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]