ExecutePipelineActivityPolicyResponse

data class ExecutePipelineActivityPolicyResponse(val secureInput: Boolean? = null)

Execution policy for an execute pipeline activity.

Constructors

Link copied to clipboard
constructor(secureInput: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val secureInput: Boolean? = null

When set to true, Input from activity is considered as secure and will not be logged to monitoring.