Skip to main content

AccessItemDiff

Properties

NameTypeDescriptionNotes
IdStringthe id of the access item[optional]
EventTypeEnum [ "ADD", "REMOVE" ][optional]
DisplayNameStringthe display name of the access item[optional]
SourceNameStringthe source name of the access item[optional]

Examples

  • Prepare the resource
$AccessItemDiff = Initialize-PSSailpoint.BetaAccessItemDiff  -Id null `
-EventType null `
-DisplayName null `
-SourceName null
  • Convert the resource to JSON
$AccessItemDiff | ConvertTo-JSON

[Back to top]