Skip to main content

SourceManagerCorrelationRule

Properties

NameTypeDescriptionNotes
TypeEnum [ "RULE" ]Type of object being referenced.[optional]
IdStringRule ID.[optional]
NameStringRule's human-readable display name.[optional]

Examples

  • Prepare the resource
$SourceManagerCorrelationRule = Initialize-PSSailpoint.V2024SourceManagerCorrelationRule  -Type RULE `
-Id 2c918085708c274401708c2a8a760001 `
-Name Example Rule
  • Convert the resource to JSON
$SourceManagerCorrelationRule | ConvertTo-JSON

[Back to top]