Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/MultiHostSourcesSchemasInner.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
multi-host-sources-schemas-inner MultiHostSourcesSchemasInner MultiHostSourcesSchemasInner MultiHostSourcesSchemasInner powershellsdk
powershell
PowerShell
sdk
MultiHostSourcesSchemasInner
/tools/sdk/powershell/beta/models/multi-host-sources-schemas-inner
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
$MultiHostSourcesSchemasInner = Initialize-PSSailpoint.BetaMultiHostSourcesSchemasInner  -Type CONNECTOR_SCHEMA `
 -Id 2c91808568c529c60168cca6f90c1777 `
 -Name MySchema
  • Convert the resource to JSON
$MultiHostSourcesSchemasInner | ConvertTo-JSON

[Back to top]