Skip to main content

Machineidentityuserentitlements

Properties

NameTypeDescriptionNotes
EntitlementIdStringEntitlement identifier.[required]
DisplayNameStringDisplay name of the entitlement.[required]
SourceMachineidentitysourcereference[required]

Examples

  • Prepare the resource
$Machineidentityuserentitlements = Initialize-Machineidentityuserentitlements  -EntitlementId 2509f650c20a3ab5956be70f6f136fbc `
-DisplayName CN=Engineering-test-org3,OU=megapod-useast1-test-org3,OU=org-data-service,DC=TestAutomationAD,DC=local `
-Source null
  • Convert the resource to JSON
$Machineidentityuserentitlements | ConvertTo-JSON

[Back to top]