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

1.2 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
v2025-identity-summary IdentitySummary IdentitySummary IdentitySummary powershellsdk
powershell
PowerShell
sdk
IdentitySummary
V2025IdentitySummary
/tools/sdk/powershell/v2025/models/identity-summary
SDK
Software Development Kit
IdentitySummary
V2025IdentitySummary

IdentitySummary

Properties

Name Type Description Notes
Id String ID of this identity summary [optional]
Name String Human-readable display name of identity [optional]
IdentityId String ID of the identity that this summary represents [optional]
Completed Boolean Indicates if all access items for this summary have been decided on [optional] [default to $false]

Examples

  • Prepare the resource
$IdentitySummary = Initialize-V2025IdentitySummary  -Id ff80818155fe8c080155fe8d925b0316 `
 -Name SailPoint Services `
 -IdentityId c15b9f5cca5a4e9599eaa0e64fa921bd `
 -Completed true
  • Convert the resource to JSON
$IdentitySummary | ConvertTo-JSON

[Back to top]