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,39 +0,0 @@
---
id: multi-host-sources-schemas-inner
title: MultiHostSourcesSchemasInner
pagination_label: MultiHostSourcesSchemasInner
sidebar_label: MultiHostSourcesSchemasInner
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'MultiHostSourcesSchemasInner']
slug: /tools/sdk/powershell/beta/models/multi-host-sources-schemas-inner
tags: ['SDK', 'Software Development Kit', 'MultiHostSourcesSchemasInner']
---
# MultiHostSourcesSchemasInner
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | Pointer to **Enum** [ "CONNECTOR_SCHEMA" ] | Type of object being referenced. | [optional]
**Id** | Pointer to **String** | Schema ID. | [optional]
**Name** | Pointer to **String** | Schema's human-readable display name. | [optional]
## Examples
- Prepare the resource
```powershell
$MultiHostSourcesSchemasInner = Initialize-PSSailpoint.BetaMultiHostSourcesSchemasInner -Type CONNECTOR_SCHEMA `
-Id 2c91808568c529c60168cca6f90c1777 `
-Name MySchema
```
- Convert the resource to JSON
```powershell
$MultiHostSourcesSchemasInner | ConvertTo-JSON
```
[[Back to top]](#)