Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/UserAppSource.md
2025-05-07 14:37:48 +00:00

956 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 String the source ID [optional]
Type String It will always be ""SOURCE"" [optional]
Name String the source name [optional]

Examples

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

[Back to top]