Skip to main content

EntitlementSourceResetBaseReferenceDto

Properties

NameTypeDescriptionNotes
typestrThe DTO type[optional]
idstrThe task ID of the object to which this reference applies[optional]
namestrHuman-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]