Intelmachineuserentitlement
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| SourceId | String | Source identifier for the entitlement. | [required] |
| EntitlementId | String | Entitlement identifier on the source. | [required] |
| DisplayName | String | Display name for the entitlement. | [required] |
| Source | Intelmachinesourcewire | Resolved 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