Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/IdentityReference.md
2025-05-07 14:37:48 +00:00

990 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
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 DtoType [optional]
Id String Identity id [optional]
Name String Human-readable display name of identity. [optional]

Examples

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

[Back to top]