mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.1 KiB
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 |
|
/tools/sdk/powershell/beta/models/identity-compare-response |
|
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