Skip to main content

Target

Properties

NameTypeDescriptionNotes
IdStringTarget ID[optional]
TypeEnum [ "APPLICATION", "IDENTITY" ]Target type[optional]
NameStringTarget name[optional]

Examples

  • Prepare the resource
$Target = Initialize-PSSailpoint.BetaTarget  -Id c6dc37bf508149b28ce5b7d90ca4bbf9 `
-Type APPLICATION `
-Name Active Directory [source]
  • Convert the resource to JSON
$Target | ConvertTo-JSON

[Back to top]