Skip to main content

IdentityCompareResponse

Properties

NameTypeDescriptionNotes
AccessItemDiffmap[string]SystemCollectionsHashtableArbitrary 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-IdentityCompareResponse  -AccessItemDiff null
  • Convert the resource to JSON
$IdentityCompareResponse | ConvertTo-JSON

[Back to top]