Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/Ref.md
2025-02-06 16:21:30 +00:00

777 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-ref Ref Ref Ref powershellsdk
powershell
PowerShell
sdk
Ref
V2024Ref
/tools/sdk/powershell/v2024/models/ref
SDK
Software Development Kit
Ref
V2024Ref

Ref

Properties

Name Type Description Notes
Type DtoType [optional]
Id String ID of the object to which this reference applies [optional]

Examples

  • Prepare the resource
$Ref = Initialize-PSSailpoint.V2024Ref  -Type null `
 -Id 2c91808568c529c60168cca6f90c1313
  • Convert the resource to JSON
$Ref | ConvertTo-JSON

[Back to top]