Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/IdentityReference.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
identity-reference IdentityReference IdentityReference IdentityReference powershellsdk
powershell
PowerShell
sdk
IdentityReference
IdentityReference
/tools/sdk/powershell/v3/models/identity-reference
SDK
Software Development Kit
IdentityReference
IdentityReference

IdentityReference

Properties

Name Type Description Notes
Type Pointer to DtoType [optional]
Id Pointer to String Identity id [optional]
Name Pointer to String Human-readable display name of identity. [optional]

Examples

  • Prepare the resource
$IdentityReference = Initialize-PSSailpoint.V3IdentityReference  -Type null `
 -Id 2c9180a46faadee4016fb4e018c20639 `
 -Name Thomas Edison
  • Convert the resource to JSON
$IdentityReference | ConvertTo-JSON

[Back to top]