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.entitlementrecommendationassignee_one_of1 import EntitlementrecommendationassigneeOneOf1

entitlementrecommendationassignee_one_of1 = EntitlementrecommendationassigneeOneOf1(
type='SOURCE_OWNER'
)

[Back to top]