Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/SourceOwner.md
2025-02-03 22:09:17 +00:00

993 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-source-owner SourceOwner SourceOwner SourceOwner powershellsdk
powershell
PowerShell
sdk
SourceOwner
V2024SourceOwner
/tools/sdk/powershell/v2024/models/source-owner
SDK
Software Development Kit
SourceOwner
V2024SourceOwner

SourceOwner

Properties

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

Examples

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

[Back to top]