mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
Update to python SDK docs: 14181508242
This commit is contained in:
@@ -11,19 +11,19 @@ tags: ['SDK', 'Software Development Kit', 'SpConfigObject', 'BetaSpConfigObject'
|
||||
|
||||
# SpConfigObject
|
||||
|
||||
Response model for get object configuration.
|
||||
Response model for object configuration.
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**object_type** | **str** | The object type this configuration is for. | [optional]
|
||||
**reference_extractors** | **[]str** | List of json paths within an exported object of this type that represent references that need to be resolved. | [optional]
|
||||
**signature_required** | **bool** | If true, this type of object will be JWS signed and cannot be modified before import. | [optional] [default to False]
|
||||
**always_resolve_by_id** | **bool** | Whether this object type has to be resolved always by ID | [optional] [default to False]
|
||||
**legacy_object** | **bool** | Whether this is a legacy object | [optional] [default to False]
|
||||
**one_per_tenant** | **bool** | Whether there is only one object of this type | [optional] [default to False]
|
||||
**exportable** | **bool** | Whether this object can be exported or it is just a reference object | [optional] [default to False]
|
||||
**object_type** | **str** | Object type the configuration is for. | [optional]
|
||||
**reference_extractors** | **[]str** | List of JSON paths within an exported object of this type, representing references that must be resolved. | [optional]
|
||||
**signature_required** | **bool** | Indicates whether this type of object will be JWS signed and cannot be modified before import. | [optional] [default to False]
|
||||
**always_resolve_by_id** | **bool** | Indicates whether this object type must be always be resolved by ID. | [optional] [default to False]
|
||||
**legacy_object** | **bool** | Indicates whether this is a legacy object. | [optional] [default to False]
|
||||
**one_per_tenant** | **bool** | Indicates whether there is only one object of this type. | [optional] [default to False]
|
||||
**exportable** | **bool** | Indicates whether the object can be exported or is just a reference object. | [optional] [default to False]
|
||||
**rules** | [**SpConfigRules**](sp-config-rules) | | [optional]
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -11,7 +11,7 @@ tags: ['SDK', 'Software Development Kit', 'SpConfigRuleValue', 'BetaSpConfigRule
|
||||
|
||||
# SpConfigRuleValue
|
||||
|
||||
Value to be assigned at the jsonPath location within the object
|
||||
Value to be assigned at the jsonPath location within the object.
|
||||
|
||||
## Properties
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ tags: ['SDK', 'Software Development Kit', 'SpConfigRules', 'BetaSpConfigRules']
|
||||
|
||||
# SpConfigRules
|
||||
|
||||
Rules to be applied to the config object during draft process
|
||||
Rules to be applied to the config object during the draft process.
|
||||
|
||||
## Properties
|
||||
|
||||
@@ -19,7 +19,7 @@ Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**take_from_target_rules** | [**[]SpConfigRule**](sp-config-rule) | | [optional]
|
||||
**default_rules** | [**[]SpConfigRule**](sp-config-rule) | | [optional]
|
||||
**editable** | **bool** | Whether this object can be edited | [optional] [default to False]
|
||||
**editable** | **bool** | Indicates whether the object can be edited. | [optional] [default to False]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
Reference in New Issue
Block a user