Skip to main content

ConditioneffectConfig

Arbitrary map containing a configuration based on the EffectType.

Properties

NameTypeDescriptionNotes
default_value_labelstrEffect type's label.[optional]
elementstrElement's identifier.[optional]
}

Example

from sailpoint.custom_forms.models.conditioneffect_config import ConditioneffectConfig

conditioneffect_config = ConditioneffectConfig(
default_value_label='Access to Remove',
element='8110662963316867'
)

[Back to top]