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

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

SpConfigRuleValue

Value to be assigned at the jsonPath location within the object

Properties

Name Type Description Notes
}

Example

from sailpoint.beta.models.sp_config_rule_value import SpConfigRuleValue

sp_config_rule_value = SpConfigRuleValue(
)

[Back to top]