Skip to main content

NonEmployeeSourceLite

Properties

NameTypeDescriptionNotes
IdStringNon-Employee source id.[optional]
SourceIdStringSource Id associated with this non-employee source.[optional]
NameStringSource name associated with this non-employee source.[optional]
DescriptionStringSource description associated with this non-employee source.[optional]

Examples

  • Prepare the resource
$NonEmployeeSourceLite = Initialize-PSSailpoint.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]