Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2024/Models/SpConfigRuleValue.md
2025-03-10 11:34:32 -04:00

763 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-sp-config-rule-value SpConfigRuleValue SpConfigRuleValue SpConfigRuleValue pythonsdk
python
Python
sdk
SpConfigRuleValue
V2024SpConfigRuleValue
/tools/sdk/python/v2024/models/sp-config-rule-value
SDK
Software Development Kit
SpConfigRuleValue
V2024SpConfigRuleValue

SpConfigRuleValue

Value to be assigned at the jsonPath location within the object

Properties

Name Type Description Notes
}

Example

from sailpoint.v2024.models.sp_config_rule_value import SpConfigRuleValue

sp_config_rule_value = SpConfigRuleValue(
)

[Back to top]