Skip to main content

Intelmachineuserentitlement

Properties

NameTypeDescriptionNotes
SourceIdStringSource identifier for the entitlement.[required]
EntitlementIdStringEntitlement identifier on the source.[required]
DisplayNameStringDisplay name for the entitlement.[required]
SourceIntelmachinesourcewireResolved source metadata when available upstream.[optional]

Examples

  • Prepare the resource
$Intelmachineuserentitlement = Initialize-Intelmachineuserentitlement  -SourceId 60de165099e649cb828553a5e8510fc4 `
-EntitlementId ent-001 `
-DisplayName Example_Entitlement `
-Source null
  • Convert the resource to JSON
$Intelmachineuserentitlement | ConvertTo-JSON

[Back to top]