Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/IdentityCompareResponse.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-compare-response IdentityCompareResponse IdentityCompareResponse IdentityCompareResponse powershellsdk
powershell
PowerShell
sdk
IdentityCompareResponse
BetaIdentityCompareResponse
/tools/sdk/powershell/beta/models/identity-compare-response
SDK
Software Development Kit
IdentityCompareResponse
BetaIdentityCompareResponse

IdentityCompareResponse

Properties

Name Type Description Notes
AccessItemDiff [map[string]SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 Arbitrary 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-BetaIdentityCompareResponse  -AccessItemDiff null
  • Convert the resource to JSON
$IdentityCompareResponse | ConvertTo-JSON

[Back to top]