Skip to main content

EntitlementRecommendationAssigneeOneOf1

Assign to the source owner or entitlement owner role. No value field is required.

Properties

NameTypeDescriptionNotes
typeEnum [ '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'
)

[Back to top]