Skip to main content

IdentitiesAccountsBulkRequest

Properties

NameTypeDescriptionNotes
IdentityIds[]StringThe ids of the identities for which enable/disable accounts.[optional]

Examples

  • Prepare the resource
$IdentitiesAccountsBulkRequest = Initialize-PSSailpoint.V2024IdentitiesAccountsBulkRequest  -IdentityIds [2c91808384203c2d018437e631158308, 2c9180858082150f0180893dbaf553fe]
  • Convert the resource to JSON
$IdentitiesAccountsBulkRequest | ConvertTo-JSON

[Back to top]