Skip to main content

IdentityCompareResponse

Properties

NameTypeDescriptionNotes
AccessItemDiff[map[string]SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0Arbitrary key-value pairs. They will never be processed by the IdentityNow system but will be returned on completion of the violation check.[optional]

Examples

  • Prepare the resource
$IdentityCompareResponse = Initialize-PSSailpoint.BetaIdentityCompareResponse  -AccessItemDiff null
  • Convert the resource to JSON
$IdentityCompareResponse | ConvertTo-JSON

[Back to top]