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

1.3 KiB

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-entitlement-source-reset-base-reference-dto EntitlementSourceResetBaseReferenceDto EntitlementSourceResetBaseReferenceDto EntitlementSourceResetBaseReferenceDto pythonsdk
python
Python
sdk
EntitlementSourceResetBaseReferenceDto
V2024EntitlementSourceResetBaseReferenceDto
/tools/sdk/python/v2024/models/entitlement-source-reset-base-reference-dto
SDK
Software Development Kit
EntitlementSourceResetBaseReferenceDto
V2024EntitlementSourceResetBaseReferenceDto

EntitlementSourceResetBaseReferenceDto

Properties

Name Type Description Notes
type str The DTO type [optional]
id str The task ID of the object to which this reference applies [optional]
name str Human-readable display name of the object to which this reference applies [optional]
}

Example

from sailpoint.v2024.models.entitlement_source_reset_base_reference_dto import EntitlementSourceResetBaseReferenceDto

entitlement_source_reset_base_reference_dto = EntitlementSourceResetBaseReferenceDto(
type='TASK_RESULT',
id='2c91808568c529c60168cca6f90c1313',
name='Entitlement Source Reset'
)

[Back to top]