Skip to main content

Identity1

Properties

NameTypeDescriptionNotes
IdStringThe ID of the object[optional]
NameStringHuman-readable display name of the object[optional]

Examples

  • Prepare the resource
$Identity1 = Initialize-PSSailpoint.V2024Identity1  -Id 2c91808380aa05580180aaaaf1940410 `
-Name William Wilson
  • Convert the resource to JSON
$Identity1 | ConvertTo-JSON

[Back to top]