Skip to main content

EntitlementRecommendationAssigneeOneOf1

Properties

NameTypeDescriptionNotes
TypeEnum [ "SOURCE_OWNER", "ENTITLEMENT_OWNER" ]The type of assignee.[required]

Examples

  • Prepare the resource
$EntitlementRecommendationAssigneeOneOf1 = Initialize-EntitlementRecommendationAssigneeOneOf1  -Type SOURCE_OWNER
  • Convert the resource to JSON
$EntitlementRecommendationAssigneeOneOf1 | ConvertTo-JSON

[Back to top]