Skip to main content

Entitlementrecommendationassignee

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY", "GOVERNANCE_GROUP", "SOURCE_OWNER", "ENTITLEMENT_OWNER" ]The type of assignee.[required]
ValueStringThe ID of the identity or governance group to assign to.[required]

Examples

  • Prepare the resource
$Entitlementrecommendationassignee = Initialize-Entitlementrecommendationassignee  -Type IDENTITY `
-Value 2c91808a7f3b2e8a017f3c3e5f6d0099
  • Convert the resource to JSON
$Entitlementrecommendationassignee | ConvertTo-JSON

[Back to top]