mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1015 B
1015 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-condition-effect-config | ConditionEffectConfig | ConditionEffectConfig | ConditionEffectConfig | pythonsdk |
|
/tools/sdk/python/v2024/models/condition-effect-config |
|
ConditionEffectConfig
Arbitrary map containing a configuration based on the EffectType.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| default_value_label | str | Effect type's label. | [optional] |
| element | str | Element's identifier. | [optional] |
| } |
Example
from sailpoint.v2024.models.condition_effect_config import ConditionEffectConfig
condition_effect_config = ConditionEffectConfig(
default_value_label='Access to Remove',
element='8110662963316867'
)