removing beta docs

This commit is contained in:
darrell-thobe-sp
2025-01-23 23:30:59 -05:00
parent 7194b934e8
commit befdd82384
999 changed files with 0 additions and 70946 deletions

View File

@@ -1,37 +0,0 @@
---
id: load-accounts-task-task-attributes
title: LoadAccountsTaskTaskAttributes
pagination_label: LoadAccountsTaskTaskAttributes
sidebar_label: LoadAccountsTaskTaskAttributes
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'LoadAccountsTaskTaskAttributes']
slug: /tools/sdk/powershell/beta/models/load-accounts-task-task-attributes
tags: ['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
```powershell
$LoadAccountsTaskTaskAttributes = Initialize-PSSailpoint.BetaLoadAccountsTaskTaskAttributes -AppId c31386cb18bb403cbb6df4c86294ff82 `
-OptimizedAggregation enabled
```
- Convert the resource to JSON
```powershell
$LoadAccountsTaskTaskAttributes | ConvertTo-JSON
```
[[Back to top]](#)