Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/AccountAction.md
2025-05-07 14:37:48 +00:00

1.1 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-account-action AccountAction AccountAction AccountAction powershellsdk
powershell
PowerShell
sdk
AccountAction
V2024AccountAction
/tools/sdk/powershell/v2024/models/account-action
SDK
Software Development Kit
AccountAction
V2024AccountAction

AccountAction

Properties

Name Type Description Notes
Action Enum [ "ENABLE", "DISABLE" ] Describes if action will be enabled or disabled [optional]
SourceIds []String List 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-V2024AccountAction  -Action ENABLE `
 -SourceIds [2c918084660f45d6016617daa9210584, 2c918084660f45d6016617daa9210500]
  • Convert the resource to JSON
$AccountAction | ConvertTo-JSON

[Back to top]