SecureInputOutputPolicyResponse

data class SecureInputOutputPolicyResponse(val secureInput: Boolean? = null, val secureOutput: Boolean? = null)

Execution policy for an activity that supports secure input and output.

Constructors

Link copied to clipboard
constructor(secureInput: Boolean? = null, secureOutput: 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.

Link copied to clipboard
val secureOutput: Boolean? = null

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