ExecutePipelineActivityPolicy interface
Execution policy for an execute pipeline activity.
Properties
| additional |
Additional properties |
| secure |
When set to true, Input from activity is considered as secure and will not be logged to monitoring. |
Property Details
additionalProperties
Additional properties
additionalProperties?: Record<string, any>
Property Value
Record<string, any>
secureInput
When set to true, Input from activity is considered as secure and will not be logged to monitoring.
secureInput?: boolean
Property Value
boolean