Skip to main content

RoleMetadataBulkUpdateByIdRequest

Import this model from the entry point of its package:

import { RoleMetadataBulkUpdateByIdRequest } from '@sailpoint/angular-sdk/roles';

Properties

NameTypeDescriptionNotes
rolesArray<string>Roles' Id to be updated[default to undefined]
operationstringThe operation to be performed[default to undefined]
replaceScope(optional) stringThe choice of update scope.[default to undefined]
valuesArray<RoleMetadataBulkUpdateByIdRequestValuesInner>The metadata to be updated, including attribute key and value.[default to undefined]