Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/IdentityDeletedIdentity.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -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
identity-deleted-identity IdentityDeletedIdentity IdentityDeletedIdentity IdentityDeletedIdentity powershellsdk
powershell
PowerShell
sdk
IdentityDeletedIdentity
/tools/sdk/powershell/beta/models/identity-deleted-identity
SDK
Software Development Kit
IdentityDeletedIdentity

IdentityDeletedIdentity

Properties

Name Type Description Notes
Type Enum [ "IDENTITY" ] Deleted identity's DTO type. [required]
Id String Deleted identity ID. [required]
Name String Deleted identity's display name. [required]

Examples

  • Prepare the resource
$IdentityDeletedIdentity = Initialize-PSSailpoint.BetaIdentityDeletedIdentity  -Type IDENTITY `
 -Id 2c7180a46faadee4016fb4e018c20642 `
 -Name Michael Michaels
  • Convert the resource to JSON
$IdentityDeletedIdentity | ConvertTo-JSON

[Back to top]