EntitlementRecommendationAssigneeOneOf1
Assign to the source owner or entitlement owner role. No value field is required.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'SOURCE_OWNER', 'ENTITLEMENT_OWNER' ] | The type of assignee. | [required] |
| } |
Example
from sailpoint.suggested_entitlement_description.models.entitlement_recommendation_assignee_one_of1 import EntitlementRecommendationAssigneeOneOf1
entitlement_recommendation_assignee_one_of1 = EntitlementRecommendationAssigneeOneOf1(
type='SOURCE_OWNER'
)