Skip to main content

SourceOwner

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]Type of object being referenced.[optional]
IdStringOwner identity's ID.[optional]
NameStringOwner identity's human-readable display name.[optional]

Examples

  • Prepare the resource
$SourceOwner = Initialize-PSSailpoint.V3SourceOwner  -Type IDENTITY `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name MyName
  • Convert the resource to JSON
$SourceOwner | ConvertTo-JSON

[Back to top]