Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/IdentityReferenceWithId.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

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

IdentityReferenceWithId

Properties

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

Examples

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

[Back to top]