# StepOperationConfig ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| |**operation** | [**ScreeningOperationEnum**](ScreeningOperationEnum.md) | | [optional] [default to undefined]| |**requiredParameters** | **Array<string>** | Resolved server-side on every `GetWorkflow` call from the step\'s connector definition for this operation. Read-only: ignored on write. | [optional] [default to undefined]| |**optionalParameters** | **Array<string>** | Like `requiredParameters`, but optional inputs to the operation. | [optional] [default to undefined]| |**triggerRuleParameters** | **Array<string>** | Fields a condition in `triggerRuleSetStruct` may reference. | [optional] [default to undefined]| |**outcomeEvaluationParameters** | **Array<string>** | Provider response fields a condition in `outcomeRuleSetStruct` may reference. | [optional] [default to undefined]| |**outcomeMetaParameters** | **Array<string>** | Additional provider response fields returned with the result; not usable in `outcomeRuleSetStruct` conditions. | [optional] [default to undefined]| |**triggerRuleSetStruct** | [**RuleSet**](RuleSet.md) | | [optional] [default to undefined]| |**triggerRuleSetJson** | **string** | The tenant\'s trigger rules, as a JSON-encoded string. Set for steps whose rules are still defined as a legacy screening policy rather than natively in Compliance Orchestrator, and refreshed on every read. Mutually exclusive with `triggerRuleSetStruct`. | [optional] [default to undefined]| |**outcomeRuleSetStruct** | [**RuleSet**](RuleSet.md) | | [optional] [default to undefined]| |**outcomeRuleSetJson** | **string** | The tenant\'s outcome rules, as a JSON-encoded string. Set for steps whose rules are still defined as a legacy screening policy rather than natively in Compliance Orchestrator, and refreshed on every read. Mutually exclusive with `outcomeRuleSetStruct`. | [optional] [default to undefined]| [[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)