Typedreference
A typed reference to the object.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Dtotype | [required] | |
| id | str | The id of the object. | [required] |
| } |
Example
from sailpoint.scheduled_search.models.typedreference import Typedreference
typedreference = Typedreference(
type='IDENTITY',
id='2c91808568c529c60168cca6f90c1313'
)