Skip to main content

AccountAction

Properties

NameTypeDescriptionNotes
ActionEnum [ "ENABLE", "DISABLE" ]Describes if action will be enabled or disabled[optional]
SourceIds[]StringList of unique source IDs. The sources must have the ENABLE feature or flat file source. See ""/sources"" endpoint for source features.[optional]

Examples

  • Prepare the resource
$AccountAction = Initialize-PSSailpoint.V2024AccountAction  -Action ENABLE `
-SourceIds [2c918084660f45d6016617daa9210584, 2c918084660f45d6016617daa9210500]
  • Convert the resource to JSON
$AccountAction | ConvertTo-JSON

[Back to top]