Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/DisplayReference.md
2025-01-28 13:29:29 -05:00

1.0 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
display-reference DisplayReference DisplayReference DisplayReference powershellsdk
powershell
PowerShell
sdk
DisplayReference
DisplayReference
/tools/sdk/powershell/v3/models/display-reference
SDK
Software Development Kit
DisplayReference
DisplayReference

DisplayReference

Properties

Name Type Description Notes
Id Pointer to String The unique ID of the referenced object. [optional]
Name Pointer to String The human readable name of the referenced object. [optional]
DisplayName Pointer to String [optional]

Examples

  • Prepare the resource
$DisplayReference = Initialize-PSSailpoint.V3DisplayReference  -Id 2c91808568c529c60168cca6f90c1313 `
 -Name John Doe `
 -DisplayName John Q. Doe
  • Convert the resource to JSON
$DisplayReference | ConvertTo-JSON

[Back to top]