Skip to main content

ConditionEffectConfig

Properties

NameTypeDescriptionNotes
DefaultValueLabelStringEffect type's label.[optional]
ElementStringElement's identifier.[optional]

Examples

  • Prepare the resource
$ConditionEffectConfig = Initialize-PSSailpoint.BetaConditionEffectConfig  -DefaultValueLabel Access to Remove `
-Element 8110662963316867
  • Convert the resource to JSON
$ConditionEffectConfig | ConvertTo-JSON

[Back to top]