Skip to main content

RoleBulkDeleteRequest

Properties

NameTypeDescriptionNotes
RoleIds[]StringList of IDs of Roles to be deleted.[required]

Examples

  • Prepare the resource
$RoleBulkDeleteRequest = Initialize-PSSailpoint.V3RoleBulkDeleteRequest  -RoleIds [2c9180847812e0b1017817051919ecca, 2c9180887812e0b201781e129f151816]
  • Convert the resource to JSON
$RoleBulkDeleteRequest | ConvertTo-JSON

[Back to top]