Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2024/Models/Ref.md
2025-02-20 12:59:19 -05:00

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
v2024-ref Ref Ref Ref pythonsdk
python
Python
sdk
Ref
V2024Ref
/tools/sdk/python/v2024/models/ref
SDK
Software Development Kit
Ref
V2024Ref

Ref

Properties

Name Type Description Notes
type DtoType [optional]
id str ID of the object to which this reference applies [optional]
}

Example

from sailpoint.v2024.models.ref import Ref

ref = Ref(
type='IDENTITY',
id='2c91808568c529c60168cca6f90c1313'
)

[Back to top]