Bulkremovetaggedobject
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| object_refs | []Taggedobjectdto | [optional] | |
| tags | []str | Label to be applied to an Object | [optional] |
| } |
Example
from sailpoint.tagged_objects.models.bulkremovetaggedobject import Bulkremovetaggedobject
bulkremovetaggedobject = Bulkremovetaggedobject(
object_refs=[
sailpoint.tagged_objects.models.tagged_object_dto.Tagged Object Dto(
type = 'IDENTITY',
id = '2c91808568c529c60168cca6f90c1313',
name = 'William Wilson', )
],
tags=["BU_FINANCE","PCI"]
)