Skip to main content

MachineIdentityResponseUserEntitlements

Properties

NameTypeDescriptionNotes
SourceIdStringThe source ID of the entitlement[optional]
EntitlementIdStringThe ID of the entitlement[optional]
DisplayNameStringThe display name of the entitlement[optional]
Source[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0The source of the entitlement[optional]

Examples

  • Prepare the resource
$MachineIdentityResponseUserEntitlements = Initialize-V2025MachineIdentityResponseUserEntitlements  -SourceId 5898b7c1-620c-49c6-cccc-cbf81eb4bddd `
-EntitlementId 6d28b7c1-620c-49c6-b6d5-cbf81eb4b5fa `
-DisplayName Entitlement Name `
-Source null
  • Convert the resource to JSON
$MachineIdentityResponseUserEntitlements | ConvertTo-JSON

[Back to top]