Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/IdentityReferenceWithId.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
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 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]