Skip to main content

OwnerReferenceSegments

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]Owner type. This field must be either left null or set to 'IDENTITY' on input, otherwise a 400 Bad Request error will result.[optional]
IdStringIdentity id[optional]
NameStringHuman-readable display name of the owner. It may be left null or omitted in a POST or PATCH. If set, it must match the current value of the owner's display name, otherwise a 400 Bad Request error will result.[optional]

Examples

  • Prepare the resource
$OwnerReferenceSegments = Initialize-PSSailpoint.V3OwnerReferenceSegments  -Type IDENTITY `
-Id 2c9180a46faadee4016fb4e018c20639 `
-Name support
  • Convert the resource to JSON
$OwnerReferenceSegments | ConvertTo-JSON

[Back to top]