Update to python SDK docs: 14181508242

This commit is contained in:
developer-relations-sp
2025-03-31 21:09:30 +00:00
parent aefe42f097
commit 732d59b82d
12 changed files with 38 additions and 38 deletions

View File

@@ -11,15 +11,15 @@ tags: ['SDK', 'Software Development Kit', 'SpConfigRule', 'BetaSpConfigRule']
# SpConfigRule
Format of Config Hub Object Rules
Format of Config Hub object rules.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**path** | **str** | JSONPath expression denoting the path within the object where a value substitution should be applied | [optional]
**path** | **str** | JSONPath expression denoting the path within the object where a value substitution should be applied. | [optional]
**value** | [**SpConfigRuleValue**](sp-config-rule-value) | | [optional]
**modes** | **[]str** | Draft modes to which this rule will apply | [optional]
**modes** | **[]str** | Draft modes the rule will apply to. | [optional]
}
## Example