Skip to main content

Typedreference

A typed reference to the object.

Properties

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

Example

from sailpoint.scheduled_search.models.typedreference import Typedreference

typedreference = Typedreference(
type='IDENTITY',
id='2c91808568c529c60168cca6f90c1313'
)

[Back to top]