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

1004 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-user-app-source UserAppSource UserAppSource UserAppSource powershellsdk
powershell
PowerShell
sdk
UserAppSource
V2024UserAppSource
/tools/sdk/powershell/v2024/models/user-app-source
SDK
Software Development Kit
UserAppSource
V2024UserAppSource

UserAppSource

Properties

Name Type Description Notes
Id Pointer to String the source ID [optional]
Type Pointer to String It will always be ""SOURCE"" [optional]
Name Pointer to String the source name [optional]

Examples

  • Prepare the resource
$UserAppSource = Initialize-PSSailpoint.V2024UserAppSource  -Id 9870808a7190d06e01719938fcd20792 `
 -Type SOURCE `
 -Name test-source
  • Convert the resource to JSON
$UserAppSource | ConvertTo-JSON

[Back to top]