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

1014 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-identity-reference IdentityReference IdentityReference IdentityReference powershellsdk
powershell
PowerShell
sdk
IdentityReference
V2024IdentityReference
/tools/sdk/powershell/v2024/models/identity-reference
SDK
Software Development Kit
IdentityReference
V2024IdentityReference

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-V2024IdentityReference  -Type null `
 -Id 2c9180a46faadee4016fb4e018c20639 `
 -Name Thomas Edison
  • Convert the resource to JSON
$IdentityReference | ConvertTo-JSON

[Back to top]