Skip to main content

WorkgroupBulkDeleteRequest

Properties

NameTypeDescriptionNotes
Ids[]StringList of IDs of Governance Groups to be deleted.[optional]

Examples

  • Prepare the resource
$WorkgroupBulkDeleteRequest = Initialize-PSSailpoint.BetaWorkgroupBulkDeleteRequest  -Ids [567a697e-885b-495a-afc5-d55e1c23a302, c7b0f7b2-1e78-4063-b294-a555333dacd2]
  • Convert the resource to JSON
$WorkgroupBulkDeleteRequest | ConvertTo-JSON

[Back to top]