Skip to main content

ConditionEffect

Properties

NameTypeDescriptionNotes
EffectTypeEnum [ "HIDE", "SHOW", "DISABLE", "ENABLE", "REQUIRE", "OPTIONAL", "SUBMIT_MESSAGE", "SUBMIT_NOTIFICATION", "SET_DEFAULT_VALUE" ]Type of effect to perform when the conditions are evaluated for this logic block. HIDE ConditionEffectTypeHide Disables validations. SHOW ConditionEffectTypeShow Enables validations. DISABLE ConditionEffectTypeDisable Disables validations. ENABLE ConditionEffectTypeEnable Enables validations. REQUIRE ConditionEffectTypeRequire OPTIONAL ConditionEffectTypeOptional SUBMIT_MESSAGE ConditionEffectTypeSubmitMessage SUBMIT_NOTIFICATION ConditionEffectTypeSubmitNotification SET_DEFAULT_VALUE ConditionEffectTypeSetDefaultValue This value is ignored on purpose.[optional]
ConfigConditionEffectConfig[optional]

Examples

  • Prepare the resource
$ConditionEffect = Initialize-PSSailpoint.V2024ConditionEffect  -EffectType HIDE `
-Config null
  • Convert the resource to JSON
$ConditionEffect | ConvertTo-JSON

[Back to top]