Skip to main content

NonEmployeeSourceLiteWithSchemaAttributes

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]
SchemaAttributes[]NonEmployeeSchemaAttributeList of schema attributes associated with this non-employee source.[optional]

Examples

  • Prepare the resource
$NonEmployeeSourceLiteWithSchemaAttributes = Initialize-PSSailpoint.V2024NonEmployeeSourceLiteWithSchemaAttributes  -Id a0303682-5e4a-44f7-bdc2-6ce6112549c1 `
-SourceId 2c91808568c529c60168cca6f90c1313 `
-Name Retail `
-Description Source description `
-SchemaAttributes null
  • Convert the resource to JSON
$NonEmployeeSourceLiteWithSchemaAttributes | ConvertTo-JSON

[Back to top]