Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/LoadAccountsTaskTaskAttributes.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05: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
load-accounts-task-task-attributes LoadAccountsTaskTaskAttributes LoadAccountsTaskTaskAttributes LoadAccountsTaskTaskAttributes powershellsdk
powershell
PowerShell
sdk
LoadAccountsTaskTaskAttributes
/tools/sdk/powershell/beta/models/load-accounts-task-task-attributes
SDK
Software Development Kit
LoadAccountsTaskTaskAttributes

LoadAccountsTaskTaskAttributes

Properties

Name Type Description Notes
AppId Pointer to String The id of the source [optional]
OptimizedAggregation Pointer to String The indicator if the aggregation process was enabled/disabled for the aggregation job [optional]

Examples

  • Prepare the resource
$LoadAccountsTaskTaskAttributes = Initialize-PSSailpoint.BetaLoadAccountsTaskTaskAttributes  -AppId c31386cb18bb403cbb6df4c86294ff82 `
 -OptimizedAggregation enabled
  • Convert the resource to JSON
$LoadAccountsTaskTaskAttributes | ConvertTo-JSON

[Back to top]