Skip to main content

EntitlementrecommendationassigneeOneOf

Properties

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

Examples

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

[Back to top]