Entitlementconnectionbulkupdateitem
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ConnectionId | String | Connection ID to update. | [required] |
| Type | Enum [ "JIT", "STANDING" ] | Target connection type. | [required] |
Examples
- Prepare the resource
$Entitlementconnectionbulkupdateitem = Initialize-Entitlementconnectionbulkupdateitem -ConnectionId d532fa5cb15748e2873c6a01e5923ec4 `
-Type JIT
- Convert the resource to JSON
$Entitlementconnectionbulkupdateitem | ConvertTo-JSON