Skip to main content

MachineIdentityRequestUserEntitlements

Properties

NameTypeDescriptionNotes
EntitlementIdStringThe ID of the entitlement[required]
SourceIdStringThe source ID of the entitlement[required]

Examples

  • Prepare the resource
$MachineIdentityRequestUserEntitlements = Initialize-V2025MachineIdentityRequestUserEntitlements  -EntitlementId 6d28b7c1-620c-49c6-b6d5-cbf81eb4b5fa `
-SourceId 5898b7c1-620c-49c6-cccc-cbf81eb4bddd
  • Convert the resource to JSON
$MachineIdentityRequestUserEntitlements | ConvertTo-JSON

[Back to top]