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.entitlementrecommendationassignee_one_of1 import EntitlementrecommendationassigneeOneOf1
entitlementrecommendationassignee_one_of1 = EntitlementrecommendationassigneeOneOf1(
type='SOURCE_OWNER'
)