RoleMetadataBulkUpdateByQueryRequest
Import this model from the entry point of its package:
import { RoleMetadataBulkUpdateByQueryRequest } from '@sailpoint/angular-sdk/roles';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| query | object | query the identities to be updated | [default to undefined] |
| operation | string | The operation to be performed | [default to undefined] |
| replaceScope | (optional) string | The choice of update scope. | [default to undefined] |
| values | Array<RoleMetadataBulkUpdateByQueryRequestValuesInner> | The metadata to be updated, including attribute key and value. | [default to undefined] |