Skip to main content

SpConfigRule

Properties

NameTypeDescriptionNotes
PathStringJSONPath expression denoting the path within the object where a value substitution should be applied.[optional]
ValueSpConfigRuleValue[optional]
Modes[]StringDraft modes the rule will apply to.[optional]

Examples

  • Prepare the resource
$SpConfigRule = Initialize-PSSailpoint.V2025SpConfigRule  -Path $.enabled `
-Value null `
-Modes [RESTORE, PROMOTE]
  • Convert the resource to JSON
$SpConfigRule | ConvertTo-JSON

[Back to top]