mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
680 B
680 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-ref | Ref | Ref | Ref | pythonsdk |
|
/tools/sdk/python/v2025/models/ref |
|
Ref
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | DtoType | [optional] | |
| id | str | ID of the object to which this reference applies | [optional] |
| } |
Example
from sailpoint.v2025.models.ref import Ref
ref = Ref(
type='IDENTITY',
id='2c91808568c529c60168cca6f90c1313'
)