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]