adding powershell sdk docs back

This commit is contained in:
darrell-thobe-sp
2025-01-28 13:29:29 -05:00
parent 248e4afe6b
commit c69a78b807
2822 changed files with 201703 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
---
id: beta-array-inner1
title: ArrayInner1
pagination_label: ArrayInner1
sidebar_label: ArrayInner1
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'ArrayInner1', 'BetaArrayInner1']
slug: /tools/sdk/powershell/beta/models/array-inner1
tags: ['SDK', 'Software Development Kit', 'ArrayInner1', 'BetaArrayInner1']
---
# ArrayInner1
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
## Examples
- Prepare the resource
```powershell
$ArrayInner1 = Initialize-PSSailpoint.BetaArrayInner1
```
- Convert the resource to JSON
```powershell
$ArrayInner1 | ConvertTo-JSON
```
[[Back to top]](#)