add method and model docs for powershell and python v2025

This commit is contained in:
darrell-thobe-sp
2025-04-01 09:23:12 -04:00
parent c12ffb7efc
commit 5d8f458a33
2414 changed files with 191212 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
---
id: v2025-app-all-of-account
title: AppAllOfAccount
pagination_label: AppAllOfAccount
sidebar_label: AppAllOfAccount
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'AppAllOfAccount', 'V2025AppAllOfAccount']
slug: /tools/sdk/powershell/v2025/models/app-all-of-account
tags: ['SDK', 'Software Development Kit', 'AppAllOfAccount', 'V2025AppAllOfAccount']
---
# AppAllOfAccount
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **String** | The SailPoint generated unique ID | [optional]
**AccountId** | **String** | The account ID generated by the source | [optional]
## Examples
- Prepare the resource
```powershell
$AppAllOfAccount = Initialize-PSSailpoint.V2025AppAllOfAccount -Id 2c9180837dfe6949017e21f3d8cd6d49 `
-AccountId CN=Carol Adams,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=sailpointdemo,DC=com
```
- Convert the resource to JSON
```powershell
$AppAllOfAccount | ConvertTo-JSON
```
[[Back to top]](#)