Skip to main content

TypedReference

A typed reference to the object.

Properties

NameTypeDescriptionNotes
typeDtoType[required]
idstrThe id of the object.[required]
}

Example

from sailpoint.v2024.models.typed_reference import TypedReference

typed_reference = TypedReference(
type='IDENTITY',
id='2c91808568c529c60168cca6f90c1313'
)

[Back to top]