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

1.1 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-deleted IdentityDeleted IdentityDeleted IdentityDeleted powershellsdk
powershell
PowerShell
sdk
IdentityDeleted
BetaIdentityDeleted
/tools/sdk/powershell/beta/models/identity-deleted
SDK
Software Development Kit
IdentityDeleted
BetaIdentityDeleted

IdentityDeleted

Properties

Name Type Description Notes
Identity IdentityDeletedIdentity [required]
Attributes [map[string]AnyType]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 Identity attributes. The attributes are determined by the identity profile. [required]

Examples

  • Prepare the resource
$IdentityDeleted = Initialize-BetaIdentityDeleted  -Identity null `
 -Attributes {firstname=John}
  • Convert the resource to JSON
$IdentityDeleted | ConvertTo-JSON

[Back to top]