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.entitlements.models.entitlementsourceresetbasereferencedto import Entitlementsourceresetbasereferencedto
entitlementsourceresetbasereferencedto = Entitlementsourceresetbasereferencedto(
type='TASK_RESULT',
id='2c91808568c529c60168cca6f90c1313',
name='Entitlementv1 Source Reset'
)