Skip to main content

Entitlementconnectionbulkupdateitem

Properties

NameTypeDescriptionNotes
ConnectionIdStringConnection ID to update.[required]
TypeEnum [ "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

[Back to top]