Skip to main content

IdentitySummary

Properties

NameTypeDescriptionNotes
IdStringID of this identity summary[optional]
NameStringHuman-readable display name of identity[optional]
IdentityIdStringID of the identity that this summary represents[optional]
CompletedBooleanIndicates if all access items for this summary have been decided on[optional] [default to $false]

Examples

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

[Back to top]