Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/UserAppSource.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

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

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.BetaUserAppSource  -Id 9870808a7190d06e01719938fcd20792 `
 -Type SOURCE `
 -Name test-source
  • Convert the resource to JSON
$UserAppSource | ConvertTo-JSON

[Back to top]