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

989 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
beta-identity-reference-with-id IdentityReferenceWithId IdentityReferenceWithId IdentityReferenceWithId powershellsdk
powershell
PowerShell
sdk
IdentityReferenceWithId
BetaIdentityReferenceWithId
/tools/sdk/powershell/beta/models/identity-reference-with-id
SDK
Software Development Kit
IdentityReferenceWithId
BetaIdentityReferenceWithId

IdentityReferenceWithId

Properties

Name Type Description Notes
Type DtoType [optional]
Id String Identity id [optional]

Examples

  • Prepare the resource
$IdentityReferenceWithId = Initialize-BetaIdentityReferenceWithId  -Type null `
 -Id 5168015d32f890ca15812c9180835d2e
  • Convert the resource to JSON
$IdentityReferenceWithId | ConvertTo-JSON

[Back to top]