Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/MultiHostIntegrationsOwner.md
2025-01-28 13:29:29 -05:00

1.2 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
beta-multi-host-integrations-owner MultiHostIntegrationsOwner MultiHostIntegrationsOwner MultiHostIntegrationsOwner powershellsdk
powershell
PowerShell
sdk
MultiHostIntegrationsOwner
BetaMultiHostIntegrationsOwner
/tools/sdk/powershell/beta/models/multi-host-integrations-owner
SDK
Software Development Kit
MultiHostIntegrationsOwner
BetaMultiHostIntegrationsOwner

MultiHostIntegrationsOwner

Properties

Name Type Description Notes
Type Pointer to Enum [ "IDENTITY" ] Type of object being referenced. [optional]
Id Pointer to String Owner identity's ID. [optional]
Name Pointer to String Owner identity's human-readable display name. [optional]

Examples

  • Prepare the resource
$MultiHostIntegrationsOwner = Initialize-PSSailpoint.BetaMultiHostIntegrationsOwner  -Type IDENTITY `
 -Id 2c91808568c529c60168cca6f90c1313 `
 -Name MyName
  • Convert the resource to JSON
$MultiHostIntegrationsOwner | ConvertTo-JSON

[Back to top]