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

1.3 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-non-employee-source-lite NonEmployeeSourceLite NonEmployeeSourceLite NonEmployeeSourceLite powershellsdk
powershell
PowerShell
sdk
NonEmployeeSourceLite
BetaNonEmployeeSourceLite
/tools/sdk/powershell/beta/models/non-employee-source-lite
SDK
Software Development Kit
NonEmployeeSourceLite
BetaNonEmployeeSourceLite

NonEmployeeSourceLite

Properties

Name Type Description Notes
Id String Non-Employee source id. [optional]
SourceId String Source Id associated with this non-employee source. [optional]
Name String Source name associated with this non-employee source. [optional]
Description String Source description associated with this non-employee source. [optional]

Examples

  • Prepare the resource
$NonEmployeeSourceLite = Initialize-BetaNonEmployeeSourceLite  -Id a0303682-5e4a-44f7-bdc2-6ce6112549c1 `
 -SourceId 2c91808568c529c60168cca6f90c1313 `
 -Name Retail `
 -Description Source description
  • Convert the resource to JSON
$NonEmployeeSourceLite | ConvertTo-JSON

[Back to top]