Secure Input Output Policy Response
data class SecureInputOutputPolicyResponse(val secureInput: Boolean? = null, val secureOutput: Boolean? = null)
Execution policy for an activity that supports secure input and output.