Skip to main content

EntitlementrecommendationassigneeOneOf

Assign to a specific identity or governance group. The value field is required and must be the ID of the identity or governance group.

Properties

NameTypeDescriptionNotes
typeEnum [ 'IDENTITY', 'GOVERNANCE_GROUP' ]The type of assignee.[required]
valuestrThe ID of the identity or governance group to assign to.[required]
}

Example

from sailpoint.suggested_entitlement_description.models.entitlementrecommendationassignee_one_of import EntitlementrecommendationassigneeOneOf

entitlementrecommendationassignee_one_of = EntitlementrecommendationassigneeOneOf(
type='IDENTITY',
value='2c91808a7f3b2e8a017f3c3e5f6d0099'
)

[Back to top]