TaggedObject
Tagged object.
Properties
Name | Type | Description | Notes |
---|---|---|---|
object_ref | TaggedObjectDto | [optional] | |
tags | []str | Labels to be applied to an Object | [optional] |
} |
Example
from sailpoint.v2024.models.tagged_object import TaggedObject
tagged_object = TaggedObject(
object_ref=sailpoint.v2024.models.tagged_object_dto.TaggedObjectDto(
type = 'IDENTITY',
id = '2c91808568c529c60168cca6f90c1313',
name = 'William Wilson', ),
tags=[BU_FINANCE, PCI]
)